From 2bc2fb924d1f103ff0d9452ea78143e201fa8eca Mon Sep 17 00:00:00 2001 From: Josh Holland Date: Tue, 12 May 2015 21:30:12 +0100 Subject: [PATCH 0001/3141] Add XMonad --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa101ec8..ca8133ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -956,6 +956,7 @@ packages: "Josh Holland josh@inv.alid.pw @jshholland": - sandi - data-ordlist + - xmonad "Harry Garrood @hdgarrood": - aeson-better-errors From df697894905e47984c34ee86f37d9d53f23d38a8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 10 Jun 2015 09:05:14 +0300 Subject: [PATCH 0002/3141] Don't expect failure afcowie/http-streams#80 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9fa0fcb..1987d702 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1431,9 +1431,6 @@ expected-test-failures: # https://github.com/kazu-yamamoto/dns/issues/29 - dns - # https://github.com/afcowie/http-streams/issues/80 - - http-streams - # No PhantomJS available - wai-cors From b85b2b4ffb2e51471c15a6f66ab28af89beca318 Mon Sep 17 00:00:00 2001 From: Anupam Jain Date: Wed, 10 Jun 2015 17:53:33 +0530 Subject: [PATCH 0003/3141] Added wai-routes --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1987d702..b4de99a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1044,6 +1044,9 @@ packages: "Sam Rijs ": - ndjson-conduit + "Anupam Jain ": + - wai-routes + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From ef0ed7e3805509c26b94c5252a9ce2442ccffaab Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 10 Jun 2015 15:24:06 -0400 Subject: [PATCH 0004/3141] Add hspec-snap --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4de99a3..5fa0705d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1046,6 +1046,8 @@ packages: "Anupam Jain ": - wai-routes + "Daniel Patterson ": + - hspec-snap "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 2e653dd79a6807322f3a3eb088cee37bc3d9ab12 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Jun 2015 07:51:44 +0300 Subject: [PATCH 0005/3141] Add in stack --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5fa0705d..79fed2ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,6 +99,7 @@ packages: - random-source - shelly - smtLib + - stack - stackage # Temporary block while system-filepath issues worked out # - stackage-curator From 1cf579ad44f5d3c0b37a16712d2039519849e44e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Jun 2015 07:56:26 +0300 Subject: [PATCH 0006/3141] Expected failure afcowie/http-streams#90 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79fed2ec..5051d1f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1440,6 +1440,9 @@ expected-test-failures: # No PhantomJS available - wai-cors + # https://github.com/afcowie/http-streams/issues/90 + - http-streams + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 7121e266a62c58b252dc726d4ac4bf1aae1b34d9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Jun 2015 08:05:42 +0300 Subject: [PATCH 0007/3141] Expect failure --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5051d1f8..6ddf893c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1443,6 +1443,10 @@ expected-test-failures: # https://github.com/afcowie/http-streams/issues/90 - http-streams + # Permissions failure when creating /home/stackage/.stack. We _should_ fix + # this in the build scripts here... + - stack + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 2d3b6ba43dadf840bfe7c539730a983ce51178f9 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Thu, 11 Jun 2015 11:52:33 +0200 Subject: [PATCH 0008/3141] Add netwire, th-lift Note: I'm not the maintainer of netwire. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ddf893c..ca1ca945 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1050,6 +1050,10 @@ packages: "Daniel Patterson ": - hspec-snap + "Mathieu Boespflug @mboes": + - netwire + - th-lift + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From cd9dacb8b08f18e3a9d2b780c0d2a19be82bdc68 Mon Sep 17 00:00:00 2001 From: Alcides Viamontes E Date: Fri, 12 Jun 2015 13:47:13 +0200 Subject: [PATCH 0009/3141] Added second-transfer --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca1ca945..0bd3397e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1053,6 +1053,9 @@ packages: "Mathieu Boespflug @mboes": - netwire - th-lift + + "Alcides Viamontes ": + - second-transfer "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 300a78ae5f896168837fead2d6bd2389f3b3cb53 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 12 Jun 2015 16:07:17 +0300 Subject: [PATCH 0010/3141] Add back angel --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bd3397e..f5804407 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1032,8 +1032,7 @@ packages: - librato "Michael Xavier @MichaelXavier": - # https://github.com/MichaelXavier/Angel/issues/41 - # - angel + - angel - uri-bytestring # Temporarily blocking again, still debugging build on server # - phash From a1c20c90e4e9723ca1e3279ccda08979fab7fcfc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 12 Jun 2015 16:16:01 +0300 Subject: [PATCH 0011/3141] Don't expect test failure afcowie/http-streams#90 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5804407..ff50ef08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1446,9 +1446,6 @@ expected-test-failures: # No PhantomJS available - wai-cors - # https://github.com/afcowie/http-streams/issues/90 - - http-streams - # Permissions failure when creating /home/stackage/.stack. We _should_ fix # this in the build scripts here... - stack From 5fa6b97f9de418d00d8e3667425c38b62828c23b Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Fri, 12 Jun 2015 11:45:49 -0300 Subject: [PATCH 0012/3141] Add country-codes, {yesod-,}mangopay, nonce and thumbnail-plus. --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff50ef08..93787afc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -387,12 +387,17 @@ packages: "Paul Harper ": - yesod-auth-oauth2 - "Felipe Lessa ": + "Felipe Lessa @meteficha": + - country-codes - esqueleto - fb - fb-persistent + - mangopay + - nonce + - thumbnail-plus - yesod-fb - yesod-auth-fb + - yesod-mangopay "Alexander Altman ": - base-unicode-symbols From 27148a6e0123e5dfccec1a6455abfcb764de11bc Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Fri, 12 Jun 2015 11:46:40 -0300 Subject: [PATCH 0013/3141] Whitespace. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93787afc..810508a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1045,7 +1045,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors - + "Sam Rijs ": - ndjson-conduit @@ -1057,7 +1057,7 @@ packages: "Mathieu Boespflug @mboes": - netwire - th-lift - + "Alcides Viamontes ": - second-transfer From 70f38e5f184a71298648f1586edd1859402a8f5b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 13 Jun 2015 21:21:50 +0300 Subject: [PATCH 0014/3141] Skip MichaelXavier/Angel#42 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff50ef08..087c2f8e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1032,7 +1032,8 @@ packages: - librato "Michael Xavier @MichaelXavier": - - angel + # https://github.com/MichaelXavier/Angel/issues/42 + # - angel - uri-bytestring # Temporarily blocking again, still debugging build on server # - phash From 3c628ae32e6a278b75302681587da035bcc2695e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 13 Jun 2015 21:28:37 +0300 Subject: [PATCH 0015/3141] Expected test failure kazu-yamamoto/http2#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 087c2f8e..526c540d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1451,6 +1451,9 @@ expected-test-failures: # this in the build scripts here... - stack + # https://github.com/kazu-yamamoto/http2/issues/4 + - http2 + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From cc5b1ff00fdbd89a2d6f378841f3ff9ab8e40d85 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 13 Jun 2015 21:29:51 +0300 Subject: [PATCH 0016/3141] Expected test failure alcidesv/second-transfer#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 526c540d..c714d400 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1454,6 +1454,9 @@ expected-test-failures: # https://github.com/kazu-yamamoto/http2/issues/4 - http2 + # https://github.com/alcidesv/second-transfer/issues/1 + - second-transfer + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From b989d050a7e160cf183e751249bb18fe6778e709 Mon Sep 17 00:00:00 2001 From: Michael Thompson Date: Sat, 13 Jun 2015 15:47:02 -0400 Subject: [PATCH 0017/3141] add lens-simple (& lens-family) I agreed with roconnor to watch over lens-family for stackage purposes. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4d57793..79ecc38b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1018,6 +1018,9 @@ packages: "Michael Thompson @michaelt": - pipes-text + - lens-simple + - lens-family-core + - lens-family "Justin Le @mstksg": - auto From e59bc5ddf915b3cb29ecafc128ba9331866445fb Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Sun, 14 Jun 2015 14:40:30 +1000 Subject: [PATCH 0018/3141] add attoparsec-trans --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79ecc38b..cdbe0de7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1052,6 +1052,7 @@ packages: "Sam Rijs ": - ndjson-conduit + - attoparsec-trans "Anupam Jain ": - wai-routes From 4263bb14a128e67cfe8a28ce5e22709d052de31f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 Jun 2015 08:18:16 +0300 Subject: [PATCH 0019/3141] Expected test failure prowdsponsor/thumbnail-plus#3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79ecc38b..337f3495 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1465,6 +1465,9 @@ expected-test-failures: # https://github.com/alcidesv/second-transfer/issues/1 - second-transfer + # https://github.com/prowdsponsor/thumbnail-plus/issues/3 + - thumbnail-plus + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 14bd6c62b6baa74cb752b9135da13d57cc89dfd8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 Jun 2015 08:20:04 +0300 Subject: [PATCH 0020/3141] Expected test failure prowdsponsor/mangopay#30 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 337f3495..ac6e9d90 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1468,6 +1468,9 @@ expected-test-failures: # https://github.com/prowdsponsor/thumbnail-plus/issues/3 - thumbnail-plus + # https://github.com/prowdsponsor/mangopay/issues/30 + - mangopay + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From c086f590f0cccae252a423c61ac2c1bceaf89d16 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 Jun 2015 13:15:57 +0300 Subject: [PATCH 0021/3141] Unblock phash --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4126f961..188469a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1043,8 +1043,7 @@ packages: # https://github.com/MichaelXavier/Angel/issues/42 # - angel - uri-bytestring - # Temporarily blocking again, still debugging build on server - # - phash + - phash - cron "Lars Kuhtz @larskuhtz": From b582a8fba909ae797679eefffa077664dcab603c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 Jun 2015 17:15:02 +0300 Subject: [PATCH 0022/3141] Remove expected test failure prowdsponsor/thumbnail-plus#3 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 188469a7..c0168c40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1465,9 +1465,6 @@ expected-test-failures: # https://github.com/alcidesv/second-transfer/issues/1 - second-transfer - # https://github.com/prowdsponsor/thumbnail-plus/issues/3 - - thumbnail-plus - # https://github.com/prowdsponsor/mangopay/issues/30 - mangopay From a6b2ebdcabc252eec6d1657d5c7ab25a1f33abb7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 Jun 2015 22:18:45 +0300 Subject: [PATCH 0023/3141] Add angel back --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0168c40..0bc2e048 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1040,8 +1040,7 @@ packages: - librato "Michael Xavier @MichaelXavier": - # https://github.com/MichaelXavier/Angel/issues/42 - # - angel + - angel - uri-bytestring - phash - cron From 484135e2856a691d6595aa91681f35957575f6fa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 15 Jun 2015 08:31:57 +0300 Subject: [PATCH 0024/3141] Expected test failure MichaelXavier/Angel#43 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bc2e048..f12e1de8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1467,6 +1467,9 @@ expected-test-failures: # https://github.com/prowdsponsor/mangopay/issues/30 - mangopay + # https://github.com/MichaelXavier/Angel/issues/43 + - angel + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 38d38b860365979614031eefc93164f2b9456cb6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 15 Jun 2015 08:33:24 +0300 Subject: [PATCH 0025/3141] Expected test failure MichaelXavier/phash#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f12e1de8..b92f40f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1470,6 +1470,9 @@ expected-test-failures: # https://github.com/MichaelXavier/Angel/issues/43 - angel + # https://github.com/MichaelXavier/phash/issues/4 + - phash + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 6a3a594dcc19bbb2b076e617fefac5feb0f62fd8 Mon Sep 17 00:00:00 2001 From: philopon Date: Mon, 15 Jun 2015 14:37:30 +0900 Subject: [PATCH 0026/3141] Add apiary --- build-constraints.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f40f2..a7774e81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1064,6 +1064,23 @@ packages: "Alcides Viamontes ": - second-transfer + "Hirotomo Moriwaki @philopon": + - apiary + - apiary-logger + - apiary-persistent + - apiary-websockets + - apiary-cookie + - apiary-session + - apiary-clientsession + - apiary-authenticate + - apiary-eventsource + - apiary-mongoDB + - apiary-memcached + - types-compat + - web-routing + - bytestring-read + - memcached-binary + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 5c863d34a7152b9f2264148d723f7f63bbf5643f Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Mon, 15 Jun 2015 16:39:44 -0300 Subject: [PATCH 0027/3141] The serversession family of packages. --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7774e81..2120379a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -394,6 +394,13 @@ packages: - fb-persistent - mangopay - nonce + - serversession + - serversession-backend-acid-state + - serversession-backend-persistent + - serversession-backend-redis + - serversession-frontend-snap + - serversession-frontend-wai + - serversession-frontend-yesod - thumbnail-plus - yesod-fb - yesod-auth-fb From 8c891704b84068cd6c3d57603433e06f3f8f6479 Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Mon, 15 Jun 2015 17:01:46 -0300 Subject: [PATCH 0028/3141] Comment out serversession-frontend-wai for now. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2120379a..7103c26b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -399,7 +399,8 @@ packages: - serversession-backend-persistent - serversession-backend-redis - serversession-frontend-snap - - serversession-frontend-wai + # + # - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus - yesod-fb From 6f48c59320314800835de0eadf2714528a79594f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 16 Jun 2015 08:06:48 +0300 Subject: [PATCH 0029/3141] Expect test failure memcached-binary --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7774e81..a0494707 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1490,6 +1490,9 @@ expected-test-failures: # https://github.com/MichaelXavier/phash/issues/4 - phash + # Requires memcached on the server + - memcached-binary + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 35759e168b645eaa364e9075e548bf68d64b0d83 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 16 Jun 2015 08:13:52 +0300 Subject: [PATCH 0030/3141] Skip acid-state benchmarks --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2d1fbc1..67ce749c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1554,6 +1554,9 @@ skipped-benchmarks: # Pulls in discount which depends on extra C libraries - cmark + # Old criterion + - acid-state + skipped-profiling: # https://github.com/nomeata/ghc-heap-view/commit/8d198eb8fbbad2ce0c4527c781659f35b8909c04#diff-8288955e209cfbead5b318a8598be9c0R10 - ghc-heap-view From 93536cbbfaf4ab0a8186985dff4b748c4ee9eea3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 17 Jun 2015 07:04:07 +0300 Subject: [PATCH 0031/3141] Expected test failure serversession-backend-redis --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67ce749c..3295181c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1501,6 +1501,9 @@ expected-test-failures: # Requires memcached on the server - memcached-binary + # Requires redis on the build machine + - serversession-backend-redis + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From e38b0d635b64649e344020b5c0ee28c9976356a3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 17 Jun 2015 07:33:34 +0300 Subject: [PATCH 0032/3141] Add back al (pinging @manny-fp @phaazon) --- build-constraints.yaml | 3 +-- debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3295181c..33ebef2e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -602,8 +602,7 @@ packages: - io-manager "Dimitri Sabadie Date: Thu, 18 Jun 2015 10:10:03 +0300 Subject: [PATCH 0033/3141] Temporary block on al --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33ebef2e..1c95dc12 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -602,7 +602,7 @@ packages: - io-manager "Dimitri Sabadie Date: Thu, 18 Jun 2015 17:04:08 +0300 Subject: [PATCH 0034/3141] Temporarily block git-annex #638 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c95dc12..7263af35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -546,7 +546,9 @@ packages: #- hopenpgp-tools GHC 7.10, via syb-with-class "Joey Hess ": - - git-annex + [] + # https://github.com/fpco/stackage/issues/638 + # - git-annex # https://github.com/fpco/stackage/issues/160 "Ketil Malde": From a97f4b23021538284b9b375fdb23c8689145b901 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 21 Jun 2015 07:08:56 +0300 Subject: [PATCH 0035/3141] Upper bound for vincenthz/cryptonite#16 --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7263af35..8eb09676 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1141,6 +1141,15 @@ packages: - persistent-postgresql < 2.2 - persistent-sqlite < 2.2 + # https://github.com/vincenthz/cryptonite/issues/16 + - tls < 1.3 + - connection < 0.2.5 + - tls-debug < 0.4 + - x509 < 1.6.0 + - x509-validation < 1.6.0 + - x509-store < 1.6.0 + - x509-system < 1.6.0 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 586c6e36b75e8fd0d463d312faa01bb75a1730f9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 21 Jun 2015 18:59:32 +0300 Subject: [PATCH 0036/3141] Remove upper bounds and close #581 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8eb09676..d4b4f83c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1105,10 +1105,6 @@ packages: # https://github.com/fpco/stackage/issues/577 - MonadRandom < 0.4 - # https://github.com/fpco/stackage/issues/581 - - xml-conduit < 1.3 - - html-conduit < 1.2 - # https://github.com/fpco/stackage/issues/588 - semigroupoids < 4.5 - semigroupoid-extras < 4.5 From 21b1fdb669a06def05c4fb570f1decea18fea012 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 21 Jun 2015 19:00:04 +0300 Subject: [PATCH 0037/3141] Remove upper bounds for vincenthz/cryptonite#16 --- build-constraints.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d4b4f83c..bfc44835 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1137,15 +1137,6 @@ packages: - persistent-postgresql < 2.2 - persistent-sqlite < 2.2 - # https://github.com/vincenthz/cryptonite/issues/16 - - tls < 1.3 - - connection < 0.2.5 - - tls-debug < 0.4 - - x509 < 1.6.0 - - x509-validation < 1.6.0 - - x509-store < 1.6.0 - - x509-system < 1.6.0 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 0841b7d7941143d8b6d2bfebf0ce382e4cf9c283 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 22 Jun 2015 14:10:10 +0300 Subject: [PATCH 0038/3141] Upper bound for gtk2hs/gtk2hs#109 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bfc44835..ca6309d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1137,6 +1137,9 @@ packages: - persistent-postgresql < 2.2 - persistent-sqlite < 2.2 + # https://github.com/gtk2hs/gtk2hs/issues/109 + - gtk < 0.13.8 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 3bdb12e227b119675fc84fef8b8b2c62f9e330ac Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 08:12:48 +0300 Subject: [PATCH 0039/3141] Upper bound for #639 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca6309d5..ae42f868 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1140,6 +1140,9 @@ packages: # https://github.com/gtk2hs/gtk2hs/issues/109 - gtk < 0.13.8 + # https://github.com/fpco/stackage/issues/639 + - mainland-pretty < 0.3 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 0d90c2249fe255c42fec6c6a2371537cfec5d873 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 08:15:03 +0300 Subject: [PATCH 0040/3141] Upper bound for #640 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae42f868..2ec1b82e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1143,6 +1143,9 @@ packages: # https://github.com/fpco/stackage/issues/639 - mainland-pretty < 0.3 + # https://github.com/fpco/stackage/issues/640 + - time-locale-compat < 0.1.1.0 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From ae36bec1d6aaf4e5c907829aced722ecc1ca63d4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 08:16:03 +0300 Subject: [PATCH 0041/3141] Include stack in README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5b15fd98..c2963d49 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,15 @@ project information. In addition, we have the following repositories: * [stackage-types](https://github.com/fpco/stackage-types) [![Build Status](https://travis-ci.org/fpco/stackage-types.svg?branch=master)](https://travis-ci.org/fpco/stackage-types) * [lts-haskell](https://github.com/fpco/lts-haskell) * [stackage-nightly](https://github.com/fpco/stackage-nightly) + +We strongly recommend using the Haskell tool stack for doing builds, which +includes built-in Stackage support: + +* [stack](https://github.com/commercialhaskell/stack) [![Build Status](https://travis-ci.org/commercialhaskell/stack.svg?branch=master)](https://travis-ci.org/commercialhaskell/stack) + +We also support some add-on tools to cabal-install to make its usage with +Stackage both easier and more secure: + * [stackage-cli](https://github.com/fpco/stackage-cli) [![Build Status](https://travis-ci.org/fpco/stackage-cli.svg?branch=master)](https://travis-ci.org/fpco/stackage-cli) * [stackage-update](https://github.com/fpco/stackage-update) [![Build Status](https://travis-ci.org/fpco/stackage-update.svg?branch=master)](https://travis-ci.org/fpco/stackage-update) * [stackage-upload](https://github.com/fpco/stackage-upload) [![Build Status](https://travis-ci.org/fpco/stackage-upload.svg?branch=master)](https://travis-ci.org/fpco/stackage-upload) From 763a41a979403c9f59cdd7f2df79da62a52a3fae Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 12:12:55 +0300 Subject: [PATCH 0042/3141] Remove upper bounds and close #610 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ec1b82e..37ece912 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1122,9 +1122,6 @@ packages: # https://github.com/fpco/stackage/issues/602 - errors < 2 - # https://github.com/fpco/stackage/issues/610 - - either < 4.4 - # https://github.com/fpco/stackage/issues/615 - syb < 0.5 From a7d7a0330b2f0e8836bedd1dcc40b777ff245032 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 12:15:35 +0300 Subject: [PATCH 0043/3141] Skip tests for aws #602 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37ece912..6d15bdd1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1256,6 +1256,9 @@ skipped-tests: # Upper bound on src-log, see: https://github.com/fpco/stackage/issues/509 - language-c-quote + # https://github.com/fpco/stackage/issues/602 + - aws + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From c492f7742a49f934d5bec5734fd13339021be0ce Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 12:17:49 +0300 Subject: [PATCH 0044/3141] Remove upper bounds and close #549 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d15bdd1..2bd1e888 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1094,9 +1094,6 @@ packages: # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 - # https://github.com/fpco/stackage/issues/549 - - tttool < 1.4 - # https://github.com/fpco/stackage/issues/572 - attoparsec < 0.13 - aeson < 0.8.1.0 From e316e95f341e4dc70edbaa55c2d7aad5e07b4dee Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 12:23:14 +0300 Subject: [PATCH 0045/3141] Remove upper bounds and close #443 --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bd1e888..afd6615f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -356,11 +356,8 @@ packages: - BlogLiterately - BlogLiterately-diagrams - diagrams - - # https://github.com/fpco/stackage/issues/443 - #- diagrams-builder - #- diagrams-haddock - + - diagrams-builder + - diagrams-haddock - diagrams-contrib - diagrams-core - diagrams-lib From 5ffaf365bbd5de1bc31e4e39c9743d19782f5370 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 12:27:52 +0300 Subject: [PATCH 0046/3141] Remove upper bounds and close #577 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index afd6615f..699d7991 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1096,9 +1096,6 @@ packages: - aeson < 0.8.1.0 - jose-jwt < 0.6 - # https://github.com/fpco/stackage/issues/577 - - MonadRandom < 0.4 - # https://github.com/fpco/stackage/issues/588 - semigroupoids < 4.5 - semigroupoid-extras < 4.5 From 910c7b17f11fbe7f3b9d41ba2cdc28430547d4cf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 12:38:54 +0300 Subject: [PATCH 0047/3141] Skip tests as necessary for #622 --- build-constraints.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 699d7991..e3c3bcd6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1116,9 +1116,6 @@ packages: # https://github.com/fpco/stackage/issues/615 - syb < 0.5 - # https://github.com/fpco/stackage/issues/622 - - doctest < 0.10 - # https://github.com/fpco/stackage/issues/627 - persistent < 2.2 - persistent-mysql < 2.2 @@ -1250,6 +1247,17 @@ skipped-tests: # https://github.com/fpco/stackage/issues/602 - aws + # https://github.com/fpco/stackage/issues/622 + - ad + - bound + - bytestring-read + - heaps + - hyphenation + - linear + - machines + - semigroupoids + - web-routing + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From dbc2ba4b2c3bec84bc156fb870909c0d9d869976 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 15:58:47 +0300 Subject: [PATCH 0048/3141] Remove upper bounds and close #640 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3c3bcd6..1054d67b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1128,8 +1128,6 @@ packages: # https://github.com/fpco/stackage/issues/639 - mainland-pretty < 0.3 - # https://github.com/fpco/stackage/issues/640 - - time-locale-compat < 0.1.1.0 # Package flags are applied to individual packages, and override the values of # global-flags From 182363cf2f106a51beabf063a2886201ea287637 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 15:58:56 +0300 Subject: [PATCH 0049/3141] Upper bounds for #641 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1054d67b..4273c712 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1128,6 +1128,8 @@ packages: # https://github.com/fpco/stackage/issues/639 - mainland-pretty < 0.3 + # https://github.com/fpco/stackage/issues/641 + - gipeda < 0.1.1 # Package flags are applied to individual packages, and override the values of # global-flags From 58bf95c115005316cc005b09ca47b4b1a845e485 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 16:36:48 +0300 Subject: [PATCH 0050/3141] Reenable tests #622 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4273c712..189bbf25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1250,13 +1250,11 @@ skipped-tests: # https://github.com/fpco/stackage/issues/622 - ad - bound - - bytestring-read - heaps - hyphenation - linear - machines - semigroupoids - - web-routing # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. From 585d1168c6db2db0d992a4311ea459c713d90616 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 23 Jun 2015 16:37:42 +0300 Subject: [PATCH 0051/3141] Remove upper bound on jose-jwt #572 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 189bbf25..557cfaa7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1094,7 +1094,6 @@ packages: # https://github.com/fpco/stackage/issues/572 - attoparsec < 0.13 - aeson < 0.8.1.0 - - jose-jwt < 0.6 # https://github.com/fpco/stackage/issues/588 - semigroupoids < 4.5 From 596efd0cdb749f206775620efc5ae83b85b8db99 Mon Sep 17 00:00:00 2001 From: Arash Rouhani Date: Wed, 24 Jun 2015 00:06:32 +0200 Subject: [PATCH 0052/3141] Add yesod-text-markdown See https://github.com/Tarrasch/yesod-text-markdown/issues/5 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 557cfaa7..5e439fdd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -438,6 +438,9 @@ packages: - pipes-safe - turtle - foldl + + "Arash Rouhani ": + - yesod-text-markdown "Chris Allen ": - bloodhound From 14db1164af4d89f16975b592a21ed203130f11b7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 24 Jun 2015 08:32:30 +0300 Subject: [PATCH 0053/3141] Upper bound on messagepack for rodrigosetti/messagepack-rpc#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e439fdd..b501f116 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1133,6 +1133,9 @@ packages: # https://github.com/fpco/stackage/issues/641 - gipeda < 0.1.1 + # https://github.com/rodrigosetti/messagepack-rpc/issues/2 + - messagepack < 0.4 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From b90fbb3592bad448f03afe9405d4a63b941673ed Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 24 Jun 2015 20:55:56 +0300 Subject: [PATCH 0054/3141] Remove upper bounds and close #591 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b501f116..8c7ee59f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1109,9 +1109,6 @@ packages: - machines < 0.5 - free < 4.12 - # https://github.com/fpco/stackage/issues/591 - - th-orphans < 0.12 - # https://github.com/fpco/stackage/issues/602 - errors < 2 From 239b3aee0e28caf035a028dd5cf7281133a81ca2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 24 Jun 2015 21:02:50 +0300 Subject: [PATCH 0055/3141] Rearrange #627 upper bounds --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c7ee59f..ef0265ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1115,12 +1115,6 @@ packages: # https://github.com/fpco/stackage/issues/615 - syb < 0.5 - # https://github.com/fpco/stackage/issues/627 - - persistent < 2.2 - - persistent-mysql < 2.2 - - persistent-postgresql < 2.2 - - persistent-sqlite < 2.2 - # https://github.com/gtk2hs/gtk2hs/issues/109 - gtk < 0.13.8 @@ -1258,6 +1252,9 @@ skipped-tests: - machines - semigroupoids + # https://github.com/fpco/stackage/issues/627 + - esqueleto + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From 3ea511da5698e86750ca85311e4973b0a7dd612d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 24 Jun 2015 21:04:19 +0300 Subject: [PATCH 0056/3141] Remove upper bounds and close #641 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef0265ee..2477eaef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1121,9 +1121,6 @@ packages: # https://github.com/fpco/stackage/issues/639 - mainland-pretty < 0.3 - # https://github.com/fpco/stackage/issues/641 - - gipeda < 0.1.1 - # https://github.com/rodrigosetti/messagepack-rpc/issues/2 - messagepack < 0.4 From 63b3d21c7e2e490d71f0408dda781271c0ea8c3e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 24 Jun 2015 23:25:08 +0300 Subject: [PATCH 0057/3141] Remove upper bounds and close #627 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2477eaef..504d8fa2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1249,9 +1249,6 @@ skipped-tests: - machines - semigroupoids - # https://github.com/fpco/stackage/issues/627 - - esqueleto - # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From 8c4adaf1465dd212c49c2d5572cc350e78cb9759 Mon Sep 17 00:00:00 2001 From: Noam Lewis Date: Thu, 25 Jun 2015 00:14:27 +0300 Subject: [PATCH 0058/3141] add digits and base-orphans --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 504d8fa2..a2df58f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -941,6 +941,8 @@ packages: "Noam Lewis @sinelaw": - xml-to-json - xml-to-json-fast + - base-orphans + - digits "Tim Baumann @timjb": - aeson-schema From cec0b5b41359cb5a5e83c22be142e40333d6b125 Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Wed, 24 Jun 2015 18:37:23 -0300 Subject: [PATCH 0059/3141] prowdsponsor -> meteficha --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 504d8fa2..2c3f8910 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -438,7 +438,7 @@ packages: - pipes-safe - turtle - foldl - + "Arash Rouhani ": - yesod-text-markdown @@ -1584,3 +1584,5 @@ github-users: - mihaimaruseac elm-lang: - JoeyEremondi + prowdsponsor: + - meteficha From eac93bd52c33d20a7508ceef65e68a8d655afb8a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 26 Jun 2015 08:05:37 +0300 Subject: [PATCH 0060/3141] Upper bound for #646 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff1e7d30..7c18857a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1126,6 +1126,9 @@ packages: # https://github.com/rodrigosetti/messagepack-rpc/issues/2 - messagepack < 0.4 + # https://github.com/fpco/stackage/issues/646 + - clock < 0.5 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 45afdf5fa314228da0deb81a7e904fb150f62b5a Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Fri, 26 Jun 2015 13:37:41 -0600 Subject: [PATCH 0061/3141] add algebra package to Stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55a6a6c8..01896faa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -257,6 +257,7 @@ packages: # - MFlow "Edward Kmett ": + - algebra - ad - adjunctions - approximate From bc688f0956e4b83e11052dba067e719e7c1d4663 Mon Sep 17 00:00:00 2001 From: Dimitri 'phaazon' Sabadie Date: Fri, 26 Jun 2015 23:06:42 +0200 Subject: [PATCH 0062/3141] Added hid. hid requires hidapi-libusb to be installed with pkg-config information. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c18857a..9e63b70e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -607,6 +607,7 @@ packages: # - al --FIXME temporary, figure out why it's not working with stackage-build - monad-journal - smoothie + - hid "Thomas Schilling ": - ghc-syb-utils From 543cd645462ebb1d686baba166e2c8e82482978f Mon Sep 17 00:00:00 2001 From: Dimitri 'phaazon' Sabadie Date: Fri, 26 Jun 2015 23:09:00 +0200 Subject: [PATCH 0063/3141] Added msi-kb-backlit. Requires hid (see #647). --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c18857a..8e10d53c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -607,6 +607,7 @@ packages: # - al --FIXME temporary, figure out why it's not working with stackage-build - monad-journal - smoothie + - msi-kb-backlit "Thomas Schilling ": - ghc-syb-utils From a4fcf56e73890a5ecde9630acab706d9d6af2748 Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Fri, 26 Jun 2015 16:12:48 -0700 Subject: [PATCH 0064/3141] add clustering, matrices --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c18857a..11741a5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1092,6 +1092,10 @@ packages: - bytestring-read - memcached-binary + "Kai Zhang @kaizhang": + - clustering + - matrices + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From b7d12ab00acff30ab14fc50d8ce491edece13ca0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 27 Jun 2015 22:19:07 +0300 Subject: [PATCH 0065/3141] Remove upper bounds for rodrigosetti/messagepack-rpc#2 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e10d53c..5683252f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1124,9 +1124,6 @@ packages: # https://github.com/fpco/stackage/issues/639 - mainland-pretty < 0.3 - # https://github.com/rodrigosetti/messagepack-rpc/issues/2 - - messagepack < 0.4 - # https://github.com/fpco/stackage/issues/646 - clock < 0.5 From d48dfee382682c3f1fdd82e422f7d0303f97aa48 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 27 Jun 2015 22:20:40 +0300 Subject: [PATCH 0066/3141] Add back webdriver --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5683252f..4ca24106 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -116,8 +116,7 @@ packages: - statistics-linreg - th-expand-syns - thyme - # https://github.com/kallisti-dev/hs-webdriver/issues/71 - # - webdriver + - webdriver - web-fpco - criterion - th-lift From 974cd51dd066ce31d350a66064a3a12a463ee53a Mon Sep 17 00:00:00 2001 From: Will Coster Date: Sat, 27 Jun 2015 20:20:36 -0700 Subject: [PATCH 0067/3141] Add prometheus-haskell packages to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f685b66..d0e25550 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -973,7 +973,10 @@ packages: - linux-namespaces "Will Coster @fimad": + - prometheus-client + - prometheus-metrics-ghc - scalpel + - wai-middleware-prometheus "Smirnov Alexey @chemist": - snmp From 192bda946978b67c4afe7303ceb35e8b1d3a52ce Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 08:06:33 +0300 Subject: [PATCH 0068/3141] Add libhidapi-dev pinging @manny-fp --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 74184ca5..54034881 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -56,6 +56,7 @@ apt-get install -y \ libgsasl7-dev \ libphash0-dev \ libopenal-dev \ + libhidapi-dev \ libzmq3-dev mkdir /tmp/nettle-build From 1f6e356ce989a9097b9e74251c14bf299a4e12f4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 08:11:31 +0300 Subject: [PATCH 0069/3141] Upper bound for ocharles/engine.io#22 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f685b66..09fe5962 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1131,6 +1131,9 @@ packages: # https://github.com/fpco/stackage/issues/646 - clock < 0.5 + # https://github.com/ocharles/engine.io/issues/22 + - engine-io < 1.2.8 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 4c255e890900a85ac106cbcfe22ffa010c4d5bc1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 08:29:59 +0300 Subject: [PATCH 0070/3141] Temporary ban kaizhang/clustering#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09fe5962..7b825b45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1094,7 +1094,8 @@ packages: - memcached-binary "Kai Zhang @kaizhang": - - clustering + # https://github.com/kaizhang/clustering/issues/1 + # - clustering - matrices "Stackage upper bounds": From 05b43533ce8b8b7a1ae4c90119a73e7167e0d089 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 08:30:18 +0300 Subject: [PATCH 0071/3141] Expected test failure: Rlang-QQ --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b825b45..68db4db9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1511,6 +1511,9 @@ expected-test-failures: # Requires redis on the build machine - serversession-backend-redis + # Unstated dependency on HList-PP + - Rlang-QQ + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 84fd744c9fee85cdc72be346c6c9ae5cb771a82a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 08:36:07 +0300 Subject: [PATCH 0072/3141] Temporary block --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68db4db9..a4c1d217 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -606,8 +606,9 @@ packages: # - al --FIXME temporary, figure out why it's not working with stackage-build - monad-journal - smoothie - - hid - - msi-kb-backlit + #Temporary, will add back immediately + #- hid + #- msi-kb-backlit "Thomas Schilling ": - ghc-syb-utils From 7e55dc13f9f4996e0b657f6660b3c64c409a7692 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 08:36:17 +0300 Subject: [PATCH 0073/3141] Revert "Temporary block" This reverts commit 84fd744c9fee85cdc72be346c6c9ae5cb771a82a. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4c1d217..68db4db9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -606,9 +606,8 @@ packages: # - al --FIXME temporary, figure out why it's not working with stackage-build - monad-journal - smoothie - #Temporary, will add back immediately - #- hid - #- msi-kb-backlit + - hid + - msi-kb-backlit "Thomas Schilling ": - ghc-syb-utils From 756c396a254e9b6154e0a205741d1fec712c4523 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 11:14:56 +0300 Subject: [PATCH 0074/3141] Revert "Upper bound for ocharles/engine.io#22" This reverts commit 1f6e356ce989a9097b9e74251c14bf299a4e12f4. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68db4db9..28ce6ed6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1132,9 +1132,6 @@ packages: # https://github.com/fpco/stackage/issues/646 - clock < 0.5 - # https://github.com/ocharles/engine.io/issues/22 - - engine-io < 1.2.8 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From b5d1e2b632018793b1227a3ade3d696fea8d2e62 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jun 2015 23:32:12 +0300 Subject: [PATCH 0075/3141] Don't expect test failure haskell-suite/haskell-names#63 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a1dd296..c7d60344 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1449,9 +1449,6 @@ expected-test-failures: # https://github.com/simonmar/alex/issues/62 GHC 7.10 - alex - # https://github.com/haskell-suite/haskell-names/issues/63 GHC 7.10 - - haskell-names - # https://github.com/ekmett/hyperloglog/issues/10 GHC 7.10 - hyperloglog From 84c612c01dc2cd8224949024ccd22aab65aa9c81 Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Sun, 28 Jun 2015 19:07:19 -0700 Subject: [PATCH 0076/3141] fix package "clustering" --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7d60344..e52c42c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1097,8 +1097,7 @@ packages: - memcached-binary "Kai Zhang @kaizhang": - # https://github.com/kaizhang/clustering/issues/1 - # - clustering + - clustering - matrices "Stackage upper bounds": From 9cbeade9bd5e8841a9e3437e6e9a380c2f15b066 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 29 Jun 2015 12:16:57 +0300 Subject: [PATCH 0077/3141] Skip tests kaizhang/clustering#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e52c42c9..2d7ad105 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1259,6 +1259,9 @@ skipped-tests: - machines - semigroupoids + # https://github.com/kaizhang/clustering/issues/2 + - clustering + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From f12017174a546cc5a1c25b89342e589da0e5efcb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 29 Jun 2015 12:27:36 +0300 Subject: [PATCH 0078/3141] Skip benchmarks for kaizhang/clustering#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d7ad105..a9cdbf9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1569,6 +1569,9 @@ skipped-benchmarks: # Old criterion - acid-state + # https://github.com/kaizhang/clustering/issues/2 + - clustering + skipped-profiling: # https://github.com/nomeata/ghc-heap-view/commit/8d198eb8fbbad2ce0c4527c781659f35b8909c04#diff-8288955e209cfbead5b318a8598be9c0R10 - ghc-heap-view From eb26f8401d65688bbcca75f6a5551d41012c570d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 29 Jun 2015 12:27:45 +0300 Subject: [PATCH 0079/3141] Reinstall Cabal library too --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 902e62f4..da6a9b60 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -77,6 +77,6 @@ ARGS_UPLOAD="$ARGS_COMMON -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_SECRET_KEY=$A # Use cabal update first to initialize ~/.cabal.config, then use stackage-curator update to get it securely docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET" -docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "cabal update && stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cabal install random cabal-install" +docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "cabal update && stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cabal install random Cabal cabal-install" docker run $ARGS_BUILD $IMAGE stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" From d7da79e25e532d1c727c227031b1de959c1a4787 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 30 Jun 2015 06:57:16 +0300 Subject: [PATCH 0080/3141] Upper bound on stack --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9cdbf9f..2ffbafca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - random-source - shelly - smtLib - - stack + - stack < 9.9.9 - stackage # Temporary block while system-filepath issues worked out # - stackage-curator From b9d3c6695c2ac29d09d58a72a14d18cfe85e4273 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 30 Jun 2015 07:01:55 +0300 Subject: [PATCH 0081/3141] Upper bound for #653 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ffbafca..453d79f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1134,6 +1134,9 @@ packages: # https://github.com/fpco/stackage/issues/646 - clock < 0.5 + # https://github.com/fpco/stackage/issues/653 + - base-orphans < 0.4 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From eebe38bf0f110065c46623d0ee17239c0aaae8dd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 30 Jun 2015 07:02:59 +0300 Subject: [PATCH 0082/3141] Upper bound for #654 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 453d79f3..f0016e8b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1137,6 +1137,9 @@ packages: # https://github.com/fpco/stackage/issues/653 - base-orphans < 0.4 + # https://github.com/fpco/stackage/issues/654 + - generic-deriving < 1.8 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 11133bc0b81ae97e85c608cbc214dcf3e4c4ad34 Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Tue, 30 Jun 2015 10:44:38 +0200 Subject: [PATCH 0083/3141] add @MichelBoucey packages --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0016e8b..39689e73 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1100,6 +1100,11 @@ packages: - clustering - matrices + "Michel Boucey @MichelBoucey": + - IPv6Addr + - ip6addr + - cayley-client + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 082dd72ef927dd3d3438763c07c3f72566ff245f Mon Sep 17 00:00:00 2001 From: k0ral Date: Tue, 30 Jun 2015 10:56:39 +0200 Subject: [PATCH 0084/3141] Add timerep --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39689e73..fc65c811 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1104,6 +1104,9 @@ packages: - IPv6Addr - ip6addr - cayley-client + + "koral koral@mailoo.org @k0ral": + - timerep "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 1fd7485e23ecaa76807cb0b1f8de56b04851e545 Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Tue, 30 Jun 2015 13:33:26 -0600 Subject: [PATCH 0085/3141] utility libraries, and ltext --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 557a795e..43840455 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -258,7 +258,6 @@ packages: # - MFlow "Edward Kmett ": - - algebra - ad - adjunctions - approximate @@ -1016,6 +1015,10 @@ packages: - markup - webpage - composition-extra + - digestive-foundation-lucid + - ltext + - pred-trie + - poly-arity "Fumiaki Kinoshita @fumieval": - control-bool From f590783a02bdc70112733f24eacc7083b37016c3 Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Tue, 30 Jun 2015 13:35:48 -0600 Subject: [PATCH 0086/3141] roll-back for algebra --- README.md | 9 ++ automated/build.sh | 4 +- build-constraints.yaml | 244 +++++++++++++++++++++++++++++++---------- debian-bootstrap.sh | 3 + 4 files changed, 199 insertions(+), 61 deletions(-) diff --git a/README.md b/README.md index 5b15fd98..c2963d49 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,15 @@ project information. In addition, we have the following repositories: * [stackage-types](https://github.com/fpco/stackage-types) [![Build Status](https://travis-ci.org/fpco/stackage-types.svg?branch=master)](https://travis-ci.org/fpco/stackage-types) * [lts-haskell](https://github.com/fpco/lts-haskell) * [stackage-nightly](https://github.com/fpco/stackage-nightly) + +We strongly recommend using the Haskell tool stack for doing builds, which +includes built-in Stackage support: + +* [stack](https://github.com/commercialhaskell/stack) [![Build Status](https://travis-ci.org/commercialhaskell/stack.svg?branch=master)](https://travis-ci.org/commercialhaskell/stack) + +We also support some add-on tools to cabal-install to make its usage with +Stackage both easier and more secure: + * [stackage-cli](https://github.com/fpco/stackage-cli) [![Build Status](https://travis-ci.org/fpco/stackage-cli.svg?branch=master)](https://travis-ci.org/fpco/stackage-cli) * [stackage-update](https://github.com/fpco/stackage-update) [![Build Status](https://travis-ci.org/fpco/stackage-update.svg?branch=master)](https://travis-ci.org/fpco/stackage-update) * [stackage-upload](https://github.com/fpco/stackage-upload) [![Build Status](https://travis-ci.org/fpco/stackage-upload.svg?branch=master)](https://travis-ci.org/fpco/stackage-upload) diff --git a/automated/build.sh b/automated/build.sh index af54104a..da6a9b60 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -77,6 +77,6 @@ ARGS_UPLOAD="$ARGS_COMMON -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_SECRET_KEY=$A # Use cabal update first to initialize ~/.cabal.config, then use stackage-curator update to get it securely docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET" -docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "cabal update && stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cabal install random cabal-install" +docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "cabal update && stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cabal install random Cabal cabal-install" docker run $ARGS_BUILD $IMAGE stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET -docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload --bundle-file $BUNDLE_FILE && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE" +docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" diff --git a/build-constraints.yaml b/build-constraints.yaml index 01896faa..43840455 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,6 +13,7 @@ packages: - hebrew-time - keter - markdown + - mime-mail - mime-mail-ses - monadcryptorandom - network-conduit-tls @@ -98,6 +99,7 @@ packages: - random-source - shelly - smtLib + - stack < 9.9.9 - stackage # Temporary block while system-filepath issues worked out # - stackage-curator @@ -114,8 +116,7 @@ packages: - statistics-linreg - th-expand-syns - thyme - # https://github.com/kallisti-dev/hs-webdriver/issues/71 - # - webdriver + - webdriver - web-fpco - criterion - th-lift @@ -257,7 +258,6 @@ packages: # - MFlow "Edward Kmett ": - - algebra - ad - adjunctions - approximate @@ -266,7 +266,7 @@ packages: - bound - bytes - charset - - comonad + - comonad > 4.2.7 || < 4.2.7 - comonads-fd - comonad-transformers # https://github.com/ekmett/compensated/issues/5 @@ -353,13 +353,10 @@ packages: "Brent Yorgey ": - active - BlogLiterately - # - BlogLiterately-diagrams GHC 7.10 + - BlogLiterately-diagrams - diagrams - - # https://github.com/fpco/stackage/issues/443 - #- diagrams-builder - #- diagrams-haddock - + - diagrams-builder + - diagrams-haddock - diagrams-contrib - diagrams-core - diagrams-lib @@ -386,12 +383,25 @@ packages: "Paul Harper ": - yesod-auth-oauth2 - "Felipe Lessa ": + "Felipe Lessa @meteficha": + - country-codes - esqueleto - fb - fb-persistent + - mangopay + - nonce + - serversession + - serversession-backend-acid-state + - serversession-backend-persistent + - serversession-backend-redis + - serversession-frontend-snap + # + # - serversession-frontend-wai + - serversession-frontend-yesod + - thumbnail-plus - yesod-fb - yesod-auth-fb + - yesod-mangopay "Alexander Altman ": - base-unicode-symbols @@ -428,6 +438,9 @@ packages: - turtle - foldl + "Arash Rouhani ": + - yesod-text-markdown + "Chris Allen ": - bloodhound @@ -461,7 +474,7 @@ packages: "Janne Hellsten ": - sqlite-simple - "Michal J. Gajda": + "Michal J. Gajda ": - iterable - Octree - FenwickTree @@ -470,6 +483,7 @@ packages: - wordpass - json-autotype + - posix-realtime "Dominic Steinitz ": [] @@ -485,6 +499,7 @@ packages: - hse-cpp - immortal - regex-applicative + - lexer-applicative - smallcheck - tasty - tasty-golden @@ -495,6 +510,7 @@ packages: - timezone-olson - timezone-series - traverse-with-class + - tuples-homogenous-h98 "George Giorgidze ": - HCodecs @@ -529,7 +545,9 @@ packages: #- hopenpgp-tools GHC 7.10, via syb-with-class "Joey Hess ": - - git-annex + [] + # https://github.com/fpco/stackage/issues/638 + # - git-annex # https://github.com/fpco/stackage/issues/160 "Ketil Malde": @@ -585,10 +603,11 @@ packages: - io-manager "Dimitri Sabadie ": - ghc-syb-utils @@ -802,6 +821,7 @@ packages: - hexstring - network-attoparsec - network-anonymous-i2p + - network-anonymous-tor "Timothy Jones git@zmthy.io @zmthy": - http-media @@ -922,6 +942,8 @@ packages: "Noam Lewis @sinelaw": - xml-to-json - xml-to-json-fast + - base-orphans + - digits "Tim Baumann @timjb": - aeson-schema @@ -936,6 +958,9 @@ packages: "Sven Bartscher sven.bartscher@weltraumschlangen.de @kritzefitz": - setlocale + "John Chee @chee1bot": + - cgi + "Taylor Fausak @tfausak": - flow @@ -948,7 +973,10 @@ packages: - linux-namespaces "Will Coster @fimad": + - prometheus-client + - prometheus-metrics-ghc - scalpel + - wai-middleware-prometheus "Smirnov Alexey @chemist": - snmp @@ -972,10 +1000,12 @@ packages: - tasty-hspec "Christiaan Baaij @christiaanb": + - ghc-tcplugins-extra - ghc-typelits-natnormalise - clash-prelude - clash-lib - clash-vhdl + - clash-verilog - clash-systemverilog - clash-ghc @@ -985,6 +1015,10 @@ packages: - markup - webpage - composition-extra + - digestive-foundation-lucid + - ltext + - pred-trie + - poly-arity "Fumiaki Kinoshita @fumieval": - control-bool @@ -1003,7 +1037,10 @@ packages: "Michael Thompson @michaelt": - pipes-text - + - lens-simple + - lens-family-core + - lens-family + "Justin Le @mstksg": - auto - tagged-binary @@ -1015,49 +1052,73 @@ packages: - flowdock - growler - engine-io-growler - # https://github.com/iand675/metrics/issues/2 - # - metrics + - metrics - pipes-wai - serf - uri-templater - librato - + + "Michael Xavier @MichaelXavier": + - angel + - uri-bytestring + - phash + - cron + + "Lars Kuhtz @larskuhtz": + - wai-cors + + "Sam Rijs ": + - ndjson-conduit + - attoparsec-trans + + "Anupam Jain ": + - wai-routes + "Daniel Patterson ": + - hspec-snap + + "Mathieu Boespflug @mboes": + - netwire + - th-lift + + "Alcides Viamontes ": + - second-transfer + + "Hirotomo Moriwaki @philopon": + - apiary + - apiary-logger + - apiary-persistent + - apiary-websockets + - apiary-cookie + - apiary-session + - apiary-clientsession + - apiary-authenticate + - apiary-eventsource + - apiary-mongoDB + - apiary-memcached + - types-compat + - web-routing + - bytestring-read + - memcached-binary + + "Kai Zhang @kaizhang": + - clustering + - matrices + + "Michel Boucey @MichelBoucey": + - IPv6Addr + - ip6addr + - cayley-client + + "koral koral@mailoo.org @k0ral": + - timerep + "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/476 - - vector-space < 0.10 - - # https://github.com/fpco/stackage/issues/509 - - srcloc < 0.5 - - # https://github.com/fpco/stackage/issues/515 - - exception-transformers < 0.4 - - exception-mtl < 0.4 - - # https://github.com/fpco/stackage/issues/517 - - generic-deriving < 1.7 - # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 - # https://github.com/fpco/stackage/issues/549 - - tttool < 1.4 - # https://github.com/fpco/stackage/issues/572 - attoparsec < 0.13 - aeson < 0.8.1.0 - - jose-jwt < 0.6 - - # https://github.com/fpco/stackage/issues/577 - - MonadRandom < 0.4 - - # https://github.com/fpco/stackage/issues/579 - - wai-app-static < 3.1 - - yesod-static < 1.5 - - keter < 1.4 - - # https://github.com/fpco/stackage/issues/581 - - xml-conduit < 1.3 - - html-conduit < 1.2 # https://github.com/fpco/stackage/issues/588 - semigroupoids < 4.5 @@ -1070,15 +1131,26 @@ packages: - machines < 0.5 - free < 4.12 - # https://github.com/fpco/stackage/issues/591 - - th-orphans < 0.12 - # https://github.com/fpco/stackage/issues/602 - errors < 2 - # https://github.com/fpco/stackage/issues/607 - - pandoc < 1.14 - - highlighting-kate < 0.5.13 + # https://github.com/fpco/stackage/issues/615 + - syb < 0.5 + + # https://github.com/gtk2hs/gtk2hs/issues/109 + - gtk < 0.13.8 + + # https://github.com/fpco/stackage/issues/639 + - mainland-pretty < 0.3 + + # https://github.com/fpco/stackage/issues/646 + - clock < 0.5 + + # https://github.com/fpco/stackage/issues/653 + - base-orphans < 0.4 + + # https://github.com/fpco/stackage/issues/654 + - generic-deriving < 1.8 # Package flags are applied to individual packages, and override the values of # global-flags @@ -1190,6 +1262,24 @@ skipped-tests: - Cabal - MissingH + # Upper bound on src-log, see: https://github.com/fpco/stackage/issues/509 + - language-c-quote + + # https://github.com/fpco/stackage/issues/602 + - aws + + # https://github.com/fpco/stackage/issues/622 + - ad + - bound + - heaps + - hyphenation + - linear + - machines + - semigroupoids + + # https://github.com/kaizhang/clustering/issues/2 + - clustering + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: @@ -1379,9 +1469,6 @@ expected-test-failures: # https://github.com/simonmar/alex/issues/62 GHC 7.10 - alex - # https://github.com/haskell-suite/haskell-names/issues/63 GHC 7.10 - - haskell-names - # https://github.com/ekmett/hyperloglog/issues/10 GHC 7.10 - hyperloglog @@ -1413,8 +1500,36 @@ expected-test-failures: # https://github.com/kazu-yamamoto/dns/issues/29 - dns - # https://github.com/haskell-servant/servant/issues/98 - - servant-client + # No PhantomJS available + - wai-cors + + # Permissions failure when creating /home/stackage/.stack. We _should_ fix + # this in the build scripts here... + - stack + + # https://github.com/kazu-yamamoto/http2/issues/4 + - http2 + + # https://github.com/alcidesv/second-transfer/issues/1 + - second-transfer + + # https://github.com/prowdsponsor/mangopay/issues/30 + - mangopay + + # https://github.com/MichaelXavier/Angel/issues/43 + - angel + + # https://github.com/MichaelXavier/phash/issues/4 + - phash + + # Requires memcached on the server + - memcached-binary + + # Requires redis on the build machine + - serversession-backend-redis + + # Unstated dependency on HList-PP + - Rlang-QQ # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: @@ -1466,6 +1581,15 @@ skipped-benchmarks: - postgresql-binary - scientific + # Pulls in discount which depends on extra C libraries + - cmark + + # Old criterion + - acid-state + + # https://github.com/kaizhang/clustering/issues/2 + - clustering + skipped-profiling: # https://github.com/nomeata/ghc-heap-view/commit/8d198eb8fbbad2ce0c4527c781659f35b8909c04#diff-8288955e209cfbead5b318a8598be9c0R10 - ghc-heap-view @@ -1494,3 +1618,5 @@ github-users: - mihaimaruseac elm-lang: - JoeyEremondi + prowdsponsor: + - meteficha diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index de24152e..54034881 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -54,6 +54,9 @@ apt-get install -y \ libgtk-3-dev \ libxml2-dev \ libgsasl7-dev \ + libphash0-dev \ + libopenal-dev \ + libhidapi-dev \ libzmq3-dev mkdir /tmp/nettle-build From 87fc30846307ee5a8ca81226a41c1bcfb86a507b Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Tue, 30 Jun 2015 13:38:21 -0600 Subject: [PATCH 0087/3141] algebra --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43840455..9f3013bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -258,6 +258,7 @@ packages: # - MFlow "Edward Kmett ": + - algebra - ad - adjunctions - approximate From ab368486af7211d7591a4ef2a22a2ee35e3a814e Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Tue, 30 Jun 2015 13:40:41 -0600 Subject: [PATCH 0088/3141] unneeded --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f3013bf..43840455 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -258,7 +258,6 @@ packages: # - MFlow "Edward Kmett ": - - algebra - ad - adjunctions - approximate From ad861c57a8ef459a45ad2e6da6312b7f18099287 Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Tue, 30 Jun 2015 14:57:12 -0600 Subject: [PATCH 0089/3141] apologies, there was a typo. Version 0.0.0.3 of digestive-functors-lucid should work --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43840455..90ba5c3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1015,7 +1015,7 @@ packages: - markup - webpage - composition-extra - - digestive-foundation-lucid + - digestive-functors-lucid - ltext - pred-trie - poly-arity From 7670c2632384fa1c6b80d1a15ea0007ba9be9b27 Mon Sep 17 00:00:00 2001 From: Christopher Reichert Date: Wed, 1 Jul 2015 11:28:37 -0500 Subject: [PATCH 0090/3141] Add packages for creichert. --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc65c811..5f50bd8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1076,6 +1076,13 @@ packages: - netwire - th-lift + "Christopher Reichert @creichert": + - bencode + - hsebaysdk + - dockerfile + - wai-middleware-throttle + - yesod-auth-basic + "Alcides Viamontes ": - second-transfer From 6172d0eacd0aa7c5d54ff9189781e3005282426a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 2 Jul 2015 18:21:39 +0300 Subject: [PATCH 0091/3141] Upper bounds for #659 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f50bd8d..8b94fe54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1155,6 +1155,9 @@ packages: # https://github.com/fpco/stackage/issues/654 - generic-deriving < 1.8 + # https://github.com/fpco/stackage/issues/659 + - pandoc < 1.15 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From e05a9218ebd441d95fbe9b318f55ada5e7680a7e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 2 Jul 2015 18:38:59 +0300 Subject: [PATCH 0092/3141] Extra #572 upper bound --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b94fe54..66b7b256 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1122,6 +1122,7 @@ packages: # https://github.com/fpco/stackage/issues/572 - attoparsec < 0.13 - aeson < 0.8.1.0 + - smoothie < 0.3.2 # https://github.com/fpco/stackage/issues/588 - semigroupoids < 4.5 From 87db240bca3dea22e0a523c23c764c8a5224742a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 2 Jul 2015 18:49:08 +0300 Subject: [PATCH 0093/3141] Try using sudo: false (learned from commercialhaskell/stack#458) --- .travis.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 70421914..e05d22b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,16 @@ -env: - - CABALVER=1.22 GHCVER=7.10.1 +sudo: false + +addons: + apt: + sources: + - hvr-ghc + packages: + - ghc-7.10.1 + - cabal-install-1.22 # Note: the distinction between `before_install` and `install` is not important. before_install: - - travis_retry sudo add-apt-repository -y ppa:hvr/ghc - - travis_retry sudo apt-get update - - travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER # see note about happy/alex - - export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH + - export PATH=/opt/ghc/7.10.1/bin:/opt/cabal/1.22/bin:$PATH install: - cabal --version From 5d2a0b61f7abd941f16002292b634cd5520e292d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 3 Jul 2015 14:02:43 +0300 Subject: [PATCH 0094/3141] Remove upper bound and close #639 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66b7b256..03134157 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1144,9 +1144,6 @@ packages: # https://github.com/gtk2hs/gtk2hs/issues/109 - gtk < 0.13.8 - # https://github.com/fpco/stackage/issues/639 - - mainland-pretty < 0.3 - # https://github.com/fpco/stackage/issues/646 - clock < 0.5 From 1aac6880a4c75c58fb3df494f51fe583f7c7e9e1 Mon Sep 17 00:00:00 2001 From: rcallahan Date: Fri, 3 Jul 2015 09:22:29 -0500 Subject: [PATCH 0095/3141] Update build-constraints.yaml --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03134157..eea8e007 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1115,6 +1115,12 @@ packages: "koral koral@mailoo.org @k0ral": - timerep + "Rob O'Callahan ropoctl@gmail.com": + - pipes-fastx + - seqalign + - thermonuc + - xlsior + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From dcce02c2d7944f3d2551917935e8abc278e8a067 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Fri, 3 Jul 2015 18:13:14 +0300 Subject: [PATCH 0096/3141] Add protocol-buffers packages --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03134157..8e91c2ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1115,6 +1115,11 @@ packages: "koral koral@mailoo.org @k0ral": - timerep + "Kostiantyn Rybnikov @k-bx" + - protocol-buffers + - protocol-buffers-descriptor + - hprotoc + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 0e0aea5446a2b529cbfb9ee255248da072e847c6 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Fri, 3 Jul 2015 18:21:01 +0300 Subject: [PATCH 0097/3141] Fix YAML syntax error --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e91c2ce..d93e6b31 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1115,7 +1115,7 @@ packages: "koral koral@mailoo.org @k0ral": - timerep - "Kostiantyn Rybnikov @k-bx" + "Kostiantyn Rybnikov @k-bx": - protocol-buffers - protocol-buffers-descriptor - hprotoc From 9ec1988c1362dff692da995f2b9f75773d67d7d1 Mon Sep 17 00:00:00 2001 From: rcallahan Date: Fri, 3 Jul 2015 11:22:19 -0500 Subject: [PATCH 0098/3141] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67a3ef07..041bc4b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1122,6 +1122,7 @@ packages: "Rob O'Callahan ropoctl@gmail.com": - pipes-fastx + - pipes-illumina - seqalign - thermonuc - xlsior From 0c0b0e6a222b74c95be0e278040235077628756e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 4 Jul 2015 00:17:59 +0300 Subject: [PATCH 0099/3141] Remove expected failure --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 041bc4b8..063f634d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1535,9 +1535,6 @@ expected-test-failures: # https://github.com/MichaelXavier/Angel/issues/43 - angel - # https://github.com/MichaelXavier/phash/issues/4 - - phash - # Requires memcached on the server - memcached-binary From 243a58387bcb40100a72b3be6df4c370ea8a5b11 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 5 Jul 2015 07:42:15 +0300 Subject: [PATCH 0100/3141] Remove upper bound and close #646 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 063f634d..fc577c60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1156,9 +1156,6 @@ packages: # https://github.com/gtk2hs/gtk2hs/issues/109 - gtk < 0.13.8 - # https://github.com/fpco/stackage/issues/646 - - clock < 0.5 - # https://github.com/fpco/stackage/issues/653 - base-orphans < 0.4 From 7c4f3338a19fb03b7778468499bc1f44b578e725 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 5 Jul 2015 07:52:23 +0300 Subject: [PATCH 0101/3141] Remove upper bound and close #615 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc577c60..afabeebe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1150,9 +1150,6 @@ packages: # https://github.com/fpco/stackage/issues/602 - errors < 2 - # https://github.com/fpco/stackage/issues/615 - - syb < 0.5 - # https://github.com/gtk2hs/gtk2hs/issues/109 - gtk < 0.13.8 From 0119baedddd7f7ac697042d5463e9e851e83ef79 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 5 Jul 2015 07:55:24 +0300 Subject: [PATCH 0102/3141] Upper bounds for k-bx/protocol-buffers#1 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index afabeebe..2e60d9dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1162,6 +1162,11 @@ packages: # https://github.com/fpco/stackage/issues/659 - pandoc < 1.15 + # https://github.com/k-bx/protocol-buffers/issues/1 + - protocol-buffers < 2.1 + - protocol-buffers-descriptor < 2.1 + - hprotoc < 2.1 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From db514e2964656aa8bf261e552ecc8f6f0ba7018e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 5 Jul 2015 14:35:49 +0300 Subject: [PATCH 0103/3141] Temporary block on protocol-buffers #661 --- build-constraints.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ebcc9ad0..a7382729 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1119,10 +1119,11 @@ packages: "koral koral@mailoo.org @k0ral": - timerep - "Kostiantyn Rybnikov @k-bx": - - protocol-buffers - - protocol-buffers-descriptor - - hprotoc + # Doesn't compile on GHC 7.10, see: https://github.com/fpco/stackage/pull/661 + # "Kostiantyn Rybnikov @k-bx": + # - protocol-buffers + # - protocol-buffers-descriptor + # - hprotoc "Rob O'Callahan ropoctl@gmail.com": - pipes-fastx From 505e64201eaeeeccf499d4c0c94287a382d95fd1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 5 Jul 2015 14:45:50 +0300 Subject: [PATCH 0104/3141] Remove protocol-buffer upper bounds #661 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7382729..29b57273 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1167,11 +1167,6 @@ packages: # https://github.com/fpco/stackage/issues/659 - pandoc < 1.15 - # https://github.com/k-bx/protocol-buffers/issues/1 - - protocol-buffers < 2.1 - - protocol-buffers-descriptor < 2.1 - - hprotoc < 2.1 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 135535ccdef44171396ad71c77a7a5ef9af000dc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 5 Jul 2015 16:02:09 +0300 Subject: [PATCH 0105/3141] Expected test failure rcallahan/xlsior#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29b57273..ce4621a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1543,6 +1543,9 @@ expected-test-failures: # Unstated dependency on HList-PP - Rlang-QQ + # https://github.com/rcallahan/xlsior/issues/1 + - xlsior + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 2a44bd4224b4d93624b5a7cd5d6c12ee5d08a7fb Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Mon, 6 Jul 2015 16:36:21 +0300 Subject: [PATCH 0106/3141] Add back protocol-buffers Version 2.1.1 builds fine with GHC 7.10 now https://travis-ci.org/k-bx/protocol-buffers/builds/69730426 --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce4621a7..6924f35a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1119,11 +1119,10 @@ packages: "koral koral@mailoo.org @k0ral": - timerep - # Doesn't compile on GHC 7.10, see: https://github.com/fpco/stackage/pull/661 - # "Kostiantyn Rybnikov @k-bx": - # - protocol-buffers - # - protocol-buffers-descriptor - # - hprotoc + "Kostiantyn Rybnikov @k-bx": + - protocol-buffers + - protocol-buffers-descriptor + - hprotoc "Rob O'Callahan ropoctl@gmail.com": - pipes-fastx From 0404b5343c9ee3059c57d83218343cf19312f925 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Mon, 6 Jul 2015 17:46:14 +0300 Subject: [PATCH 0107/3141] Change to re-trigger travis --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6924f35a..35269467 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1121,8 +1121,8 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - - protocol-buffers-descriptor - hprotoc + - protocol-buffers-descriptor "Rob O'Callahan ropoctl@gmail.com": - pipes-fastx From 27da7e3d6bbe0fe41f7388be3166f76a236af734 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Jul 2015 18:05:22 +0300 Subject: [PATCH 0108/3141] Upper bounds for #664 and #665 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce4621a7..fedef888 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1167,6 +1167,12 @@ packages: # https://github.com/fpco/stackage/issues/659 - pandoc < 1.15 + # https://github.com/fpco/stackage/issues/664 + - fast-logger < 2.4 + + # https://github.com/fpco/stackage/issues/665 + - iproute < 1.5 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From ce978f9eadfce1d8f403501712312b4e0418e9b8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Jul 2015 18:17:10 +0300 Subject: [PATCH 0109/3141] Upper bound for #666 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fe895a14..0c6abea5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1172,6 +1172,9 @@ packages: # https://github.com/fpco/stackage/issues/665 - iproute < 1.5 + # https://github.com/fpco/stackage/issues/666 + - tar < 0.4.2 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 05429ecb95d93574ae6975dd89a432316ffeeb91 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Jul 2015 18:59:16 +0300 Subject: [PATCH 0110/3141] Disable hprotoc, lacks GHC 7.10 compat. Pinging @k-bx --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c6abea5..ae9562b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1121,7 +1121,7 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - - hprotoc + # - hprotoc - protocol-buffers-descriptor "Rob O'Callahan ropoctl@gmail.com": From 7b602d3bfd7f2f54d317d36e07d345178eac4e94 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 7 Jul 2015 05:37:07 +0300 Subject: [PATCH 0111/3141] Remove upper bounds and close #665 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae9562b1..c1d3e3cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1169,9 +1169,6 @@ packages: # https://github.com/fpco/stackage/issues/664 - fast-logger < 2.4 - # https://github.com/fpco/stackage/issues/665 - - iproute < 1.5 - # https://github.com/fpco/stackage/issues/666 - tar < 0.4.2 From db222a35b1cc2b1058ca7ca52442166596178ab4 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Wed, 8 Jul 2015 14:15:33 +0300 Subject: [PATCH 0112/3141] Hprotoc build should be fixed I added hprotoc-building to travis and fixed it, so should be good now --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c1d3e3cf..d3b81018 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1121,7 +1121,7 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - # - hprotoc + - hprotoc - protocol-buffers-descriptor "Rob O'Callahan ropoctl@gmail.com": From eeb14279f95f0ad85198276c0c81fddd52908bde Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Jul 2015 15:35:56 +0300 Subject: [PATCH 0113/3141] Added initial curators file --- CURATORS.md | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 CURATORS.md diff --git a/CURATORS.md b/CURATORS.md new file mode 100644 index 00000000..8855852a --- /dev/null +++ b/CURATORS.md @@ -0,0 +1,101 @@ +This is a collection of instructions for what Stackage curators- the guys who +maintain the Stackage project itself- should be doing on a regular basis. At +the time of writing (July 2015), this is handled almost entirely by Michael +Snoyman. Curation activities are mostly automated, and do not take up a +significant amount of time. But it's good to spread the knowledge for obvious +reasons (errant buses, if I ever decide to take a vacation...). + +## Workflow + +This section sketches out at a high level how the entire Stackage build/curation +process works: + +* [build-constraints.yaml](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) specifies packages to be included in Stackage +* [stackage-curator](http://www.stackage.org/package/stackage-curator) combines build-constraints.yaml with the current state of Hackage to create a build plan for a Stackage Nightly +* stackage-curator can check that build plan to ensure all version bounds are consistent + * The [Travis job](https://github.com/fpco/stackage/blob/master/.travis.yml) performs these two steps to provide immediate feedback on pull requests +* Docker Hub [builds](https://github.com/fpco/stackage/blob/master/Dockerfile) a [Docker image](https://registry.hub.docker.com/u/snoyberg/stackage/) for running builds +* The stackage-build server (described below) is able to run automated builds using the [build.sh script](https://github.com/fpco/stackage/blob/master/automated/build.sh) +* When a new Nightly build is completed, it is uploaded to [the nightly repo](https://github.com/fpco/stackage-nightly) +* Once a week, we run an LTS minor bump. Instead of using build-constraints.yaml, that job takes the previous LTS release, turns it into constraints, and then bumps the version numbers to the latest on Hackage, in accordance with the version bounds in the build plan. This plans are uploaded to [the LTS repo](https://github.com/fpco/lts-haskell) +* Cutting a new LTS major release is essentially just a Stackage Nightly that gets uploaded as an LTS + +## Pull requests + +The typical story on pull requests is: if Travis accepts it, and the author +only added packages under his/her own name, merge it. If the build later fails +(see below), then block the package until it's fixed. + +## Fixing bounds issues + +The most common activity you'll deal with in Stackage curation is a version +bound issue, usually a restrictive upper bound. You fix this by opening an +issue on the Stackage repo about the problem, and modifying the +build-constraints.yaml file to work around it in one of the ways below. Be sure +to refer to the issue for workarounds added to that file. + +* __Temporary upper bounds__ Most common technique, just prevent a new version of a library from being included immediately +* __Skipping tests and benchmarks__ If the upper bound is only in a test suite or benchmark, you can add the relevant package to skipped-tests or skipped-benchmarks. For example, if conduit had an upper bound on criterion for a benchmark, you could added conduit as a skipped benchmark. +* __Excluding packages__ In an extreme case of a non-responsive maintainer, you can remove the package entirely from Stackage. We try to avoid that whenever possible + +## Upgrading GHC versions + +The Dockerfile contains information on which GHC versions should be used. You +can modify it and push it to Github to trigger a DockerHub build. The master +branch is used for nightlies, and the lts branch for LTS. Once a new Docker +image is available, you'll need to pull it onto the stackage-build server (see +below). Instead of pulling an unbounded number of images, I typically just +delete all of the old images and let the new ones get downloaded: + +``` +docker rm $(docker ps -a -q) +docker rmi $(docker images -q) +``` + +## stackage-build server + +You'll need to get your SSH public key added to the machine. ~/.ssh/config info: + +``` +Host stackage-build + User ubuntu + Hostname ec2-52-5-20-252.compute-1.amazonaws.com +``` + +We currently run the builds manually so make it easy to see when there are +bounds issues that need to be corrected. Automated this would be even better, +we're just not there yet. + +``` +# Run a nightly build +/opt/stackage-build/stackage/automated/build.sh nightly-2015-07-08 + +# Run an LTS minor bump +/opt/stackage-build/stackage/automated/build.sh lts-2.17 + +# Run an LTS major bump +/opt/stackage-build/stackage/automated/build.sh lts-3.0 +``` + +Recommended: run these from inside a `screen` session. If you get version bound +problems on nightly or LTS major, you need to fix build-constraints.yaml (see +info above). For an LTS minor bump, you'll typically want to use the +`CONSTRAINTS` environment variable, e.g.: + +``` +CONSTRAINTS='--constraint "conduit < 1.4.5" --constraint "criterion < 1.2.3"' /opt/stackage-build/stackage/automated/build.sh lts-2.17 +``` + +If a build fails for bounds reasons, see all of the advice above. If the code +itself doesn't build, or tests fail, open up an issue and then either put in a +version bound to avoid that version or something else. It's difficult to give +universal advice on how to solve things, since each situation is unique. Let's +develop this advice over time. For now: if you're not sure, ask Michael for +guidance. + +### Timing + +Nightly builds should be run once a day. A common technique I use is, after a +build succeeds, write something like `sleep 20h; +/opt/stackage-build/stackage/automated/build.sh nightly-2015-01-02`. LTS minor +bumps typically are run on Sundays. From 6e9eee8de47c2c5949305dd77d663abfb103faf0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Jul 2015 15:43:51 +0300 Subject: [PATCH 0114/3141] Skip test for #668 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3b81018..bcc103e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1300,6 +1300,9 @@ skipped-tests: # https://github.com/kaizhang/clustering/issues/2 - clustering + # https://github.com/fpco/stackage/issues/668 + - second-transfer + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From 089d0020fb6fb774b266a03c436530c7320c61c4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Jul 2015 15:57:54 +0300 Subject: [PATCH 0115/3141] Revert "Hprotoc build should be fixed" This reverts commit db222a35b1cc2b1058ca7ca52442166596178ab4. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bcc103e6..8b9e755b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1121,7 +1121,7 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - - hprotoc + # - hprotoc - protocol-buffers-descriptor "Rob O'Callahan ropoctl@gmail.com": From 0767560ca5404a9ba0f2c0aff065ea82ff515b72 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Jul 2015 16:02:28 +0300 Subject: [PATCH 0116/3141] Upper bound for alcidesv/second-transfer#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b9e755b..baa0a017 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1172,6 +1172,9 @@ packages: # https://github.com/fpco/stackage/issues/666 - tar < 0.4.2 + # https://github.com/alcidesv/second-transfer/issues/2 + - http2 < 1.0 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From e6f512654111a70834f144ec95911d907a2c5a92 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Jul 2015 23:48:52 +0300 Subject: [PATCH 0117/3141] Remove http2 upper bound alcidesv/second-transfer#2 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index baa0a017..8b9e755b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1172,9 +1172,6 @@ packages: # https://github.com/fpco/stackage/issues/666 - tar < 0.4.2 - # https://github.com/alcidesv/second-transfer/issues/2 - - http2 < 1.0 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From ee28a3d7ccfa20c64d9f95a04426e9a03e43cf3d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 9 Jul 2015 18:02:48 +0300 Subject: [PATCH 0118/3141] Revert "Remove http2 upper bound alcidesv/second-transfer#2" This reverts commit e6f512654111a70834f144ec95911d907a2c5a92. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b9e755b..baa0a017 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1172,6 +1172,9 @@ packages: # https://github.com/fpco/stackage/issues/666 - tar < 0.4.2 + # https://github.com/alcidesv/second-transfer/issues/2 + - http2 < 1.0 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From d80790eb2bd1b911f8d0b1a9d8f389de47a926d0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 9 Jul 2015 18:03:36 +0300 Subject: [PATCH 0119/3141] Upper bound for #669 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index baa0a017..7fc42253 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1175,6 +1175,9 @@ packages: # https://github.com/alcidesv/second-transfer/issues/2 - http2 < 1.0 + # https://github.com/fpco/stackage/issues/669 + - linear < 1.19 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From ebf285d64b440dba00ac11fe526b0cd5cac4b65d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 9 Jul 2015 18:38:02 +0300 Subject: [PATCH 0120/3141] Move location of linear skipped test --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fc42253..0fc54c32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1299,7 +1299,6 @@ skipped-tests: - bound - heaps - hyphenation - - linear - machines - semigroupoids @@ -1309,6 +1308,9 @@ skipped-tests: # https://github.com/fpco/stackage/issues/668 - second-transfer + # https://github.com/fpco/stackage/issues/669 + - linear + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From 983c93edc7ba00f7007386def8351f3bf8aa9625 Mon Sep 17 00:00:00 2001 From: John Lenz Date: Thu, 9 Jul 2015 10:43:37 -0500 Subject: [PATCH 0121/3141] Add John Lenz's packages The two webdriver packages require selenium server to be running so I added them to the ignore list. I have manually executed the test suite with nightly-2015-07-08 and it passes for these packages. --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fc42253..61f9c4ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1130,6 +1130,11 @@ packages: - seqalign - thermonuc - xlsior + "John Lenz @wuzzeb": + - yesod-auth-account + - yesod-static-angular + - hspec-webdriver + - webdriver-angular "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 @@ -1393,6 +1398,8 @@ expected-test-failures: # Requires a running webdriver server - webdriver - webdriver-snoy + - hspec-webdriver + - webdriver-angular # Weird conflicts with sandboxing - ghc-mod From 903904cde1b1fb9115f87d8dc75f7bd3e85645f9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 10 Jul 2015 13:48:54 +0300 Subject: [PATCH 0122/3141] Upper bounds for #671 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 26366d24..3abf3c4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1183,6 +1183,9 @@ packages: # https://github.com/fpco/stackage/issues/669 - linear < 1.19 + # https://github.com/fpco/stackage/issues/671 + - lucid-svg < 0.5 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 729d919513055276c175af0e932e2e361a8ab364 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 10 Jul 2015 13:49:23 +0300 Subject: [PATCH 0123/3141] Upper bounds for #672 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3abf3c4f..9ce9818d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1186,6 +1186,9 @@ packages: # https://github.com/fpco/stackage/issues/671 - lucid-svg < 0.5 + # https://github.com/fpco/stackage/issues/672 + - reflection < 2 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 5d379ce839336c902b0474fcf0c86c06f023108d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 10 Jul 2015 15:05:37 +0300 Subject: [PATCH 0124/3141] Add back streams ekmett/streams#11 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ce9818d..b24b14c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -315,8 +315,7 @@ packages: - semigroupoids - semigroups - speculation - # https://github.com/ekmett/streams/issues/11 - # - streams GHC 7.10 + - streams - tagged - vector-instances - void From aee40371675f28a21c32a64b301116289cf4e8ec Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 10 Jul 2015 17:17:52 +0300 Subject: [PATCH 0125/3141] Remove upper bounds and close #671 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b24b14c1..19fadd5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1182,9 +1182,6 @@ packages: # https://github.com/fpco/stackage/issues/669 - linear < 1.19 - # https://github.com/fpco/stackage/issues/671 - - lucid-svg < 0.5 - # https://github.com/fpco/stackage/issues/672 - reflection < 2 From 2e7f4ce990fa115a8f64d769843ae57e50737ccf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 10 Jul 2015 18:31:30 +0300 Subject: [PATCH 0126/3141] Exclude boolsimplifier --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19fadd5c..2af7e532 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -914,7 +914,8 @@ packages: - jmacro-rpc-snap - mbox - kmeans - - boolsimplifier + # Not compatible with GHC 7.10.2 (yes, it's a regression in GHC) + # - boolsimplifier - cubicspline - maximal-cliques From 866f9fbfc0abe1733b05c31d9921188b4941cc11 Mon Sep 17 00:00:00 2001 From: Sven Heyll Date: Fri, 10 Jul 2015 22:06:23 +0200 Subject: [PATCH 0127/3141] Add b9 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2af7e532..39a462af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1135,6 +1135,9 @@ packages: - yesod-static-angular - hspec-webdriver - webdriver-angular + + "Sven Heyll @sheyll": + - b9 "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From f7f88f9fa38add62edb7d9f9dd402fc617de41c7 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Sat, 11 Jul 2015 10:25:04 +0100 Subject: [PATCH 0128/3141] Add bustle I am in the process of improving the buildability of this package on Travis-CI. It builds from the Hackage package locally, but there are some tedious gtk2hs-buildtools/Cabal library version/miscellaneous problems which make building it not always a pleasant experience. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39a462af..3e385043 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1138,6 +1138,9 @@ packages: "Sven Heyll @sheyll": - b9 + + "Will Thompson @wjt": + - bustle "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From a1e2c3483eac177d392cb055f2187a93611b7072 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Sat, 11 Jul 2015 10:30:59 +0100 Subject: [PATCH 0129/3141] Install libpcap headers The 'bustle' package depends on 'pcap' which has a build-dependency on libpcap. --- debian-bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 54034881..61b853af 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -57,7 +57,8 @@ apt-get install -y \ libphash0-dev \ libopenal-dev \ libhidapi-dev \ - libzmq3-dev + libzmq3-dev \ + libpcap0.8-dev mkdir /tmp/nettle-build ( From 0dc2fc8a7993c9a600fd56f3b3f4da1c7932f2b5 Mon Sep 17 00:00:00 2001 From: Dimitri 'phaazon' Sabadie Date: Sat, 11 Jul 2015 17:07:24 +0200 Subject: [PATCH 0130/3141] Added event. --- build-constraints.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39a462af..95235f3e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -603,10 +603,11 @@ packages: "Dimitri Sabadie ": - ghc-syb-utils @@ -1115,7 +1116,7 @@ packages: - IPv6Addr - ip6addr - cayley-client - + "koral koral@mailoo.org @k0ral": - timerep @@ -1135,7 +1136,7 @@ packages: - yesod-static-angular - hspec-webdriver - webdriver-angular - + "Sven Heyll @sheyll": - b9 From d993896ed1c35133954ab507c45fa9812d5ac930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Fija=C5=82kowski?= Date: Sat, 11 Jul 2015 21:02:55 +0200 Subject: [PATCH 0131/3141] Add hLibsass and hSass --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39a462af..0fa1db45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1138,6 +1138,10 @@ packages: "Sven Heyll @sheyll": - b9 + + "Jakub Fijałkowski kuba@codinginfinity.me @Fiolek_": + - hlibsass + - hsass "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From ad7006da9a520229c752510caf80f26acdf505dc Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Sun, 12 Jul 2015 16:07:57 +1000 Subject: [PATCH 0132/3141] add operational-class --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39a462af..91bea368 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1070,6 +1070,7 @@ packages: "Sam Rijs ": - ndjson-conduit - attoparsec-trans + - operational-class "Anupam Jain ": - wai-routes From 78c5d9a8fb1da86f79e0338ed5d9d920ced4f994 Mon Sep 17 00:00:00 2001 From: Chris Wong Date: Sun, 12 Jul 2015 20:10:01 +1200 Subject: [PATCH 0133/3141] Add nationstates --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fe4af1a1..2556b8eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1078,6 +1078,9 @@ packages: "Daniel Patterson ": - hspec-snap + "Chris Wong @lfairy": + - nationstates + "Mathieu Boespflug @mboes": - netwire - th-lift From d5e87e14bd7254e105b693d4d1392c649da9565a Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sun, 12 Jul 2015 14:50:31 +0300 Subject: [PATCH 0134/3141] Add spdx --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fe4af1a1..c8437ffc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -842,6 +842,7 @@ packages: - edit-distance - lattices - waitra + - spdx "Adam C. Foltzer acfoltzer@galois.com @acfoltzer": - cryptol From 7c58f403db6f73dad671ba5d4783ed8aaf37a742 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sun, 12 Jul 2015 14:55:55 +0300 Subject: [PATCH 0135/3141] Add postgresql-simple-url --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8437ffc..5a639b1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -843,6 +843,7 @@ packages: - lattices - waitra - spdx + - postgresql-simple-url "Adam C. Foltzer acfoltzer@galois.com @acfoltzer": - cryptol From 49680b6111b5c6237970cea524237726419a270e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Jul 2015 18:30:49 +0300 Subject: [PATCH 0136/3141] Remove upper bounds and close #659 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f412e50c..94a3dbfd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1181,9 +1181,6 @@ packages: # https://github.com/fpco/stackage/issues/654 - generic-deriving < 1.8 - # https://github.com/fpco/stackage/issues/659 - - pandoc < 1.15 - # https://github.com/fpco/stackage/issues/664 - fast-logger < 2.4 From 6defa68679d766bd3fa60cdb9611a476fcb6044a Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Mon, 13 Jul 2015 13:25:51 +1000 Subject: [PATCH 0137/3141] add range package Adding the `range` package, of which I am co-maintainer. Robert Massaioli asked me to add it under his name. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d29e7443..ce520370 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1153,6 +1153,9 @@ packages: - hlibsass - hsass + "Robert Massaioli robertmassaioli@gmail.com": + - range + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From e5c08607cc8657810a58808174b55432d34d9d37 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 13 Jul 2015 18:02:31 +0300 Subject: [PATCH 0138/3141] Expected test failure for range #681 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce520370..4c9fa2b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1589,6 +1589,9 @@ expected-test-failures: # https://github.com/rcallahan/xlsior/issues/1 - xlsior + # https://github.com/fpco/stackage/issues/681 + - range + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 2101c7a7beaf545354b950aa6ab5559e85a0dc8d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 13 Jul 2015 18:37:44 +0300 Subject: [PATCH 0139/3141] Try out hprotoc again --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c9fa2b3..0c0aeefc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1128,7 +1128,7 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - # - hprotoc + - hprotoc - protocol-buffers-descriptor "Rob O'Callahan ropoctl@gmail.com": From 3509001d2244a66b8cfb82324b5cbe047c8e4175 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 14 Jul 2015 16:12:52 +0200 Subject: [PATCH 0140/3141] Upper bound for #682 --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c0aeefc..04f76946 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1145,10 +1145,10 @@ packages: "Sven Heyll @sheyll": - b9 - + "Will Thompson @wjt": - bustle - + "Jakub Fijałkowski kuba@codinginfinity.me @Fiolek_": - hlibsass - hsass @@ -1203,6 +1203,9 @@ packages: # https://github.com/fpco/stackage/issues/672 - reflection < 2 + # https://github.com/fpco/stackage/issues/682 + - vector < 0.11 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From e780c44aba18233f151bd359463c5cb283bbb125 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 14 Jul 2015 20:23:04 +0300 Subject: [PATCH 0141/3141] Close issue #681 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04f76946..2b24079f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1592,9 +1592,6 @@ expected-test-failures: # https://github.com/rcallahan/xlsior/issues/1 - xlsior - # https://github.com/fpco/stackage/issues/681 - - range - # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From ae71b7b8815273457ebc5195344e136365e858bd Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Tue, 14 Jul 2015 18:34:21 -0400 Subject: [PATCH 0142/3141] Add rainbox to Omari Norman's packages --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b24079f..ba126f75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -152,6 +152,7 @@ packages: "Omari Norman ": - rainbow + - rainbox - multiarg - prednote - cartel From 6fb94d56196b8f10bb2dab3bf3a2cd17ab101643 Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Tue, 14 Jul 2015 20:20:27 -0400 Subject: [PATCH 0143/3141] Add pipes-cliff to Omari Norman's packages --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba126f75..90a69848 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -153,6 +153,7 @@ packages: "Omari Norman ": - rainbow - rainbox + - pipes-cliff - multiarg - prednote - cartel From 4e959fd661fa23fa4f34e071b919b208c6e26da3 Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Tue, 14 Jul 2015 20:22:43 -0400 Subject: [PATCH 0144/3141] Add anonymous-sums to Omari Norman's packages --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 90a69848..476fe63d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -154,6 +154,7 @@ packages: - rainbow - rainbox - pipes-cliff + - anonymous-sums - multiarg - prednote - cartel From aa38aec2400eaf8f2c786570cdae193817ca8505 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 15 Jul 2015 17:32:41 +0200 Subject: [PATCH 0145/3141] Upper bound for #684 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 476fe63d..0fb28982 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1209,6 +1209,9 @@ packages: # https://github.com/fpco/stackage/issues/682 - vector < 0.11 + # https://github.com/fpco/stackage/issues/684 + - cmark < 0.4 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 9e73b85810d8196e0e28043343b5b7ec39f46588 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 15 Jul 2015 19:34:17 +0200 Subject: [PATCH 0146/3141] Remove upper bound and close #684 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fb28982..476fe63d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1209,9 +1209,6 @@ packages: # https://github.com/fpco/stackage/issues/682 - vector < 0.11 - # https://github.com/fpco/stackage/issues/684 - - cmark < 0.4 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From d9ac69922dbce71bd9627a8301b559120487c8bd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 15 Jul 2015 22:15:59 +0200 Subject: [PATCH 0147/3141] drop machines and free upper bounds (#590) --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 476fe63d..10fef358 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1176,8 +1176,6 @@ packages: # https://github.com/fpco/stackage/issues/590 - bifunctors < 5 - profunctors < 5 - - machines < 0.5 - - free < 4.12 # https://github.com/fpco/stackage/issues/602 - errors < 2 From 7f588914aec71aca419585da7020be347b0e9219 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 15 Jul 2015 22:26:52 +0200 Subject: [PATCH 0148/3141] Disable netwire to upgrade 5 other packages --- build-constraints.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10fef358..ec2fd306 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1087,7 +1087,8 @@ packages: - nationstates "Mathieu Boespflug @mboes": - - netwire + # https://github.com/fpco/stackage/issues/590 + # netwire - th-lift "Christopher Reichert @creichert": @@ -1169,13 +1170,10 @@ packages: - smoothie < 0.3.2 # https://github.com/fpco/stackage/issues/588 - - semigroupoids < 4.5 - - semigroupoid-extras < 4.5 - - lens < 4.10 + - lens < 4.12 # https://github.com/fpco/stackage/issues/590 - - bifunctors < 5 - - profunctors < 5 + - profunctors < 5.1 # https://github.com/fpco/stackage/issues/602 - errors < 2 From 8182cc2aa74d36c6c6eba2064d5f2b8105d62ab6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 15 Jul 2015 22:48:38 +0200 Subject: [PATCH 0149/3141] Remove another upper bound an close #590 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec2fd306..2e370844 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1172,9 +1172,6 @@ packages: # https://github.com/fpco/stackage/issues/588 - lens < 4.12 - # https://github.com/fpco/stackage/issues/590 - - profunctors < 5.1 - # https://github.com/fpco/stackage/issues/602 - errors < 2 From 20d1a5fa5e6896f4dbec2cb6554733c74bf9790e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 15 Jul 2015 22:54:27 +0200 Subject: [PATCH 0150/3141] Move upper bound to #686, closes #588 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e370844..60ef267d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1169,9 +1169,6 @@ packages: - aeson < 0.8.1.0 - smoothie < 0.3.2 - # https://github.com/fpco/stackage/issues/588 - - lens < 4.12 - # https://github.com/fpco/stackage/issues/602 - errors < 2 @@ -1202,6 +1199,9 @@ packages: # https://github.com/fpco/stackage/issues/682 - vector < 0.11 + # https://github.com/fpco/stackage/issues/686 + - lens < 4.12 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 58e299bb06df90f049357af77be19e0e4a53ec14 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 15 Jul 2015 23:18:02 +0200 Subject: [PATCH 0151/3141] Remove upper bound and close #664 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60ef267d..57de6260 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1181,9 +1181,6 @@ packages: # https://github.com/fpco/stackage/issues/654 - generic-deriving < 1.8 - # https://github.com/fpco/stackage/issues/664 - - fast-logger < 2.4 - # https://github.com/fpco/stackage/issues/666 - tar < 0.4.2 From c0925e6c4ab41744bc31130551f01e6826e8329b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 15 Jul 2015 23:21:25 +0200 Subject: [PATCH 0152/3141] Map analytics to ekmett (#654) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 57de6260..10699b1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1674,3 +1674,5 @@ github-users: - JoeyEremondi prowdsponsor: - meteficha + analytics: + - ekmett From 1c9c5f9cfab2e7a80efb03d918d5d799f776d5c9 Mon Sep 17 00:00:00 2001 From: Dimitri 'phaazon' Sabadie Date: Thu, 16 Jul 2015 20:25:20 +0200 Subject: [PATCH 0153/3141] Added zero. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10699b1f..4d4d520c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -611,6 +611,7 @@ packages: - monad-journal - msi-kb-backlit - smoothie + - zero "Thomas Schilling ": - ghc-syb-utils From 255d0f9ca8101d76386ef79c24c76dbba665f5b7 Mon Sep 17 00:00:00 2001 From: Index Int Date: Fri, 17 Jul 2015 05:16:51 +0300 Subject: [PATCH 0154/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10699b1f..247711e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1160,6 +1160,9 @@ packages: "Robert Massaioli robertmassaioli@gmail.com": - range + "Index Int ": + - transformers-lift + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From d0b16ce9f803ab4b3090c1e7ec643eabe1144876 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 17 Jul 2015 09:30:36 +0200 Subject: [PATCH 0155/3141] Remove upper bound and close #653 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10699b1f..1f26df4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1175,9 +1175,6 @@ packages: # https://github.com/gtk2hs/gtk2hs/issues/109 - gtk < 0.13.8 - # https://github.com/fpco/stackage/issues/653 - - base-orphans < 0.4 - # https://github.com/fpco/stackage/issues/654 - generic-deriving < 1.8 From bc276aeb14fa1df1843248933ab18b0f641fc874 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 17 Jul 2015 15:33:35 +0200 Subject: [PATCH 0156/3141] Re-enable tests for wai-logger and hyperloglog --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e1831e0..7f008ce8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1380,7 +1380,6 @@ expected-test-failures: # Problems with doctest and sandboxing - warp - - wai-logger # https://github.com/fpco/stackage/issues/163 - hTalos @@ -1524,9 +1523,6 @@ expected-test-failures: # https://github.com/simonmar/alex/issues/62 GHC 7.10 - alex - # https://github.com/ekmett/hyperloglog/issues/10 GHC 7.10 - - hyperloglog - # https://github.com/acid-state/safecopy/issues/25 GHC 7.10 - safecopy From 62770fbdf31bfd9b3b1d98b7d6fe527e5853db10 Mon Sep 17 00:00:00 2001 From: Juan Pedro Villa Isaza Date: Fri, 17 Jul 2015 12:08:07 -0500 Subject: [PATCH 0157/3141] Add the inflections package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f008ce8..cea7b9ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1164,6 +1164,9 @@ packages: "Index Int ": - transformers-lift + "Juan Pedro Villa Isaza jvilla@stackbuilders.com @jpvillaisaza": + - inflections + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From bdb9353d21fd4117b146973ed75b088baf7dc550 Mon Sep 17 00:00:00 2001 From: Juan Pedro Villa Isaza Date: Fri, 17 Jul 2015 16:13:47 -0500 Subject: [PATCH 0158/3141] Add the twitter-feed package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cea7b9ae..e4436dbc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1166,6 +1166,7 @@ packages: "Juan Pedro Villa Isaza jvilla@stackbuilders.com @jpvillaisaza": - inflections + - twitter-feed "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 2fe78ead569d4c002b5d7cfbb6759d2e78cbf757 Mon Sep 17 00:00:00 2001 From: Scott Murphy Date: Fri, 17 Jul 2015 19:18:07 -0500 Subject: [PATCH 0159/3141] added xlsx and binary search to stackage @qrilka --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cea7b9ae..c12234e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,5 +1,4 @@ ghc-major-version: "7.10" - # Constraints for brand new builds packages: "Michael Snoyman michael@snoyman.com @snoyberg": @@ -1167,6 +1166,10 @@ packages: "Juan Pedro Villa Isaza jvilla@stackbuilders.com @jpvillaisaza": - inflections + "Scott Murphy scott.murphy@plowtech.net @smurphy8": + - binary-search + - xlsx + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 735d9df31004c0cf57c9a24978b871516c06a09b Mon Sep 17 00:00:00 2001 From: Index Int Date: Sat, 18 Jul 2015 05:27:43 +0300 Subject: [PATCH 0160/3141] Add ether --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4436dbc..76a09899 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1163,6 +1163,7 @@ packages: "Index Int ": - transformers-lift + - ether "Juan Pedro Villa Isaza jvilla@stackbuilders.com @jpvillaisaza": - inflections From f01a6c1bccac7708860c3eae129a1c0d66c9ccc5 Mon Sep 17 00:00:00 2001 From: Sergey Alirzaev Date: Sat, 18 Jul 2015 21:12:13 +0300 Subject: [PATCH 0161/3141] Update build-constraints.yaml --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76a09899..d84e1f0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1168,6 +1168,10 @@ packages: "Juan Pedro Villa Isaza jvilla@stackbuilders.com @jpvillaisaza": - inflections - twitter-feed + + "Sergey Alirzaev ": + - monad-peel + - Network-NineP "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From ecbd5bf060443426202e850f45f486d4a950e2b5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 19 Jul 2015 01:48:16 +0200 Subject: [PATCH 0162/3141] Fix flags for NineP/#693 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d84e1f0d..91e1b2c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1168,7 +1168,7 @@ packages: "Juan Pedro Villa Isaza jvilla@stackbuilders.com @jpvillaisaza": - inflections - twitter-feed - + "Sergey Alirzaev ": - monad-peel - Network-NineP @@ -1256,6 +1256,9 @@ package-flags: cabal-rpm: old-locale: false + NineP: + bytestring-in-base: false + # By skipping a test suite, we do not pull in the build dependencies skipped-tests: - ReadArgs # old version of hspec From 02906f9f7cc105344aae50f279001c5f9c00e854 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 19 Jul 2015 01:56:52 +0200 Subject: [PATCH 0163/3141] Disable inflections test-suite stackbuilders/inflections-hs#10 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91e1b2c5..85aceebf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1594,6 +1594,9 @@ expected-test-failures: # https://github.com/rcallahan/xlsior/issues/1 - xlsior + # https://github.com/stackbuilders/inflections-hs/issues/10 + - inflections + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From e37958c830b60592fe26dfa32e44ef0ca9ff721d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 19 Jul 2015 02:36:28 +0200 Subject: [PATCH 0164/3141] Disable twitter-feed test-suite stackbuilders/twitter-feed#12 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85aceebf..27f992f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1597,6 +1597,9 @@ expected-test-failures: # https://github.com/stackbuilders/inflections-hs/issues/10 - inflections + # https://github.com/stackbuilders/twitter-feed/issues/12 + - twitter-feed + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 2b54876cc7f4d2c809a8a823531cb8b9481c709e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 19 Jul 2015 05:06:46 +0200 Subject: [PATCH 0165/3141] Remove upper bound and close #602 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27f992f6..c8b9ee08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1182,9 +1182,6 @@ packages: - aeson < 0.8.1.0 - smoothie < 0.3.2 - # https://github.com/fpco/stackage/issues/602 - - errors < 2 - # https://github.com/gtk2hs/gtk2hs/issues/109 - gtk < 0.13.8 From 42813f0687530235b0aabb298e060846cd3626c7 Mon Sep 17 00:00:00 2001 From: Oliver Charles Date: Sun, 19 Jul 2015 10:30:48 +0100 Subject: [PATCH 0166/3141] Add some of @ocharles' packages to Stackage --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8b9ee08..8e8d6685 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1173,6 +1173,15 @@ packages: - monad-peel - Network-NineP + "Oliver Charles Date: Sun, 19 Jul 2015 10:34:01 +0100 Subject: [PATCH 0167/3141] Correct a typo to @ocharles' packages --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e8d6685..4f3cf21f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1173,7 +1173,7 @@ packages: - monad-peel - Network-NineP - "Oliver Charles ": - engine-io - diff3 - digestive-functors-aeson From 6b14ca9df08aa778f6f5349618028a62bdb9e6cb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 19 Jul 2015 20:59:43 +0200 Subject: [PATCH 0168/3141] Disable libsystemd-journal, needs libsystemd --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f3cf21f..3d83fb0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1178,7 +1178,8 @@ packages: - diff3 - digestive-functors-aeson - exhaustive - - libsystemd-journal + # Needs pkg-config libsystemd + # - libsystemd-journal - network-carbon - socket-io From 931caddcf3e7377505b54a1c17c9defa4121fdf7 Mon Sep 17 00:00:00 2001 From: Scott Murphy Date: Mon, 20 Jul 2015 04:59:48 -0500 Subject: [PATCH 0169/3141] Added binary-search and xlsx --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c12234e1..8610c018 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1173,7 +1173,7 @@ packages: "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 - + # https://github.com/fpco/stackage/issues/572 - attoparsec < 0.13 - aeson < 0.8.1.0 From 683df37da12914d66b27119e171e684c9d8e2ed8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 20 Jul 2015 16:38:02 +0300 Subject: [PATCH 0170/3141] Add yaml explicitly --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11c6b1d7..3c3b96d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -52,6 +52,7 @@ packages: - mutable-containers - hpc-coveralls - monad-unlift + - yaml "FP Complete michael@fpcomplete.com @snoyberg": - alex From 77589e1400933c7729f8728d60aa2ad7799fb124 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 20 Jul 2015 16:57:51 +0200 Subject: [PATCH 0171/3141] Re-enable test-suites for inflections and twitter-feed --- build-constraints.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c3b96d2..45c617c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1184,13 +1184,13 @@ packages: - socket-io "Scott Murphy scott.murphy@plowtech.net @smurphy8": - - binary-search + - binary-search - xlsx - + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 - + # https://github.com/fpco/stackage/issues/572 - attoparsec < 0.13 - aeson < 0.8.1.0 @@ -1605,12 +1605,6 @@ expected-test-failures: # https://github.com/rcallahan/xlsior/issues/1 - xlsior - # https://github.com/stackbuilders/inflections-hs/issues/10 - - inflections - - # https://github.com/stackbuilders/twitter-feed/issues/12 - - twitter-feed - # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From eda70111fba5b99a34848ea4c16697b7f97b99dd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 20 Jul 2015 18:53:27 +0300 Subject: [PATCH 0172/3141] Add helics --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45c617c9..a912661d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -149,6 +149,7 @@ packages: - wai-middleware-crowd - monad-logger-json - monad-logger-syslog + - helics "Omari Norman ": - rainbow From 96198e0075833598e7381a8c1261733f52558c31 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 20 Jul 2015 19:14:36 +0300 Subject: [PATCH 0173/3141] Revert "Add helics" This reverts commit eda70111fba5b99a34848ea4c16697b7f97b99dd. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a912661d..45c617c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -149,7 +149,6 @@ packages: - wai-middleware-crowd - monad-logger-json - monad-logger-syslog - - helics "Omari Norman ": - rainbow From 712ba7370ce5dff2ac4f3aa0933a23f321d60a30 Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Mon, 20 Jul 2015 18:21:22 -0400 Subject: [PATCH 0174/3141] Add Earley to Omari Norman packages --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45c617c9..fcda3ba4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -158,6 +158,7 @@ packages: - multiarg - prednote - cartel + - Earley "Neil Mitchell": - hlint From ca9047b70a5bf3c52f13758cb92b9bace930bd8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 21 Jul 2015 13:17:29 -0700 Subject: [PATCH 0175/3141] Added upper bound: http-conduit < 2.1.6 per #699 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45c617c9..7a3e867e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1220,6 +1220,9 @@ packages: # https://github.com/fpco/stackage/issues/686 - lens < 4.12 + # https://github.com/fpco/stackage/issues/699 + - http-conduit < 2.1.6 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From c6872e5bf29988ab2c484ac2d0854d9ebfc06dce Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 21 Jul 2015 23:49:41 +0300 Subject: [PATCH 0176/3141] Add some OS-specific packages for fsnotify commercialhaskell/stack#594 --- build-constraints.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a3e867e..c0a84426 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -150,6 +150,11 @@ packages: - monad-logger-json - monad-logger-syslog + - fsnotify + - hinotify + - hfsevents + - Win32-notify + "Omari Norman ": - rainbow - rainbox @@ -1273,6 +1278,12 @@ package-flags: NineP: bytestring-in-base: false +# Used for packages that cannot be built on Linux +skipped-builds: + - hfsevents + - Win32 + - Win32-notify + # By skipping a test suite, we do not pull in the build dependencies skipped-tests: - ReadArgs # old version of hspec From f094e80c0d1b5c6879a9a2322875bcf500e789f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoni=20Silvestre=20Padr=C3=B3s?= Date: Wed, 22 Jul 2015 00:13:39 +0200 Subject: [PATCH 0177/3141] Adding haskell-neo4j-client --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0a84426..6c1f6d6d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1192,6 +1192,10 @@ packages: - binary-search - xlsx + "Antoni Silvestre ": + # Test suite needs a running neo4j server with auth disabled + - haskell-neo4j-client + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 35887a264a2666f38b0602c88a9b40fe120d7039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoni=20Silvestre=20Padr=C3=B3s?= Date: Wed, 22 Jul 2015 00:16:28 +0200 Subject: [PATCH 0178/3141] Extra comment --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c1f6d6d..feadd371 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1192,8 +1192,10 @@ packages: - binary-search - xlsx - "Antoni Silvestre ": + "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled + # unfortunately the cabal package name and the github repo don't have the exact same name + # package name is haskell-neo4j-client github name is haskell-neo4j-rest-client - haskell-neo4j-client "Stackage upper bounds": From 8091161fe1da5279399acf1fb5254043a0c77c09 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 22 Jul 2015 07:44:07 -0700 Subject: [PATCH 0179/3141] lifting constraint on http-conduit #699 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0a84426..3ad280a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1225,9 +1225,6 @@ packages: # https://github.com/fpco/stackage/issues/686 - lens < 4.12 - # https://github.com/fpco/stackage/issues/699 - - http-conduit < 2.1.6 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 7f4ff85ddd6fe1cc9b8e274993e38302720dc47d Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Wed, 22 Jul 2015 10:58:09 -0400 Subject: [PATCH 0180/3141] Added yesod-table --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ad280a2..e8d4af3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -445,6 +445,9 @@ packages: - turtle - foldl + "Andrew Thaddeus Martin ": + - yesod-table + "Arash Rouhani ": - yesod-text-markdown From 57ca8a5f6dc0778269614b9425e8512f1fdb9867 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 22 Jul 2015 08:01:51 -0700 Subject: [PATCH 0181/3141] Add upper bound: shelly < 1.6.3 per #701 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ad280a2..3192b58c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1225,6 +1225,9 @@ packages: # https://github.com/fpco/stackage/issues/686 - lens < 4.12 + # https://github.com/fpco/stackage/issues/701 + - shelly < 1.6.3 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 1757de1d67eaeb1a54fd31ef9eaaeec47bf634ea Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 23 Jul 2015 04:23:04 -0700 Subject: [PATCH 0182/3141] Add upper bound: warp < 3.1 per #703 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 64e25d83..b88bdf63 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1238,6 +1238,9 @@ packages: # https://github.com/fpco/stackage/issues/701 - shelly < 1.6.3 + # https://github.com/fpco/stackage/issues/703 + - warp < 3.1 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 66739ee20ab5ff2f9c1a486111c72aa7da1ca999 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 23 Jul 2015 04:30:06 -0700 Subject: [PATCH 0183/3141] Revert "Add upper bound: shelly < 1.6.3 per #701" This reverts commit 57ca8a5f6dc0778269614b9425e8512f1fdb9867. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b88bdf63..ec9fc8f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1235,9 +1235,6 @@ packages: # https://github.com/fpco/stackage/issues/686 - lens < 4.12 - # https://github.com/fpco/stackage/issues/701 - - shelly < 1.6.3 - # https://github.com/fpco/stackage/issues/703 - warp < 3.1 From 1e9fefb4c8c49d1e4f2be570e5f060c53aefb8ea Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 23 Jul 2015 04:48:27 -0700 Subject: [PATCH 0184/3141] Tracking constraint "http2 < 1.0" via #668 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec9fc8f5..29df1be0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1220,7 +1220,7 @@ packages: # https://github.com/fpco/stackage/issues/666 - tar < 0.4.2 - # https://github.com/alcidesv/second-transfer/issues/2 + # https://github.com/fpco/stackage/issues/668 - http2 < 1.0 # https://github.com/fpco/stackage/issues/669 From 04ee6913b7e00f19afcdd3597f3deb0e17eede5c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 23 Jul 2015 04:56:06 -0700 Subject: [PATCH 0185/3141] Add upper bound: warp-tls < 3.1 per #703 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29df1be0..a51f3777 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1237,6 +1237,7 @@ packages: # https://github.com/fpco/stackage/issues/703 - warp < 3.1 + - warp-tls < 3.1 # Package flags are applied to individual packages, and override the values of # global-flags From c8784dbf296b6c06036962738cb6e9e01955eb1d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 23 Jul 2015 05:11:05 -0700 Subject: [PATCH 0186/3141] Lift constraint "http2 < 1.0" per #668 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a51f3777..79d7b3fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1220,9 +1220,6 @@ packages: # https://github.com/fpco/stackage/issues/666 - tar < 0.4.2 - # https://github.com/fpco/stackage/issues/668 - - http2 < 1.0 - # https://github.com/fpco/stackage/issues/669 - linear < 1.19 From f000ed70132bd9714fc89ed639ed81598e08cfe0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 23 Jul 2015 06:19:06 -0700 Subject: [PATCH 0187/3141] disable yesod-table per #704 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79d7b3fa..9e496aae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -447,7 +447,9 @@ packages: - foldl "Andrew Thaddeus Martin ": - - yesod-table + [] + # https://github.com/fpco/stackage/issues/704 + # - yesod-table GHC 7.10 "Arash Rouhani ": - yesod-text-markdown From 09fe03a85296582c2fe4f8934cf62bb8126125ba Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 23 Jul 2015 06:24:41 -0700 Subject: [PATCH 0188/3141] skip haskell-neo4j-client test suite, requires running server --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e496aae..38642938 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1380,6 +1380,9 @@ skipped-tests: # https://github.com/fpco/stackage/issues/669 - linear + # Test suite needs a running neo4j server with auth disabled + - haskell-neo4j-client + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From dd6da2c2b667e6074b2f4ccbac7b2061824950e4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 23 Jul 2015 07:58:27 -0700 Subject: [PATCH 0189/3141] Revert "disable yesod-table per #704" This reverts commit f000ed70132bd9714fc89ed639ed81598e08cfe0. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38642938..cee50898 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -447,9 +447,7 @@ packages: - foldl "Andrew Thaddeus Martin ": - [] - # https://github.com/fpco/stackage/issues/704 - # - yesod-table GHC 7.10 + - yesod-table "Arash Rouhani ": - yesod-text-markdown From ec66551ea30ec78de7e0655647a983ed89e2a888 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 23 Jul 2015 20:58:04 -0700 Subject: [PATCH 0190/3141] @DanBurton +lambdabot I'm curious to see how much work Travis says needs to be done to get lambdabot in here. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cee50898..bfbf5371 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -429,6 +429,7 @@ packages: - runmemo - tardis - lens-family-th + - lambdabot "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - HaTeX From 82d0d7abe743c277ad96558b2aa3bc5c8172c185 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 23 Jul 2015 21:44:26 -0700 Subject: [PATCH 0191/3141] reflection bound can be lifted with lens bound. #686; closes #672 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cee50898..743dd27f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1223,14 +1223,12 @@ packages: # https://github.com/fpco/stackage/issues/669 - linear < 1.19 - # https://github.com/fpco/stackage/issues/672 - - reflection < 2 - # https://github.com/fpco/stackage/issues/682 - vector < 0.11 # https://github.com/fpco/stackage/issues/686 - lens < 4.12 + - reflection < 2 # https://github.com/fpco/stackage/issues/703 - warp < 3.1 From 19e752b05e5880be0309504f46d9139af45763c1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 23 Jul 2015 22:09:16 -0700 Subject: [PATCH 0192/3141] Add upper bound: extra < 1.4 per #706 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 743dd27f..932fc435 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1234,6 +1234,9 @@ packages: - warp < 3.1 - warp-tls < 3.1 + # https://github.com/fpco/stackage/issues/706 + - extra < 1.4 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 1bc2552cd8464e3aa1c186b798bb8e9b83c36519 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 23 Jul 2015 22:10:39 -0700 Subject: [PATCH 0193/3141] Remove upper bound on gtk, it appears gtk2hs/gtk2hs#109 has been fixed --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 932fc435..f0d50f7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1211,9 +1211,6 @@ packages: - aeson < 0.8.1.0 - smoothie < 0.3.2 - # https://github.com/gtk2hs/gtk2hs/issues/109 - - gtk < 0.13.8 - # https://github.com/fpco/stackage/issues/654 - generic-deriving < 1.8 From 65b04b9b16f72b433e5fd8223a59003f5c839765 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 24 Jul 2015 08:40:05 -0700 Subject: [PATCH 0194/3141] Revert "Add upper bound: extra < 1.4 per #706" This reverts commit 19e752b05e5880be0309504f46d9139af45763c1. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0d50f7c..36ddabdd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1231,9 +1231,6 @@ packages: - warp < 3.1 - warp-tls < 3.1 - # https://github.com/fpco/stackage/issues/706 - - extra < 1.4 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 37906aa3a7f7cf42293c835ba98af5d648d34a4b Mon Sep 17 00:00:00 2001 From: Alexey Khudyakov Date: Fri, 24 Jul 2015 18:46:30 +0300 Subject: [PATCH 0195/3141] Add Alexey Khudyakov's packages Also histogram-fill moved from FP Complete to me --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0d50f7c..44938554 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -82,7 +82,6 @@ packages: #- fpco-api - gtk2hs-buildtools - happy - - histogram-fill - hmatrix - hmatrix-gsl - hxt @@ -1202,6 +1201,12 @@ packages: # package name is haskell-neo4j-client github name is haskell-neo4j-rest-client - haskell-neo4j-client + "Alexey Khudyakov @Shimuuar": + - histogram-fill + - fixed-vector + - fixed-vector-hetero + - type-level-numbers + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 62d4f5cf6e70c5c72ea86aa37b5066b6f43ff5b3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 24 Jul 2015 08:48:45 -0700 Subject: [PATCH 0196/3141] Remove constraint "smoothie < 0.3.2" #572 #669 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36ddabdd..7b376808 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1209,7 +1209,6 @@ packages: # https://github.com/fpco/stackage/issues/572 - attoparsec < 0.13 - aeson < 0.8.1.0 - - smoothie < 0.3.2 # https://github.com/fpco/stackage/issues/654 - generic-deriving < 1.8 From 9d77b7cff03f67365ac87f7f2a1982dafa36ef13 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 24 Jul 2015 08:51:27 -0700 Subject: [PATCH 0197/3141] Remove constraint "linear < 1.19", closes #669 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b376808..e84024f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1216,9 +1216,6 @@ packages: # https://github.com/fpco/stackage/issues/666 - tar < 0.4.2 - # https://github.com/fpco/stackage/issues/669 - - linear < 1.19 - # https://github.com/fpco/stackage/issues/682 - vector < 0.11 From 35cd959dc8978d1768c34a3f0d3ec6a43cd3bc40 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 24 Jul 2015 09:45:12 -0700 Subject: [PATCH 0198/3141] unskip linear tests #622 #669 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e84024f2..2117a3a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1366,9 +1366,6 @@ skipped-tests: # https://github.com/fpco/stackage/issues/668 - second-transfer - # https://github.com/fpco/stackage/issues/669 - - linear - # Test suite needs a running neo4j server with auth disabled - haskell-neo4j-client From 9dfbc5ce39d4d75a7833572b713858a1b6f10705 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 24 Jul 2015 10:15:18 -0700 Subject: [PATCH 0199/3141] Disable fixed-vector test suite due to dep on old doctest #622 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ecd4c58b..ecd95dee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1364,6 +1364,7 @@ skipped-tests: - hyphenation - machines - semigroupoids + - fixed-vector # https://github.com/kaizhang/clustering/issues/2 - clustering From c2b456a01adf9e6995f6d4e9a7e7389f8993b505 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 24 Jul 2015 12:10:19 -0700 Subject: [PATCH 0200/3141] restore git-annex #638 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ecd95dee..2a1244da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -555,9 +555,7 @@ packages: #- hopenpgp-tools GHC 7.10, via syb-with-class "Joey Hess ": - [] - # https://github.com/fpco/stackage/issues/638 - # - git-annex + - git-annex # https://github.com/fpco/stackage/issues/160 "Ketil Malde": From bc7fa926a843cac1e285e28768b0ae88ae0db388 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 25 Jul 2015 10:56:07 -0700 Subject: [PATCH 0201/3141] Remove constraint "generic-deriving < 1.8", closes #654 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index da8c40b0..412a757a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1214,9 +1214,6 @@ packages: - attoparsec < 0.13 - aeson < 0.8.1.0 - # https://github.com/fpco/stackage/issues/654 - - generic-deriving < 1.8 - # https://github.com/fpco/stackage/issues/666 - tar < 0.4.2 From c9c6e7f40bcdc16d3f85c5f6502ee0259408e14a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 25 Jul 2015 11:23:36 -0700 Subject: [PATCH 0202/3141] Remove constraint "tar < 0.4.2", closes #666 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 412a757a..0ef4c60d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1214,9 +1214,6 @@ packages: - attoparsec < 0.13 - aeson < 0.8.1.0 - # https://github.com/fpco/stackage/issues/666 - - tar < 0.4.2 - # https://github.com/fpco/stackage/issues/682 - vector < 0.11 From d3752582851fb4cc0134ff94dcf027d41465a484 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 25 Jul 2015 11:34:34 -0700 Subject: [PATCH 0203/3141] move haskell-neo4j-client tests from "skipped" to "expected failure" #700 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ef4c60d..aaf2f4ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1365,9 +1365,6 @@ skipped-tests: # https://github.com/fpco/stackage/issues/668 - second-transfer - # Test suite needs a running neo4j server with auth disabled - - haskell-neo4j-client - # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: @@ -1617,6 +1614,9 @@ expected-test-failures: # https://github.com/rcallahan/xlsior/issues/1 - xlsior + # Test suite needs a running neo4j server with auth disabled + - haskell-neo4j-client + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From d79453271b3118edfe9fbfaf621d963a712d6a4d Mon Sep 17 00:00:00 2001 From: RyanGlScott Date: Sat, 25 Jul 2015 16:45:27 -0500 Subject: [PATCH 0204/3141] Add base-orphans, invariant, keycode, text-show --- build-constraints.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aaf2f4ab..f1ff7f5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -956,7 +956,6 @@ packages: "Noam Lewis @sinelaw": - xml-to-json - xml-to-json-fast - - base-orphans - digits "Tim Baumann @timjb": @@ -1198,7 +1197,7 @@ packages: # Test suite needs a running neo4j server with auth disabled # unfortunately the cabal package name and the github repo don't have the exact same name # package name is haskell-neo4j-client github name is haskell-neo4j-rest-client - - haskell-neo4j-client + - haskell-neo4j-client "Alexey Khudyakov @Shimuuar": - histogram-fill @@ -1206,6 +1205,12 @@ packages: - fixed-vector-hetero - type-level-numbers + "Ryan Scott @RyanGlScott": + - base-orphans + - invariant + - keycode + - text-show + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 82e5ae65be5dcbe0f754da0fc0adb1c6662d0b13 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 25 Jul 2015 15:22:19 -0700 Subject: [PATCH 0205/3141] Add upper bound: fsmotify < 0.2 per #710 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aaf2f4ab..84021792 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1225,6 +1225,9 @@ packages: - warp < 3.1 - warp-tls < 3.1 + # https://github.com/fpco/stackage/issues/710 + - fsnotify < 0.2 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 351a4294bc3143a67c9f85d3b0781bf587bbf680 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 25 Jul 2015 15:35:35 -0700 Subject: [PATCH 0206/3141] Restore serversession-frontent-wai --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84021792..a1797818 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -402,8 +402,7 @@ packages: - serversession-backend-persistent - serversession-backend-redis - serversession-frontend-snap - # - # - serversession-frontend-wai + - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus - yesod-fb From 08dd69871d746af3627322bca136158b8a8769f0 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Sun, 26 Jul 2015 16:56:52 +0200 Subject: [PATCH 0207/3141] Add refact, servant-pandoc --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7117bd67..8dfb7d63 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1210,6 +1210,10 @@ packages: - keycode - text-show + "Matthew Pickering @mpickering": + - refact + - servant-pandoc + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From a8cc1a60b55f919da6d47a1df0076271969f7e76 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 26 Jul 2015 10:17:06 -0700 Subject: [PATCH 0208/3141] Removed constraints "lens < 4.12" and "reflection < 2", closes #686 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7117bd67..ef688440 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1221,10 +1221,6 @@ packages: # https://github.com/fpco/stackage/issues/682 - vector < 0.11 - # https://github.com/fpco/stackage/issues/686 - - lens < 4.12 - - reflection < 2 - # https://github.com/fpco/stackage/issues/703 - warp < 3.1 - warp-tls < 3.1 From c099a2454ee9440f7742cc16686502b077f5ff6e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 26 Jul 2015 10:26:51 -0700 Subject: [PATCH 0209/3141] Restore Chart-diagrams, see #541 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef688440..ed9f0657 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -63,10 +63,7 @@ packages: - cairo - cassava - Chart - - # https://github.com/fpco/stackage/issues/541 - # - Chart-diagrams - + - Chart-diagrams - compdata - configurator - convertible From d37ad141b664e90280f148802d86f70b32c90a19 Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Sun, 26 Jul 2015 22:49:53 +0300 Subject: [PATCH 0210/3141] Taken over authorship of xlsx package --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed9f0657..1c0a1ba9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1187,7 +1187,6 @@ packages: "Scott Murphy scott.murphy@plowtech.net @smurphy8": - binary-search - - xlsx "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled @@ -1206,6 +1205,9 @@ packages: - invariant - keycode - text-show + + "Kirill Zaborsky @qrilka" + - xlsx "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 3b8df22e63cea3e7804adfddab53e1bc64cb2039 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Mon, 27 Jul 2015 00:24:50 +0200 Subject: [PATCH 0211/3141] add hvect, highjson, validate-input, users-persistent --- build-constraints.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed9f0657..26a88851 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -708,14 +708,18 @@ packages: - prefix-units "Alexander Thiemann ": - - graph-core - - reroute - Spock - Spock-digestive - Spock-worker + - graph-core + - highjson + - hvect + - reroute - users - - users-test + - users-persistent - users-postgresql-simple + - users-test + - validate-input "Joey Eremondi ": - aeson-pretty From 3f15cec85b30a14df01a01a8bc31f27501a60c8a Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Mon, 27 Jul 2015 08:32:48 +0300 Subject: [PATCH 0212/3141] Added missing colon --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c0a1ba9..20880af3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1206,7 +1206,7 @@ packages: - keycode - text-show - "Kirill Zaborsky @qrilka" + "Kirill Zaborsky @qrilka": - xlsx "Stackage upper bounds": From a0071dc07df009d7d0204bb15770518f4e1e6131 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 28 Jul 2015 00:16:20 +0900 Subject: [PATCH 0213/3141] restrict reroute < 0.3 (#714) reroute 0.3 no longer exports Data.HVect which breaks Spock --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 26a88851..0bb64032 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -714,7 +714,8 @@ packages: - graph-core - highjson - hvect - - reroute + # https://github.com/fpco/stackage/issues/714 + - reroute < 0.3 - users - users-persistent - users-postgresql-simple From 8287a5c35d7956cd9d4bb9ccac1b5099e385bc9f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 28 Jul 2015 01:16:14 +0900 Subject: [PATCH 0214/3141] Revert "restrict reroute < 0.3 (#714)" should be fixed with Spock-0.7.11 This reverts commit a0071dc07df009d7d0204bb15770518f4e1e6131. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bb64032..26a88851 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -714,8 +714,7 @@ packages: - graph-core - highjson - hvect - # https://github.com/fpco/stackage/issues/714 - - reroute < 0.3 + - reroute - users - users-persistent - users-postgresql-simple From 6a4d2212c86ec84dd777356fc7bae75b5fdc9280 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 27 Jul 2015 12:27:43 -0700 Subject: [PATCH 0215/3141] Added constraint "postgresql-libpq < 0.9.1" per #715 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 26a88851..e2868a5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1229,6 +1229,9 @@ packages: # https://github.com/fpco/stackage/issues/710 - fsnotify < 0.2 + # https://github.com/fpco/stackage/issues/715 + - postgresql-libpq < 0.9.1 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 005bc2267912d5d7db28a4c9f8735b4ffcfc3525 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 28 Jul 2015 11:24:29 +0900 Subject: [PATCH 0216/3141] Revert: Added constraint "postgresql-libpq < 0.9.1" per #715 postgresql-libpq-0.9.1.1 should fix this This reverts commit 6a4d2212c86ec84dd777356fc7bae75b5fdc9280. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e2868a5d..26a88851 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1229,9 +1229,6 @@ packages: # https://github.com/fpco/stackage/issues/710 - fsnotify < 0.2 - # https://github.com/fpco/stackage/issues/715 - - postgresql-libpq < 0.9.1 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From e7185bf70bb5ccb27710cd96f5f73198d871eaea Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Tue, 28 Jul 2015 22:17:22 +0300 Subject: [PATCH 0217/3141] Add few packages --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bf5099e..ccb444b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1141,6 +1141,13 @@ packages: - protocol-buffers - hprotoc - protocol-buffers-descriptor + - ekg-core + - digits + - hbeanstalk + - iso3166-country-codes + - iso639 + - murmur-hash + - monoidal-containers "Rob O'Callahan ropoctl@gmail.com": - pipes-fastx From b9e7abf07735741b3642c713f909ee7d7c99be51 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Tue, 28 Jul 2015 22:40:46 +0300 Subject: [PATCH 0218/3141] Removed monoidal-containers --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ccb444b0..1a4a95fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1147,7 +1147,6 @@ packages: - iso3166-country-codes - iso639 - murmur-hash - - monoidal-containers "Rob O'Callahan ropoctl@gmail.com": - pipes-fastx From 8deb11f33c656d45fba755cda3cf605db44164f2 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Tue, 28 Jul 2015 23:00:19 +0300 Subject: [PATCH 0219/3141] Add back monoidal-containers It should build now (new release pushed to hackage) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a4a95fe..ccb444b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1147,6 +1147,7 @@ packages: - iso3166-country-codes - iso639 - murmur-hash + - monoidal-containers "Rob O'Callahan ropoctl@gmail.com": - pipes-fastx From e361be1e185e465df212208c03611413f817a4df Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 29 Jul 2015 13:40:45 +0900 Subject: [PATCH 0220/3141] keter-1.4.3 depends on fsnotify-0.2.0.2 (#717) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bf5099e..a2bd196a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -10,7 +10,8 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - - keter + # https://github.com/fpco/stackage/issues/717 + - keter < 0.4.3 - markdown - mime-mail - mime-mail-ses From 7a099ea7235c8aad42ef6f7f4122581fc635783f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 29 Jul 2015 13:49:33 +0900 Subject: [PATCH 0221/3141] Revert "keter-1.4.3 depends on fsnotify-0.2.0.2 (#717)" This reverts commit e361be1e185e465df212208c03611413f817a4df. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2bd196a..4bf5099e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -10,8 +10,7 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - # https://github.com/fpco/stackage/issues/717 - - keter < 0.4.3 + - keter - markdown - mime-mail - mime-mail-ses From 046cd14f188fe7f750004f51d246057c459cebd6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 29 Jul 2015 14:19:42 +0900 Subject: [PATCH 0222/3141] temporarily disable keter (#717) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bf5099e..007cbe83 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -10,7 +10,8 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - - keter + # https://github.com/fpco/stackage/issues/717 + #- keter - markdown - mime-mail - mime-mail-ses From 538d47812041128c566c30d909f2f8b60fd2ccc6 Mon Sep 17 00:00:00 2001 From: Christopher Reichert Date: Wed, 29 Jul 2015 01:45:22 -0500 Subject: [PATCH 0223/3141] Set `system-filepath` flag to true for Keter. * Re-enable keter. --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 007cbe83..c9769f6c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -10,8 +10,7 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - # https://github.com/fpco/stackage/issues/717 - #- keter + - keter - markdown - mime-mail - mime-mail-ses @@ -1286,6 +1285,9 @@ package-flags: NineP: bytestring-in-base: false + keter: + system-filepath: true + # Used for packages that cannot be built on Linux skipped-builds: - hfsevents From bad0b32c1b89df0b47277f00bb1e2143b85b713f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 29 Jul 2015 18:58:08 +0900 Subject: [PATCH 0224/3141] shelly preserve pipe test failing (#701) Also https://github.com/yesodweb/Shelly.hs/issues/106 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b889862d..21d271f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1385,6 +1385,10 @@ skipped-tests: # https://github.com/fpco/stackage/issues/668 - second-transfer + # https://github.com/fpco/stackage/issues/701 + # https://github.com/yesodweb/Shelly.hs/issues/106 + - shelly + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From 91bbe8b87db13ab6aeb41a3c75cda4b7611d0367 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 29 Jul 2015 19:06:36 +0900 Subject: [PATCH 0225/3141] run shelly tests but allow failure (#701) --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21d271f5..a551ee2f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1385,10 +1385,6 @@ skipped-tests: # https://github.com/fpco/stackage/issues/668 - second-transfer - # https://github.com/fpco/stackage/issues/701 - # https://github.com/yesodweb/Shelly.hs/issues/106 - - shelly - # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: @@ -1641,6 +1637,10 @@ expected-test-failures: # Test suite needs a running neo4j server with auth disabled - haskell-neo4j-client + # https://github.com/fpco/stackage/issues/701 + # https://github.com/yesodweb/Shelly.hs/issues/106 + - shelly + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 8738de8b03637642cd34d35e4669d4a692510d9d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 29 Jul 2015 19:07:15 +0900 Subject: [PATCH 0226/3141] allow wai-logger tests to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a551ee2f..69751408 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1641,6 +1641,9 @@ expected-test-failures: # https://github.com/yesodweb/Shelly.hs/issues/106 - shelly + # https://github.com/kazu-yamamoto/logger/issues/42 + - wai-logger + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From d239f9261228bcca1eea726b1f058a04ebc1d8ae Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Wed, 29 Jul 2015 16:26:39 +0300 Subject: [PATCH 0227/3141] Add regex-pcre, string-class, string-combinators regex-pcre, string-class, string-combinators --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69751408..a7a5e9b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1148,6 +1148,9 @@ packages: - iso639 - murmur-hash - monoidal-containers + - regex-pcre + - string-class + - string-combinators "Rob O'Callahan ropoctl@gmail.com": - pipes-fastx From 7ee883b0b9225f211b3942a7dfff3aebd967b9c8 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Wed, 29 Jul 2015 17:50:21 +0300 Subject: [PATCH 0228/3141] Add SHA, data-ordlist, cron --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7a5e9b2..4121db0c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1151,6 +1151,9 @@ packages: - regex-pcre - string-class - string-combinators + - SHA + - data-ordlist + - cron "Rob O'Callahan ropoctl@gmail.com": - pipes-fastx From 6592ff08d4ba7786d41d1d6be1e706be9f090555 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 29 Jul 2015 20:55:36 +0300 Subject: [PATCH 0229/3141] Docker: upgrade to 7.10.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1b7d3066..c0c445d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,9 @@ ADD debian-bootstrap.sh /tmp/debian-bootstrap.sh RUN DEBIAN_FRONTEND=noninteractive bash /tmp/debian-bootstrap.sh RUN rm /tmp/debian-bootstrap.sh -RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cabal-install-1.22 ghc-7.10.1 ghc-7.10.1-htmldocs alex-3.1.3 happy-1.19.4 sudo +RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cabal-install-1.22 ghc-7.10.2 ghc-7.10.2-htmldocs alex-3.1.3 happy-1.19.4 sudo -ENV PATH /home/stackage/.cabal/bin:/usr/local/sbin:/usr/local/bin:/opt/ghc/7.10.1/bin:/opt/cabal/1.22/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PATH /home/stackage/.cabal/bin:/usr/local/sbin:/usr/local/bin:/opt/ghc/7.10.2/bin:/opt/cabal/1.22/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN cabal update RUN cabal install hscolour cabal-install && cp $HOME/.cabal/bin/* /usr/local/bin && rm -rf $HOME/.cabal $HOME/.ghc /tmp/stackage From bd55548fa131e5a59acf29357098506bed56aac1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Jul 2015 17:52:39 +0900 Subject: [PATCH 0230/3141] drop wai/wai-tls bounds (#703) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69751408..2bcfb2b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1235,10 +1235,6 @@ packages: # https://github.com/fpco/stackage/issues/682 - vector < 0.11 - # https://github.com/fpco/stackage/issues/703 - - warp < 3.1 - - warp-tls < 3.1 - # https://github.com/fpco/stackage/issues/710 - fsnotify < 0.2 From a32d47a728cd06cff48a1bd27af803a0db2fc0a6 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Fri, 31 Jul 2015 10:26:25 -0700 Subject: [PATCH 0231/3141] Remove git-embed (deprecated in favour of gitrev) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bcfb2b0..f4952c58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -666,7 +666,6 @@ packages: - data-accessor-mtl - file-location - fuzzcheck - - git-embed - haddock-api - here - hlibgit2 From 8f067e33a160f4f30a496447771b67cdc08a1d1b Mon Sep 17 00:00:00 2001 From: James Cook Date: Fri, 31 Jul 2015 15:04:03 -0700 Subject: [PATCH 0232/3141] Added myself and some of my packages For now, these are the packages of mine that I'm aware that lambdabot depends on. --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4952c58..7fa1a132 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1223,6 +1223,14 @@ packages: - refact - servant-pandoc + "James Cook @mokus0": + - dependent-sum + - dependent-sum-template + - dependent-map + - dice + - hstatsd + - misfortune + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 2949c5a76f9bbab819597159110030fc0502d14d Mon Sep 17 00:00:00 2001 From: Andrew Gibiansky Date: Sat, 1 Aug 2015 11:42:06 -0700 Subject: [PATCH 0233/3141] Add IHaskell and other related packages. --- build-constraints.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4952c58..ec1d1ebd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1222,6 +1222,19 @@ packages: "Matthew Pickering @mpickering": - refact - servant-pandoc + + "Andrew Gibiansky @gibiansky": + - ihaskell + - ihaskell-aeson + - ihaskell-basic + - ihaskell-blaze + - ihaskell-charts + - ihaskell-diagrams + - ihaskell-hatex + - ihaskell-juicypixels + - ihaskell-magic + - ihaskell-rlangqq + - ihaskell-static-canvas "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From a87ab402238ca2215474d5b5b7ccb55ad84a6e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Sicard-Ram=C3=ADrez?= Date: Fri, 31 Jul 2015 10:00:14 -0500 Subject: [PATCH 0234/3141] Added Agda. @nomeata suggested to add Agda in https://code.google.com/p/agda/issues/detail?id=1479. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4952c58..27f85fc0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1223,6 +1223,9 @@ packages: - refact - servant-pandoc + "Andrés Sicard-Ramírez @asr": + - Agda + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 9e0d0cd18a2870ebe0301b3a7f9782647ea16066 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Aug 2015 22:28:31 +0900 Subject: [PATCH 0235/3141] wait with hakyll-4.7.2.1 (#710) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fa1a132..4adaa49b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -187,7 +187,8 @@ packages: "Jasper Van der Jeugt": - blaze-html - blaze-markup - - hakyll + # https://github.com/fpco/stackage/issues/710 + - hakyll < 4.7.2.1 - stylish-haskell - psqueues - websockets From 84840a4b73dde3f066319e551d7dc5869e5e3b95 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Aug 2015 22:33:39 +0900 Subject: [PATCH 0236/3141] gtk3-0.14 breaks plot-gtk3 (#725) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4adaa49b..91cd0840 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1662,7 +1662,8 @@ expected-haddock-failures: # Requires build before haddock, which doesn't always happen in incremental # builds. Could consider special-casing this requirement. - gtk - - gtk3 + # https://github.com/fpco/stackage/issues/725 + - gtk3 < 0.14 # Not sure why, but it's a temporary package anyway - Cabal-ide-backend From 395f0e2599a6168a550d8aa59c509f0754725b37 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Aug 2015 22:54:33 +0900 Subject: [PATCH 0237/3141] put gtk3 < 0.14 in stackage upperbounds (#725) --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91cd0840..5cb06074 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1246,6 +1246,9 @@ packages: # https://github.com/fpco/stackage/issues/710 - fsnotify < 0.2 + # https://github.com/fpco/stackage/issues/725 + - gtk3 < 0.14 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: @@ -1662,8 +1665,7 @@ expected-haddock-failures: # Requires build before haddock, which doesn't always happen in incremental # builds. Could consider special-casing this requirement. - gtk - # https://github.com/fpco/stackage/issues/725 - - gtk3 < 0.14 + - gtk3 # Not sure why, but it's a temporary package anyway - Cabal-ide-backend From 5d444fb85f40a25bf728733a2963b689e4da302b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Aug 2015 23:43:17 +0900 Subject: [PATCH 0238/3141] allow getopt-generics tests to fail (getopt-generics/issues#47) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5cb06074..61f08edc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1651,6 +1651,9 @@ expected-test-failures: # https://github.com/kazu-yamamoto/logger/issues/42 - wai-logger + # https://github.com/zalora/getopt-generics/issues/47 + - getopt-generics + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 314dd526153245814373c0a16741850f671a0dcb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Aug 2015 09:21:54 +0900 Subject: [PATCH 0239/3141] allow gtk3-0.14 (#725) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61f08edc..a6f3240e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1246,9 +1246,6 @@ packages: # https://github.com/fpco/stackage/issues/710 - fsnotify < 0.2 - # https://github.com/fpco/stackage/issues/725 - - gtk3 < 0.14 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From a15159657976d7ffe5b99b4b6c4f902d743487c5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Aug 2015 10:17:05 +0900 Subject: [PATCH 0240/3141] git-annex-5.20150731 failing to install setup: /home/stackage/.local: permission denied --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a6f3240e..bbf0e631 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -553,7 +553,7 @@ packages: #- hopenpgp-tools GHC 7.10, via syb-with-class "Joey Hess ": - - git-annex + - git-annex < 5.20150731 # https://github.com/fpco/stackage/issues/160 "Ketil Malde": From 05a70bd7883e29fd7363970048734ebcb1b4520d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Aug 2015 11:17:59 +0900 Subject: [PATCH 0241/3141] allow HList testsuite fail (#728) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae0a658a..c5de9433 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1654,6 +1654,9 @@ expected-test-failures: # https://github.com/zalora/getopt-generics/issues/47 - getopt-generics + # https://github.com/fpco/stackage/issues/728 + - HList + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 0e3bb60f806f16e23e057f7ab51ca11b00e3ba7e Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 4 Aug 2015 20:39:34 +0300 Subject: [PATCH 0242/3141] Add purescript and it's dependencies --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5de9433..11f8f5a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -855,6 +855,10 @@ packages: - waitra - spdx - postgresql-simple-url + - purescript + - bower-json + - boxes + - pattern-arrows "Adam C. Foltzer acfoltzer@galois.com @acfoltzer": - cryptol From 3ab639eee307c6f3d8a1cd05fc367a328455ca83 Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Wed, 5 Aug 2015 10:54:41 +1000 Subject: [PATCH 0243/3141] Add servant-JuicyPixels --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5de9433..6746526e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1235,6 +1235,9 @@ packages: - hstatsd - misfortune + "Timo von Holtz @tvh": + - servant-JuicyPixels + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 17b63c68b33012ccdbf13099f7e110cb659bc2bb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 5 Aug 2015 17:46:57 +0900 Subject: [PATCH 0244/3141] allow http-media tests to fail (zmthy/http-media#16) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5de9433..8b5239cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1657,6 +1657,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/728 - HList + # https://github.com/zmthy/http-media/issues/16 + - http-media + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 1c008544fa7f6337dba2ccf7ed7942fed802ff04 Mon Sep 17 00:00:00 2001 From: Artyom Date: Wed, 5 Aug 2015 17:10:12 +0300 Subject: [PATCH 0245/3141] Add microlens* and shortcut-links --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2d558ad..ca476905 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1242,6 +1242,12 @@ packages: "Timo von Holtz @tvh": - servant-JuicyPixels + "Artyom ": + - microlens + - microlens-mtl + - microlens-th + - shortcut-links + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From fe56d8afb37ba4dcc26a2962c88f537f0eae79c3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 6 Aug 2015 09:35:18 +0900 Subject: [PATCH 0246/3141] allow purescript testsuite fails (purescript/purescript#1336) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca476905..6e209247 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1673,6 +1673,9 @@ expected-test-failures: # https://github.com/zmthy/http-media/issues/16 - http-media + # https://github.com/purescript/purescript/issues/1336 + - purescript + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 41baf2194623c7181c1ea09db076c36b6b1dce36 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 6 Aug 2015 09:46:51 +0900 Subject: [PATCH 0247/3141] disable nested-routes temporarily for ghc-7.10.2 (athanclark/nested-routes#9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It uses -Wall and getting a lot of warnings like The import of ‘Data.Foldable’ is redundant except perhaps to import instances from ‘Data.Foldable’ To import instances alone, use: import Data.Foldable() with ghc-7.10.2 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e209247..ce6fbd6a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1027,7 +1027,8 @@ packages: - clash-ghc "Athan Clark @athanclark": - - nested-routes + # https://github.com/athanclark/nested-routes/issues/9 + #- nested-routes - urlpath - markup - webpage From 62ee1a64001899da9a580d29c6c342d207a85af8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 6 Aug 2015 10:23:39 +0900 Subject: [PATCH 0248/3141] ide-backend-0.10.0 testsuite failures (#733) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce6fbd6a..96d9e99b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1677,6 +1677,9 @@ expected-test-failures: # https://github.com/purescript/purescript/issues/1336 - purescript + # https://github.com/fpco/stackage/issues/733 + - ide-backend + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From d78f7d4ba767c245956c5edf2c07f8247cbb3daa Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Thu, 6 Aug 2015 11:51:14 +0200 Subject: [PATCH 0249/3141] Add ghc-exactprint --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 96d9e99b..857bb8b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1228,6 +1228,7 @@ packages: "Matthew Pickering @mpickering": - refact - servant-pandoc + - ghc-exactprint "Andrés Sicard-Ramírez @asr": - Agda From 43383159a1c5208136ffe1721e822d173e9272cb Mon Sep 17 00:00:00 2001 From: takano-akio Date: Thu, 6 Aug 2015 20:41:17 +0900 Subject: [PATCH 0250/3141] Add fast-builder and filelock This adds two packages, fast-builder and filelock. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 96d9e99b..ae599cdc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1249,6 +1249,10 @@ packages: - microlens-th - shortcut-links + "Takano Akio aljee@hyper.cx @takano-akio": + - fast-builder + - filelock + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 6e9a2760090ee30c2cfc80cc1dc1629ba7c317c6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Aug 2015 12:50:54 +0900 Subject: [PATCH 0251/3141] hinotify-0.3.8 failing (kolmodin/hinotify#15) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae599cdc..7247e944 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -147,7 +147,8 @@ packages: - monad-logger-syslog - fsnotify - - hinotify + # https://github.com/kolmodin/hinotify/issues/15 + - hinotify < 0.3.8 - hfsevents - Win32-notify From aa4c69cfc98db67b8f0af015b1105451162ffd30 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Aug 2015 07:19:24 +0300 Subject: [PATCH 0252/3141] Remove expected test failure BioHaskell/octree#4 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7247e944..c0355d5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1485,9 +1485,6 @@ expected-test-failures: # Not sure why... - singletons - # https://github.com/BioHaskell/octree/issues/4 - - Octree - # https://github.com/jmillikin/haskell-filesystem/issues/3 - system-filepath From 9362d0a9853eb1891c2dd384bf9252f4d406fcc1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Aug 2015 13:49:14 +0900 Subject: [PATCH 0253/3141] disable benchmark for fast-builder (liyang/true-name#2) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0355d5e..00804553 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1741,6 +1741,9 @@ skipped-benchmarks: # https://github.com/kaizhang/clustering/issues/2 - clustering + # https://github.com/liyang/true-name/issues/2 + - fast-builder + skipped-profiling: # https://github.com/nomeata/ghc-heap-view/commit/8d198eb8fbbad2ce0c4527c781659f35b8909c04#diff-8288955e209cfbead5b318a8598be9c0R10 - ghc-heap-view From 36468f66f611777a6223999b0c9ba2cc8ffba677 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Fri, 7 Aug 2015 09:24:05 +0300 Subject: [PATCH 0254/3141] Change for travis --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4121db0c..b31380ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1149,8 +1149,8 @@ packages: - murmur-hash - monoidal-containers - regex-pcre - - string-class - string-combinators + - string-class - SHA - data-ordlist - cron From 004c1bbb3b42f5b079636482568375c685a34962 Mon Sep 17 00:00:00 2001 From: Artyom Date: Fri, 7 Aug 2015 11:09:34 +0300 Subject: [PATCH 0255/3141] Add microlens-ghc --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00804553..a1f7fdf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1248,6 +1248,7 @@ packages: - microlens - microlens-mtl - microlens-th + - microlens-ghc - shortcut-links "Takano Akio aljee@hyper.cx @takano-akio": From c66ea71e1bcc406c24775ecadc755f719d6470f2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 8 Aug 2015 14:32:20 +0900 Subject: [PATCH 0256/3141] Revert "Add ghc-exactprint" --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbd68784..fa9358fd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1235,7 +1235,6 @@ packages: "Matthew Pickering @mpickering": - refact - servant-pandoc - - ghc-exactprint "Andrés Sicard-Ramírez @asr": - Agda From ceeea33ca7336c2373cae099269d00d4d72a0606 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 8 Aug 2015 16:54:03 +0900 Subject: [PATCH 0257/3141] Reverting "hinotify-0.3.8 failing (kolmodin/hinotify#15)" This reverts commit 6e9a2760090ee30c2cfc80cc1dc1629ba7c317c6. should be fixed with hinotify-0.3.8.1 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa9358fd..0481a8b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -147,8 +147,7 @@ packages: - monad-logger-syslog - fsnotify - # https://github.com/kolmodin/hinotify/issues/15 - - hinotify < 0.3.8 + - hinotify - hfsevents - Win32-notify From 969f021c2f756cb6c3e881abca4dcf90a19c57d2 Mon Sep 17 00:00:00 2001 From: Ashley Moni Date: Sun, 9 Aug 2015 17:19:51 -0400 Subject: [PATCH 0258/3141] Adding myself to stackage. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aebf3f3c..60221c9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1273,6 +1273,9 @@ packages: - fast-builder - filelock + "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": + - quadtree + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From c2be7fe3246e5edf5a415e1722a260e953bd9ea1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Aug 2015 12:13:53 +0900 Subject: [PATCH 0259/3141] disable ihaskell since it fails to build (gibiansky/IHaskell#547) --- build-constraints.yaml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aebf3f3c..040d6e0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1234,19 +1234,20 @@ packages: "Matthew Pickering @mpickering": - refact - servant-pandoc - + "Andrew Gibiansky @gibiansky": - - ihaskell - - ihaskell-aeson - - ihaskell-basic - - ihaskell-blaze - - ihaskell-charts - - ihaskell-diagrams - - ihaskell-hatex - - ihaskell-juicypixels - - ihaskell-magic - - ihaskell-rlangqq - - ihaskell-static-canvas + # https://github.com/gibiansky/IHaskell/issues/547 + #- ihaskell + #- ihaskell-aeson + #- ihaskell-basic + #- ihaskell-blaze + #- ihaskell-charts + #- ihaskell-diagrams + #- ihaskell-hatex + #- ihaskell-juicypixels + #- ihaskell-magic + #- ihaskell-rlangqq + #- ihaskell-static-canvas "Andrés Sicard-Ramírez @asr": - Agda From 8749a2870377bb1d13bdff339d6bac0326b41ff1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Aug 2015 12:19:17 +0900 Subject: [PATCH 0260/3141] one more ihaskell disable tweak --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ba57769..dfad7bb4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1235,7 +1235,7 @@ packages: - refact - servant-pandoc - "Andrew Gibiansky @gibiansky": + #"Andrew Gibiansky @gibiansky": # https://github.com/gibiansky/IHaskell/issues/547 #- ihaskell #- ihaskell-aeson From 254e56dff46afc768da41ad0b7856cb2ad787e0c Mon Sep 17 00:00:00 2001 From: Andrew Gibiansky Date: Mon, 10 Aug 2015 00:03:58 -0700 Subject: [PATCH 0261/3141] Fixing IHaskell; adding other IHaskell dependencies --- build-constraints.yaml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dfad7bb4..bd000906 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1235,19 +1235,20 @@ packages: - refact - servant-pandoc - #"Andrew Gibiansky @gibiansky": - # https://github.com/gibiansky/IHaskell/issues/547 - #- ihaskell - #- ihaskell-aeson - #- ihaskell-basic - #- ihaskell-blaze - #- ihaskell-charts - #- ihaskell-diagrams - #- ihaskell-hatex - #- ihaskell-juicypixels - #- ihaskell-magic - #- ihaskell-rlangqq - #- ihaskell-static-canvas + "Andrew Gibiansky @gibiansky": + - ihaskell + - ihaskell-aeson + - ihaskell-basic + - ihaskell-blaze + - ihaskell-charts + - ihaskell-diagrams + - ihaskell-hatex + - ihaskell-juicypixels + - ihaskell-magic + - ihaskell-rlangqq + - ihaskell-static-canvas + - ghc-parser + - ipython-kernel "Andrés Sicard-Ramírez @asr": - Agda From c33968af6567fbe0c4ddaca4aafb98473782521f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 10 Aug 2015 11:48:21 +0300 Subject: [PATCH 0262/3141] Add libmagic-dev, pinging @borsboom, fixes #741 --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 61b853af..07a76746 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -58,6 +58,7 @@ apt-get install -y \ libopenal-dev \ libhidapi-dev \ libzmq3-dev \ + libmagic-dev \ libpcap0.8-dev mkdir /tmp/nettle-build From fe6a2f1e211b593bb1fdf03397beac009d0d85bc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Aug 2015 09:46:52 +0900 Subject: [PATCH 0263/3141] diagrams-lib-1.3.0.3 requires fsnotify-0.2.1 (#743) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd000906..8b0c47d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -364,7 +364,8 @@ packages: - diagrams-haddock - diagrams-contrib - diagrams-core - - diagrams-lib + # https://github.com/fpco/stackage/issues/743 + - diagrams-lib < 1.3.0.3 - diagrams-postscript - diagrams-svg - dual-tree From f03889abdb2f831fa763d6a731ceda71e96e089b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Aug 2015 10:09:04 +0900 Subject: [PATCH 0264/3141] disable ihaskell-magic since magic failing (#741) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b0c47d9..d1583788 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1245,7 +1245,8 @@ packages: - ihaskell-diagrams - ihaskell-hatex - ihaskell-juicypixels - - ihaskell-magic + # https://github.com/fpco/stackage/issues/741 + #- ihaskell-magic - ihaskell-rlangqq - ihaskell-static-canvas - ghc-parser From 41618713a310e55477621432eff699be345a0a7c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Aug 2015 11:32:59 +0900 Subject: [PATCH 0265/3141] ihaskell failing to build (/gibiansky/IHaskell#548) --- build-constraints.yaml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1583788..c24427cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1236,21 +1236,22 @@ packages: - refact - servant-pandoc - "Andrew Gibiansky @gibiansky": - - ihaskell - - ihaskell-aeson - - ihaskell-basic - - ihaskell-blaze - - ihaskell-charts - - ihaskell-diagrams - - ihaskell-hatex - - ihaskell-juicypixels - # https://github.com/fpco/stackage/issues/741 - #- ihaskell-magic - - ihaskell-rlangqq - - ihaskell-static-canvas - - ghc-parser - - ipython-kernel + # https://github.com/gibiansky/IHaskell/issues/548 + #"Andrew Gibiansky @gibiansky": + #- ihaskell + #- ihaskell-aeson + #- ihaskell-basic + #- ihaskell-blaze + #- ihaskell-charts + #- ihaskell-diagrams + #- ihaskell-hatex + #- ihaskell-juicypixels + ## https://github.com/fpco/stackage/issues/741 + ##- ihaskell-magic + #- ihaskell-rlangqq + #- ihaskell-static-canvas + #- ghc-parser + #- ipython-kernel "Andrés Sicard-Ramírez @asr": - Agda From 860ffd967edc86765751dcc12d1ba806c11e61eb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Aug 2015 11:44:04 +0900 Subject: [PATCH 0266/3141] enable fsnotify-0.2 (#710,#743) --- build-constraints.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c24427cb..d246c495 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -187,8 +187,7 @@ packages: "Jasper Van der Jeugt": - blaze-html - blaze-markup - # https://github.com/fpco/stackage/issues/710 - - hakyll < 4.7.2.1 + - hakyll - stylish-haskell - psqueues - websockets @@ -364,8 +363,7 @@ packages: - diagrams-haddock - diagrams-contrib - diagrams-core - # https://github.com/fpco/stackage/issues/743 - - diagrams-lib < 1.3.0.3 + - diagrams-lib - diagrams-postscript - diagrams-svg - dual-tree @@ -1292,9 +1290,6 @@ packages: # https://github.com/fpco/stackage/issues/682 - vector < 0.11 - # https://github.com/fpco/stackage/issues/710 - - fsnotify < 0.2 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From e72c0e4e49e4bcd12a185710d5eb99483224bdfb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Aug 2015 12:09:46 +0900 Subject: [PATCH 0267/3141] Revert "enable fsnotify-0.2" (#710) keter-1.4.3.1 failed to use it. This reverts commit 860ffd967edc86765751dcc12d1ba806c11e61eb. --- build-constraints.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d246c495..1c5de648 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -187,7 +187,8 @@ packages: "Jasper Van der Jeugt": - blaze-html - blaze-markup - - hakyll + # https://github.com/fpco/stackage/issues/710 + - hakyll < 4.7.2.1 - stylish-haskell - psqueues - websockets @@ -363,7 +364,8 @@ packages: - diagrams-haddock - diagrams-contrib - diagrams-core - - diagrams-lib + # https://github.com/fpco/stackage/issues/710 + - diagrams-lib < 1.3.0.3 - diagrams-postscript - diagrams-svg - dual-tree @@ -1290,6 +1292,9 @@ packages: # https://github.com/fpco/stackage/issues/682 - vector < 0.11 + # https://github.com/fpco/stackage/issues/710 + - fsnotify < 0.2 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 068ea32addc2406327d5cdcd923862c6b463999a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Aug 2015 06:39:19 +0300 Subject: [PATCH 0268/3141] Enable fsnotify 0.2 and close #710 --- build-constraints.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c5de648..6980bbc0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -187,8 +187,7 @@ packages: "Jasper Van der Jeugt": - blaze-html - blaze-markup - # https://github.com/fpco/stackage/issues/710 - - hakyll < 4.7.2.1 + - hakyll - stylish-haskell - psqueues - websockets @@ -364,8 +363,7 @@ packages: - diagrams-haddock - diagrams-contrib - diagrams-core - # https://github.com/fpco/stackage/issues/710 - - diagrams-lib < 1.3.0.3 + - diagrams-lib - diagrams-postscript - diagrams-svg - dual-tree @@ -1292,9 +1290,6 @@ packages: # https://github.com/fpco/stackage/issues/682 - vector < 0.11 - # https://github.com/fpco/stackage/issues/710 - - fsnotify < 0.2 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: @@ -1345,9 +1340,6 @@ package-flags: NineP: bytestring-in-base: false - keter: - system-filepath: true - # Used for packages that cannot be built on Linux skipped-builds: - hfsevents From 9225568ad0adcd53ba4eebb48d6c99cc6a3e9f56 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Aug 2015 14:15:29 +0900 Subject: [PATCH 0269/3141] hakyll-4.7.2.2 testsuite failing to build (jaspervdj/hakyll#364) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6980bbc0..583562d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1720,6 +1720,9 @@ expected-haddock-failures: # Not sure why, but it's a temporary package anyway - Cabal-ide-backend + # https://github.com/jaspervdj/hakyll/issues/364 + - hakyll + # Benchmarks which should not be built. Note that Stackage does *not* generally # build benchmarks. The difference here will be whether dependencies for these # benchmarks are included or not. From bab967adf89fdc5600ae00990af8253a179c7acb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Aug 2015 15:15:20 +0900 Subject: [PATCH 0270/3141] disable hakyll tests in right place --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 583562d3..88d6a554 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1701,6 +1701,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/733 - ide-backend + # https://github.com/jaspervdj/hakyll/issues/364 + - hakyll + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 @@ -1720,9 +1723,6 @@ expected-haddock-failures: # Not sure why, but it's a temporary package anyway - Cabal-ide-backend - # https://github.com/jaspervdj/hakyll/issues/364 - - hakyll - # Benchmarks which should not be built. Note that Stackage does *not* generally # build benchmarks. The difference here will be whether dependencies for these # benchmarks are included or not. From 195aa42257979457147f6bfd737b75816b8f27f3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Aug 2015 18:05:50 +0900 Subject: [PATCH 0271/3141] Reenable ihaskell again (#741, gibiansky/IHaskell#548) --- build-constraints.yaml | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 88d6a554..959adc9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1234,22 +1234,20 @@ packages: - refact - servant-pandoc - # https://github.com/gibiansky/IHaskell/issues/548 - #"Andrew Gibiansky @gibiansky": - #- ihaskell - #- ihaskell-aeson - #- ihaskell-basic - #- ihaskell-blaze - #- ihaskell-charts - #- ihaskell-diagrams - #- ihaskell-hatex - #- ihaskell-juicypixels - ## https://github.com/fpco/stackage/issues/741 - ##- ihaskell-magic - #- ihaskell-rlangqq - #- ihaskell-static-canvas - #- ghc-parser - #- ipython-kernel + "Andrew Gibiansky @gibiansky": + - ihaskell + - ihaskell-aeson + - ihaskell-basic + - ihaskell-blaze + - ihaskell-charts + - ihaskell-diagrams + - ihaskell-hatex + - ihaskell-juicypixels + - ihaskell-magic + - ihaskell-rlangqq + - ihaskell-static-canvas + - ghc-parser + - ipython-kernel "Andrés Sicard-Ramírez @asr": - Agda From b1290091dafcffbd595caa7efa84ffab1725c0ed Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Aug 2015 16:40:58 +0300 Subject: [PATCH 0272/3141] Skip hPDB-examples #746 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 959adc9c..cfec2752 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -486,7 +486,8 @@ packages: - Octree - FenwickTree - hPDB - - hPDB-examples + # Build failure with GHC 7.10.2, see: https://ghc.haskell.org/trac/ghc/ticket/10565 + # - hPDB-examples - wordpass - json-autotype From ba969f6b0392ba3ae572aff3fc8681ce1adfce8c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Aug 2015 16:43:11 +0300 Subject: [PATCH 0273/3141] Comment about wiping out cache #746 --- CURATORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 8855852a..f20ef46b 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -52,6 +52,10 @@ docker rm $(docker ps -a -q) docker rmi $(docker images -q) ``` +You should also delete the cache directories on the stackage-build server to +force all packages to be rebuilt. See: [issue +#746](https://github.com/fpco/stackage/issues/746). + ## stackage-build server You'll need to get your SSH public key added to the machine. ~/.ssh/config info: From 05a84cf98c996d3fe755945039582d457ae22baf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 12 Aug 2015 12:14:25 +0900 Subject: [PATCH 0274/3141] bustle failing to build with ghc-7.10.2 (#746) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cfec2752..e4227d2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1176,7 +1176,9 @@ packages: - b9 "Will Thompson @wjt": - - bustle + [] + # https://github.com/fpco/stackage/issues/746 + #- bustle "Jakub Fijałkowski kuba@codinginfinity.me @Fiolek_": - hlibsass From 3a14adc2df588639e6d9e83ff1d462120eaa1388 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 12 Aug 2015 12:20:52 +0900 Subject: [PATCH 0275/3141] allow ihaskell test failures (gibiansky/IHaskell#551) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4227d2b..6c28c108 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1705,6 +1705,9 @@ expected-test-failures: # https://github.com/jaspervdj/hakyll/issues/364 - hakyll + # https://github.com/gibiansky/IHaskell/issues/551 + - ihaskell + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 4fae0e36b12c460c2d7f958166485b328b09ca08 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 12 Aug 2015 12:32:44 +0900 Subject: [PATCH 0276/3141] lzma-conduit test failing --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c28c108..2caa74ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1708,6 +1708,9 @@ expected-test-failures: # https://github.com/gibiansky/IHaskell/issues/551 - ihaskell + # https://github.com/alphaHeavy/lzma-conduit/issues/5 + - lzma-conduit + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 7762ee4688c7ebe76d67d717653c686a578f427e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 12 Aug 2015 12:02:05 +0300 Subject: [PATCH 0277/3141] Use stack for downloading GHC #734 --- .travis.yml | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index e05d22b2..e0c84415 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,25 +1,27 @@ sudo: false -addons: - apt: - sources: - - hvr-ghc - packages: - - ghc-7.10.1 - - cabal-install-1.22 - -# Note: the distinction between `before_install` and `install` is not important. -before_install: - - export PATH=/opt/ghc/7.10.1/bin:/opt/cabal/1.22/bin:$PATH +language: haskell install: - - cabal --version - - echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]" - - travis_retry cabal update + # Get stackage-curator - wget https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 - bunzip2 stackage-curator.bz2 - chmod +x stackage-curator -# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail. + # Get stack + - travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v0.1.3.0/stack-0.1.3.0-x86_64-linux-gmp4.gz | gunzip > stack + - chmod +x stack + + # Install GHC and cabal-install + - ./stack setup 7.10 + - ./stack --resolver nightly-2015-08-12 build cabal-install + + # Update the index + - travis_retry ./stack exec cabal update + script: - - ./stackage-curator check + - ./stack --resolver 7.10 exec ./stackage-curator check + +cache: + directories: + - $HOME/.stack From 9afda43de2ae662ec0c423e47180331b8d7f400f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 12 Aug 2015 12:57:14 +0300 Subject: [PATCH 0278/3141] Use stackage-update instead of cabal update --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e0c84415..581fc429 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,10 @@ install: # Install GHC and cabal-install - ./stack setup 7.10 - - ./stack --resolver nightly-2015-08-12 build cabal-install + - ./stack --resolver ghc-7.10 build stackage-update # Update the index - - travis_retry ./stack exec cabal update + - travis_retry ./stack exec stackage-update script: - ./stack --resolver 7.10 exec ./stackage-curator check From 6be280cc83959b006e96c34ffb8b68ac434f93a4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 12 Aug 2015 13:19:25 +0300 Subject: [PATCH 0279/3141] Add missing --resolver --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 581fc429..273f9e0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,10 +17,10 @@ install: - ./stack --resolver ghc-7.10 build stackage-update # Update the index - - travis_retry ./stack exec stackage-update + - travis_retry ./stack --resolver ghc-7.10 exec stackage-update script: - - ./stack --resolver 7.10 exec ./stackage-curator check + - ./stack --resolver ghc-7.10 exec ./stackage-curator check cache: directories: From 6dbb00c936c4603b10591aafb740ca17c0a99895 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 12 Aug 2015 13:32:47 +0300 Subject: [PATCH 0280/3141] Revert "Revert "Add ghc-exactprint"" This reverts commit c66ea71e1bcc406c24775ecadc755f719d6470f2. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2caa74ca..5bc712b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1236,6 +1236,7 @@ packages: "Matthew Pickering @mpickering": - refact - servant-pandoc + - ghc-exactprint "Andrew Gibiansky @gibiansky": - ihaskell From a975b56f73735f9bf5feaabffc2b04d3fa10e442 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 12 Aug 2015 17:25:04 +0200 Subject: [PATCH 0281/3141] Re-enable packages which should have worked around problems --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5bc712b3..dedfeee4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -545,12 +545,12 @@ packages: "Aditya Bhargava ": - #- hOpenPGP GHC 7.10, via syb-with-class + "Clint Adams @clinty": + - hOpenPGP - openpgp-asciiarmor - # - MusicBrainz GHC 7.10, time 1.5 + - MusicBrainz - DAV - #- hopenpgp-tools GHC 7.10, via syb-with-class + - hopenpgp-tools "Joey Hess ": - git-annex < 5.20150731 From 3ffeb486fca1fbc11772975e2dc400b594adee72 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Aug 2015 07:27:47 +0300 Subject: [PATCH 0282/3141] Expect test failure well-typed/ixset-typed#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dedfeee4..8a0ffcc2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1712,6 +1712,9 @@ expected-test-failures: # https://github.com/alphaHeavy/lzma-conduit/issues/5 - lzma-conduit + # https://github.com/well-typed/ixset-typed/issues/2 + - ixset-typed + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From d10cb90f14a92935bf981c82a01ab0c0517f568b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Aug 2015 07:31:43 +0300 Subject: [PATCH 0283/3141] Block hopenpgp-tools due to graphviz #749 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a0ffcc2..4da3ed70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -550,7 +550,8 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools + # https://github.com/fpco/stackage/issues/749 + # - hopenpgp-tools "Joey Hess ": - git-annex < 5.20150731 From 85b2c4c3d8c7250fc4f25d97dc94e6afb523453c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Aug 2015 10:52:46 +0300 Subject: [PATCH 0284/3141] Expect test failure alanz/ghc-exactprint#23 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4da3ed70..90687b46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1716,6 +1716,9 @@ expected-test-failures: # https://github.com/well-typed/ixset-typed/issues/2 - ixset-typed + # https://github.com/alanz/ghc-exactprint/issues/23 + - ghc-exactprint + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 5ed7a71681f99532c997b70e7416a058a4079ff9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Aug 2015 10:56:14 +0300 Subject: [PATCH 0285/3141] Block hOpenPGP #750 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 90687b46..d6b80270 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -546,7 +546,8 @@ packages: - HandsomeSoup "Clint Adams @clinty": - - hOpenPGP + # https://github.com/fpco/stackage/issues/750 + # - hOpenPGP - openpgp-asciiarmor - MusicBrainz - DAV From 403eba7970e392c0a04c4adaf0f17b04978a3695 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Aug 2015 11:17:28 +0300 Subject: [PATCH 0286/3141] Revert "Expect test failure alanz/ghc-exactprint#23" This reverts commit 85b2c4c3d8c7250fc4f25d97dc94e6afb523453c. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6b80270..938098a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1717,9 +1717,6 @@ expected-test-failures: # https://github.com/well-typed/ixset-typed/issues/2 - ixset-typed - # https://github.com/alanz/ghc-exactprint/issues/23 - - ghc-exactprint - # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From aae784407b9a33a5ccbb5a6eadf9859b04065dff Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Aug 2015 12:26:19 +0300 Subject: [PATCH 0287/3141] Remove blocked package and close #750 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 938098a1..4da3ed70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -546,8 +546,7 @@ packages: - HandsomeSoup "Clint Adams @clinty": - # https://github.com/fpco/stackage/issues/750 - # - hOpenPGP + - hOpenPGP - openpgp-asciiarmor - MusicBrainz - DAV From 5404a2734dbdec7aa2888f3003f3e48a8b1250e9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 14 Aug 2015 13:19:24 +0300 Subject: [PATCH 0288/3141] Expect test failure jgm/pandoc-citeproc#158 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4da3ed70..da67bf56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1716,6 +1716,9 @@ expected-test-failures: # https://github.com/well-typed/ixset-typed/issues/2 - ixset-typed + # https://github.com/jgm/pandoc-citeproc/issues/158 + - pandoc-citeproc + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 0c3dca6c5bfadccb12cdae2791c0bd57aa5b3a04 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Fri, 14 Aug 2015 10:17:05 -0700 Subject: [PATCH 0289/3141] Add brick, text-zipper, vty, and dbmigrations --- build-constraints.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index da67bf56..5f701140 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -231,6 +231,12 @@ packages: - vhd - xenstore + "Jonathan Daugherty ": + - brick + - dbmigrations + - text-zipper + - vty + "Chris Done": - ace - check-email @@ -1296,6 +1302,9 @@ packages: # Package flags are applied to individual packages, and override the values of # global-flags package-flags: + brick: + demos: true + mersenne-random-pure64: small_base: false @@ -1351,6 +1360,7 @@ skipped-builds: # By skipping a test suite, we do not pull in the build dependencies skipped-tests: + - dbmigrations - ReadArgs # old version of hspec - ersatz # old QuickCheck - punycode # pulls in encoding From fbdb2d88f921acb619026507f0a7e888f0daa84b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 15 Aug 2015 21:23:51 +0300 Subject: [PATCH 0290/3141] Remove expected test failure jgm/pandoc-citeproc#158 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f701140..a34057c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1726,9 +1726,6 @@ expected-test-failures: # https://github.com/well-typed/ixset-typed/issues/2 - ixset-typed - # https://github.com/jgm/pandoc-citeproc/issues/158 - - pandoc-citeproc - # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From a01fe32fccb56b3832a15607c0627309a685a9ae Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Sat, 8 Aug 2015 14:50:58 +0200 Subject: [PATCH 0291/3141] Adding additional amazonka-* libraries * CodeCommit * CodePipeline * DeviceFarm * DirectoryService * DynamoDBStreams * ElasticFileSystem --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a34057c7..68fb7b4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -887,15 +887,21 @@ packages: - amazonka-cloudtrail - amazonka-cloudwatch-logs - amazonka-cloudwatch + - amazonka-codecommit - amazonka-codedeploy + - amazonka-codepipeline - amazonka-cognito-identity - amazonka-cognito-sync - amazonka-config - amazonka-datapipeline + - amazonka-devicefarm - amazonka-directconnect + - amazonka-ds + - amazonka-dynamodb-streams - amazonka-dynamodb - amazonka-ec2 - amazonka-ecs + - amazonka-efs - amazonka-elasticache - amazonka-elasticbeanstalk - amazonka-elastictranscoder From f150289eeb93324c15086b4a186597d6555c91aa Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Sun, 16 Aug 2015 18:04:35 +0200 Subject: [PATCH 0292/3141] Adding amazonka service libraries to skipped-tests section --- build-constraints.yaml | 54 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68fb7b4a..030a1c3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1449,6 +1449,60 @@ skipped-tests: # https://github.com/fpco/stackage/issues/668 - second-transfer + # https://github.com/brendanhay/amazonka/issues/170 + - amazonka-autoscaling + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudsearch-domains + - amazonka-cloudsearch + - amazonka-cloudtrail + - amazonka-cloudwatch-logs + - amazonka-cloudwatch + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-cognito-identity + - amazonka-cognito-sync + - amazonka-config + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-ds + - amazonka-dynamodb-streams + - amazonka-dynamodb + - amazonka-ec2 + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-emr + - amazonka-glacier + - amazonka-iam + - amazonka-importexport + - amazonka-kinesis + - amazonka-kms + - amazonka-lambda + - amazonka-ml + - amazonka-opsworks + - amazonka-rds + - amazonka-redshift + - amazonka-route53-domains + - amazonka-route53 + - amazonka-s3 + - amazonka-sdb + - amazonka-ses + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-workspaces + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From 4575b92a9ead94634e8e5ac20e27f005a09a562f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 17 Aug 2015 08:25:17 +0300 Subject: [PATCH 0293/3141] Add back MFlow agocorona/MFlow#60 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 030a1c3c..a2c44f7a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -265,8 +265,7 @@ packages: - RefSerialize - TCache - Workflow - # https://github.com/agocorona/MFlow/issues/60 GHC 7.10 - # - MFlow + - MFlow "Edward Kmett ": - ad From 5d660a582400e9c3fe0f476cbaefae70da390d66 Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Mon, 17 Aug 2015 16:03:37 +0200 Subject: [PATCH 0294/3141] Added the GLFW bindings of Brian Lewis I hope @bsl doesn't mind me proposing these two packages for inclusion. Is this already enough to appear on Stackage Nightly? --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2c44f7a..1c04b018 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1292,6 +1292,10 @@ packages: "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - quadtree + + "Brian Lewis brian@lorg.org @bsl": + - bindings-glfw + - glfw-b "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 756442574346dc4b966b07b460fd06eac51ee4b6 Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Mon, 17 Aug 2015 16:05:26 +0200 Subject: [PATCH 0295/3141] Fixed a typo in Brians mail address --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c04b018..0b23aa10 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1293,7 +1293,7 @@ packages: "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - quadtree - "Brian Lewis brian@lorg.org @bsl": + "Brian Lewis brian@lorf.org @bsl": - bindings-glfw - glfw-b From 09b85591a40082f21d16aa097af4f3f84c682a30 Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Mon, 17 Aug 2015 16:25:14 +0200 Subject: [PATCH 0296/3141] Correct casing for package names I didn't realize package names are case-sensitive. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b23aa10..f4ac7755 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1294,8 +1294,8 @@ packages: - quadtree "Brian Lewis brian@lorf.org @bsl": - - bindings-glfw - - glfw-b + - bindings-GLFW + - GLFW-b "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From f9a087260bc564233513597f97510c1100b4113f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 18 Aug 2015 08:12:16 +0300 Subject: [PATCH 0297/3141] Upper bound for #754 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4ac7755..197783cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1308,6 +1308,9 @@ packages: # https://github.com/fpco/stackage/issues/682 - vector < 0.11 + # https://github.com/fpco/stackage/issues/754 + - messagepack < 0.5 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 5a9799d6487b8156a2cef53f78aef211106f16b3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 18 Aug 2015 10:38:25 +0300 Subject: [PATCH 0298/3141] Expect test failure --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 197783cc..3c32b369 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1792,6 +1792,10 @@ expected-test-failures: # https://github.com/well-typed/ixset-typed/issues/2 - ixset-typed + # Expects running X server + - bindings-GLFW + - GLFW-b + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 787b8a62786c414f5a6b09c6f6116e90e35eb751 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 18 Aug 2015 15:16:08 +0300 Subject: [PATCH 0299/3141] Add back bustle #746 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c32b369..b1a729d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1188,9 +1188,7 @@ packages: - b9 "Will Thompson @wjt": - [] - # https://github.com/fpco/stackage/issues/746 - #- bustle + - bustle "Jakub Fijałkowski kuba@codinginfinity.me @Fiolek_": - hlibsass From e6ac3d699b5a81a4abb7f094076698c2a3952efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Wed, 19 Aug 2015 03:29:37 +0200 Subject: [PATCH 0300/3141] Add iso8601-time --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1a729d2..0d05f839 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1295,6 +1295,9 @@ packages: - bindings-GLFW - GLFW-b + "Niklas Hambüchen mail@nh2.me @nh2": + - iso8601-time + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 8dfed29b6c5087417eedc442624473a403fdfe9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Wed, 19 Aug 2015 04:15:18 +0200 Subject: [PATCH 0301/3141] Add hidapi. Needs the `libudev-dev` package (on Ubuntu/Debian). --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0d05f839..71181b41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1296,6 +1296,7 @@ packages: - GLFW-b "Niklas Hambüchen mail@nh2.me @nh2": + - hidapi - iso8601-time "Stackage upper bounds": From 7db19ad5ade45908eda17fd3f1ea0e1c88bd2c87 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 19 Aug 2015 09:39:38 +0300 Subject: [PATCH 0302/3141] Temporarily block hidapi --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71181b41..e8dcb344 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1296,7 +1296,8 @@ packages: - GLFW-b "Niklas Hambüchen mail@nh2.me @nh2": - - hidapi + # Temporary: missing C library + # - hidapi - iso8601-time "Stackage upper bounds": From fb552c43ebd5341c170e338f75e2fe168d00af2f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 19 Aug 2015 09:40:44 +0300 Subject: [PATCH 0303/3141] Add back hidapi and include libudev-dev (pinging @borsboom) --- build-constraints.yaml | 3 +-- debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8dcb344..71181b41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1296,8 +1296,7 @@ packages: - GLFW-b "Niklas Hambüchen mail@nh2.me @nh2": - # Temporary: missing C library - # - hidapi + - hidapi - iso8601-time "Stackage upper bounds": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 07a76746..5f6fd1f7 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -59,6 +59,7 @@ apt-get install -y \ libhidapi-dev \ libzmq3-dev \ libmagic-dev \ + libudev-dev \ libpcap0.8-dev mkdir /tmp/nettle-build From fe74ffac3faf7ef14cb7cd3382a61b733e060f59 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Wed, 19 Aug 2015 21:52:29 +0300 Subject: [PATCH 0304/3141] Add regex-applicative-text --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71181b41..0f96bff3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -865,6 +865,7 @@ packages: - bower-json - boxes - pattern-arrows + - regex-applicative-text "Adam C. Foltzer acfoltzer@galois.com @acfoltzer": - cryptol From 3d4ee6739884b2e44d9461a3ee1bda46bd17ab21 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 19 Aug 2015 22:26:08 +0300 Subject: [PATCH 0305/3141] Reenable semigroupoids tests ekmett/semigroupoids#34 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71181b41..f4453999 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1448,7 +1448,6 @@ skipped-tests: - heaps - hyphenation - machines - - semigroupoids - fixed-vector # https://github.com/kaizhang/clustering/issues/2 @@ -1720,9 +1719,6 @@ expected-test-failures: - bitcoin-api - bitcoin-api-extra - # https://github.com/ekmett/semigroupoids/issues/34 - - semigroupoids - # https://github.com/kazu-yamamoto/dns/issues/29 - dns From 054da8c9fa81ef946cf7b49ead5fbd92d3347374 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 20 Aug 2015 08:24:03 +0300 Subject: [PATCH 0306/3141] Upper bound for #758 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eea02e60..757b4cce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1314,6 +1314,9 @@ packages: # https://github.com/fpco/stackage/issues/754 - messagepack < 0.5 + # https://github.com/fpco/stackage/issues/758 + - acid-state < 0.13 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From a8d8b6b7a6e78e07123a525c3634389ce4b91521 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 20 Aug 2015 18:05:22 +0300 Subject: [PATCH 0307/3141] Add back hybrid-vectors ekmett/hybrid-vectors#1 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 757b4cce..68976da4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -83,8 +83,7 @@ packages: - hmatrix-gsl - hxt - hxt-relaxng - # https://github.com/ekmett/hybrid-vectors/issues/1 - # - hybrid-vectors GHC 7.10 + - hybrid-vectors - indents - language-c - lhs2tex From d7b8600c575e4ec74fb50eab30c8c42bedcad99a Mon Sep 17 00:00:00 2001 From: Brandon Martin Date: Thu, 20 Aug 2015 20:59:25 -0600 Subject: [PATCH 0308/3141] Add engine-io-wai package to Stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68976da4..011c0d84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1298,6 +1298,9 @@ packages: "Niklas Hambüchen mail@nh2.me @nh2": - hidapi - iso8601-time + + "Brandon Martin @codedmart": + - engine-io-wai "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From bd9bce6ddb8a2d5e21788d9c28828012b609830b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 21 Aug 2015 07:53:51 +0300 Subject: [PATCH 0309/3141] Upper bounds for #760 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68976da4..dbbbe233 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1316,6 +1316,9 @@ packages: # https://github.com/fpco/stackage/issues/758 - acid-state < 0.13 + # https://github.com/fpco/stackage/issues/760 + - yesod-test < 1.5 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From ea73681c73650e2f39b815f5c92cf0f2205b2882 Mon Sep 17 00:00:00 2001 From: Brandon Martin Date: Fri, 21 Aug 2015 16:18:31 -0600 Subject: [PATCH 0310/3141] Add rethinkdb package to Stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad652c2e..d35ebc71 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1301,6 +1301,7 @@ packages: "Brandon Martin @codedmart": - engine-io-wai + - rethinkdb "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 0f74234ee3695ccd04a1662148709050be129aad Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Sat, 22 Aug 2015 12:55:36 +0100 Subject: [PATCH 0311/3141] Add both package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad652c2e..b42f0aa4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1302,6 +1302,9 @@ packages: "Brandon Martin @codedmart": - engine-io-wai + "Michael Walker @barrucadu": + - both + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From c67da784bea513530f5f755c32a547aae58a8e8f Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Sat, 22 Aug 2015 21:50:57 +0200 Subject: [PATCH 0312/3141] add ignore and elm-bridge package --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad652c2e..b8634be5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -725,6 +725,8 @@ packages: - users-postgresql-simple - users-test - validate-input + - ignore + - elm-bridge "Joey Eremondi ": - aeson-pretty From b6b402f3778364b3c5abb550dc77c46d2553d1cb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 23 Aug 2015 11:04:10 +0300 Subject: [PATCH 0313/3141] Upper bounds for #765 #766 #767 --- build-constraints.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad652c2e..54d73e67 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1322,6 +1322,19 @@ packages: # https://github.com/fpco/stackage/issues/760 - yesod-test < 1.5 + # https://github.com/fpco/stackage/issues/765 + - hspec < 2.2 + - hspec-core < 2.2 + - hspec-discover < 2.2 + - hspec-expectations < 0.7.2 + + # https://github.com/fpco/stackage/issues/766 + - tasty-hspec < 1.1.1 + + # https://github.com/fpco/stackage/issues/767 + - dependent-map == 0.1.* + - dependent-sum == 0.2.* + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 846cd2f2d0670003def6d5e00a2c6db7f8209451 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 23 Aug 2015 11:10:46 +0300 Subject: [PATCH 0314/3141] Upper bound for #768 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54d73e67..8ff7defe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1335,6 +1335,9 @@ packages: - dependent-map == 0.1.* - dependent-sum == 0.2.* + # https://github.com/fpco/stackage/issues/768 + - HUnit < 1.3 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 8a77ec8d1a5a0922446cb94d32c808a52a8ce1e4 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Sun, 23 Aug 2015 15:49:11 +0200 Subject: [PATCH 0315/3141] add hackmanager --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ed1fc35..0e2438f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -727,6 +727,7 @@ packages: - validate-input - ignore - elm-bridge + - hackmanager "Joey Eremondi ": - aeson-pretty From b9656a742274585515142ec031eb68182ee69d1d Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Sun, 23 Aug 2015 17:37:54 +0200 Subject: [PATCH 0316/3141] add digestive-bootstrap and blaze-bootstrap --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e2438f0..bcf6285d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -728,6 +728,8 @@ packages: - ignore - elm-bridge - hackmanager + - digestive-bootstrap + - blaze-bootstrap "Joey Eremondi ": - aeson-pretty From a71c56fe8ba90e99eaa8a1921301da8a963f8eba Mon Sep 17 00:00:00 2001 From: Greg Date: Sun, 23 Aug 2015 21:10:06 +0300 Subject: [PATCH 0317/3141] Add more packages by @myfreeweb http-link-header, microformats2-parser, hspec-expectations-pretty-diff --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bcf6285d..545443e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -850,6 +850,9 @@ packages: "Greg V greg@unrelenting.technology @myfreeweb": - gitson - pcre-heavy + - http-link-header + - microformats2-parser + - hspec-expectations-pretty-diff "Francesco Mazzoli f@mazzo.li @bitonic": - language-c-quote From 1aa9f4e0d1d1812dc991820bc73cb18181b309c6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 23 Aug 2015 21:41:52 +0300 Subject: [PATCH 0318/3141] Expect test failure: rethinkdb --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 545443e9..366af130 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1831,6 +1831,9 @@ expected-test-failures: - bindings-GLFW - GLFW-b + # Requires running server + - rethinkdb + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From b7e07775d2629adffe11d3d98a573a784931607a Mon Sep 17 00:00:00 2001 From: Trevor Elliott Date: Sun, 23 Aug 2015 19:57:51 -0700 Subject: [PATCH 0319/3141] Register to maintain the `irc` package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 366af130..702c4940 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1314,6 +1314,9 @@ packages: "Michael Walker @barrucadu": - both + "Trevor Elliott @elliottt": + - irc + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 8f1a1d53853e51926bf9977ade3e391c998f4b9d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 24 Aug 2015 09:44:39 +0300 Subject: [PATCH 0320/3141] Some expected test failures --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 702c4940..1c324816 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1837,6 +1837,12 @@ expected-test-failures: # Requires running server - rethinkdb + # https://github.com/ddssff/cabal-debian/issues/50 + - cabal-debian + + # https://github.com/myfreeweb/microformats2-parser/issues/3 + - microformats2-parser + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 22fef158f6d45ac46d3bfdca74c12a08c7d756f5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 24 Aug 2015 12:39:44 +0300 Subject: [PATCH 0321/3141] Remove expected test failure myfreeweb/microformats2-parser#3 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c324816..3f6af0f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1840,9 +1840,6 @@ expected-test-failures: # https://github.com/ddssff/cabal-debian/issues/50 - cabal-debian - # https://github.com/myfreeweb/microformats2-parser/issues/3 - - microformats2-parser - # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 210a5a805d849614de08cd716c8c128b29da00e9 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 25 Aug 2015 07:20:05 +0300 Subject: [PATCH 0322/3141] Sort phadej's list --- build-constraints.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3f6af0f3..887c7423 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -863,16 +863,16 @@ packages: - string-conversions "Oleg Grenrus oleg.grenrus@iki.fi @phadej": - - edit-distance - - lattices - - waitra - - spdx - - postgresql-simple-url - - purescript - bower-json - boxes + - edit-distance + - lattices - pattern-arrows + - postgresql-simple-url + - purescript - regex-applicative-text + - spdx + - waitra "Adam C. Foltzer acfoltzer@galois.com @acfoltzer": - cryptol From 9b552864eca81e19779f5058f2da85b1c83b9300 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 25 Aug 2015 07:21:00 +0300 Subject: [PATCH 0323/3141] Add these --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 887c7423..cede02d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -872,6 +872,7 @@ packages: - purescript - regex-applicative-text - spdx + - these - waitra "Adam C. Foltzer acfoltzer@galois.com @acfoltzer": From 56537f76626fd30863a266bdcb95de4e61db478b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 25 Aug 2015 09:36:30 +0200 Subject: [PATCH 0324/3141] Strip whitespace --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cede02d2..87723ce2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1248,7 +1248,7 @@ packages: - invariant - keycode - text-show - + "Kirill Zaborsky @qrilka": - xlsx @@ -1299,7 +1299,7 @@ packages: "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - quadtree - + "Brian Lewis brian@lorf.org @bsl": - bindings-GLFW - GLFW-b @@ -1307,7 +1307,7 @@ packages: "Niklas Hambüchen mail@nh2.me @nh2": - hidapi - iso8601-time - + "Brandon Martin @codedmart": - engine-io-wai - rethinkdb From eeadcbe1d27e55bc176f7b195cf350588ea04756 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 25 Aug 2015 09:36:52 +0200 Subject: [PATCH 0325/3141] Re-enable ghc-heap-view (http://matrix.hackage.haskell.org/package/ghc-heap-view) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87723ce2..aa23930f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -540,7 +540,7 @@ packages: "Joachim Breitner ": - circle-packing - arbtt - # - ghc-heap-view GHC 7.10 + - ghc-heap-view - tttool - gipeda - list-fusion-probe From b46e848337d14f66dc7b346d5e63992d5f898094 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 25 Aug 2015 09:54:40 +0200 Subject: [PATCH 0326/3141] Re-enable JuicyPixels-repa using an older version --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa23930f..adb19278 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -45,7 +45,7 @@ packages: - repa-io - repa-algorithms - repa-devil - #- JuicyPixels-repa GHC 7.10 + - JuicyPixels-repa < 0.6.1 || > 0.7 # GHC 7.10 (e-mail sent by @bergmark) - cereal-conduit - binary-conduit - lzma-conduit From 8acbcd1bd743b327e48d5ae030236a6b4a1129d6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 25 Aug 2015 11:22:36 +0200 Subject: [PATCH 0327/3141] Clarify some disabled packages, and re-enable a few --- build-constraints.yaml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index adb19278..2115b2a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -247,7 +247,7 @@ packages: - lucid - osdkeys - pdfinfo - #- present GHC 7.10, via atto-lisp + #- present GHC 7.10, via https://github.com/nominolo/atto-lisp/issues/18 - pure-io # https://github.com/jgoerzen/testpack/issues/11 #- scrobble GHC 7.10, for QuickCheck 2.8 via testpack @@ -499,7 +499,8 @@ packages: "Dominic Steinitz ": [] - # - yarr GHC 7.10 + # GHC 7.10 https://github.com/leventov/yarr/pull/7 + # - yarr "Roman Cheplyaka ": - action-permutations @@ -560,7 +561,6 @@ packages: "Joey Hess ": - git-annex < 5.20150731 - # https://github.com/fpco/stackage/issues/160 "Ketil Malde": - biocore - biofasta @@ -569,8 +569,10 @@ packages: - blastxml - bioace # https://github.com/BioHaskell/biophd/issues/3 - # - biophd - - biopsl # https://github.com/ingolia/SamTools/issues/3 samtools + - biophd < 0.0.5 || > 0.0.8 + - biopsl + # https://github.com/ingolia/SamTools/issues/3 + # - samtools - seqloc - bioalign - BlastHTTP @@ -781,8 +783,7 @@ packages: "Alexandr Ruchkin voidex@live.com @mvoidex": - hdocs - # https://github.com/kazu-yamamoto/ghc-mod/issues/437 GHC 7.10 - # - hsdev + - hsdev "Aleksey Kliger aleksey@lambdageek.org @lambdageek": - unbound-generics @@ -959,11 +960,9 @@ packages: - maximal-cliques "Alexander Bondarenko @wiz": - [] - # GHC 7.10, via iconv - #- soap - #- soap-tls - #- soap-openssl + - soap + - soap-tls + - soap-openssl "Andres Löh @kosmikus": - generics-sop @@ -1120,7 +1119,7 @@ packages: - nationstates "Mathieu Boespflug @mboes": - # https://github.com/fpco/stackage/issues/590 + # profunctors https://github.com/fpco/stackage/issues/590 # netwire - th-lift From 8038872d2e16f85dee0cb16f5b0e634302af2daa Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 25 Aug 2015 13:09:44 +0200 Subject: [PATCH 0328/3141] Remove upper bound and close #766 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2115b2a4..f9a16504 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1343,9 +1343,6 @@ packages: - hspec-discover < 2.2 - hspec-expectations < 0.7.2 - # https://github.com/fpco/stackage/issues/766 - - tasty-hspec < 1.1.1 - # https://github.com/fpco/stackage/issues/767 - dependent-map == 0.1.* - dependent-sum == 0.2.* From 50677ab9ed7fa0c6c00b7db38e9dc010054f387e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Vion?= Date: Tue, 25 Aug 2015 18:46:52 +0200 Subject: [PATCH 0329/3141] add OpenGL and related packages --- build-constraints.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9a16504..519c6ffb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -191,6 +191,13 @@ packages: - psqueues - websockets + "haskell-opengl": + - OpenGL + - GLURaw + - GLUT + - OpenGLRaw + - StateVar + "Antoine Latter": - byteorder - uuid @@ -1931,3 +1938,9 @@ github-users: - meteficha analytics: - ekmett + haskell-opengl: + - dagit + - elliottt + - jmcarthur + - svenpanne + From 7711900ea38f6819cf7ac05a64b9433b4a895fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Vion?= Date: Tue, 25 Aug 2015 19:01:48 +0200 Subject: [PATCH 0330/3141] remove dagit from potential haskell-opengl maintainer list --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 519c6ffb..5e3974d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1939,7 +1939,6 @@ github-users: analytics: - ekmett haskell-opengl: - - dagit - elliottt - jmcarthur - svenpanne From 437e4775e7489f28b8540a2179b06c87ce3bc60c Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Tue, 25 Aug 2015 19:46:05 +0100 Subject: [PATCH 0331/3141] Add irc-ctcp, irc-conduit, and irc-client. Depends on stackage >= nightly-2015-08-25 (on irc package). Furthermore, packages depend on each other: irc-ctcp <- irc-conduit <- irc-client --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9a16504..1f8db319 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1313,6 +1313,9 @@ packages: "Michael Walker @barrucadu": - both + - irc-ctcp + - irc-conduit + - irc-client "Trevor Elliott @elliottt": - irc From f1e86d1139a8b9be99a0542a6d6eaf7337829498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Vion?= Date: Wed, 26 Aug 2015 00:18:41 +0200 Subject: [PATCH 0332/3141] add ekmett to haskell-opengl maintenance group, and comment others --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e3974d3..1e381435 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1939,7 +1939,8 @@ github-users: analytics: - ekmett haskell-opengl: - - elliottt - - jmcarthur - - svenpanne + - ekmett + # - svenpanne + # - elliottt + # - jmcarthur From 7928493cc50d226c98bee6bb62ff4a2ca4cd67da Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Wed, 26 Aug 2015 11:47:18 +0900 Subject: [PATCH 0333/3141] Add `ig` package. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9a16504..32475e01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1317,6 +1317,9 @@ packages: "Trevor Elliott @elliottt": - irc + "Dennis Gosnell @cdepillabout": + - ig + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 020d5929e5e9da96b4a8462b437de059a37afa85 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 26 Aug 2015 09:57:08 +0300 Subject: [PATCH 0334/3141] Remove expected test failure ekmett/machines#44 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb9a80b6..34f62595 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1756,9 +1756,6 @@ expected-test-failures: # https://github.com/haskell/haddock/issues/390 GHC 7.10 - haddock-library - # https://github.com/ekmett/machines/issues/44 - - machines - # https://github.com/haskell/ghc-events/issues/9 - ghc-events From 12692358a1b80ecba237df0a0e4646cec4583c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Vion?= Date: Wed, 26 Aug 2015 12:17:22 +0200 Subject: [PATCH 0335/3141] add ObjectName under haskell-opengl maintenance following comment from https://github.com/fpco/stackage/pull/774 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34f62595..3e6398a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -197,6 +197,7 @@ packages: - GLUT - OpenGLRaw - StateVar + - ObjectName "Antoine Latter": - byteorder From bbb0fad69bd3f4d0be72d8692af95ac9ac44d0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Vion?= Date: Wed, 26 Aug 2015 12:17:58 +0200 Subject: [PATCH 0336/3141] add @svenpanne to haskell-opengl maintainer group --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e6398a5..60ff9efd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1944,7 +1944,7 @@ github-users: - ekmett haskell-opengl: - ekmett - # - svenpanne + - svenpanne # - elliottt # - jmcarthur From 24c5c48180be1f2a8eac791d5685a6850911dca8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 26 Aug 2015 12:29:40 +0200 Subject: [PATCH 0337/3141] Don't use deprecated version of cabal-helper --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34f62595..aa8a3a26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1363,6 +1363,9 @@ packages: # https://github.com/fpco/stackage/issues/768 - HUnit < 1.3 + # 0.5.2.0 is deprecated + - cabal-helper < 0.5.2.0 || > 0.5.2.0 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: @@ -1946,4 +1949,3 @@ github-users: # - svenpanne # - elliottt # - jmcarthur - From 0cac43dc3a14fec2a4e6a757b3f3dd41aee83dd1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 26 Aug 2015 12:41:00 +0200 Subject: [PATCH 0338/3141] Disable hsdev again due to cabal-helper build failure (#778) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa8a3a26..624d524b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -790,7 +790,8 @@ packages: "Alexandr Ruchkin voidex@live.com @mvoidex": - hdocs - - hsdev + # https://github.com/fpco/stackage/issues/778 + # - hsdev "Aleksey Kliger aleksey@lambdageek.org @lambdageek": - unbound-generics From 7c63fd0b402764a47c43256dc353782d81d078e5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 26 Aug 2015 12:45:17 +0200 Subject: [PATCH 0339/3141] Remove upper bound on cabal-helper to exclude it from build (#778) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 624d524b..5b4d0ece 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1365,7 +1365,7 @@ packages: - HUnit < 1.3 # 0.5.2.0 is deprecated - - cabal-helper < 0.5.2.0 || > 0.5.2.0 + # - cabal-helper < 0.5.2.0 || > 0.5.2.0 # Package flags are applied to individual packages, and override the values of # global-flags From 3244cc78d82e6d4a03ab3df9cb4837550da321d2 Mon Sep 17 00:00:00 2001 From: Franklin Chen Date: Wed, 26 Aug 2015 16:20:43 -0400 Subject: [PATCH 0340/3141] Add Ebnf2ps. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ddc9732..08c93f3d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1332,6 +1332,9 @@ packages: "Dennis Gosnell @cdepillabout": - ig + "Franklin Chen @FranklinChen": + - Ebnf2ps + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From dcb668e503bf6185e1dd3900285f1f787c22f92c Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Thu, 27 Aug 2015 00:23:12 +0100 Subject: [PATCH 0341/3141] Update maintainer for aeson-schema --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08c93f3d..31243bbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -991,7 +991,7 @@ packages: - xml-to-json-fast - digits - "Tim Baumann @timjb": + "Mateusz Kowalczyk @Fuuzetsu": - aeson-schema "David Fox @ddssff": From c51d98b2489e30af0d4740d2c4ddd98001d5581f Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Thu, 27 Aug 2015 14:32:10 +0100 Subject: [PATCH 0342/3141] Add dejafu, a concurrency testing library for Haskell. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31243bbd..476ec215 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1322,6 +1322,7 @@ packages: "Michael Walker @barrucadu": - both + - dejafu - irc-ctcp - irc-conduit - irc-client From 6f4cfd086a79f4e64b89348e4a705c69e29f2ec3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 28 Aug 2015 02:35:00 +0200 Subject: [PATCH 0343/3141] Travis: Use GHC-7.10.2 instead of 7.10.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 273f9e0d..a53f3231 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: - chmod +x stack # Install GHC and cabal-install - - ./stack setup 7.10 + - ./stack setup 7.10.2 - ./stack --resolver ghc-7.10 build stackage-update # Update the index From 47aaf079a69319fc2d15bea387560d63f7bd9ec1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 28 Aug 2015 10:09:16 +0300 Subject: [PATCH 0344/3141] Add back stackage-curator --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 476ec215..9d504c22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -96,8 +96,7 @@ packages: - smtLib - stack < 9.9.9 - stackage - # Temporary block while system-filepath issues worked out - # - stackage-curator + - stackage-curator - stackage-types - stackage-update - stackage-upload From 60bfab3dd4c732f2460f8abe0e766e36f6f1a84b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 28 Aug 2015 16:56:56 +0200 Subject: [PATCH 0345/3141] Re-enable passing test suites --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d504c22..a78f9ebb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1648,7 +1648,6 @@ expected-test-failures: # Requires a running webdriver server - webdriver - webdriver-snoy - - hspec-webdriver - webdriver-angular # Weird conflicts with sandboxing @@ -1833,9 +1832,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/733 - ide-backend - # https://github.com/jaspervdj/hakyll/issues/364 - - hakyll - # https://github.com/gibiansky/IHaskell/issues/551 - ihaskell From b604dda974bf1656bcd6880d9dbbc42b003ef7dc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 28 Aug 2015 16:57:51 +0200 Subject: [PATCH 0346/3141] Disable dejafu test-suite --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a78f9ebb..538728f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1851,6 +1851,9 @@ expected-test-failures: # https://github.com/ddssff/cabal-debian/issues/50 - cabal-debian + # https://github.com/barrucadu/dejafu/issues/14 + - dejafu + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 6a88e941709ad4519b76457809506ebffc62ff0d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 28 Aug 2015 17:00:09 +0200 Subject: [PATCH 0347/3141] Disable amazonka-core test-suite --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 538728f0..7b19fc61 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1854,6 +1854,9 @@ expected-test-failures: # https://github.com/barrucadu/dejafu/issues/14 - dejafu + # Fixed on master + - amazonka-core + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 05df37d8cdc8d9992dbb690c0a3216f4637a9eb1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 28 Aug 2015 23:06:54 +0200 Subject: [PATCH 0348/3141] Re-enable amazonka-core test-suite --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b19fc61..538728f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1854,9 +1854,6 @@ expected-test-failures: # https://github.com/barrucadu/dejafu/issues/14 - dejafu - # Fixed on master - - amazonka-core - # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 4d0a1b8cef6f26c3499a7b559ef52d63f98e2288 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sat, 29 Aug 2015 09:06:29 +0200 Subject: [PATCH 0349/3141] Add vector-fftw --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b19fc61..22b14ea4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -509,6 +509,9 @@ packages: # GHC 7.10 https://github.com/leventov/yarr/pull/7 # - yarr + "Ben Gamari ": + - vector-fftw + "Roman Cheplyaka ": - action-permutations - amqp From 9538ffbc3f4e79e37b936b1b0aaa7fdff32eec3e Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Sat, 29 Aug 2015 08:35:42 +0200 Subject: [PATCH 0350/3141] Adding amazonka-test library depepdency to re-enable amazonka* tests --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 538728f0..49b92134 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -895,6 +895,7 @@ packages: "Brendan Hay brendan.g.hay@gmail.com @brendanhay": - amazonka - amazonka-core + - amazonka-test - amazonka-autoscaling - amazonka-cloudformation - amazonka-cloudfront From 4b0ff6feb0fc6afa63086fbc6bbdfd16246af669 Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Sat, 29 Aug 2015 08:36:08 +0200 Subject: [PATCH 0351/3141] Re-enabling all amazonka-* library tests --- build-constraints.yaml | 54 ------------------------------------------ 1 file changed, 54 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49b92134..f5c1ea06 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1515,60 +1515,6 @@ skipped-tests: # https://github.com/fpco/stackage/issues/668 - second-transfer - # https://github.com/brendanhay/amazonka/issues/170 - - amazonka-autoscaling - - amazonka-cloudformation - - amazonka-cloudfront - - amazonka-cloudhsm - - amazonka-cloudsearch-domains - - amazonka-cloudsearch - - amazonka-cloudtrail - - amazonka-cloudwatch-logs - - amazonka-cloudwatch - - amazonka-codecommit - - amazonka-codedeploy - - amazonka-codepipeline - - amazonka-cognito-identity - - amazonka-cognito-sync - - amazonka-config - - amazonka-datapipeline - - amazonka-devicefarm - - amazonka-directconnect - - amazonka-ds - - amazonka-dynamodb-streams - - amazonka-dynamodb - - amazonka-ec2 - - amazonka-ecs - - amazonka-efs - - amazonka-elasticache - - amazonka-elasticbeanstalk - - amazonka-elastictranscoder - - amazonka-elb - - amazonka-emr - - amazonka-glacier - - amazonka-iam - - amazonka-importexport - - amazonka-kinesis - - amazonka-kms - - amazonka-lambda - - amazonka-ml - - amazonka-opsworks - - amazonka-rds - - amazonka-redshift - - amazonka-route53-domains - - amazonka-route53 - - amazonka-s3 - - amazonka-sdb - - amazonka-ses - - amazonka-sns - - amazonka-sqs - - amazonka-ssm - - amazonka-storagegateway - - amazonka-sts - - amazonka-support - - amazonka-swf - - amazonka-workspaces - # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From a53902a7a70ab4e37b002447da99d9b1e88b6a2b Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sat, 29 Aug 2015 08:02:16 -0700 Subject: [PATCH 0352/3141] Add `morte` to Stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 538728f0..72edda55 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -452,6 +452,7 @@ packages: - pipes-safe - turtle - foldl + - morte "Andrew Thaddeus Martin ": - yesod-table From 6facdaf38f231e2d217cd0d5a07ddeba2c77e5ea Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 29 Aug 2015 21:06:17 +0300 Subject: [PATCH 0353/3141] Add variables for new amazonka release --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index da6a9b60..9b7fbc0e 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -73,7 +73,7 @@ chmod +x stackage-curator ARGS_COMMON="--rm -u $USER -v $WORKDIR:/home/stackage/work -w /home/stackage/work -v $BINDIR/stackage-curator:/usr/local/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro" ARGS_PREBUILD="$ARGS_COMMON -v $CABAL_DIR:/home/stackage/.cabal -v $GHC_DIR:/home/stackage/.ghc -v $DOT_STACKAGE_DIR:/home/stackage/.stackage" ARGS_BUILD="$ARGS_COMMON -v $CABAL_DIR:/home/stackage/.cabal:ro -v $GHC_DIR:/home/stackage/.ghc:ro" -ARGS_UPLOAD="$ARGS_COMMON -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_SECRET_KEY=$AWS_SECRET_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:/home/stackage/.stackage -v $SSH_DIR:/home/ubuntu/.ssh:ro -v $GITCONFIG:/home/stackage/.gitconfig:ro -v $CABAL_DIR:/home/stackage/.cabal:ro" +ARGS_UPLOAD="$ARGS_COMMON -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY -e AWS_SECRET_KEY=$AWS_SECRET_KEY -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:/home/stackage/.stackage -v $SSH_DIR:/home/ubuntu/.ssh:ro -v $GITCONFIG:/home/stackage/.gitconfig:ro -v $CABAL_DIR:/home/stackage/.cabal:ro" # Use cabal update first to initialize ~/.cabal.config, then use stackage-curator update to get it securely docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET" From 845d207a873582e5ecd092e2c123f6de1ed3ea2c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 29 Aug 2015 21:11:51 +0300 Subject: [PATCH 0354/3141] Add system library for #785 (pinging @borsboom) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 5f6fd1f7..20566327 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -60,6 +60,7 @@ apt-get install -y \ libzmq3-dev \ libmagic-dev \ libudev-dev \ + libfftw3-dev \ libpcap0.8-dev mkdir /tmp/nettle-build From 312e5b6f3ade6b2fc3555c3ced00de8abfc59262 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 30 Aug 2015 18:10:15 +0200 Subject: [PATCH 0355/3141] Remove aeson & attoparsec upper bound (closes #572) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad4c1042..94d0d70d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1343,10 +1343,6 @@ packages: # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 - # https://github.com/fpco/stackage/issues/572 - - attoparsec < 0.13 - - aeson < 0.8.1.0 - # https://github.com/fpco/stackage/issues/682 - vector < 0.11 From 400232b158847bfc70478c4409666c7df3261835 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 30 Aug 2015 18:14:24 +0200 Subject: [PATCH 0356/3141] Re-enable two test suites (#622) --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 94d0d70d..1008fdd7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1501,12 +1501,10 @@ skipped-tests: - aws # https://github.com/fpco/stackage/issues/622 - - ad - bound - heaps - hyphenation - machines - - fixed-vector # https://github.com/kaizhang/clustering/issues/2 - clustering From 4c1bf8ee67d91462ce819a58ec9845069bd80f83 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 31 Aug 2015 06:35:33 +0300 Subject: [PATCH 0357/3141] Add universe package family --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1008fdd7..82ce9777 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -886,6 +886,12 @@ packages: - regex-applicative-text - spdx - these + - universe + - universe-base + - universe-instances-base + - universe-instances-extended + - universe-instances-trans + - universe-reverse-instances - waitra "Adam C. Foltzer acfoltzer@galois.com @acfoltzer": From d4a9a04e5b5fc70aed3178ab129ae1ca7b2a890c Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Sun, 30 Aug 2015 22:05:30 -0700 Subject: [PATCH 0358/3141] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1008fdd7..b8d6bb2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1046,6 +1046,7 @@ packages: - aeson-better-errors "Mitchell Rosen @christiaanb": From 0f967405a495bd5c1c06b17130a8e6a923d13222 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 31 Aug 2015 16:35:30 +0200 Subject: [PATCH 0359/3141] Disable language-lua2 due to build failure #778 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8589cdc4..98ef17df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1052,7 +1052,8 @@ packages: - aeson-better-errors "Mitchell Rosen @christiaanb": From 438b9cd63b973a6bfa61ae5c0ce6eec26619d24a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 31 Aug 2015 16:42:40 +0200 Subject: [PATCH 0360/3141] Allow broken cron test-suite to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98ef17df..0f3ae64a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1860,6 +1860,9 @@ expected-test-failures: # https://github.com/barrucadu/dejafu/issues/14 - dejafu + # https://github.com/MichaelXavier/cron/issues/22 + - cron + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 28c3e6192805c7a4006a2dc2a2cc556d0bb4bf7c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 31 Aug 2015 16:52:31 +0200 Subject: [PATCH 0361/3141] Allow waitra test-suite to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f3ae64a..ccd1362a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1925,6 +1925,9 @@ skipped-benchmarks: # https://github.com/liyang/true-name/issues/2 - fast-builder + # https://github.com/futurice/waitra/issues/4 + - waitra + skipped-profiling: # https://github.com/nomeata/ghc-heap-view/commit/8d198eb8fbbad2ce0c4527c781659f35b8909c04#diff-8288955e209cfbead5b318a8598be9c0R10 - ghc-heap-view From 12bea2c54388b93e89a1429ee02f638ecf594d51 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Mon, 31 Aug 2015 08:22:02 -0700 Subject: [PATCH 0362/3141] Add `language-lua2`, take 2 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ccd1362a..0320e680 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1052,8 +1052,7 @@ packages: - aeson-better-errors "Mitchell Rosen @christiaanb": From d5986d5bbf0b74fabef0974bd86440ae4d87c3ce Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 31 Aug 2015 17:31:37 +0200 Subject: [PATCH 0363/3141] Move waitra test suite exclusion to the right place --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ccd1362a..9bd83ae4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1863,6 +1863,9 @@ expected-test-failures: # https://github.com/MichaelXavier/cron/issues/22 - cron + # https://github.com/futurice/waitra/issues/4 + - waitra + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 @@ -1925,9 +1928,6 @@ skipped-benchmarks: # https://github.com/liyang/true-name/issues/2 - fast-builder - # https://github.com/futurice/waitra/issues/4 - - waitra - skipped-profiling: # https://github.com/nomeata/ghc-heap-view/commit/8d198eb8fbbad2ce0c4527c781659f35b8909c04#diff-8288955e209cfbead5b318a8598be9c0R10 - ghc-heap-view From 3ffb98f27bea9dc59f07a47d9c34c5b03735a5c2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 31 Aug 2015 21:05:57 +0200 Subject: [PATCH 0364/3141] Allow language-lua2 test-suite to fail #790 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 448fd972..61e92283 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1865,6 +1865,9 @@ expected-test-failures: # https://github.com/futurice/waitra/issues/4 - waitra + # https://github.com/fpco/stackage/pull/790 + - language-lua2 + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 892dd565a17d91ba040ac617f91e9c8830d6869c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 31 Aug 2015 21:21:08 +0200 Subject: [PATCH 0365/3141] Re-enable tests for language-lua2 #790 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61e92283..448fd972 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1865,9 +1865,6 @@ expected-test-failures: # https://github.com/futurice/waitra/issues/4 - waitra - # https://github.com/fpco/stackage/pull/790 - - language-lua2 - # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 24ccbb07206b44f987c0dd45eede6d200a859000 Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Tue, 1 Sep 2015 17:33:11 +0600 Subject: [PATCH 0366/3141] Add yi and its dependencies --- build-constraints.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 448fd972..2da87978 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1346,6 +1346,21 @@ packages: "Franklin Chen @FranklinChen": - Ebnf2ps + "Dmitry Ivanov @ethercrow": + - charsetdetect-ae + - docopt + - dynamic-state + - dyre + - io-storage + - oo-prototypes + - pointedlist + - word-trie + - xdg-basedir + - yi + - yi-fuzzy-open + - yi-language + - yi-rope + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From a549719d5043a195ae0426a37a71f3a7401ccc84 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 1 Sep 2015 08:58:50 -0700 Subject: [PATCH 0367/3141] Re-enable waitra test suite --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 448fd972..9a8e1a09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1862,9 +1862,6 @@ expected-test-failures: # https://github.com/MichaelXavier/cron/issues/22 - cron - # https://github.com/futurice/waitra/issues/4 - - waitra - # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 275a49fadb3044b190de10de049e790c62b59118 Mon Sep 17 00:00:00 2001 From: tobbebex Date: Tue, 1 Sep 2015 22:17:16 +0200 Subject: [PATCH 0368/3141] Added GPipe and GPipe-GLFW --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ccfed2fb..6b394ea8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1360,6 +1360,12 @@ packages: - yi-fuzzy-open - yi-language - yi-rope + + "Tobias Bexelius @tobbebex": + - GPipe + + "Patrick Redmond @plredmond": + - GPipe-GLFW "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From b67d55ffde02905bddba22f3360bacdd4daf663d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 1 Sep 2015 22:17:55 -0700 Subject: [PATCH 0369/3141] Disable yi-fuzzy-open due to build failure. #793 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b394ea8..b2e402bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1357,13 +1357,14 @@ packages: - word-trie - xdg-basedir - yi - - yi-fuzzy-open + # https://github.com/fpco/stackage/issues/793 + # - yi-fuzzy-open - yi-language - yi-rope - + "Tobias Bexelius @tobbebex": - GPipe - + "Patrick Redmond @plredmond": - GPipe-GLFW From 5f3a5d33353220f9bd13a6b17c1c5fcbdb185e56 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 1 Sep 2015 22:34:51 -0700 Subject: [PATCH 0370/3141] Disable docopt due to test suite build failure. #794 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2e402bc..de447002 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1348,7 +1348,8 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae - - docopt + # https://github.com/fpco/stackage/issues/794 + # - docopt - dynamic-state - dyre - io-storage From e3b864d3570a1edd9f7e2ef74ba38823c0d0aa15 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 2 Sep 2015 09:17:40 -0700 Subject: [PATCH 0371/3141] Re-enable yi-fuzzy-open per #793. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de447002..ebe0a9e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1358,8 +1358,7 @@ packages: - word-trie - xdg-basedir - yi - # https://github.com/fpco/stackage/issues/793 - # - yi-fuzzy-open + - yi-fuzzy-open - yi-language - yi-rope From 3c0144726dc14127f773aecebbd6a776e71c0cc7 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Wed, 2 Sep 2015 13:15:58 -0500 Subject: [PATCH 0372/3141] Added Xauth --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9260d4ab..f807f646 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1369,6 +1369,9 @@ packages: "Patrick Redmond @plredmond": - GPipe-GLFW + "Spencer Janssen ": + - Xauth + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 99104760e34e8f281f28885c0baefabb1b14ef96 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Sep 2015 18:42:50 +0300 Subject: [PATCH 0373/3141] Add libxau-dev #795 pinging @borsboom --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 20566327..c18f75b7 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -61,6 +61,7 @@ apt-get install -y \ libmagic-dev \ libudev-dev \ libfftw3-dev \ + libxau-dev \ libpcap0.8-dev mkdir /tmp/nettle-build From 4ea6f22dbc2e786bf690bbe4bd4c6287f35eacd5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 3 Sep 2015 08:53:03 -0700 Subject: [PATCH 0374/3141] Added constraint "hpc-coveralls < 1" per #798 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9260d4ab..d2ea6510 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1398,6 +1398,9 @@ packages: # https://github.com/fpco/stackage/issues/768 - HUnit < 1.3 + # https://github.com/fpco/stackage/issues/798 + - hpc-coveralls < 1 + # 0.5.2.0 is deprecated # - cabal-helper < 0.5.2.0 || > 0.5.2.0 From 46b9e5cf3439cc5ea7040f32558113a72b637475 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 3 Sep 2015 09:14:26 -0700 Subject: [PATCH 0375/3141] Add constraint "pcre-heavy < 1" per #797 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2ea6510..294156cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1398,6 +1398,9 @@ packages: # https://github.com/fpco/stackage/issues/768 - HUnit < 1.3 + # https://github.com/fpco/stackage/issues/797 + - pcre-heavy < 1 + # https://github.com/fpco/stackage/issues/798 - hpc-coveralls < 1 From 0ee212beb208838b29b396f884d0594f5d881f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Thu, 3 Sep 2015 20:23:06 +0200 Subject: [PATCH 0376/3141] Add reinterpret-cast --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71181b41..676f90c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1298,6 +1298,7 @@ packages: "Niklas Hambüchen mail@nh2.me @nh2": - hidapi - iso8601-time + - reinterpret-cast "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 7057e9e636b67f13284dacf67fafb64c2e1c0907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Thu, 3 Sep 2015 21:57:50 +0200 Subject: [PATCH 0377/3141] Add network-house --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 676f90c7..0aac01b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1298,6 +1298,7 @@ packages: "Niklas Hambüchen mail@nh2.me @nh2": - hidapi - iso8601-time + - network-house - reinterpret-cast "Stackage upper bounds": From 08c08ccc1461e9e0e262456810a3cb5957898ac0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 3 Sep 2015 17:40:51 -0700 Subject: [PATCH 0378/3141] Remove constraint "pcre-heavy < 1" per #797 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0098b1e..7b3b77db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1404,9 +1404,6 @@ packages: # https://github.com/fpco/stackage/issues/768 - HUnit < 1.3 - # https://github.com/fpco/stackage/issues/797 - - pcre-heavy < 1 - # https://github.com/fpco/stackage/issues/798 - hpc-coveralls < 1 From e61c7ccd651255e9365a88f3a430ddfcf4ef33ae Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 3 Sep 2015 22:21:48 -0700 Subject: [PATCH 0379/3141] Add constraint "stack < 0.1.4" per #802 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b3b77db..3f4b015c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1407,6 +1407,9 @@ packages: # https://github.com/fpco/stackage/issues/798 - hpc-coveralls < 1 + # https://github.com/fpco/stackage/issues/802 + - stack < 0.1.4 + # 0.5.2.0 is deprecated # - cabal-helper < 0.5.2.0 || > 0.5.2.0 From 6751ed49a9ec95959a4b4d8e46593391c65803b0 Mon Sep 17 00:00:00 2001 From: ZjMNZHgG5jMXw Date: Fri, 4 Sep 2015 12:42:45 +0200 Subject: [PATCH 0380/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3f4b015c..bfe66c7e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1374,6 +1374,9 @@ packages: "Spencer Janssen ": - Xauth + + "Stefan Berthold": + - smallcaps "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 156a00d6158743c4f3b57b3ea3ad82b791116c07 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 4 Sep 2015 10:34:17 -0700 Subject: [PATCH 0381/3141] Revert "Add constraint "stack < 0.1.4" per #802" This reverts commit e61c7ccd651255e9365a88f3a430ddfcf4ef33ae. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bfe66c7e..d21316b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1410,9 +1410,6 @@ packages: # https://github.com/fpco/stackage/issues/798 - hpc-coveralls < 1 - # https://github.com/fpco/stackage/issues/802 - - stack < 0.1.4 - # 0.5.2.0 is deprecated # - cabal-helper < 0.5.2.0 || > 0.5.2.0 From 72949de8bcadcfeed777dd7dc81e35bfb39613f5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 4 Sep 2015 10:40:45 -0700 Subject: [PATCH 0382/3141] Remove constraint "yesod-test < 1.5" per #760 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d21316b4..a1184b2a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1391,9 +1391,6 @@ packages: # https://github.com/fpco/stackage/issues/758 - acid-state < 0.13 - # https://github.com/fpco/stackage/issues/760 - - yesod-test < 1.5 - # https://github.com/fpco/stackage/issues/765 - hspec < 2.2 - hspec-core < 2.2 From 2584df95faacc6b149d68afd05762cbd6a71a9a6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 3 Sep 2015 11:15:19 -0700 Subject: [PATCH 0383/3141] Add nodejs and npm #736 --- debian-bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index c18f75b7..61bd9a50 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -62,6 +62,8 @@ apt-get install -y \ libudev-dev \ libfftw3-dev \ libxau-dev \ + nodejs \ + npm \ libpcap0.8-dev mkdir /tmp/nettle-build From e60e73763ae762a68e611a0a40632e430a96cc67 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 4 Sep 2015 20:14:29 -0700 Subject: [PATCH 0384/3141] Remove constraint "acid-state < 0.13" per #758 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1184b2a..eee403b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1388,9 +1388,6 @@ packages: # https://github.com/fpco/stackage/issues/754 - messagepack < 0.5 - # https://github.com/fpco/stackage/issues/758 - - acid-state < 0.13 - # https://github.com/fpco/stackage/issues/765 - hspec < 2.2 - hspec-core < 2.2 From f929592b7a6255058e20e32c4602ea2e73a1a553 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 5 Sep 2015 10:21:28 -0700 Subject: [PATCH 0385/3141] Revert "Added constraint "hpc-coveralls < 1" per #798" This reverts commit 4ea6f22dbc2e786bf690bbe4bd4c6287f35eacd5. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eee403b9..aed6b1cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1401,9 +1401,6 @@ packages: # https://github.com/fpco/stackage/issues/768 - HUnit < 1.3 - # https://github.com/fpco/stackage/issues/798 - - hpc-coveralls < 1 - # 0.5.2.0 is deprecated # - cabal-helper < 0.5.2.0 || > 0.5.2.0 From a768baa7c50dd40854aebb1c4c44a009c9c2ab8b Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sun, 6 Sep 2015 11:52:24 +0200 Subject: [PATCH 0386/3141] Add more packages owned by Tomas Carnecky --- build-constraints.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aed6b1cc..fa6f77af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -827,6 +827,16 @@ packages: - pipes-network "Tomas Carnecky": + - avers + - css-syntax + - etcd + - github-types + - github-webhook-handler + - github-webhook-handler-snap + - google-cloud + - kraken + - mole + - publicsuffix - rethinkdb-client-driver "Alexandr Kurilin alex@kurilin.net @alex_kurilin": From 5d096b82251291ce13ab30da9331c9c9e98926e4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 7 Sep 2015 12:05:35 +0900 Subject: [PATCH 0387/3141] add cabal-sort --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa6f77af..f575bdba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -818,6 +818,7 @@ packages: "Jens Petersen juhpetersen@gmail.com @juhp": - cabal-rpm + - cabal-sort "Renzo Carbonara renzocarbonara@gmail.com @k0001": - network-simple From b11d2d706c52d0ac40f79032416663371b4a8fd9 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 7 Sep 2015 07:31:00 +0300 Subject: [PATCH 0388/3141] Add binary-orphans --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa6f77af..b3fdb537 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -886,6 +886,7 @@ packages: - string-conversions "Oleg Grenrus oleg.grenrus@iki.fi @phadej": + - binary-orphans - bower-json - boxes - edit-distance From 49ad2954559dd2c063f70c634d942894bc17f6b3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Sep 2015 08:33:35 +0300 Subject: [PATCH 0389/3141] Remove expected test failure haskell/network-uri#10 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa6f77af..1163730a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1665,9 +1665,6 @@ expected-test-failures: # https://github.com/haskell/cabal/pull/2277 - cabal-install - # https://github.com/haskell/network-uri/issues/10 - - network-uri - # https://github.com/fpco/stackage/issues/376 - rematch From ea90b4eb9d3fcfd24995f7e2822fb1334646841d Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 7 Sep 2015 12:07:32 -0700 Subject: [PATCH 0390/3141] Add `pipes-extras` to Stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b625fe82..25d3daab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -447,6 +447,7 @@ packages: "Gabriel Gonzalez ": - pipes + - pipes-extras - pipes-parse - pipes-concurrency - pipes-safe From 9923ae1bb78d8d2940c19ade6183b97dd1a1609f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 8 Sep 2015 11:27:43 +0900 Subject: [PATCH 0391/3141] fix up CURATORS.md link to issue 746 --- CURATORS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index f20ef46b..1f02a3cb 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -53,8 +53,7 @@ docker rmi $(docker images -q) ``` You should also delete the cache directories on the stackage-build server to -force all packages to be rebuilt. See: [issue -#746](https://github.com/fpco/stackage/issues/746). +force all packages to be rebuilt. See: [issue#746](https://github.com/fpco/stackage/issues/746). ## stackage-build server From c394f2f45f94b2d938648b821bbb9ca024d33ce9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Sep 2015 07:25:59 +0300 Subject: [PATCH 0392/3141] Remove expected test failure ekmett/parsers#47 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b625fe82..5c2930bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1752,9 +1752,6 @@ expected-test-failures: # https://github.com/haskell/ghc-events/issues/9 - ghc-events - # https://github.com/ekmett/parsers/issues/47 - - parsers - # Requires a running server - bitcoin-api - bitcoin-api-extra From 5d89b118d62142263f7a7b22caeaa129c5b8f9d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Mon, 7 Sep 2015 09:20:46 +0200 Subject: [PATCH 0393/3141] ghc-mod works with GHC 7.10 now --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa6f77af..a95052c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -639,12 +639,14 @@ packages: - ghc-syb-utils "Boris Buliga ": - # https://github.com/kazu-yamamoto/ghc-mod/issues/437 GHC 7.10 - # - ghc-mod - io-choice # https://github.com/d12frosted/CanonicalPath/issues/5 # - system-canonicalpath + "Daniel Gröber ": + - ghc-mod + - cabal-helper == 0.5.3.0 + "Yann Esposito ": - holy-project @@ -1638,7 +1640,6 @@ expected-test-failures: - webdriver-angular # Weird conflicts with sandboxing - - ghc-mod - ghcid # Requires locally running server From 01ecbdce1d07f1d5607b4240569c742369c3e1c7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 8 Sep 2015 17:31:56 +0900 Subject: [PATCH 0394/3141] CURATORS.md: adding Debian packages to the build docker image --- CURATORS.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 1f02a3cb..59bc0a57 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -38,12 +38,20 @@ to refer to the issue for workarounds added to that file. * __Skipping tests and benchmarks__ If the upper bound is only in a test suite or benchmark, you can add the relevant package to skipped-tests or skipped-benchmarks. For example, if conduit had an upper bound on criterion for a benchmark, you could added conduit as a skipped benchmark. * __Excluding packages__ In an extreme case of a non-responsive maintainer, you can remove the package entirely from Stackage. We try to avoid that whenever possible -## Upgrading GHC versions +## Updating the content of the Docker image used for building +### Adding Debian packages for required system tools or libraries +Additional (non-Haskell) system libraries or tools should be added to `stackage/debian-bootstrap.sh`. +Committing the changes should trigger a DOckerHub. Normally only the master branch needs to be updated +since new packages are not added to the current lts release. + +### Upgrading GHC version The Dockerfile contains information on which GHC versions should be used. You can modify it and push it to Github to trigger a DockerHub build. The master -branch is used for nightlies, and the lts branch for LTS. Once a new Docker -image is available, you'll need to pull it onto the stackage-build server (see +branch is used for nightlies, and the lts branch for LTS. + +### Getting the new image to the build server +Once a new Docker image is available, you'll need to pull it onto the stackage-build server (see below). Instead of pulling an unbounded number of images, I typically just delete all of the old images and let the new ones get downloaded: @@ -52,7 +60,7 @@ docker rm $(docker ps -a -q) docker rmi $(docker images -q) ``` -You should also delete the cache directories on the stackage-build server to +For a new GHC version you should also delete the cache directories on the stackage-build server to force all packages to be rebuilt. See: [issue#746](https://github.com/fpco/stackage/issues/746). ## stackage-build server From 491c2376bf36edc16b748a13161fd16f6ad91e7b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 8 Sep 2015 18:30:47 +0900 Subject: [PATCH 0395/3141] Revert "Disable docopt due to test suite build failure. #794" should be fixed with docopt-0.7.0.3 This reverts commit 5f3a5d33353220f9bd13a6b17c1c5fcbdb185e56. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce3dd324..41d753c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1365,8 +1365,7 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae - # https://github.com/fpco/stackage/issues/794 - # - docopt + - docopt - dynamic-state - dyre - io-storage From a6ed4bafb1078139ac4a4c4d96d82669d09c5d18 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 8 Sep 2015 18:42:46 +0900 Subject: [PATCH 0396/3141] allow etcd testsuite to fail (#811) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41d753c5..f77738d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1840,6 +1840,9 @@ expected-test-failures: # https://github.com/MichaelXavier/cron/issues/22 - cron + # https://github.com/fpco/stackage/issues/811 + - etcd + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 396fbbfe8fe801c66e5efa4271d79d3d70fb613a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 8 Sep 2015 19:10:40 +0900 Subject: [PATCH 0397/3141] allow x509-validation haddock to fail (vincenthz/hs-certificate#63) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f77738d9..69b7ffc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1862,6 +1862,9 @@ expected-haddock-failures: # Not sure why, but it's a temporary package anyway - Cabal-ide-backend + # https://github.com/vincenthz/hs-certificate/issues/63 + - x509-validation + # Benchmarks which should not be built. Note that Stackage does *not* generally # build benchmarks. The difference here will be whether dependencies for these # benchmarks are included or not. From f3fd339f849858e48ecc783a48b399e6bb7f8a9e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 8 Sep 2015 19:15:28 +0900 Subject: [PATCH 0398/3141] remove linear from expected test fails (ekmett/linear#75) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69b7ffc5..ea0473f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1743,9 +1743,6 @@ expected-test-failures: # https://github.com/acid-state/safecopy/issues/25 GHC 7.10 - safecopy - # https://github.com/ekmett/linear/issues/75 GHC 7.10 - - linear - # https://github.com/haskell/haddock/issues/390 GHC 7.10 - haddock-library From baf652dc566ead90a3c20fbea7de99c06d2aa2d2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 8 Sep 2015 19:17:59 +0900 Subject: [PATCH 0399/3141] Revert "allow x509-validation haddock to fail (vincenthz/hs-certificate#63)" See vincenthz/hs-certificate#62 This reverts commit 396fbbfe8fe801c66e5efa4271d79d3d70fb613a. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea0473f6..8c92725d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1859,9 +1859,6 @@ expected-haddock-failures: # Not sure why, but it's a temporary package anyway - Cabal-ide-backend - # https://github.com/vincenthz/hs-certificate/issues/63 - - x509-validation - # Benchmarks which should not be built. Note that Stackage does *not* generally # build benchmarks. The difference here will be whether dependencies for these # benchmarks are included or not. From ff376903a50db928b8a1ccf916d05baabf5049a4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 8 Sep 2015 19:38:30 +0900 Subject: [PATCH 0400/3141] Disable docopt again due to testsuite failure (#794) This reverts commit 491c2376bf36edc16b748a13161fd16f6ad91e7b. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c92725d..c8e619c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1365,7 +1365,8 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae - - docopt + # https://github.com/fpco/stackage/issues/794 + # - docopt - dynamic-state - dyre - io-storage From 06c887c505ffa603495caa2b99bc3dc2401a48be Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Tue, 8 Sep 2015 14:40:17 +0100 Subject: [PATCH 0401/3141] Add inline-r and H --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8e619c6..5327f72b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1016,6 +1016,8 @@ packages: "Mateusz Kowalczyk @Fuuzetsu": - aeson-schema + - inline-r + - H "David Fox @ddssff": - debian @@ -1387,7 +1389,7 @@ packages: "Spencer Janssen ": - Xauth - + "Stefan Berthold": - smallcaps From 12116cd2cdfd8f6df9017cc7432bc04db409cb06 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 8 Sep 2015 18:39:35 +0300 Subject: [PATCH 0402/3141] Add binary-tagged --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8e619c6..b75ab45e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -889,6 +889,7 @@ packages: "Oleg Grenrus oleg.grenrus@iki.fi @phadej": - binary-orphans + - binary-tagged - bower-json - boxes - edit-distance From b5cffc5d0868844f3833c414bfaab8d2c9b67c9a Mon Sep 17 00:00:00 2001 From: Gregory Collins Date: Tue, 8 Sep 2015 17:16:58 -0700 Subject: [PATCH 0403/3141] Add some of my packages to stackage io-streams by @DanBurton's request, also hashtables and openssl-streams. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8e619c6..5fa3ab86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1391,6 +1391,11 @@ packages: "Stefan Berthold": - smallcaps + "Gregory Collins ": + - hashtables + - io-streams + - openssl-streams + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 43cdd80c913ebcc66c675f5a3e37517dc9cfa60a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 9 Sep 2015 10:52:33 +0900 Subject: [PATCH 0404/3141] Revert "Block hopenpgp-tools due to graphviz #749" should be fixed by graphviz-2999.18.0.0 This reverts commit d10cb90f14a92935bf981c82a01ab0c0517f568b. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8e619c6..56df8a2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -567,8 +567,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - # https://github.com/fpco/stackage/issues/749 - # - hopenpgp-tools + - hopenpgp-tools "Joey Hess ": - git-annex < 5.20150731 From cbe76b7ea3a8cc46abd84c0c74c6a17f4cd8e7fd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 9 Sep 2015 11:26:43 +0900 Subject: [PATCH 0405/3141] drop hspec upperbounds (#765) --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56df8a2b..e68b81fd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1400,12 +1400,6 @@ packages: # https://github.com/fpco/stackage/issues/754 - messagepack < 0.5 - # https://github.com/fpco/stackage/issues/765 - - hspec < 2.2 - - hspec-core < 2.2 - - hspec-discover < 2.2 - - hspec-expectations < 0.7.2 - # https://github.com/fpco/stackage/issues/767 - dependent-map == 0.1.* - dependent-sum == 0.2.* From bc3990cb1ee5947edd1b97687e17eb791265a37e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 9 Sep 2015 11:39:15 +0900 Subject: [PATCH 0406/3141] formatting - add a missing newline --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e68b81fd..969c9174 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1145,6 +1145,7 @@ packages: "Anupam Jain ": - wai-routes + "Daniel Patterson ": - hspec-snap From 6c2ebbe4cf28f760d1e2605c7d990a8a8d9ddd06 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 9 Sep 2015 11:39:41 +0900 Subject: [PATCH 0407/3141] tasty < 0.11 (#817) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 969c9174..674258cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -526,7 +526,7 @@ packages: - regex-applicative - lexer-applicative - smallcheck - - tasty + - tasty < 0.11 - tasty-golden - tasty-hunit - tasty-quickcheck From 8e587502cf9932b6ab3797c535a09223cf02a991 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 9 Sep 2015 16:04:12 +0900 Subject: [PATCH 0408/3141] CURATORS.md: mention docker pull command --- CURATORS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 59bc0a57..a3909316 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -42,7 +42,7 @@ to refer to the issue for workarounds added to that file. ### Adding Debian packages for required system tools or libraries Additional (non-Haskell) system libraries or tools should be added to `stackage/debian-bootstrap.sh`. -Committing the changes should trigger a DOckerHub. Normally only the master branch needs to be updated +Committing the changes should trigger a DockerHub. Normally only the master branch needs to be updated since new packages are not added to the current lts release. ### Upgrading GHC version @@ -60,6 +60,8 @@ docker rm $(docker ps -a -q) docker rmi $(docker images -q) ``` +but `docker pull snoyberg/stackage:nightly` can also be run instead just to update the nightly image say. + For a new GHC version you should also delete the cache directories on the stackage-build server to force all packages to be rebuilt. See: [issue#746](https://github.com/fpco/stackage/issues/746). From 432398e983dd74e5415112e982d125c4e0e0c9bc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 9 Sep 2015 16:08:15 +0900 Subject: [PATCH 0409/3141] temporarily disable range and objective (#812) until we work out why using safe leads to: Control.Monad.Free: Can't be safely imported! The module itself isn't safe. --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 674258cb..b43b82ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1094,7 +1094,8 @@ packages: "Fumiaki Kinoshita @fumieval": - control-bool - monad-skeleton - - objective + # https://github.com/fpco/stackage/issues/812 + #- objective - witherable - xml-lens @@ -1237,7 +1238,9 @@ packages: - hsass "Robert Massaioli robertmassaioli@gmail.com": - - range + {} + # https://github.com/fpco/stackage/issues/812 + #- range "Index Int ": - transformers-lift From ac3f160c6cac7cacc7d05be92dcdbecb4f7e2921 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 9 Sep 2015 16:59:47 +0900 Subject: [PATCH 0410/3141] fix disabling of range (#812) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b43b82ef..7be59c86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1238,7 +1238,7 @@ packages: - hsass "Robert Massaioli robertmassaioli@gmail.com": - {} + [] # https://github.com/fpco/stackage/issues/812 #- range From 4f029ffe5a02584b26e754ca18e2aac72f82ce29 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 9 Sep 2015 18:25:55 +0900 Subject: [PATCH 0411/3141] Revert "temporarily disable range and objective (#812)" This reverts commit 432398e983dd74e5415112e982d125c4e0e0c9bc. --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7be59c86..674258cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1094,8 +1094,7 @@ packages: "Fumiaki Kinoshita @fumieval": - control-bool - monad-skeleton - # https://github.com/fpco/stackage/issues/812 - #- objective + - objective - witherable - xml-lens @@ -1238,9 +1237,7 @@ packages: - hsass "Robert Massaioli robertmassaioli@gmail.com": - [] - # https://github.com/fpco/stackage/issues/812 - #- range + - range "Index Int ": - transformers-lift From c3a51a5c8eb6c81a910cd03451a8c4685fdb2c07 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 9 Sep 2015 18:27:05 +0900 Subject: [PATCH 0412/3141] prelude-extras-0.4.0.1 seems to make free unsafe (#812) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 674258cb..6451cef2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -321,7 +321,7 @@ packages: - numeric-extras - parsers - pointed - - prelude-extras + - prelude-extras < 0.4.0.1 - profunctor-extras - profunctors - reducers From 949408f4b7c3fe7680d82a51a361997549bfa00a Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Wed, 9 Sep 2015 12:32:28 +0200 Subject: [PATCH 0413/3141] Add tasty-expected-failure --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6451cef2..f34c0535 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -558,6 +558,7 @@ packages: - gipeda - list-fusion-probe - haskell-spacegoo + - tasty-expected-failure "Aditya Bhargava Date: Thu, 10 Sep 2015 11:10:13 +0900 Subject: [PATCH 0414/3141] Revert "prelude-extras-0.4.0.1 seems to make free unsafe (#812)" should be fixed by 0.4.0.2 This reverts commit c3a51a5c8eb6c81a910cd03451a8c4685fdb2c07. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc4524b5..0c7b7745 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -321,7 +321,7 @@ packages: - numeric-extras - parsers - pointed - - prelude-extras < 0.4.0.1 + - prelude-extras - profunctor-extras - profunctors - reducers From 9820307d9a2f6452f8100cf5929ed6568f8707a2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 10 Sep 2015 11:39:48 +0900 Subject: [PATCH 0415/3141] shelly tests should pass again with 1.6.3.4 (yesodweb/Shelly.hs#106) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c7b7745..b4bd04cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1791,10 +1791,6 @@ expected-test-failures: # Test suite needs a running neo4j server with auth disabled - haskell-neo4j-client - # https://github.com/fpco/stackage/issues/701 - # https://github.com/yesodweb/Shelly.hs/issues/106 - - shelly - # https://github.com/kazu-yamamoto/logger/issues/42 - wai-logger From adbf8de006f421afe3021553c1e7d4c45a833945 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 10 Sep 2015 15:17:43 +0900 Subject: [PATCH 0416/3141] hopefully purescript tests will pass now with npm + nodejs (#736) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4bd04cc..2c6e5a7e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1803,9 +1803,6 @@ expected-test-failures: # https://github.com/zmthy/http-media/issues/16 - http-media - # https://github.com/purescript/purescript/issues/1336 - - purescript - # https://github.com/fpco/stackage/issues/733 - ide-backend From 1eaa8f826437754ef02384c7091f54b0c82b3b03 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 10 Sep 2015 17:17:33 +0900 Subject: [PATCH 0417/3141] Revert "hopefully purescript tests will pass now with npm + nodejs (#736)" I guess npm needs some user setup... This reverts commit adbf8de006f421afe3021553c1e7d4c45a833945. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c6e5a7e..b4bd04cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1803,6 +1803,9 @@ expected-test-failures: # https://github.com/zmthy/http-media/issues/16 - http-media + # https://github.com/purescript/purescript/issues/1336 + - purescript + # https://github.com/fpco/stackage/issues/733 - ide-backend From 5d381dd257466e49822d9f22f77f3f8243df518c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 10 Sep 2015 17:45:55 +0900 Subject: [PATCH 0418/3141] Revert "shelly tests should pass again with 1.6.3.4 (yesodweb/Shelly.hs#106)" still seeing "preserve pipe behaviour FAILED" (#701) This reverts commit 9820307d9a2f6452f8100cf5929ed6568f8707a2. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4bd04cc..0c7b7745 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1791,6 +1791,10 @@ expected-test-failures: # Test suite needs a running neo4j server with auth disabled - haskell-neo4j-client + # https://github.com/fpco/stackage/issues/701 + # https://github.com/yesodweb/Shelly.hs/issues/106 + - shelly + # https://github.com/kazu-yamamoto/logger/issues/42 - wai-logger From 1fa8aac189eeaae881720e07ba9d1185198ce569 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 10 Sep 2015 21:26:45 +0900 Subject: [PATCH 0419/3141] pred-trie test failing (athanclark/pred-trie#1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c7b7745..e9fa48e8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1841,6 +1841,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/811 - etcd + # https://github.com/athanclark/pred-trie/issues/1 + - pred-trie + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 7ffe87d834041f8d046b948d830733fff01454b2 Mon Sep 17 00:00:00 2001 From: Sean Hunt Date: Thu, 10 Sep 2015 09:21:17 -0400 Subject: [PATCH 0420/3141] Add cheapskate to stackage. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9fa48e8..63477aba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1397,6 +1397,9 @@ packages: - io-streams - openssl-streams + "Sean Hunt Date: Thu, 10 Sep 2015 12:58:52 -0700 Subject: [PATCH 0421/3141] Added forecast-io to Stackage build references --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9fa48e8..0690ddc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1396,6 +1396,9 @@ packages: - hashtables - io-streams - openssl-streams + + "Devan Stormont ": + - forecast-io "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 494364190e5720ae7bc8b20b18e09158e319620d Mon Sep 17 00:00:00 2001 From: Ivan Lazar Miljenovic Date: Tue, 8 Sep 2015 21:21:49 +1000 Subject: [PATCH 0422/3141] Add ivanm's packages --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 887fb91b..5e64ec0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -698,7 +698,6 @@ packages: - multimap - parallel-io - text-binary - - wl-pprint-text - Chart-cairo - ghc-events - monad-extras @@ -1388,7 +1387,7 @@ packages: "Spencer Janssen ": - Xauth - + "Stefan Berthold": - smallcaps @@ -1399,9 +1398,12 @@ packages: "Devan Stormont ": - forecast-io - + "Sean Hunt @ivan-m": + - wl-pprint-text + - graphviz "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 3107557478679e5ec659cfa85d167cbe946ead4c Mon Sep 17 00:00:00 2001 From: Ivan Lazar Miljenovic Date: Tue, 8 Sep 2015 21:23:19 +1000 Subject: [PATCH 0423/3141] Run tests for graphviz Now works with QC-2.8 and doesn't depend on dot to run tests --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e64ec0b..70aff01b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1541,7 +1541,6 @@ skipped-tests: - bson - cabal-install - exceptions - - graphviz - pandoc - testpack - vector @@ -1631,9 +1630,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/226 - options - # Depends on a missing graphviz executable - - graphviz - # No AWS creds available - aws From 5ed2d4e4e0248ad89ccfef0f790c8e72476506ca Mon Sep 17 00:00:00 2001 From: Ivan Lazar Miljenovic Date: Tue, 8 Sep 2015 21:39:13 +1000 Subject: [PATCH 0424/3141] Take over fgl as well --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70aff01b..10a1e403 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -72,7 +72,6 @@ packages: - dimensional - executable-hash - executable-path - - fgl - fixed-list - foreign-store - formatting @@ -1402,8 +1401,10 @@ packages: "Sean Hunt @ivan-m": - - wl-pprint-text + - fgl + - fgl-arbitrary - graphviz + - wl-pprint-text "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From fb685455862abfa33bae7147da1d3120e7aeea39 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 12 Sep 2015 12:25:40 +0900 Subject: [PATCH 0425/3141] Revert "Disable docopt again due to testsuite failure (#794)" This reverts commit ff376903a50db928b8a1ccf916d05baabf5049a4. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 887fb91b..a0b8dc31 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1366,8 +1366,7 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae - # https://github.com/fpco/stackage/issues/794 - # - docopt + - docopt - dynamic-state - dyre - io-storage From fcf7a45b7a6d3ce57a5c1669dbbf5b873ad90ff3 Mon Sep 17 00:00:00 2001 From: Sharif Olorin Date: Sat, 12 Sep 2015 06:43:21 +0000 Subject: [PATCH 0426/3141] Add quickcheck-text and nagios-check --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a0b8dc31..d46659d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1402,6 +1402,10 @@ packages: "Sean Hunt @olorin": + - quickcheck-text + - nagios-check + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 76c759fd061e70b582efb7853661cf4353beeed0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 10 Sep 2015 17:13:57 +0200 Subject: [PATCH 0427/3141] Register my Hackage projects with Stackage. --- build-constraints.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 251c2f21..b4c2c021 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1413,6 +1413,18 @@ packages: - quickcheck-text - nagios-check + "Peter Simons simons@cryp.to @peti": + - funcmp + - hackage-db + - hledger-interest + - hopenssl + - hsdns + - hsemail + - hsyslog + - language-nix + - nix-paths + - streamproc + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 @@ -1486,6 +1498,9 @@ package-flags: NineP: bytestring-in-base: false + nix-paths: + allow-relative-paths: true + # Used for packages that cannot be built on Linux skipped-builds: - hfsevents From e7d25d214154651f3aa67cd67879a858c96f5212 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 13 Sep 2015 17:23:15 +0200 Subject: [PATCH 0428/3141] Fix comment typo --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 61bd9a50..f33a8641 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -1,7 +1,7 @@ #!/bin/bash -ex # Work in progress: create a list of commands necessary to get Stackage -# up-and-running on a freshly installed Debian-based system (includin Ubuntu). +# up-and-running on a freshly installed Debian-based system (including Ubuntu). # Quick start: # wget -O - https://raw.github.com/fpco/stackage/master/debian-bootstrap.sh | bash -ex From 687478036bca023c948da669a40093f1945417ba Mon Sep 17 00:00:00 2001 From: Christoph Hegemann Date: Sun, 13 Sep 2015 23:35:46 +0200 Subject: [PATCH 0429/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4c2c021..946380a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1424,6 +1424,9 @@ packages: - language-nix - nix-paths - streamproc + + "Christoph Hegemann Date: Mon, 14 Sep 2015 00:01:34 +0200 Subject: [PATCH 0430/3141] Upper bounds for #827 --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 946380a7..b4a74f5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1424,7 +1424,7 @@ packages: - language-nix - nix-paths - streamproc - + "Christoph Hegemann 0.5.2.0 + # https://github.com/fpco/stackage/issues/827 + - semigroups < 0.17 + - reducers < 3.12 + - text-show < 2.1 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From b2e935a19a9e0d2ff6ac00c81bdde382f219ddef Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Sun, 13 Sep 2015 22:34:27 -0600 Subject: [PATCH 0431/3141] sets package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4a74f5d..09a5d866 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1093,6 +1093,7 @@ packages: - ltext - pred-trie - poly-arity + - sets "Fumiaki Kinoshita @fumieval": - control-bool From 3b607fb4b8fd3637330c1a50d7802ddb461e808e Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Sun, 13 Sep 2015 22:37:45 -0600 Subject: [PATCH 0432/3141] commutative (dummy package) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09a5d866..c24ae268 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1093,6 +1093,7 @@ packages: - ltext - pred-trie - poly-arity + - commutative - sets "Fumiaki Kinoshita @fumieval": From 6e791c42a1372b99025c8d6a4e01cd65d4111c89 Mon Sep 17 00:00:00 2001 From: Jinjing Wang Date: Mon, 14 Sep 2015 21:23:52 +0800 Subject: [PATCH 0433/3141] Add moesocks to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4a74f5d..72d9924c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1427,6 +1427,9 @@ packages: "Christoph Hegemann @nfjinjing": + - moesocks "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 3d5dc6a3fe34621bcf8b848cbc2ceae795b9a8fd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Sep 2015 17:19:43 +0200 Subject: [PATCH 0434/3141] Upper bound for #831 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4a74f5d..f67361da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1453,6 +1453,9 @@ packages: - reducers < 3.12 - text-show < 2.1 + # https://github.com/fpco/stackage/issues/831 + - lens < 4.13 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 5542e1220b24ba587a594d168f47dacd79db6b7d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Sep 2015 17:23:51 +0200 Subject: [PATCH 0435/3141] Upper bounds for #832 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f67361da..08b1c263 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1456,6 +1456,10 @@ packages: # https://github.com/fpco/stackage/issues/831 - lens < 4.13 + # https://github.com/fpco/stackage/issues/832 + - linear < 1.20 + - reflection < 2.1 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 75b786ad42435a17061a1dc3022f550bb085de16 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Sep 2015 17:42:08 +0200 Subject: [PATCH 0436/3141] Remove some #827 upper bounds --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c90bb5d9..b10671aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1429,7 +1429,7 @@ packages: "Christoph Hegemann @nfjinjing": - moesocks @@ -1455,8 +1455,6 @@ packages: # https://github.com/fpco/stackage/issues/827 - semigroups < 0.17 - - reducers < 3.12 - - text-show < 2.1 # https://github.com/fpco/stackage/issues/831 - lens < 4.13 From 35b6469cec65bcfdda7ae49772f21cb5bb70ee5b Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Tue, 15 Sep 2015 09:25:15 -0300 Subject: [PATCH 0437/3141] Add yesod-auth-account-fork under @meteficha. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b10671aa..4a46703f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -412,8 +412,9 @@ packages: - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus - - yesod-fb + - yesod-auth-account-fork - yesod-auth-fb + - yesod-fb - yesod-mangopay "Alexander Altman ": From f7e58370e67e874bb7ec25c6c91202e02b060e3a Mon Sep 17 00:00:00 2001 From: Sebastian Meric de Bellefon Date: Tue, 15 Sep 2015 17:58:25 -0400 Subject: [PATCH 0438/3141] add wai-middleware-metrics --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a46703f..44ee3323 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1393,6 +1393,9 @@ packages: "Spencer Janssen ": - Xauth + "Sebastian de Bellefon @Helkafen": + - wai-middleware-metrics + "Stefan Berthold": - smallcaps From 7dc09b97ddcc6e2e5bf2e778b08d1c7c08d41e77 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Sep 2015 20:08:38 +0200 Subject: [PATCH 0439/3141] Remove strict dep on cabal-helper --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44ee3323..8c116c78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -645,7 +645,7 @@ packages: "Daniel Gröber ": - ghc-mod - - cabal-helper == 0.5.3.0 + - cabal-helper "Yann Esposito ": - holy-project @@ -1454,9 +1454,6 @@ packages: # https://github.com/fpco/stackage/issues/768 - HUnit < 1.3 - # 0.5.2.0 is deprecated - # - cabal-helper < 0.5.2.0 || > 0.5.2.0 - # https://github.com/fpco/stackage/issues/827 - semigroups < 0.17 From 2130493568eccce77262a681c5ed9d1c765fde62 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 03:09:41 +0300 Subject: [PATCH 0440/3141] Upper bound for #836 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c116c78..449b6e0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1464,6 +1464,9 @@ packages: - linear < 1.20 - reflection < 2.1 + # https://github.com/fpco/stackage/issues/836 + - singletons < 1.2 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From c636b8e4485a03870866bfa5c392267067ddedd8 Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Wed, 16 Sep 2015 20:41:07 -0400 Subject: [PATCH 0441/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 449b6e0e..82dabc28 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1436,6 +1436,9 @@ packages: "Jinjing Wang @nfjinjing": - moesocks + + "Gregory W. Schwartz ": + - fasta "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 009af5e60bc8d425cfd72aeae80f40a729f8717f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 17:35:09 +0300 Subject: [PATCH 0442/3141] Upper bound for #839 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 449b6e0e..7cf9f417 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1467,6 +1467,9 @@ packages: # https://github.com/fpco/stackage/issues/836 - singletons < 1.2 + # https://github.com/fpco/stackage/issues/839 + - freenect < 1.2.1 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From c3101745424792f1637a9b17b40105a48b61e22d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 17:37:24 +0300 Subject: [PATCH 0443/3141] Temporary block for #840 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7cf9f417..777ae6f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1424,7 +1424,8 @@ packages: - hackage-db - hledger-interest - hopenssl - - hsdns + # https://github.com/fpco/stackage/issues/840 + # - hsdns - hsemail - hsyslog - language-nix From f4c75899a5e7fb61f87f134129fe55f91f007a8b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 18:23:06 +0300 Subject: [PATCH 0444/3141] Expect test failure peti/language-nix#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 777ae6f9..9543dfe9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1896,6 +1896,9 @@ expected-test-failures: # https://github.com/athanclark/pred-trie/issues/1 - pred-trie + # https://github.com/peti/language-nix/issues/1 + - language-nix + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 118908e75f044b9df01daf435cdfb27f9110aadc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 18:24:46 +0300 Subject: [PATCH 0445/3141] Upper bound for #841 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9543dfe9..e5c123d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1471,6 +1471,9 @@ packages: # https://github.com/fpco/stackage/issues/839 - freenect < 1.2.1 + # https://github.com/fpco/stackage/issues/841 + - DAV < 1.1 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From ff9cf7833dfe8efe142d09d9643f08b9e4ad3821 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 18:28:39 +0300 Subject: [PATCH 0446/3141] Temporarily block packages for amcphail/hmatrix-gsl-stats#10 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5c123d0..a3caec95 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1001,9 +1001,10 @@ packages: - generics-sop "Vivian McPhail ": - - hmatrix-gsl-stats - - hstatistics - - hsignal + # https://github.com/amcphail/hmatrix-gsl-stats/issues/10 + # - hmatrix-gsl-stats + # - hsignal + # - hstatistics - plot - plot-gtk - plot-gtk3 From b75b62bfa137a212eee995b361f049f81ea190b4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 18:31:16 +0300 Subject: [PATCH 0447/3141] Block packages for amcphail/plot#13 --- build-constraints.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3caec95..91079ed1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1005,9 +1005,12 @@ packages: # - hmatrix-gsl-stats # - hsignal # - hstatistics - - plot - - plot-gtk - - plot-gtk3 + + # https://github.com/amcphail/plot/issues/13 + # - plot + # - plot-gtk + # - plot-gtk3 + - vector-buffer - hmatrix-repa From 30f9094ccd7b50bbf337f4153cf96765f2d520e2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 18:32:05 +0300 Subject: [PATCH 0448/3141] Temporary block for #842 --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91079ed1..5ba553ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1021,8 +1021,10 @@ packages: "Mateusz Kowalczyk @Fuuzetsu": - aeson-schema - - inline-r - - H + + # https://github.com/fpco/stackage/issues/842 + # - inline-r + # - H "David Fox @ddssff": - debian From 723439705d73c04109d516d7aebdac7ac6b3af37 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 18:36:33 +0300 Subject: [PATCH 0449/3141] hmatrix upper bound --- build-constraints.yaml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ba553ab..5cf171d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1001,15 +1001,12 @@ packages: - generics-sop "Vivian McPhail ": - # https://github.com/amcphail/hmatrix-gsl-stats/issues/10 - # - hmatrix-gsl-stats - # - hsignal - # - hstatistics - - # https://github.com/amcphail/plot/issues/13 - # - plot - # - plot-gtk - # - plot-gtk3 + - hmatrix-gsl-stats + - hsignal + - hstatistics + - plot + - plot-gtk + - plot-gtk3 - vector-buffer - hmatrix-repa @@ -1480,6 +1477,11 @@ packages: # https://github.com/fpco/stackage/issues/841 - DAV < 1.1 + # https://github.com/amcphail/hmatrix-gsl-stats/issues/10 + # https://github.com/amcphail/plot/issues/13 + # https://github.com/amcphail/hmatrix-repa/issues/2 + - hmatrix < 0.17 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 8183f0acf9635683010c3622c56f838d2b6abbf0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 18:39:15 +0300 Subject: [PATCH 0450/3141] Extra upper bound --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5cf171d6..75195d44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1481,6 +1481,7 @@ packages: # https://github.com/amcphail/plot/issues/13 # https://github.com/amcphail/hmatrix-repa/issues/2 - hmatrix < 0.17 + - hmatrix-gsl < 0.17 # Package flags are applied to individual packages, and override the values of # global-flags From 94be383468fdc78b62f7be3c7bf04a71d8572b66 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 18:46:02 +0300 Subject: [PATCH 0451/3141] Add expected cryptonite test failure (closes #35) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75195d44..aa6a7b08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1911,6 +1911,9 @@ expected-test-failures: # https://github.com/peti/language-nix/issues/1 - language-nix + # https://github.com/vincenthz/cryptonite/issues/35 + - cryptonite + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From ad883cb050e6c29147fab959bf4d18f16237cfd9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 18:58:04 +0300 Subject: [PATCH 0452/3141] Remove expected test failure for cryptonite --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa6a7b08..75195d44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1911,9 +1911,6 @@ expected-test-failures: # https://github.com/peti/language-nix/issues/1 - language-nix - # https://github.com/vincenthz/cryptonite/issues/35 - - cryptonite - # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 1e8e593afbe9151663bca2902ba8d7a8e3eb5eb7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 19:01:27 +0300 Subject: [PATCH 0453/3141] Upper bound for athanclark/pred-trie#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75195d44..84923ca5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1483,6 +1483,9 @@ packages: - hmatrix < 0.17 - hmatrix-gsl < 0.17 + # https://github.com/athanclark/pred-trie/issues/2 + - composition-extra < 1.3 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From d0f8868c0bc82859106b082a94d2c77c6212ba83 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 20:16:02 +0300 Subject: [PATCH 0454/3141] Expect test failure kazu-yamamoto/ghc-mod#611 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84923ca5..18f5e99e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1914,6 +1914,9 @@ expected-test-failures: # https://github.com/peti/language-nix/issues/1 - language-nix + # https://github.com/kazu-yamamoto/ghc-mod/issues/611 + - ghc-mod + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 8f1c1c38abfd0b2b211d21d782770d9ed441d87a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 21:22:26 +0300 Subject: [PATCH 0455/3141] Expect test failure meteficha/yesod-auth-account-fork#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18f5e99e..f3d33259 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1917,6 +1917,9 @@ expected-test-failures: # https://github.com/kazu-yamamoto/ghc-mod/issues/611 - ghc-mod + # https://github.com/meteficha/yesod-auth-account-fork/issues/4 + - yesod-auth-account-fork + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 5a65ab04a7778de97ba16aa4789564ac1851618c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Sep 2015 22:43:21 +0200 Subject: [PATCH 0456/3141] debian-bootstrap: Add adns.h for hsdns (closes #840) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index f33a8641..490c99cc 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -64,6 +64,7 @@ apt-get install -y \ libxau-dev \ nodejs \ npm \ + libadns1-dev \ libpcap0.8-dev mkdir /tmp/nettle-build From ff14d89ffaac6dc3b203dcfa8c5e1e688cb0ea2a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Sep 2015 23:30:20 +0200 Subject: [PATCH 0457/3141] Another upper bound for #832 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 050a97ab..3b384af1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1440,7 +1440,7 @@ packages: "Jinjing Wang @nfjinjing": - moesocks - + "Gregory W. Schwartz ": - fasta @@ -1470,6 +1470,7 @@ packages: # https://github.com/fpco/stackage/issues/832 - linear < 1.20 - reflection < 2.1 + - diagrams-lib < 1.3.0.4 # https://github.com/fpco/stackage/issues/836 - singletons < 1.2 From e6e468e64583b9280f0ddf5a7318ac732edcffde Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 18 Sep 2015 11:42:39 +0300 Subject: [PATCH 0458/3141] Remove expected failure for meteficha/yesod-auth-account-fork#4 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b384af1..c0399a25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1921,9 +1921,6 @@ expected-test-failures: # https://github.com/kazu-yamamoto/ghc-mod/issues/611 - ghc-mod - # https://github.com/meteficha/yesod-auth-account-fork/issues/4 - - yesod-auth-account-fork - # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From e67cc495ac6c40179c2c23c3363d7f75c3903200 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Sep 2015 11:53:02 +0200 Subject: [PATCH 0459/3141] Attempt to install pkg-config libR for inline-r (#842) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 490c99cc..3353407e 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -65,6 +65,7 @@ apt-get install -y \ nodejs \ npm \ libadns1-dev \ + r-base-dev \ libpcap0.8-dev mkdir /tmp/nettle-build From a24f752c259426f257d28d16714f6b9f18cd8c23 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Sep 2015 11:56:46 +0200 Subject: [PATCH 0460/3141] Re-enable inline-r and H (closes #842) --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0399a25..1bd5cd63 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1018,10 +1018,8 @@ packages: "Mateusz Kowalczyk @Fuuzetsu": - aeson-schema - - # https://github.com/fpco/stackage/issues/842 - # - inline-r - # - H + - inline-r + - H "David Fox @ddssff": - debian From f544b06200ab5da48a6e8ccacd78a97ce4b067de Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Sep 2015 12:09:25 +0200 Subject: [PATCH 0461/3141] Disable inline-r and H again (reopens #842) --- build-constraints.yaml | 6 ++++-- debian-bootstrap.sh | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1bd5cd63..c0399a25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1018,8 +1018,10 @@ packages: "Mateusz Kowalczyk @Fuuzetsu": - aeson-schema - - inline-r - - H + + # https://github.com/fpco/stackage/issues/842 + # - inline-r + # - H "David Fox @ddssff": - debian diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 3353407e..490c99cc 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -65,7 +65,6 @@ apt-get install -y \ nodejs \ npm \ libadns1-dev \ - r-base-dev \ libpcap0.8-dev mkdir /tmp/nettle-build From 1fca1d304e5a563fc29ce6f102b8e9d2c504d3e5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Sep 2015 19:13:05 +0200 Subject: [PATCH 0462/3141] Disable yesod-auth-account-fork due to test suite build failure meteficha/yesod-auth-account-fork#5 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0399a25..8348ab99 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -412,7 +412,8 @@ packages: - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus - - yesod-auth-account-fork + # meteficha/yesod-auth-account-fork#5 + # - yesod-auth-account-fork - yesod-auth-fb - yesod-fb - yesod-mangopay From fd18f6dc25b45ac8a7b7c03163e22fa965947d20 Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Fri, 18 Sep 2015 18:27:19 -0600 Subject: [PATCH 0463/3141] tries --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b384af1..04590067 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1095,7 +1095,9 @@ packages: - composition-extra - digestive-functors-lucid - ltext + - rose-trees - pred-trie + - tries - poly-arity - commutative - sets From 78b0210192cfbf40f15b9a922dba5ad26fcf3017 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Sep 2015 04:59:29 +0200 Subject: [PATCH 0464/3141] Upper bound for #845 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8348ab99..7ec381c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1491,6 +1491,9 @@ packages: # https://github.com/athanclark/pred-trie/issues/2 - composition-extra < 1.3 + # https://github.com/fpco/stackage/issues/845 + - aeson < 0.10 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 0d3109aea6d6a5fafa2e49d84f40648a0a970a7e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Sep 2015 05:03:48 +0200 Subject: [PATCH 0465/3141] Remove upper bound on composition-extra (athanclark/pred-trie#2) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ec381c9..16fecd81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1488,9 +1488,6 @@ packages: - hmatrix < 0.17 - hmatrix-gsl < 0.17 - # https://github.com/athanclark/pred-trie/issues/2 - - composition-extra < 1.3 - # https://github.com/fpco/stackage/issues/845 - aeson < 0.10 From 287facee737863c8f3a9a9068403dfbdcd1248d2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Sep 2015 10:05:48 +0200 Subject: [PATCH 0466/3141] Upper bound excluding latest MFlow (agocorona/MFlow#64) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 482ffdb2..3ee22e7a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1493,6 +1493,9 @@ packages: # https://github.com/fpco/stackage/issues/845 - aeson < 0.10 + # https://github.com/agocorona/MFlow/issues/64 + - MFlow < 0.4.5.11 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 5948d0a5710b4494131578e9c43be2bcbcc3c2b5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Sep 2015 12:39:03 +0200 Subject: [PATCH 0467/3141] Remove upper bound --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ee22e7a..482ffdb2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1493,9 +1493,6 @@ packages: # https://github.com/fpco/stackage/issues/845 - aeson < 0.10 - # https://github.com/agocorona/MFlow/issues/64 - - MFlow < 0.4.5.11 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From f25fbb82ffdccf9ec0b565fbc053b4e2f2aec5ae Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Sep 2015 12:41:41 +0200 Subject: [PATCH 0468/3141] Add upper bound for #846 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 482ffdb2..aec7ce9d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1493,6 +1493,9 @@ packages: # https://github.com/fpco/stackage/issues/845 - aeson < 0.10 + # https://github.com/fpco/stackage/issues/846 + - postgresql-simple < 0.5 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 12e1e8ff3d9ed2fa48865ed974403c376dc623be Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Sep 2015 02:43:36 +0200 Subject: [PATCH 0469/3141] Disable users-persistent test-suite (agrafix/users#3) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aec7ce9d..77c5d7dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1927,6 +1927,9 @@ expected-test-failures: # https://github.com/kazu-yamamoto/ghc-mod/issues/611 - ghc-mod + # https://github.com/agrafix/users/issues/3 + - users-persistent + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 108667a3af802ba7a0060233069df011a2e42edd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Sep 2015 08:19:49 +0200 Subject: [PATCH 0470/3141] Fix alignment --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77c5d7dd..58b2bd2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1927,8 +1927,8 @@ expected-test-failures: # https://github.com/kazu-yamamoto/ghc-mod/issues/611 - ghc-mod - # https://github.com/agrafix/users/issues/3 - - users-persistent + # https://github.com/agrafix/users/issues/3 + - users-persistent # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: From 4cfec232dcc20b6f34d00912e3810c850c76ff94 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 20 Sep 2015 16:17:52 -0700 Subject: [PATCH 0471/3141] Add my packages WilliamCasarin @jb55 --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58b2bd2b..a2dafdb0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1054,6 +1054,13 @@ packages: - scalpel - wai-middleware-prometheus + "William Casarin @jb55": + - bson-lens + - cased + - pipes-csv + - pipes-mongodb + - skeletons + "Smirnov Alexey @chemist": - snmp - agentx From 11b79bbece2781c9393aa55d58d015b82c09d763 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 21 Sep 2015 05:14:07 +0300 Subject: [PATCH 0472/3141] Try out inline-r again (#842) --- build-constraints.yaml | 6 ++---- debian-bootstrap.sh | 3 +++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58b2bd2b..9ac6a4cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1019,10 +1019,8 @@ packages: "Mateusz Kowalczyk @Fuuzetsu": - aeson-schema - - # https://github.com/fpco/stackage/issues/842 - # - inline-r - # - H + - inline-r + - H "David Fox @ddssff": - debian diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 490c99cc..a83aa9f9 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -11,6 +11,7 @@ # http://www.stackage.org/install add-apt-repository -y ppa:zoogie/sdl2-snapshots +add-apt-repository -y ppa:marutter/rrutter apt-get update apt-get install -y \ @@ -65,6 +66,8 @@ apt-get install -y \ nodejs \ npm \ libadns1-dev \ + r-base \ + r-base-dev \ libpcap0.8-dev mkdir /tmp/nettle-build From 65753fadd780dc4f45f760b7640dc9d3b79ce4a8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 21 Sep 2015 07:54:41 +0300 Subject: [PATCH 0473/3141] Expect test failure for pipes-mongodb --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e03611a..22a5b965 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1935,6 +1935,9 @@ expected-test-failures: # https://github.com/agrafix/users/issues/3 - users-persistent + # Requires a running server + - pipes-mongodb + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 60c87e4f37376f5a3c29fa068bd9e4d4e6602f39 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 21 Sep 2015 08:02:04 +0300 Subject: [PATCH 0474/3141] Remove upper bound and close #841 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22a5b965..e953675d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1486,9 +1486,6 @@ packages: # https://github.com/fpco/stackage/issues/839 - freenect < 1.2.1 - # https://github.com/fpco/stackage/issues/841 - - DAV < 1.1 - # https://github.com/amcphail/hmatrix-gsl-stats/issues/10 # https://github.com/amcphail/plot/issues/13 # https://github.com/amcphail/hmatrix-repa/issues/2 From fb1c87d6b9234fa89210fca8f194795e9ced858a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 21 Sep 2015 13:39:07 +0300 Subject: [PATCH 0475/3141] Upper bound for phaazon/smoothie#10 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e953675d..b1122ec5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1498,6 +1498,9 @@ packages: # https://github.com/fpco/stackage/issues/846 - postgresql-simple < 0.5 + # https://github.com/phaazon/smoothie/issues/10 + - smoothie < 0.4.2 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From f58b94f441857328e7fbf0700f3d4adb12d5e424 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 21 Sep 2015 14:53:34 +0300 Subject: [PATCH 0476/3141] Expected test failure for tweag/HaskellR#208 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1122ec5..5a161d20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1938,6 +1938,9 @@ expected-test-failures: # Requires a running server - pipes-mongodb + # https://github.com/tweag/HaskellR/issues/208 + - R + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From e83cd1f8aa85c448b9941d630fb784de1e33b3dd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 21 Sep 2015 15:31:56 +0300 Subject: [PATCH 0477/3141] Revert "Upper bound for phaazon/smoothie#10" This reverts commit fb1c87d6b9234fa89210fca8f194795e9ced858a. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a161d20..a864a86c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1498,9 +1498,6 @@ packages: # https://github.com/fpco/stackage/issues/846 - postgresql-simple < 0.5 - # https://github.com/phaazon/smoothie/issues/10 - - smoothie < 0.4.2 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 548cc7ae6bef71a235c645f6b6184b481b1765e4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 21 Sep 2015 18:33:13 +0300 Subject: [PATCH 0478/3141] Upper bound for vincenthz/hs-certificate#64 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a864a86c..1faf9eec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1498,6 +1498,9 @@ packages: # https://github.com/fpco/stackage/issues/846 - postgresql-simple < 0.5 + # https://github.com/vincenthz/hs-certificate/issues/64 + - asn1-parse < 0.9.2 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From d7aab214415572d97a695f5d7056d996ac385311 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 21 Sep 2015 18:37:04 +0300 Subject: [PATCH 0479/3141] s/R/H --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1faf9eec..4b4d72df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1939,7 +1939,7 @@ expected-test-failures: - pipes-mongodb # https://github.com/tweag/HaskellR/issues/208 - - R + - H # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: From 00cf56885ca36dade0b71eea18d9ffb1877b43f0 Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Mon, 21 Sep 2015 12:11:49 -0400 Subject: [PATCH 0480/3141] Add diversity and github account Requires stackage nightly in order to use the stackage fasta package: stack install --resolver nightly-2015-09-20 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b4d72df..a34adb34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1449,8 +1449,9 @@ packages: "Jinjing Wang @nfjinjing": - moesocks - "Gregory W. Schwartz ": + "Gregory W. Schwartz @GregorySchwartz": - fasta + - diversity "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From fb90093165d0b395f71cd303590f8ae6f91718d5 Mon Sep 17 00:00:00 2001 From: Noam Lewis Date: Mon, 21 Sep 2015 23:30:55 +0300 Subject: [PATCH 0481/3141] Update build-constraints.yaml --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b4d72df..0e3c0c69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1016,6 +1016,11 @@ packages: - xml-to-json - xml-to-json-fast - digits + - unification-fd + - resolve-trivial-conflicts + - wl-pprint + - leveldb-haskell + - system-argv0 "Mateusz Kowalczyk @Fuuzetsu": - aeson-schema From 4227ce452b77aa46cdc3058a343e0dc0a11feaf8 Mon Sep 17 00:00:00 2001 From: Noam Lewis Date: Mon, 21 Sep 2015 23:35:03 +0300 Subject: [PATCH 0482/3141] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e3c0c69..afc23bc1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1017,6 +1017,7 @@ packages: - xml-to-json-fast - digits - unification-fd + - logict - resolve-trivial-conflicts - wl-pprint - leveldb-haskell From 847935d9777945f3357bdff5ddeecd25cedcaf9a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 22 Sep 2015 04:04:39 +0300 Subject: [PATCH 0483/3141] Remove upper bounds for vincenthz/hs-certificate#64 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b4d72df..19c27ce9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1498,9 +1498,6 @@ packages: # https://github.com/fpco/stackage/issues/846 - postgresql-simple < 0.5 - # https://github.com/vincenthz/hs-certificate/issues/64 - - asn1-parse < 0.9.2 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 3973f46c2cb7d60a641ee699c8c1e16a2c3b600d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 22 Sep 2015 10:41:16 +0200 Subject: [PATCH 0484/3141] Expect spurious failures from pandoc-citeproc-0.7.3.1's test suite. https://github.com/jgm/pandoc-citeproc/issues/172 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7cc883a..f444c7e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1964,6 +1964,9 @@ expected-haddock-failures: # Not sure why, but it's a temporary package anyway - Cabal-ide-backend + # https://github.com/jgm/pandoc-citeproc/issues/172 + - pandoc-citeproc + # Benchmarks which should not be built. Note that Stackage does *not* generally # build benchmarks. The difference here will be whether dependencies for these # benchmarks are included or not. From c3e2a36d686f0f96507854182a00587fa72aeceb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 19 Sep 2015 22:36:31 +0200 Subject: [PATCH 0485/3141] language-nix: expect the test suite to succeed Version 2.1 fixes the issues we've previously had. The update changes the package's API, but that's okay because it doesn't have any users in Stackage yet. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7cc883a..ebbf4025 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1930,9 +1930,6 @@ expected-test-failures: # https://github.com/athanclark/pred-trie/issues/1 - pred-trie - # https://github.com/peti/language-nix/issues/1 - - language-nix - # https://github.com/kazu-yamamoto/ghc-mod/issues/611 - ghc-mod From 4df1906076198bbe112bd6acfcf2de96d6fce2f5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 22 Sep 2015 13:47:20 +0300 Subject: [PATCH 0486/3141] Temporary block for #854 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 818c3404..bc8f50fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1020,7 +1020,8 @@ packages: - logict - resolve-trivial-conflicts - wl-pprint - - leveldb-haskell + # https://github.com/fpco/stackage/issues/854 + # - leveldb-haskell - system-argv0 "Mateusz Kowalczyk @Fuuzetsu": From cdb61131629cd2d13083b71a913246e3ec674031 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 22 Sep 2015 13:50:16 +0300 Subject: [PATCH 0487/3141] Upper bound GaloisInc/cryptol#275 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bc8f50fb..cb458aca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1506,6 +1506,9 @@ packages: # https://github.com/fpco/stackage/issues/846 - postgresql-simple < 0.5 + # https://github.com/GaloisInc/cryptol/issues/275 + - cryptol < 5.0 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 37770ba78d255a855318355fafaf74a2480146a8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 22 Sep 2015 13:53:26 +0300 Subject: [PATCH 0488/3141] leveldb C libraries (pinging @borsboom) --- debian-bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index a83aa9f9..098e8924 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -12,6 +12,7 @@ add-apt-repository -y ppa:zoogie/sdl2-snapshots add-apt-repository -y ppa:marutter/rrutter +add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse apt-get update apt-get install -y \ @@ -68,6 +69,8 @@ apt-get install -y \ libadns1-dev \ r-base \ r-base-dev \ + libleveldb-dev \ + libsnappy-dev \ libpcap0.8-dev mkdir /tmp/nettle-build From 3d0e1308185f918d1c8ebe7355f9aa95e1e4de50 Mon Sep 17 00:00:00 2001 From: Juan Pedro Villa Isaza Date: Wed, 23 Sep 2015 13:41:44 -0500 Subject: [PATCH 0489/3141] Add hapistrano --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb458aca..cffad954 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1268,6 +1268,7 @@ packages: - ether "Juan Pedro Villa Isaza jvilla@stackbuilders.com @jpvillaisaza": + - hapistrano - inflections - twitter-feed From 46557c5a4e0677f4d1a577678bfa1694ab2538ad Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 23 Sep 2015 21:49:30 +0300 Subject: [PATCH 0490/3141] Upper bound for #856 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb458aca..d5632797 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1509,6 +1509,9 @@ packages: # https://github.com/GaloisInc/cryptol/issues/275 - cryptol < 5.0 + # https://github.com/fpco/stackage/issues/856 + - syb < 0.6 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From a63d3cf98857a1c17b43091a8fe6907de64c94b6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 23 Sep 2015 22:00:29 +0300 Subject: [PATCH 0491/3141] Fix upper bound: sbv instead of cryptol --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5632797..1774dd84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1507,7 +1507,7 @@ packages: - postgresql-simple < 0.5 # https://github.com/GaloisInc/cryptol/issues/275 - - cryptol < 5.0 + - sbv < 5.0 # https://github.com/fpco/stackage/issues/856 - syb < 0.6 From 816852bd398046b87128b9376a114b9e8068964a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 24 Sep 2015 07:37:38 +0300 Subject: [PATCH 0492/3141] Upper bound for ajnsit/wai-routes#7 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1774dd84..a448e4ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1512,6 +1512,9 @@ packages: # https://github.com/fpco/stackage/issues/856 - syb < 0.6 + # https://github.com/ajnsit/wai-routes/issues/7 + - wai-routes < 0.9.1 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 9d919c04d92662942a9bff5d8a43eae1e7993214 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 24 Sep 2015 09:08:44 +0300 Subject: [PATCH 0493/3141] Expect test failure stackbuilders/hapistrano#31 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20a7847c..d2ecc651 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1953,6 +1953,9 @@ expected-test-failures: # https://github.com/tweag/HaskellR/issues/208 - H + # https://github.com/stackbuilders/hapistrano/issues/31 + - hapistrano + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From ee9993ce85b2c990054e5f4953016f4dd3261625 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 24 Sep 2015 10:09:19 +0300 Subject: [PATCH 0494/3141] Revert "Upper bound for ajnsit/wai-routes#7" This reverts commit 816852bd398046b87128b9376a114b9e8068964a. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2ecc651..a59dcab3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1513,9 +1513,6 @@ packages: # https://github.com/fpco/stackage/issues/856 - syb < 0.6 - # https://github.com/ajnsit/wai-routes/issues/7 - - wai-routes < 0.9.1 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 868b691f4a9261fc5e8c0396afef75a652c76dcd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 24 Sep 2015 10:59:33 +0300 Subject: [PATCH 0495/3141] Remove temporary block and close #854 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a59dcab3..3c0856ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1020,8 +1020,7 @@ packages: - logict - resolve-trivial-conflicts - wl-pprint - # https://github.com/fpco/stackage/issues/854 - # - leveldb-haskell + - leveldb-haskell - system-argv0 "Mateusz Kowalczyk @Fuuzetsu": From 97d30aae3146529bf45f5569bbcc246d1e6a4599 Mon Sep 17 00:00:00 2001 From: Simon Marechal Date: Thu, 24 Sep 2015 10:41:45 +0200 Subject: [PATCH 0496/3141] Update build-constraints.yaml Add a few packages I maintain, plus `strict-base-types` that I don't, but that is required by `pcre-utils`. What is the policy on that front ? --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c0856ce..04906a1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1459,6 +1459,13 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - diversity + + "Simon Marechal @bartavelle": + - compactmap + - stateWriter + - filecache + - pcre-utils + - strict-base-types "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From c7c228e6f62a8cddc2fdc414579d68b4a33ea248 Mon Sep 17 00:00:00 2001 From: Juan Pedro Villa Isaza Date: Thu, 24 Sep 2015 10:45:36 -0500 Subject: [PATCH 0497/3141] Enable tests for hapistrano --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04906a1e..463a56bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1956,9 +1956,6 @@ expected-test-failures: # https://github.com/tweag/HaskellR/issues/208 - H - # https://github.com/stackbuilders/hapistrano/issues/31 - - hapistrano - # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 From 2b3685b5b0c928441c649ce4aa3514383764ebaa Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 25 Sep 2015 15:18:07 +0600 Subject: [PATCH 0498/3141] add megaparsec --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 463a56bc..c778f74d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1467,6 +1467,9 @@ packages: - pcre-utils - strict-base-types + "Mark Karpov @mrkkrp": + - megaparsec + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 7ea73526ec4876f47c9ad45f6ba34c18eff129fa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 25 Sep 2015 14:13:41 +0300 Subject: [PATCH 0499/3141] Upper bound for #860 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c778f74d..66b0f3bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1522,6 +1522,9 @@ packages: # https://github.com/fpco/stackage/issues/856 - syb < 0.6 + # https://github.com/fpco/stackage/issues/860 + - optparse-applicative < 0.12 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 78218cd28acd5ebc525f8514cee0724f61b6d11e Mon Sep 17 00:00:00 2001 From: Simon Marechal Date: Sat, 26 Sep 2015 19:12:40 +0200 Subject: [PATCH 0500/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66b0f3bf..5b4d18a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1466,6 +1466,9 @@ packages: - filecache - pcre-utils - strict-base-types + - stm-firehose + - hslogstash + - withdependencies "Mark Karpov @mrkkrp": - megaparsec From 24b6a11276bd3f702248792c9fa5acf750a42db7 Mon Sep 17 00:00:00 2001 From: tomberek Date: Sun, 27 Sep 2015 01:46:30 -0400 Subject: [PATCH 0501/3141] Add multiplate 0.0.2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b4d18a0..d660507e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1473,6 +1473,9 @@ packages: "Mark Karpov @mrkkrp": - megaparsec + "Thomas Bereknyei ": + - multiplate + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 05e4febd7cf2ae168af89f647359110c296ab65b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 27 Sep 2015 16:09:09 +0200 Subject: [PATCH 0502/3141] Expect spurious failures from pandoc-citeproc-0.7.3.1's test suite some more. This patch fixes https://github.com/fpco/stackage/pull/853, which accidentally inserted the entry for pandoc-citeproc into the "haddock" section rather than the one for test suites failures. Sorry! --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b4d18a0..7803925c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1965,6 +1965,9 @@ expected-test-failures: # https://github.com/tweag/HaskellR/issues/208 - H + # https://github.com/jgm/pandoc-citeproc/issues/172 + - pandoc-citeproc + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 @@ -1984,9 +1987,6 @@ expected-haddock-failures: # Not sure why, but it's a temporary package anyway - Cabal-ide-backend - # https://github.com/jgm/pandoc-citeproc/issues/172 - - pandoc-citeproc - # Benchmarks which should not be built. Note that Stackage does *not* generally # build benchmarks. The difference here will be whether dependencies for these # benchmarks are included or not. From 7186bbffd48f58757260d03a8b78d150325e2347 Mon Sep 17 00:00:00 2001 From: Sumit Sahrawat Date: Mon, 28 Sep 2015 22:50:52 +0530 Subject: [PATCH 0503/3141] Adding two of my packages (@sumitsahrawat) - plot-gtk-ui - calculator --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f19c8f77..a97a696a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1476,6 +1476,10 @@ packages: "Thomas Bereknyei ": - multiplate + "Sumit Sahrawat @sumitsahrawat": + - plot-gtk-ui + - calculator + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 08711740183a9ed967e18c33c88f73ef6d045217 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Sep 2015 22:52:56 -0700 Subject: [PATCH 0504/3141] comment explaining tasty upper bound #817 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f19c8f77..5b41a3cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -527,6 +527,7 @@ packages: - regex-applicative - lexer-applicative - smallcheck + # Upper bound per https://github.com/fpco/stackage/issues/817 - tasty < 0.11 - tasty-golden - tasty-hunit From aac165c1683e74c8ec40a0ac3d07388d2bb1318b Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 29 Sep 2015 14:27:02 +0300 Subject: [PATCH 0505/3141] Add aeson-extra --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e4974e2..cc959b0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -890,6 +890,7 @@ packages: - string-conversions "Oleg Grenrus oleg.grenrus@iki.fi @phadej": + - aeson-extra - binary-orphans - binary-tagged - bower-json From 88bae2eec7b0e7b4cef9aba05f8b6b6f4ad1d417 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 30 Sep 2015 01:17:00 -0700 Subject: [PATCH 0506/3141] disable calculator per #867 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc959b0d..c3a650d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1480,7 +1480,8 @@ packages: "Sumit Sahrawat @sumitsahrawat": - plot-gtk-ui - - calculator + # https://github.com/fpco/stackage/issues/867 + # - calculator "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 873df1cdf230ccbf6bccd4e3a4205f96a6b486e4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 30 Sep 2015 01:26:23 -0700 Subject: [PATCH 0507/3141] Upper bound "scientific < 0.3.4" for #868 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3a650d0..91c7d4d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1538,6 +1538,9 @@ packages: # https://github.com/fpco/stackage/issues/860 - optparse-applicative < 0.12 + # https://github.com/fpco/stackage/issues/868 + - scientific < 0.3.4 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From eb888e130d0dca81429493da243220f690b70d13 Mon Sep 17 00:00:00 2001 From: Liam O'Connor Date: Thu, 1 Oct 2015 00:59:52 +1000 Subject: [PATCH 0508/3141] Update build-constraints.yaml --- build-constraints.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91c7d4d3..420ee7bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -241,7 +241,7 @@ packages: - dbmigrations - text-zipper - vty - + "Chris Done": - ace - check-email @@ -424,7 +424,11 @@ packages: "Trevor L. McDonell ": - accelerate - + + "Liam O'Connor ": + - patches-vector + - composition-tree + "Dan Burton ": - hspec-jenkins - yesod-gitrev From 9f2710be8acd6f8e2aa7f1908bc00596390ad47f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 30 Sep 2015 10:55:30 -0700 Subject: [PATCH 0509/3141] Revert "Upper bound "scientific < 0.3.4" for #868" This reverts commit 873df1cdf230ccbf6bccd4e3a4205f96a6b486e4. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91c7d4d3..c3a650d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1538,9 +1538,6 @@ packages: # https://github.com/fpco/stackage/issues/860 - optparse-applicative < 0.12 - # https://github.com/fpco/stackage/issues/868 - - scientific < 0.3.4 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 932ba7002e7650d8a7af82da0366b63c6e87a518 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 30 Sep 2015 11:01:54 -0700 Subject: [PATCH 0510/3141] Revert "disable calculator per #867" This reverts commit 88bae2eec7b0e7b4cef9aba05f8b6b6f4ad1d417. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3a650d0..cc959b0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1480,8 +1480,7 @@ packages: "Sumit Sahrawat @sumitsahrawat": - plot-gtk-ui - # https://github.com/fpco/stackage/issues/867 - # - calculator + - calculator "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 01bd274c686bc3a83fd600127b01325454c16b8f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 30 Sep 2015 13:50:24 -0700 Subject: [PATCH 0511/3141] Mapping @lambdabot repo to ping @DanBurton and @mokus0 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc959b0d..cccc7732 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2076,3 +2076,6 @@ github-users: - svenpanne # - elliottt # - jmcarthur + lambdabot: + - DanBurton + - mokus0 From 98da6843bcd141624eebd864c196bd680b8e2db5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 30 Sep 2015 13:53:35 -0700 Subject: [PATCH 0512/3141] Add github account for @DanBurton --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cccc7732..83669c22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -425,7 +425,7 @@ packages: "Trevor L. McDonell ": - accelerate - "Dan Burton ": + "Dan Burton @DanBurton": - hspec-jenkins - yesod-gitrev - basic-prelude From e4aaa402db5c5e9a8c13cd36fcc340aab229d240 Mon Sep 17 00:00:00 2001 From: Mark Fine Date: Wed, 30 Sep 2015 21:40:11 -0700 Subject: [PATCH 0513/3141] Add sbp and postgresql-schema to stackage. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83669c22..f7242cfc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1452,6 +1452,10 @@ packages: - nix-paths - streamproc + "Mark Fine @markfine": + - postgresql-schema + - sbp + "Christoph Hegemann Date: Fri, 2 Oct 2015 09:24:28 +0300 Subject: [PATCH 0514/3141] Include newer haddock executable fpco/stackage-curator#7 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c0c445d0..6458de08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,3 +21,5 @@ ENV PATH /home/stackage/.cabal/bin:/usr/local/sbin:/usr/local/bin:/opt/ghc/7.10. RUN cabal update RUN cabal install hscolour cabal-install && cp $HOME/.cabal/bin/* /usr/local/bin && rm -rf $HOME/.cabal $HOME/.ghc /tmp/stackage RUN wget https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 && bunzip2 stackage-curator.bz2 && chmod +x stackage-curator && mv stackage-curator /usr/local/bin +# Get new hyperlinked Haddocks +RUN wget https://s3.amazonaws.com/download.fpcomplete.com/michael/haddock-2015-10-02.bz2 && bunzip2 haddock-2015-10-02.bz2 && rm -f /opt/ghc/7.10.2/bin/haddock && mv haddock-2015-10-02 /opt/ghc/7.10.2/bin/haddock From 654e582882ed9b41fcad42c8e869b09e7a6c5404 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 2 Oct 2015 03:24:35 -0700 Subject: [PATCH 0515/3141] Disable sbp per #873 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5eca17b8..68ca617f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1458,7 +1458,8 @@ packages: "Mark Fine @markfine": - postgresql-schema - - sbp + # https://github.com/fpco/stackage/issues/873 + # - sbp "Christoph Hegemann Date: Fri, 2 Oct 2015 17:23:50 +0200 Subject: [PATCH 0516/3141] Re-enable yesod-auth-account-fork According to meteficha/yesod-auth-account-fork#5 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68ca617f..065b7e65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -412,8 +412,7 @@ packages: - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus - # meteficha/yesod-auth-account-fork#5 - # - yesod-auth-account-fork + - yesod-auth-account-fork - yesod-auth-fb - yesod-fb - yesod-mangopay From c01794e883cb5acc624a70f5145f062947dcd405 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 2 Oct 2015 13:34:09 -0700 Subject: [PATCH 0517/3141] Add constraint "ig < 0.6" per #875 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68ca617f..bfe50373 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1546,6 +1546,9 @@ packages: # https://github.com/fpco/stackage/issues/860 - optparse-applicative < 0.12 + # https://github.com/fpco/stackage/issues/875 + - ig < 0.6 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 3890d736a8eb245fd2157430548f510714512ba9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 2 Oct 2015 16:43:07 -0700 Subject: [PATCH 0518/3141] Added constraints per #876 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c277329f..7109a603 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1548,6 +1548,10 @@ packages: # https://github.com/fpco/stackage/issues/875 - ig < 0.6 + # https://github.com/fpco/stackage/issues/876 + - ede < 0.2.8.3 + - feed < 0.3.10.2 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From e18bffb32b09dc2bd8c4f4f1bdf1b6b371a57af8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 2 Oct 2015 17:21:38 -0700 Subject: [PATCH 0519/3141] Revert "Added constraints per #876" This reverts commit 3890d736a8eb245fd2157430548f510714512ba9. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7109a603..c277329f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1548,10 +1548,6 @@ packages: # https://github.com/fpco/stackage/issues/875 - ig < 0.6 - # https://github.com/fpco/stackage/issues/876 - - ede < 0.2.8.3 - - feed < 0.3.10.2 - # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 455c1d3008d2c8ec650eddb08fb85bb87f34396f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 2 Oct 2015 17:40:48 -0700 Subject: [PATCH 0520/3141] trivial whitespace --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c277329f..d5309e01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1469,7 +1469,7 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - diversity - + "Simon Marechal @bartavelle": - compactmap - stateWriter From 06103b2dfd9f5550b50ca6fdcd07067e3f2fb2ad Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 2 Oct 2015 17:50:06 -0700 Subject: [PATCH 0521/3141] enabling tasty-0.11, disabling test suites requiring older tasty, per #817 --- build-constraints.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5309e01..5a931bd6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -530,8 +530,7 @@ packages: - regex-applicative - lexer-applicative - smallcheck - # Upper bound per https://github.com/fpco/stackage/issues/817 - - tasty < 0.11 + - tasty - tasty-golden - tasty-hunit - tasty-quickcheck @@ -1691,6 +1690,12 @@ skipped-tests: # https://github.com/fpco/stackage/issues/668 - second-transfer + # Require old tasty. + # https://github.com/fpco/stackage/issues/817 + - tar + - uuid + - uuid-types + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: From 93f3c270b67f29737c8398ed981ff36ab32c7ea4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 2 Oct 2015 17:57:13 -0700 Subject: [PATCH 0522/3141] More precise comments on disabled test suites. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a931bd6..6f66d550 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1678,6 +1678,7 @@ skipped-tests: # https://github.com/fpco/stackage/issues/602 - aws + # doctest < 0.10 # https://github.com/fpco/stackage/issues/622 - bound - heaps @@ -1690,7 +1691,7 @@ skipped-tests: # https://github.com/fpco/stackage/issues/668 - second-transfer - # Require old tasty. + # tasty < 0.11 # https://github.com/fpco/stackage/issues/817 - tar - uuid From 5d8ed0dd3a35a856c480d0c75dbc8280ab282a98 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 2 Oct 2015 17:58:50 -0700 Subject: [PATCH 0523/3141] Re-enable test suite on second-transfer #668 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f66d550..d5dae740 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1688,9 +1688,6 @@ skipped-tests: # https://github.com/kaizhang/clustering/issues/2 - clustering - # https://github.com/fpco/stackage/issues/668 - - second-transfer - # tasty < 0.11 # https://github.com/fpco/stackage/issues/817 - tar From 5c7035a4e1a36c45ee99038bf4d7675112149e0b Mon Sep 17 00:00:00 2001 From: emmanueltouzery Date: Sat, 3 Oct 2015 14:54:49 +0200 Subject: [PATCH 0524/3141] add new packages hsexif & app-settings i'm the author & hackage uploader. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2aca89f8..fb884147 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1489,6 +1489,10 @@ packages: "Sumit Sahrawat @sumitsahrawat": - plot-gtk-ui - calculator + + "Emmanuel Touzery @emmanueltouzery": + - hsexif + - app-settings "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From cbb8b2673a2cd2dfb1522b0565ec0bb8fb247bb4 Mon Sep 17 00:00:00 2001 From: Emmanuel Touzery Date: Sat, 3 Oct 2015 16:23:06 +0200 Subject: [PATCH 0525/3141] let's take this step by step i guess, one at a time --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb884147..eee13547 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1489,9 +1489,8 @@ packages: "Sumit Sahrawat @sumitsahrawat": - plot-gtk-ui - calculator - + "Emmanuel Touzery @emmanueltouzery": - - hsexif - app-settings "Stackage upper bounds": From 18c2989c49dc73e2cc8aeadd2029558480413a2f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 3 Oct 2015 20:19:06 +0300 Subject: [PATCH 0526/3141] Make haddock executable --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6458de08..5da1c1d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ RUN cabal update RUN cabal install hscolour cabal-install && cp $HOME/.cabal/bin/* /usr/local/bin && rm -rf $HOME/.cabal $HOME/.ghc /tmp/stackage RUN wget https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 && bunzip2 stackage-curator.bz2 && chmod +x stackage-curator && mv stackage-curator /usr/local/bin # Get new hyperlinked Haddocks -RUN wget https://s3.amazonaws.com/download.fpcomplete.com/michael/haddock-2015-10-02.bz2 && bunzip2 haddock-2015-10-02.bz2 && rm -f /opt/ghc/7.10.2/bin/haddock && mv haddock-2015-10-02 /opt/ghc/7.10.2/bin/haddock +RUN wget https://s3.amazonaws.com/download.fpcomplete.com/michael/haddock-2015-10-02.bz2 && bunzip2 haddock-2015-10-02.bz2 && rm -f /opt/ghc/7.10.2/bin/haddock && mv haddock-2015-10-02 /opt/ghc/7.10.2/bin/haddock && chmod +x /opt/ghc/7.10.2/bin/haddock From 41e40f7c81ce8ba5e0580a14e3de8d9219fffaa2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 3 Oct 2015 22:39:04 +0300 Subject: [PATCH 0527/3141] Remove non-working haddock executable --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5da1c1d0..91076e49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ RUN cabal update RUN cabal install hscolour cabal-install && cp $HOME/.cabal/bin/* /usr/local/bin && rm -rf $HOME/.cabal $HOME/.ghc /tmp/stackage RUN wget https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 && bunzip2 stackage-curator.bz2 && chmod +x stackage-curator && mv stackage-curator /usr/local/bin # Get new hyperlinked Haddocks -RUN wget https://s3.amazonaws.com/download.fpcomplete.com/michael/haddock-2015-10-02.bz2 && bunzip2 haddock-2015-10-02.bz2 && rm -f /opt/ghc/7.10.2/bin/haddock && mv haddock-2015-10-02 /opt/ghc/7.10.2/bin/haddock && chmod +x /opt/ghc/7.10.2/bin/haddock +#RUN wget https://s3.amazonaws.com/download.fpcomplete.com/michael/haddock-2015-10-02.bz2 && bunzip2 haddock-2015-10-02.bz2 && rm -f /opt/ghc/7.10.2/bin/haddock && mv haddock-2015-10-02 /opt/ghc/7.10.2/bin/haddock && chmod +x /opt/ghc/7.10.2/bin/haddock From 5d841bc1f71d5a20b62e10b00f008376beb4e2a2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 4 Oct 2015 09:29:54 +0300 Subject: [PATCH 0528/3141] New attempt at hyperlinked sources for Haddock --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 91076e49..c9322672 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ RUN cabal update RUN cabal install hscolour cabal-install && cp $HOME/.cabal/bin/* /usr/local/bin && rm -rf $HOME/.cabal $HOME/.ghc /tmp/stackage RUN wget https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 && bunzip2 stackage-curator.bz2 && chmod +x stackage-curator && mv stackage-curator /usr/local/bin # Get new hyperlinked Haddocks -#RUN wget https://s3.amazonaws.com/download.fpcomplete.com/michael/haddock-2015-10-02.bz2 && bunzip2 haddock-2015-10-02.bz2 && rm -f /opt/ghc/7.10.2/bin/haddock && mv haddock-2015-10-02 /opt/ghc/7.10.2/bin/haddock && chmod +x /opt/ghc/7.10.2/bin/haddock +RUN mkdir -p /opt/haddock && cd /opt/haddock && wget https://s3.amazonaws.com/download.fpcomplete.com/michael/haddock-2.16.2.tar.gz && tar zxf haddock-2.16.2.tar.gz && rm -f /opt/ghc/7.10.2/bin/haddock && ln -s /opt/haddock/2.16.2/bin/haddock /opt/ghc/7.10.2/bin/haddock From f6505002d7ecd66b0fbcbb1aa921e80a72d5e27b Mon Sep 17 00:00:00 2001 From: Alcides Viamontes E Date: Sun, 4 Oct 2015 15:29:31 +0200 Subject: [PATCH 0529/3141] Test suite in second-transfer builds now by faking OpenSSL 1.0.2 symbols when older versions of the library are used --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2aca89f8..c0cd7844 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1900,9 +1900,6 @@ expected-test-failures: # https://github.com/kazu-yamamoto/http2/issues/4 - http2 - # https://github.com/alcidesv/second-transfer/issues/1 - - second-transfer - # https://github.com/prowdsponsor/mangopay/issues/30 - mangopay From 2074f9401b94d38ccd0f33ba27b8c92bd022f4ca Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Oct 2015 12:07:16 +0900 Subject: [PATCH 0530/3141] CURATORS: Ubuntu Packages Search; mention nightly cronjob --- CURATORS.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index a3909316..c6347852 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -45,6 +45,8 @@ Additional (non-Haskell) system libraries or tools should be added to `stackage/ Committing the changes should trigger a DockerHub. Normally only the master branch needs to be updated since new packages are not added to the current lts release. +Use [Ubuntu Package content search](http://packages.ubuntu.com/) to determine which package provides particular dev files (it defaults to trusty which is the same version as the server). + ### Upgrading GHC version The Dockerfile contains information on which GHC versions should be used. You can modify it and push it to Github to trigger a DockerHub build. The master @@ -107,8 +109,10 @@ develop this advice over time. For now: if you're not sure, ask Michael for guidance. ### Timing +A cronjob on the build server keeps trying to build nightly unless it has already succeeded. -Nightly builds should be run once a day. A common technique I use is, after a +(Nightly builds should be run once a day. A common technique I use is, after a build succeeds, write something like `sleep 20h; -/opt/stackage-build/stackage/automated/build.sh nightly-2015-01-02`. LTS minor -bumps typically are run on Sundays. +/opt/stackage-build/stackage/automated/build.sh nightly-2015-01-02`.) + +LTS minor bumps typically are run on Sundays. From 89c70b51774c2055f4ddb295ff5e47da66a70d2d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Oct 2015 12:41:56 +0900 Subject: [PATCH 0531/3141] debian-bootstrap.sh: add libusb-1.0-0-dev for freenect (#848) --- debian-bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 098e8924..1056a795 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -71,7 +71,8 @@ apt-get install -y \ r-base-dev \ libleveldb-dev \ libsnappy-dev \ - libpcap0.8-dev + libpcap0.8-dev \ + libusb-1.0-0-dev mkdir /tmp/nettle-build ( From 36c1c4544138d1af970de40befcdf87efff1255f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Oct 2015 12:44:00 +0900 Subject: [PATCH 0532/3141] debian-bootstrap.sh: sort the ubuntu packages lexically --- debian-bootstrap.sh | 94 ++++++++++++++++++++++----------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 1056a795..89838350 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -17,62 +17,62 @@ add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse apt-get update apt-get install -y \ build-essential \ - libncurses-dev \ - git \ - wget \ - m4 \ - texlive-full \ - libgmp3-dev \ - zlib1g-dev \ - libedit2 \ - libedit-dev \ freeglut3-dev \ - libglu1-mesa-dev \ - libglib2.0-dev \ - libcairo2-dev \ - libpango1.0-dev \ - libgtk2.0-dev \ - zip \ - libdevil-dev \ - llvm \ - libbz2-dev \ - libjudy-dev \ - libsqlite3-dev \ - libmysqlclient-dev \ - libpq-dev \ - libicu-dev \ - libssl-dev \ - libgsl0-dev \ + git \ + libadns1-dev \ libblas-dev \ - liblapack-dev \ + libbz2-dev \ + libcairo2-dev \ libcurl4-openssl-dev \ - libfreenect-dev \ - libnotify-dev \ - libgd2-xpm-dev \ - libyaml-dev \ - liblzma-dev \ - libsdl2-dev \ - libxss-dev \ - libgtk-3-dev \ - libxml2-dev \ - libgsasl7-dev \ - libphash0-dev \ - libopenal-dev \ - libhidapi-dev \ - libzmq3-dev \ - libmagic-dev \ - libudev-dev \ + libdevil-dev \ + libedit-dev \ + libedit2 \ libfftw3-dev \ + libfreenect-dev \ + libgd2-xpm-dev \ + libglib2.0-dev \ + libglu1-mesa-dev \ + libgmp3-dev \ + libgsasl7-dev \ + libgsl0-dev \ + libgtk-3-dev \ + libgtk2.0-dev \ + libhidapi-dev \ + libicu-dev \ + libjudy-dev \ + liblapack-dev \ + libleveldb-dev \ + liblzma-dev \ + libmagic-dev \ + libmysqlclient-dev \ + libncurses-dev \ + libnotify-dev \ + libopenal-dev \ + libpango1.0-dev \ + libpcap0.8-dev \ + libphash0-dev \ + libpq-dev \ + libsdl2-dev \ + libsnappy-dev \ + libsqlite3-dev \ + libssl-dev \ + libudev-dev \ + libusb-1.0-0-dev \ libxau-dev \ + libxml2-dev \ + libxss-dev \ + libyaml-dev \ + libzmq3-dev \ + llvm \ + m4 \ nodejs \ npm \ - libadns1-dev \ r-base \ r-base-dev \ - libleveldb-dev \ - libsnappy-dev \ - libpcap0.8-dev \ - libusb-1.0-0-dev + texlive-full \ + wget \ + zip \ + zlib1g-dev mkdir /tmp/nettle-build ( From f63cfd6c18ab0ec2bdfc3823ca2e584c350a57f3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Oct 2015 12:55:47 +0900 Subject: [PATCH 0533/3141] Revert freenect "Upper bound for #839" let's see if libusb-1.0 helps This reverts commit 009af5e60bc8d425cfd72aeae80f40a729f8717f. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0cd7844..b7c320d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1521,6 +1521,7 @@ packages: # https://github.com/fpco/stackage/issues/836 - singletons < 1.2 +<<<<<<< HEAD # https://github.com/fpco/stackage/issues/839 - freenect < 1.2.1 @@ -1548,6 +1549,8 @@ packages: # https://github.com/fpco/stackage/issues/875 - ig < 0.6 +======= +>>>>>>> parent of 009af5e... Upper bound for #839 # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From acf3c3f70015fd10a82084184d36431aaaba8d49 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Oct 2015 13:17:54 +0900 Subject: [PATCH 0534/3141] Revert freenect "Upper bound for #839" properly --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 480db5f6..751068cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1524,10 +1524,6 @@ packages: # https://github.com/fpco/stackage/issues/836 - singletons < 1.2 -<<<<<<< HEAD - # https://github.com/fpco/stackage/issues/839 - - freenect < 1.2.1 - # https://github.com/amcphail/hmatrix-gsl-stats/issues/10 # https://github.com/amcphail/plot/issues/13 # https://github.com/amcphail/hmatrix-repa/issues/2 @@ -1552,8 +1548,6 @@ packages: # https://github.com/fpco/stackage/issues/875 - ig < 0.6 -======= ->>>>>>> parent of 009af5e... Upper bound for #839 # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 80611e7428636be1a70450fd29e06cb07f9ad637 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Tue, 6 Oct 2015 01:37:05 +0900 Subject: [PATCH 0535/3141] Remove version constraints on ig package. ig-0.6 required attoparsec < 0.13, but ig-0.6.1 removes the dependency on attoparsec. So ig-0.6.1 should build with the latest version of stackage. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 676a0509..8ad66c48 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1545,9 +1545,6 @@ packages: # https://github.com/fpco/stackage/issues/860 - optparse-applicative < 0.12 - # https://github.com/fpco/stackage/issues/875 - - ig < 0.6 - # https://github.com/fpco/stackage/issues/880 - http-types < 0.9 From 6b1e5a921a9e328a1c34ae959a3b713aff0ddfa7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Oct 2015 14:37:07 +0900 Subject: [PATCH 0536/3141] http-types < 0.9 (#880) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 751068cd..1b57dd42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1548,6 +1548,9 @@ packages: # https://github.com/fpco/stackage/issues/875 - ig < 0.6 + # https://github.com/fpco/stackage/issues/880 + - http-types < 0.9 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: From 21a6529dcc37e1c2c0d9cca6c9b7d67c4876f842 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Oct 2015 18:47:38 +0900 Subject: [PATCH 0537/3141] disable new app-settings since testsuite failing (#877) --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b57dd42..6ded0a76 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1491,7 +1491,10 @@ packages: - calculator "Emmanuel Touzery @emmanueltouzery": - - app-settings + [] + # https://github.com/fpco/stackage/pull/877 + # https://github.com/emmanueltouzery/app-settings/issues/6 + #- app-settings "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 8fc2882f68d2275f959578210e5f3742c0b66874 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Oct 2015 19:08:32 +0900 Subject: [PATCH 0538/3141] allow second-transfer testsuit to fail (alcidesv/second-transfer#3) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ded0a76..f1235c80 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2014,6 +2014,9 @@ expected-haddock-failures: # Not sure why, but it's a temporary package anyway - Cabal-ide-backend + # https://github.com/alcidesv/second-transfer/issues/3 + - second-transfer + # Benchmarks which should not be built. Note that Stackage does *not* generally # build benchmarks. The difference here will be whether dependencies for these # benchmarks are included or not. From 3056884685889981d590a343fc18eaeffa49826c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Oct 2015 19:11:36 +0900 Subject: [PATCH 0539/3141] Revert "disable new app-settings since testsuite failing (#877)" should be fixed in 0.2.0.7 This reverts commit 21a6529dcc37e1c2c0d9cca6c9b7d67c4876f842. --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1235c80..a85f1a48 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1491,10 +1491,7 @@ packages: - calculator "Emmanuel Touzery @emmanueltouzery": - [] - # https://github.com/fpco/stackage/pull/877 - # https://github.com/emmanueltouzery/app-settings/issues/6 - #- app-settings + - app-settings "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 09ef55f19a681f0e7ad964bd49884aed7e05e9b5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Oct 2015 20:07:19 +0900 Subject: [PATCH 0540/3141] put second-transfer test fail in right section (alcidesv/second-transfer#3) --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a85f1a48..676a0509 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1992,6 +1992,9 @@ expected-test-failures: # https://github.com/jgm/pandoc-citeproc/issues/172 - pandoc-citeproc + # https://github.com/alcidesv/second-transfer/issues/3 + - second-transfer + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 @@ -2011,9 +2014,6 @@ expected-haddock-failures: # Not sure why, but it's a temporary package anyway - Cabal-ide-backend - # https://github.com/alcidesv/second-transfer/issues/3 - - second-transfer - # Benchmarks which should not be built. Note that Stackage does *not* generally # build benchmarks. The difference here will be whether dependencies for these # benchmarks are included or not. From 74ab7cf2489580d495b6cacf80d21d8c1d3fc908 Mon Sep 17 00:00:00 2001 From: emmanueltouzery Date: Tue, 6 Oct 2015 16:50:11 +0200 Subject: [PATCH 0541/3141] add hsexif package I'm the author & hackage uploader --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 676a0509..18ff5d88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1492,6 +1492,7 @@ packages: "Emmanuel Touzery @emmanueltouzery": - app-settings + - hsexif "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From fc1659060eecd162e9bd00cf9f37cc1180de2ed3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Oct 2015 19:19:52 +0900 Subject: [PATCH 0542/3141] allow growler haddock to fail needs investigation --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42bd9fb6..26e20f87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2012,6 +2012,9 @@ expected-haddock-failures: # Not sure why, but it's a temporary package anyway - Cabal-ide-backend + # not sure why + - growler + # Benchmarks which should not be built. Note that Stackage does *not* generally # build benchmarks. The difference here will be whether dependencies for these # benchmarks are included or not. From 9ccf070395605d9e9699193008bff59fe8f37ba2 Mon Sep 17 00:00:00 2001 From: Nickolay Kudasov Date: Wed, 7 Oct 2015 17:15:22 +0300 Subject: [PATCH 0543/3141] Add http-api-data package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 26e20f87..a5d328b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1494,6 +1494,9 @@ packages: - app-settings - hsexif + "Nickolay Kudasov @fizruk": + - http-api-data + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 0909d667dd109dc515c024d91e90e90654fca665 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Oct 2015 10:49:39 +0900 Subject: [PATCH 0544/3141] persistent-mysql-2.3.0.1 haddock error (yesodweb/persistent/#488) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5d328b4..f35b4b0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2018,6 +2018,9 @@ expected-haddock-failures: # not sure why - growler + # fedora/haskell/cabal-rpm/f23/ + - persistent-mysql + # Benchmarks which should not be built. Note that Stackage does *not* generally # build benchmarks. The difference here will be whether dependencies for these # benchmarks are included or not. From 8e0e01ec8f7c3c97c6a6691ce0fb73fafbd025a0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Oct 2015 10:50:56 +0900 Subject: [PATCH 0545/3141] add "end of" section comments to avoid confusion for skipped Several times I and others have mistakenly added packages to expected-haddock-failures instead of expected-test-failures for example - hopefully these section end comments will be agreeable and help avoid such problems. I added for all the long sections but not yet for the shortest ones (ie skipped-builds and skipped-profiling) though maybe they should have them too for consistency. --- build-constraints.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f35b4b0f..997cff95 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1552,6 +1552,9 @@ packages: # https://github.com/fpco/stackage/issues/880 - http-types < 0.9 +# end of packages + + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: @@ -1608,12 +1611,16 @@ package-flags: nix-paths: allow-relative-paths: true +# end of package-flags + + # Used for packages that cannot be built on Linux skipped-builds: - hfsevents - Win32 - Win32-notify + # By skipping a test suite, we do not pull in the build dependencies skipped-tests: - dbmigrations @@ -1699,6 +1706,9 @@ skipped-tests: - uuid - uuid-types +# end of skipped-tests + + # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: @@ -1996,6 +2006,9 @@ expected-test-failures: # https://github.com/alcidesv/second-transfer/issues/3 - second-transfer +# end of expected-test-failures + + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 @@ -2021,6 +2034,9 @@ expected-haddock-failures: # fedora/haskell/cabal-rpm/f23/ - persistent-mysql +# end of expected-haddock-failures + + # Benchmarks which should not be built. Note that Stackage does *not* generally # build benchmarks. The difference here will be whether dependencies for these # benchmarks are included or not. @@ -2064,10 +2080,14 @@ skipped-benchmarks: # https://github.com/liyang/true-name/issues/2 - fast-builder +# end of skipped-benchmarks + + skipped-profiling: # https://github.com/nomeata/ghc-heap-view/commit/8d198eb8fbbad2ce0c4527c781659f35b8909c04#diff-8288955e209cfbead5b318a8598be9c0R10 - ghc-heap-view + # Mapping from Github account holding a package to the Github users who should # be pinged on failure. If no value is specified here, then the owning account # will be pinged. @@ -2104,3 +2124,5 @@ github-users: lambdabot: - DanBurton - mokus0 + +# end of github-users From 79a3f9ce5e8d593d2d3f34b3326799eb70be3968 Mon Sep 17 00:00:00 2001 From: Jared Tobin Date: Fri, 9 Oct 2015 18:45:55 +1300 Subject: [PATCH 0546/3141] Add several packages. * mwc-probability * mcmc-types * mighty-metropolis * speedy-slice * hasty-hamiltonian --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 997cff95..75a12280 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1497,6 +1497,13 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data + "Jared Tobin @jtobin": + - mwc-probability + - mcmc-types + - mighty-metropolis + - speedy-slice + - hasty-hamiltonian + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 467a13d94bdf03e4c391fed18fd8b3c901758fab Mon Sep 17 00:00:00 2001 From: Liam O'Connor Date: Sat, 10 Oct 2015 05:31:50 +1100 Subject: [PATCH 0547/3141] Update build-constraints.yaml Add my dixi package. It has a lot of dependencies, but I got it building against the stackage snapshot --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 997cff95..beb33146 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -427,6 +427,7 @@ packages: "Liam O'Connor ": - patches-vector - composition-tree + - dixi "Dan Burton @DanBurton": - hspec-jenkins From 6344e048b4a8dd2abb6b2e8fb248283a9dd27a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Fri, 9 Oct 2015 14:34:50 -0400 Subject: [PATCH 0548/3141] More Daniel Diaz' packages. --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 997cff95..bd87c470 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -448,6 +448,13 @@ packages: - haskintex - post-mess-age - include-file + - sorted-list + - grouped-list + - byteset + - hatex-guide + - pcre-light + - phantom-state + - bimap-server "Gabriel Gonzalez ": - pipes From dcfab97d50788b8835e976fa18a7b4d3a02ecc6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Fri, 9 Oct 2015 15:14:12 -0400 Subject: [PATCH 0549/3141] Alphabetical order. --- build-constraints.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd87c470..d79afd60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -442,19 +442,19 @@ packages: - lambdabot "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - - HaTeX - - matrix + - bimap-server - binary-list - - haskintex - - post-mess-age - - include-file - - sorted-list - - grouped-list - byteset + - grouped-list + - haskintex + - HaTeX - hatex-guide + - include-file + - matrix - pcre-light - phantom-state - - bimap-server + - post-mess-age + - sorted-list "Gabriel Gonzalez ": - pipes From 0f3a5981d784b2a0ca827be13b3759ad21ed6dd5 Mon Sep 17 00:00:00 2001 From: Jared Tobin Date: Sat, 10 Oct 2015 10:37:05 +1300 Subject: [PATCH 0550/3141] Add the 'declarative' package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75a12280..3db1385a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1503,6 +1503,7 @@ packages: - mighty-metropolis - speedy-slice - hasty-hamiltonian + - declarative "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From bab0a2e90ee370efb02ffcbaad337feb4cdb5005 Mon Sep 17 00:00:00 2001 From: Alexander Vershilov Date: Sun, 11 Oct 2015 00:19:32 +0300 Subject: [PATCH 0551/3141] Add distributed-process back. --- build-constraints.yaml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 997cff95..d4b7dd52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -117,19 +117,18 @@ packages: - th-desugar - quickcheck-assertions - # Cloud Haskell not yet updated to GHC 7.10 - #- distributed-process-simplelocalnet + - distributed-process-simplelocalnet # cloud-haskell - #- rank1dynamic - #- distributed-static + - rank1dynamic + - distributed-static - network-transport - #- distributed-process - #- distributed-process-extras - #- distributed-process-async - #- distributed-process-client-server - #- distributed-process-supervisor - #- distributed-process-task - #- distributed-process-execution + - distributed-process + - distributed-process-extras + - distributed-process-async + - distributed-process-client-server + - distributed-process-supervisor + - distributed-process-task + - distributed-process-execution - kure From ea04823daa1bd77b3caf45923f045433adef6277 Mon Sep 17 00:00:00 2001 From: Alexander Vershilov Date: Sun, 11 Oct 2015 10:28:48 +0300 Subject: [PATCH 0552/3141] Change maintainer of distributed-process. --- build-constraints.yaml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d4b7dd52..0fbc9b33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -117,19 +117,6 @@ packages: - th-desugar - quickcheck-assertions - - distributed-process-simplelocalnet - # cloud-haskell - - rank1dynamic - - distributed-static - - network-transport - - distributed-process - - distributed-process-extras - - distributed-process-async - - distributed-process-client-server - - distributed-process-supervisor - - distributed-process-task - - distributed-process-execution - - kure - ide-backend @@ -1496,6 +1483,21 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data + "Facundo Domínguez @facundominguez": + + - distributed-process + - distributed-process-async + - distributed-process-client-server + - distributed-process-execution + - distributed-process-extras + - distributed-process-simplelocalnet + - distributed-process-supervisor + - distributed-process-task + - distributed-static + - network-transport + - rank1dynamic + + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 603c44648754572d4d9f7267143df29b8c9ef07a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 11 Oct 2015 23:46:16 +0900 Subject: [PATCH 0553/3141] add upperbounds for hmatrix-gsl-stats, hsignal and hstatistics (#887) since hmatrix-gsl-stats wants vector-0.11 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 997cff95..d0901c94 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1528,11 +1528,15 @@ packages: # https://github.com/fpco/stackage/issues/836 - singletons < 1.2 + # https://github.com/fpco/stackage/issues/887 # https://github.com/amcphail/hmatrix-gsl-stats/issues/10 # https://github.com/amcphail/plot/issues/13 # https://github.com/amcphail/hmatrix-repa/issues/2 - hmatrix < 0.17 - hmatrix-gsl < 0.17 + - hmatrix-gsl-stats < 0.4.1.2 + - hsignal < 0.2.7.2 + - hstatistics < 0.2.5.3 # https://github.com/fpco/stackage/issues/845 - aeson < 0.10 From b42d6797ec8b0f859c7b5af4e63942067e62fa3e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 11 Oct 2015 23:52:34 +0900 Subject: [PATCH 0554/3141] upperbound plot (#887) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0901c94..f10f938d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1537,6 +1537,7 @@ packages: - hmatrix-gsl-stats < 0.4.1.2 - hsignal < 0.2.7.2 - hstatistics < 0.2.5.3 + - plot < 0.2.3.5 # https://github.com/fpco/stackage/issues/845 - aeson < 0.10 From b5638fbdee3ce48e71bd472d81855f3162d04112 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 12 Oct 2015 11:13:17 +0900 Subject: [PATCH 0555/3141] allow websockets tests failure (jaspervdj/websockets#104) May be intermittent but happened twice in a row for current nightly build --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 625f865b..a8b661ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2026,6 +2026,9 @@ expected-test-failures: # https://github.com/alcidesv/second-transfer/issues/3 - second-transfer + # https://github.com/jaspervdj/websockets/issues/104 + - websockets + # end of expected-test-failures From 48ad48aa64cef6082d6bf73d36d3157fd3f4aa29 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 12 Oct 2015 11:30:18 +0900 Subject: [PATCH 0556/3141] hatex-guide setup fails (#885) setup: /home/stackage/.hatex-guide: createDirectory: permission denied --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8b661ff..301a1af6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -435,7 +435,8 @@ packages: - grouped-list - haskintex - HaTeX - - hatex-guide + # fails see #885 + #- hatex-guide - include-file - matrix - pcre-light From 7c0abf8628b659e4e7ec939193a4c8d9a78f80b4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 12 Oct 2015 11:52:35 +0900 Subject: [PATCH 0557/3141] distributed-process-tests fails to build (#886) Preprocessing test suite 'TestMx' for distributed-process-tests-0.4.3.1... ghc: unrecognised flag: --threaded --- build-constraints.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 301a1af6..27439bf4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1502,13 +1502,15 @@ packages: "Facundo Domínguez @facundominguez": - distributed-process - - distributed-process-async - - distributed-process-client-server - - distributed-process-execution - - distributed-process-extras + # https://github.com/fpco/stackage/pull/886 + #- distributed-process-async + #- distributed-process-client-server + #- distributed-process-execution + #- distributed-process-extras - distributed-process-simplelocalnet - distributed-process-supervisor - - distributed-process-task + # https://github.com/fpco/stackage/pull/886 + #- distributed-process-task - distributed-static - network-transport - rank1dynamic From bb35c4a5ce2d7a46f20ecac990bd209b4ae7f90a Mon Sep 17 00:00:00 2001 From: Takahiro Himura Date: Mon, 12 Oct 2015 13:00:04 +0900 Subject: [PATCH 0558/3141] Update build-constraints.yaml --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27439bf4..4d080b1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1515,6 +1515,12 @@ packages: - network-transport - rank1dynamic + "Takahiro Himura @thimura": + - lens-regex + - twitter-conduit + - twitter-types + - twitter-types-lens + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 @@ -1634,6 +1640,9 @@ package-flags: nix-paths: allow-relative-paths: true + twitter-types: + time15: true + # end of package-flags From f4da7e8e918fb8b2c69928a37aa66310521a71d9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 12 Oct 2015 13:48:41 +0900 Subject: [PATCH 0559/3141] README: advice on commit messages --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c2963d49..4a53c5d3 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ require new submissions to be tested on your own system before sending a pull request. If you believe your package works with the newest versions of all dependencies, you may send a pull request without testing first. +Please use commit messages like "add foo-bar" or "add johndev's packages" +(`build-constraints.yaml` is the most frequently changed file in this git repo +so commit messages like "update build-constraints.yaml" are not helpful). + You should also read the [maintainers agreement](https://github.com/fpco/stackage/wiki/Maintainers-Agreement). From 49b41a7b8127fe2ec10ca9d74e86c0ac5cb1eecb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 12 Oct 2015 13:50:55 +0900 Subject: [PATCH 0560/3141] improve the wording at the start of the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a53c5d3..a77098f7 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ stackage [![Build Status](https://travis-ci.org/fpco/stackage.svg?branch=master)](https://travis-ci.org/fpco/stackage) -"Stable Hackage," tools for creating a vetted set of packages from Hackage. +"Stable Hackage": creating a vetted set of packages from Hackage. -__NOTE__ This repository is for package authors to get their code into +__NOTE__ This repository is for package authors to get their packages into Stackage. If you simply want to use Stackage as an end user, please follow the instructions on [http://www.stackage.org/](http://www.stackage.org). From 9da130e09aacc6c62e17c50aa86fa1dc0ea6cf30 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 12 Oct 2015 13:51:57 +0900 Subject: [PATCH 0561/3141] README: mention maintainers as well as authors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a77098f7..481c06d3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ stackage "Stable Hackage": creating a vetted set of packages from Hackage. -__NOTE__ This repository is for package authors to get their packages into +__NOTE__ This repository is for package authors and maintainers to get their packages into Stackage. If you simply want to use Stackage as an end user, please follow the instructions on [http://www.stackage.org/](http://www.stackage.org). From 642b726c317ff5fa48cca9140848e46baa357e2c Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Thu, 8 Oct 2015 11:31:35 +0200 Subject: [PATCH 0562/3141] Adding new amazonka libraries --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 997cff95..9ff83693 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -952,15 +952,20 @@ packages: - amazonka-efs - amazonka-elasticache - amazonka-elasticbeanstalk + - amazonka-elasticsearch - amazonka-elastictranscoder - amazonka-elb - amazonka-emr - amazonka-glacier - amazonka-iam - amazonka-importexport + - amazonka-inspector + - amazonka-iot - amazonka-kinesis + - amazonka-kinesis-firehose - amazonka-kms - amazonka-lambda + - amazonka-marketplace-analytics - amazonka-ml - amazonka-opsworks - amazonka-rds @@ -977,6 +982,7 @@ packages: - amazonka-sts - amazonka-support - amazonka-swf + - amazonka-waf - amazonka-workspaces - ede - pagerduty From d45e3eb4a7719a2212a10fe445091f1ff7194b13 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 12 Oct 2015 18:07:08 +0900 Subject: [PATCH 0563/3141] Revert "distributed-process-tests fails to build (#886)" should be fixed with 0.4.3.2 (distributed-process-tests#27) This reverts commit 7c0abf8628b659e4e7ec939193a4c8d9a78f80b4. --- build-constraints.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3b5a9ea..d48a55f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1508,15 +1508,13 @@ packages: "Facundo Domínguez @facundominguez": - distributed-process - # https://github.com/fpco/stackage/pull/886 - #- distributed-process-async - #- distributed-process-client-server - #- distributed-process-execution - #- distributed-process-extras + - distributed-process-async + - distributed-process-client-server + - distributed-process-execution + - distributed-process-extras - distributed-process-simplelocalnet - distributed-process-supervisor - # https://github.com/fpco/stackage/pull/886 - #- distributed-process-task + - distributed-process-task - distributed-static - network-transport - rank1dynamic From 7a65c24ee3b722586600c1d16248309b01e5bb68 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Tue, 13 Oct 2015 00:30:04 +0200 Subject: [PATCH 0564/3141] Add libinfluxdb by wereHamster --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d48a55f1..3150157c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -837,6 +837,7 @@ packages: - github-webhook-handler-snap - google-cloud - kraken + - libinfluxdb - mole - publicsuffix - rethinkdb-client-driver From 5ad91d574f11f1f4166804d97da5c183956d6af5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Oct 2015 04:19:26 +0000 Subject: [PATCH 0565/3141] Upper bound for #892 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d48a55f1..6fbd747f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1585,6 +1585,9 @@ packages: # https://github.com/fpco/stackage/issues/880 - http-types < 0.9 + # https://github.com/fpco/stackage/issues/892 + - webdriver < 0.7 + # end of packages From cafb357983b8eabfdfb696f56dc7cfb6530102ca Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Oct 2015 04:44:56 +0000 Subject: [PATCH 0566/3141] Expect test failure himura/twitter-types#33 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6fbd747f..5d63a229 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2048,6 +2048,9 @@ expected-test-failures: # https://github.com/jaspervdj/websockets/issues/104 - websockets + # https://github.com/himura/twitter-types/issues/33 + - twitter-types + # end of expected-test-failures From d5643c886271c04ab45e9b403fd743a89831a277 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Oct 2015 04:54:39 +0000 Subject: [PATCH 0567/3141] Expected test failure himura/twitter-conduit#39 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30eea369..42aa9ba0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2052,6 +2052,9 @@ expected-test-failures: # https://github.com/himura/twitter-types/issues/33 - twitter-types + # https://github.com/himura/twitter-conduit/issues/39 + - twitter-conduit + # end of expected-test-failures From 12d1801c9ba4b621c92fa2c68e9dc638e495859f Mon Sep 17 00:00:00 2001 From: Dave Wiltshire Date: Tue, 13 Oct 2015 18:39:50 +1100 Subject: [PATCH 0568/3141] Added package hashable-time Added hashable-time with David Wiltshire as maintainer (but not author). --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42aa9ba0..60c69eeb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1526,6 +1526,10 @@ packages: - twitter-types - twitter-types-lens + "David Wiltshire @dave77": + # on behalf of Alexey Karakulov @w3rs + - hashable-time + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From d5795aeedb44f722a8a8a37f7c2c36f5cbabbcb9 Mon Sep 17 00:00:00 2001 From: Robbin C Date: Tue, 13 Oct 2015 15:45:11 +0800 Subject: [PATCH 0569/3141] Add zim-parser. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42aa9ba0..b4641885 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1526,6 +1526,9 @@ packages: - twitter-types - twitter-types-lens + "Robbin C. ": + - zim-parser + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From df687cd71c15c9df9476b1b60495d29a276a815c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 13 Oct 2015 12:45:07 -0400 Subject: [PATCH 0570/3141] add Win32-extras This is a dependency of git-annex on Windows, and won't otherwise be included since deps are resolved for linux and not windows. Per https://github.com/commercialhaskell/stack/issues/1158 I put it under my name, although I don't maintain the package, because I can't speak for the authors of Win32-extras regarding putting it in stackage, and it's so far only included because git-annex uses it. Hopefully this is ok. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d91730db..f50084ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -571,6 +571,7 @@ packages: "Joey Hess ": - git-annex < 5.20150731 + - Win32-extras "Ketil Malde": - biocore @@ -1666,6 +1667,7 @@ skipped-builds: - hfsevents - Win32 - Win32-notify + - Win32-extras # By skipping a test suite, we do not pull in the build dependencies From 0a9aa3df17f59e6d07ba28d587c26e7215d3b255 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 14 Oct 2015 14:13:26 +0900 Subject: [PATCH 0571/3141] true-name should build now with ghc-7.10 (liyang/true-name#2) true-name-0.0.0.2 should allow fast-builder's benchmarks to run --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f50084ab..cb569e9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2135,9 +2135,6 @@ skipped-benchmarks: # https://github.com/kaizhang/clustering/issues/2 - clustering - # https://github.com/liyang/true-name/issues/2 - - fast-builder - # end of skipped-benchmarks From 7ae02020716de6a8c40fde9c4c7c3df7a18e9276 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 14 Oct 2015 14:20:08 +0900 Subject: [PATCH 0572/3141] websockets tests should pass now (jaspervdj/websockets#104) should be fixed in 0.9.6.1 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb569e9b..feb173b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2055,9 +2055,6 @@ expected-test-failures: # https://github.com/alcidesv/second-transfer/issues/3 - second-transfer - # https://github.com/jaspervdj/websockets/issues/104 - - websockets - # https://github.com/himura/twitter-types/issues/33 - twitter-types From afaf8aebc36fa6dafe80ef2995ea78c441c40bd7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 14 Oct 2015 14:28:41 +0900 Subject: [PATCH 0573/3141] persistent-mysql haddock fixed (yesodweb/persistent#488) should be fixed in 2.3.0.2 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index feb173b5..4729a968 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2086,9 +2086,6 @@ expected-haddock-failures: # not sure why - growler - # fedora/haskell/cabal-rpm/f23/ - - persistent-mysql - # end of expected-haddock-failures From 6c2249fde8434aea6dda9cf19fe89d4a8d4da767 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Oct 2015 06:03:25 +0000 Subject: [PATCH 0574/3141] Upper bounds for #896 and #897 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4729a968..c0ef3509 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1597,6 +1597,12 @@ packages: # https://github.com/fpco/stackage/issues/892 - webdriver < 0.7 + # https://github.com/fpco/stackage/issues/896 + - OpenGLRaw < 2.6 + + # https://github.com/fpco/stackage/issues/897 + - pandoc-citeproc < 0.8 + # end of packages From 3cdf03cac0a887d3324cfa460483c89d0017122c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Oct 2015 07:12:42 +0000 Subject: [PATCH 0575/3141] Upper bound for fumieval/witherable#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0ef3509..fd4cc0d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1603,6 +1603,9 @@ packages: # https://github.com/fpco/stackage/issues/897 - pandoc-citeproc < 0.8 + # https://github.com/fumieval/witherable/issues/4 + - witherable < 0.1.3.1 + # end of packages From b1ae375910157f5984758a0caec9dfe25fcaeaf5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Oct 2015 09:26:22 +0000 Subject: [PATCH 0576/3141] Expected test failure mitchellwrosen/language-lua2#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd4cc0d0..536e2ce0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2070,6 +2070,9 @@ expected-test-failures: # https://github.com/himura/twitter-conduit/issues/39 - twitter-conduit + # https://github.com/mitchellwrosen/language-lua2/issues/2 + - language-lua2 + # end of expected-test-failures From 90a0de3304fccb6993be385f6c58c49e326a6ba2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Oct 2015 10:54:31 +0000 Subject: [PATCH 0577/3141] Revert "Upper bound for fumieval/witherable#4" This reverts commit 3cdf03cac0a887d3324cfa460483c89d0017122c. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 536e2ce0..c226a2f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1603,9 +1603,6 @@ packages: # https://github.com/fpco/stackage/issues/897 - pandoc-citeproc < 0.8 - # https://github.com/fumieval/witherable/issues/4 - - witherable < 0.1.3.1 - # end of packages From 2734cf8fe4fd98fb2ea75f865b4b11eb4a82aac2 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Wed, 14 Oct 2015 17:20:43 +0300 Subject: [PATCH 0578/3141] Remove constraint on OpenGLRaw (#896) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c226a2f3..e96bd602 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1597,9 +1597,6 @@ packages: # https://github.com/fpco/stackage/issues/892 - webdriver < 0.7 - # https://github.com/fpco/stackage/issues/896 - - OpenGLRaw < 2.6 - # https://github.com/fpco/stackage/issues/897 - pandoc-citeproc < 0.8 From 5712a15a49f52c0d4b47b2fdb57247b2edc12ec8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Oct 2015 04:48:08 +0000 Subject: [PATCH 0579/3141] Remove expected test failure himura/twitter-conduit#39 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e96bd602..8659ec68 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2061,9 +2061,6 @@ expected-test-failures: # https://github.com/himura/twitter-types/issues/33 - twitter-types - # https://github.com/himura/twitter-conduit/issues/39 - - twitter-conduit - # https://github.com/mitchellwrosen/language-lua2/issues/2 - language-lua2 From c024cc564f5b19f4d2d4bfeced00fdcdebd82b0e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Oct 2015 04:48:44 +0000 Subject: [PATCH 0580/3141] Remove expected test failure himura/twitter-types#33 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8659ec68..f384e4dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2058,9 +2058,6 @@ expected-test-failures: # https://github.com/alcidesv/second-transfer/issues/3 - second-transfer - # https://github.com/himura/twitter-types/issues/33 - - twitter-types - # https://github.com/mitchellwrosen/language-lua2/issues/2 - language-lua2 From 126b7bfb077402820d06dfd19384e3fbf7c7d9d6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Oct 2015 10:48:57 +0000 Subject: [PATCH 0581/3141] Remove upper bound and close #897 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f384e4dd..8cb40449 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1597,9 +1597,6 @@ packages: # https://github.com/fpco/stackage/issues/892 - webdriver < 0.7 - # https://github.com/fpco/stackage/issues/897 - - pandoc-citeproc < 0.8 - # end of packages From e3d401696b37a83498dbf22d50233699f698dd22 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 16 Oct 2015 12:50:58 +0900 Subject: [PATCH 0582/3141] shelly pipe test fail fixed in 1.6.4 (yesodweb/Shelly.hs#106) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8cb40449..5ee6ee16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1984,10 +1984,6 @@ expected-test-failures: # Test suite needs a running neo4j server with auth disabled - haskell-neo4j-client - # https://github.com/fpco/stackage/issues/701 - # https://github.com/yesodweb/Shelly.hs/issues/106 - - shelly - # https://github.com/kazu-yamamoto/logger/issues/42 - wai-logger From 29b4fa11e2439a93aa5fff95fbaca0e1b7e61f5f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Oct 2015 04:38:08 +0000 Subject: [PATCH 0583/3141] Add back present nominolo/atto-lisp#18 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ee6ee16..a5646df3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -239,7 +239,7 @@ packages: - lucid - osdkeys - pdfinfo - #- present GHC 7.10, via https://github.com/nominolo/atto-lisp/issues/18 + - present - pure-io # https://github.com/jgoerzen/testpack/issues/11 #- scrobble GHC 7.10, for QuickCheck 2.8 via testpack From 7a43982051b385ae1d9008d9fca2e69841bd8b6b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Oct 2015 08:00:28 +0000 Subject: [PATCH 0584/3141] Block atto-lisp again nominolo/atto-lisp#20 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5646df3..43b8cdea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -239,7 +239,7 @@ packages: - lucid - osdkeys - pdfinfo - - present + #- present Due to: https://github.com/nominolo/atto-lisp/issues/20 - pure-io # https://github.com/jgoerzen/testpack/issues/11 #- scrobble GHC 7.10, for QuickCheck 2.8 via testpack From 9f74d2f13bb7df86cbc2be1ab4b73b9cc1686033 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Oct 2015 08:00:37 +0000 Subject: [PATCH 0585/3141] Remove upper bounds and close #887 --- build-constraints.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43b8cdea..87fdc4b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1565,17 +1565,6 @@ packages: # https://github.com/fpco/stackage/issues/836 - singletons < 1.2 - # https://github.com/fpco/stackage/issues/887 - # https://github.com/amcphail/hmatrix-gsl-stats/issues/10 - # https://github.com/amcphail/plot/issues/13 - # https://github.com/amcphail/hmatrix-repa/issues/2 - - hmatrix < 0.17 - - hmatrix-gsl < 0.17 - - hmatrix-gsl-stats < 0.4.1.2 - - hsignal < 0.2.7.2 - - hstatistics < 0.2.5.3 - - plot < 0.2.3.5 - # https://github.com/fpco/stackage/issues/845 - aeson < 0.10 From 420a9942cca83f4ec9514e6dd3ec8beaff124076 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Oct 2015 16:42:37 +0000 Subject: [PATCH 0586/3141] Extra upper bounds for #682 and #845 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87fdc4b2..55ac41ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1540,6 +1540,9 @@ packages: # https://github.com/fpco/stackage/issues/682 - vector < 0.11 + - repa < 3.4.0.2 + - repa-algorithms < 3.4.0.2 + - repa-io < 3.4.0.2 # https://github.com/fpco/stackage/issues/754 - messagepack < 0.5 @@ -1567,6 +1570,7 @@ packages: # https://github.com/fpco/stackage/issues/845 - aeson < 0.10 + - bloodhound < 0.9 # https://github.com/fpco/stackage/issues/846 - postgresql-simple < 0.5 From 1e21085f4de07ebe8c1ed71222fd5abc576d5b0b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Oct 2015 16:58:03 +0000 Subject: [PATCH 0587/3141] Temporary package block for #899 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55ac41ae..2e7247e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -998,7 +998,7 @@ packages: - kmeans # Not compatible with GHC 7.10.2 (yes, it's a regression in GHC) # - boolsimplifier - - cubicspline + # - cubicspline https://github.com/fpco/stackage/issues/899 - maximal-cliques "Alexander Bondarenko @wiz": From e8855184a1ef83902924a27cff58e766693154ea Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Oct 2015 16:59:54 +0000 Subject: [PATCH 0588/3141] Temporary block for amcphail/hmatrix-repa#2 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e7247e7..a2015479 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1018,7 +1018,8 @@ packages: - plot-gtk3 - vector-buffer - - hmatrix-repa + # Blocking due to https://github.com/amcphail/hmatrix-repa/issues/2 + # - hmatrix-repa "Noam Lewis @sinelaw": - xml-to-json From 49ec1a5c0a8fa244b07128a9dfc2dca3a3941da3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Oct 2015 19:48:34 +0000 Subject: [PATCH 0589/3141] Temporary block for sumitsahrawat/plot-gtk-ui#1 --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2015479..5fadc811 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1491,8 +1491,10 @@ packages: - multiplate "Sumit Sahrawat @sumitsahrawat": - - plot-gtk-ui - - calculator + [] + # https://github.com/sumitsahrawat/plot-gtk-ui/issues/1 + #- plot-gtk-ui + #- calculator "Emmanuel Touzery @emmanueltouzery": - app-settings From 2e82409d7fac225a01591e2d77ca3f84ce669721 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Oct 2015 19:50:49 +0000 Subject: [PATCH 0590/3141] Temporary block for amcphail/plot-gtk#3 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5fadc811..1ffab56f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1014,7 +1014,8 @@ packages: - hsignal - hstatistics - plot - - plot-gtk + # https://github.com/amcphail/plot-gtk/issues/3 + #- plot-gtk - plot-gtk3 - vector-buffer From 2758523c16176905b8d9da6680101c982a1e2ccd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Oct 2015 19:52:44 +0000 Subject: [PATCH 0591/3141] Temporary block for amcphail/plot-gtk3#5 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ffab56f..d56431e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1016,7 +1016,9 @@ packages: - plot # https://github.com/amcphail/plot-gtk/issues/3 #- plot-gtk - - plot-gtk3 + + # https://github.com/amcphail/plot-gtk3/issues/5 + #- plot-gtk3 - vector-buffer # Blocking due to https://github.com/amcphail/hmatrix-repa/issues/2 From ee95e304cf540353f7c4a59d3e2952ec9c2b2a10 Mon Sep 17 00:00:00 2001 From: Vivian McPhail Date: Sun, 18 Oct 2015 12:13:38 +1300 Subject: [PATCH 0592/3141] Update build-constraints.yaml Fixed https://github.com/amcphail/plot-gtk/issues/3 Fixed https://github.com/amcphail/plot-gtk3/issues/5 --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d56431e0..c011a23c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1009,16 +1009,13 @@ packages: "Andres Löh @kosmikus": - generics-sop - "Vivian McPhail ": + "Vivian McPhail @amcphail": - hmatrix-gsl-stats - hsignal - hstatistics - plot - # https://github.com/amcphail/plot-gtk/issues/3 - #- plot-gtk - - # https://github.com/amcphail/plot-gtk3/issues/5 - #- plot-gtk3 + - plot-gtk + - plot-gtk3 - vector-buffer # Blocking due to https://github.com/amcphail/hmatrix-repa/issues/2 From 6e2367953ed7719eb804a956b9f68f55143eb2d4 Mon Sep 17 00:00:00 2001 From: Tim Baumann Date: Sun, 18 Oct 2015 01:17:07 +0200 Subject: [PATCH 0593/3141] Added package engine-io-yesod Added engine-io-yesod with Tim Baumann as maintainer --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d56431e0..1cc707e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1540,6 +1540,9 @@ packages: # on behalf of Alexey Karakulov @w3rs - hashable-time + "Tim Baumann @timjb": + - engine-io-yesod + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 4832eaa309d304e15b273258f31f2adf8de52a12 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Oct 2015 04:21:56 +0000 Subject: [PATCH 0594/3141] Remove blocked package and close #899 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a96152a3..8320d603 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -998,7 +998,7 @@ packages: - kmeans # Not compatible with GHC 7.10.2 (yes, it's a regression in GHC) # - boolsimplifier - # - cubicspline https://github.com/fpco/stackage/issues/899 + - cubicspline - maximal-cliques "Alexander Bondarenko @wiz": From 01e0e5a944f916d61906b0c212300e0ba84fb4a5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Oct 2015 04:24:28 +0000 Subject: [PATCH 0595/3141] Add back plot-gtk-ui sumitsahrawat/plot-gtk-ui#1 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8320d603..2531abaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1491,10 +1491,8 @@ packages: - multiplate "Sumit Sahrawat @sumitsahrawat": - [] - # https://github.com/sumitsahrawat/plot-gtk-ui/issues/1 - #- plot-gtk-ui - #- calculator + - plot-gtk-ui + - calculator "Emmanuel Touzery @emmanueltouzery": - app-settings From 5ae49c801e17f0c22e69cd11d353cc11708e68df Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Sun, 18 Oct 2015 19:08:48 +0200 Subject: [PATCH 0596/3141] More Cloud Haskell packages (mainly transports). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2531abaf..49bcd0c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1515,11 +1515,14 @@ packages: - distributed-process-client-server - distributed-process-execution - distributed-process-extras + - distributed-process-registry - distributed-process-simplelocalnet - distributed-process-supervisor - distributed-process-task - distributed-static - network-transport + - network-transport-tcp + - network-transport-composed - rank1dynamic "Takahiro Himura @thimura": From 599d7c468d2bfab6bff99caa157cc3841e58a38c Mon Sep 17 00:00:00 2001 From: Yuras Shumovich Date: Sun, 18 Oct 2015 22:18:17 +0300 Subject: [PATCH 0597/3141] Add io-region and pdf-toolbox packages --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2531abaf..b6385ea7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1538,6 +1538,12 @@ packages: "Tim Baumann @timjb": - engine-io-yesod + "Yuras Shumovich @Yuras": + - pdf-toolbox-core + - pdf-toolbox-content + - pdf-toolbox-document + - io-region + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 873071f01147183bc872fb3978f5d6ab99558118 Mon Sep 17 00:00:00 2001 From: Stanislav Chernichkin Date: Mon, 19 Oct 2015 11:55:51 +0300 Subject: [PATCH 0598/3141] Add partial-isomorphisms --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6385ea7..389e21d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1543,6 +1543,9 @@ packages: - pdf-toolbox-content - pdf-toolbox-document - io-region + + "Stanislav Chernichkin @schernichkin": + - partial-isomorphisms "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 1497940e830ade32fb7f61e0ef8e24d42909ee59 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Mon, 19 Oct 2015 11:36:43 +0200 Subject: [PATCH 0599/3141] Add HaRe Addresses https://github.com/RefactoringTools/HaRe/issues/8 cc @wolftune Note: The elisp should still move to MELPA --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6385ea7..58ab733e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -163,6 +163,7 @@ packages: "Alan Zimmerman": - hjsmin - language-javascript + - HaRe "Alfredo Di Napoli ": - mandrill From 640c2fc0e8ded6228fcf4c0c9178685cca3adf51 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Oct 2015 11:48:14 +0200 Subject: [PATCH 0600/3141] dixi upper bound #907 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6385ea7..9e33ee0c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1600,6 +1600,8 @@ packages: # https://github.com/fpco/stackage/issues/892 - webdriver < 0.7 + - dixi < 0.3 + # end of packages From 48d99133b131ca6731802d014ef65ea11bcb8d11 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Oct 2015 11:49:26 +0200 Subject: [PATCH 0601/3141] Add issue reference for #907 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e33ee0c..85cbf283 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1600,6 +1600,7 @@ packages: # https://github.com/fpco/stackage/issues/892 - webdriver < 0.7 + # https://github.com/fpco/stackage/issues/907 - dixi < 0.3 # end of packages From 6f24ef6bc2c62f7644539abdc391de3f718a4a06 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Oct 2015 13:15:14 +0200 Subject: [PATCH 0602/3141] Upper bound for #908 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85cbf283..16e39cf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1603,6 +1603,9 @@ packages: # https://github.com/fpco/stackage/issues/907 - dixi < 0.3 + # https://github.com/fpco/stackage/issues/908 + - bimap < 0.3.1 + # end of packages From 746a2e202480617ed6f3048894554b58421b0f82 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Oct 2015 13:26:35 +0200 Subject: [PATCH 0603/3141] Upper bound for #909 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16e39cf8..2df60805 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1606,6 +1606,9 @@ packages: # https://github.com/fpco/stackage/issues/908 - bimap < 0.3.1 + # https://github.com/fpco/stackage/issues/909 + - hyperloglog < 0.4.0.1 + # end of packages From 8042ce073114a6a847e0dc7e982e3c4f743b1d43 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Oct 2015 14:26:30 +0200 Subject: [PATCH 0604/3141] Re-enable language-c-quote test --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f76f8a2..4f77f049 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1749,9 +1749,6 @@ skipped-tests: - Cabal - MissingH - # Upper bound on src-log, see: https://github.com/fpco/stackage/issues/509 - - language-c-quote - # https://github.com/fpco/stackage/issues/602 - aws From 420c9eba45a361319fe9e9d671fe1d6ae44e86cb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Oct 2015 14:45:02 +0200 Subject: [PATCH 0605/3141] Re-enable tests for pandoc --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f77f049..bdb2149d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1544,7 +1544,7 @@ packages: - pdf-toolbox-content - pdf-toolbox-document - io-region - + "Stanislav Chernichkin @schernichkin": - partial-isomorphisms @@ -1743,7 +1743,6 @@ skipped-tests: - bson - cabal-install - exceptions - - pandoc - testpack - vector - Cabal From 9aa402a45346db2c4220f9cab6f4947884a8d433 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Oct 2015 15:01:33 +0200 Subject: [PATCH 0606/3141] Move + new issue reference for retry test suite --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bdb2149d..a000fd3e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1733,9 +1733,6 @@ skipped-tests: # https://github.com/fpco/stackage/pull/380#issuecomment-68060871 - Rasterific - # https://github.com/Soostone/retry/issues/18 - - retry - # Just a temporary package with a flimsy, inherited test suite - Cabal-ide-backend @@ -1747,6 +1744,8 @@ skipped-tests: - vector - Cabal - MissingH + # https://github.com/Soostone/retry/issues/30 + - retry # https://github.com/fpco/stackage/issues/602 - aws From 77762d43b9e4ac29e32ce65363e24de24b0dd44f Mon Sep 17 00:00:00 2001 From: Christoph Breitkopf Date: Mon, 19 Oct 2015 16:03:24 +0200 Subject: [PATCH 0607/3141] Add IntervalMap --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a000fd3e..57f84507 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1547,6 +1547,9 @@ packages: "Stanislav Chernichkin @schernichkin": - partial-isomorphisms + + "Christoph Breitkopf @bokesan": + - IntervalMap "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 09014c9ed39c9cd945c3f9d724b473c4c6d9893b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Oct 2015 16:09:00 +0200 Subject: [PATCH 0608/3141] Enable test-suite for Rasterific (#380) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a000fd3e..95df1259 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1730,9 +1730,6 @@ skipped-tests: - distributed-process-client-server - distributed-process-extras - # https://github.com/fpco/stackage/pull/380#issuecomment-68060871 - - Rasterific - # Just a temporary package with a flimsy, inherited test suite - Cabal-ide-backend From a5ca4deb040d29f4ff428f8448bdd93898cb9f14 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Oct 2015 16:10:26 +0200 Subject: [PATCH 0609/3141] Go over all test-suites and re-enable updated ones. --- build-constraints.yaml | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d48e12b7..c7287276 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1691,48 +1691,26 @@ skipped-builds: # By skipping a test suite, we do not pull in the build dependencies skipped-tests: - - dbmigrations - - ReadArgs # old version of hspec - - ersatz # old QuickCheck - - punycode # pulls in encoding + # old version of warp - HTTP - - Octree - - options - - hasql # require old hspec + - ReadArgs - bloodhound - fb - - # require old tasty - - diagrams-haddock - - # requires old hsql - - hasql-postgres + - hasql # https://github.com/pa-ba/compdata/issues/4 - compdata # Too lazy to keep the test dependencies up to date - - base-prelude - cases - - focus - - hasql - - hasql-backend - hasql-postgres - list-t - - mtl-prelude - - neat-interpolation - - partial-handler - postgresql-binary - slave-thread - stm-containers - # Cloud Haskell out-of-date dependencies - - distributed-process-async - - distributed-process-client-server - - distributed-process-extras - # Just a temporary package with a flimsy, inherited test suite - Cabal-ide-backend From cdbf5d87e8c295ffaa3b598de50b83b28f0c82a1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Oct 2015 16:57:15 +0200 Subject: [PATCH 0610/3141] Re-enable test-suite for compdata (forgot about this one) --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7287276..e1c2181a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1547,7 +1547,7 @@ packages: "Stanislav Chernichkin @schernichkin": - partial-isomorphisms - + "Christoph Breitkopf @bokesan": - IntervalMap @@ -1700,9 +1700,6 @@ skipped-tests: - fb - hasql - # https://github.com/pa-ba/compdata/issues/4 - - compdata - # Too lazy to keep the test dependencies up to date - cases - hasql-postgres From 6bdab7d3c66fe58cd6b969655c6f15f8daeafd2d Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Mon, 19 Oct 2015 17:20:28 +0200 Subject: [PATCH 0611/3141] Add Strafunski-StrategyLib A dependency of HaRe --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1c2181a..004a307d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -164,6 +164,7 @@ packages: - hjsmin - language-javascript - HaRe + - Strafunski-StrategyLib "Alfredo Di Napoli ": - mandrill From 9f65f3042d49e52a1f9a3edc598e8edb8c39675e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Oct 2015 18:27:08 +0200 Subject: [PATCH 0612/3141] Remove upper bound on hyperloglog, closes #909 This reverts commit 746a2e202480617ed6f3048894554b58421b0f82. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 004a307d..1f701fa9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1614,9 +1614,6 @@ packages: # https://github.com/fpco/stackage/issues/908 - bimap < 0.3.1 - # https://github.com/fpco/stackage/issues/909 - - hyperloglog < 0.4.0.1 - # end of packages From b799bfec7b9570ad270b7d8419475c5c2163a714 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Oct 2015 20:12:38 +0200 Subject: [PATCH 0613/3141] Disable H and inline-r to close #682 --- build-constraints.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f701fa9..18520e11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1036,8 +1036,10 @@ packages: "Mateusz Kowalczyk @Fuuzetsu": - aeson-schema - - inline-r - - H + # H needs inline-r + # - H + # inline-r-0.7.1.2 doesn't allow vector-0.11 + # - inline-r "David Fox @ddssff": - debian @@ -1556,12 +1558,6 @@ packages: # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 - # https://github.com/fpco/stackage/issues/682 - - vector < 0.11 - - repa < 3.4.0.2 - - repa-algorithms < 3.4.0.2 - - repa-io < 3.4.0.2 - # https://github.com/fpco/stackage/issues/754 - messagepack < 0.5 From 78f4b072735e4b29f51e8f7a472cb6eca1dc2051 Mon Sep 17 00:00:00 2001 From: Stanislav Chernichkin Date: Mon, 19 Oct 2015 23:46:37 +0300 Subject: [PATCH 0614/3141] Add vinyl --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f53a6f3..bb9e04d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1553,6 +1553,7 @@ packages: "Stanislav Chernichkin @schernichkin": - partial-isomorphisms + - vinyl "Christoph Breitkopf @bokesan": - IntervalMap From b05b3364cee57a08ef39fa7ba42a4c11aa16d5a8 Mon Sep 17 00:00:00 2001 From: Alexander Vershilov Date: Tue, 20 Oct 2015 12:21:45 +0300 Subject: [PATCH 0615/3141] Add network-transport-zeromq --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f53a6f3..2bdde4fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1529,6 +1529,9 @@ packages: - network-transport-composed - rank1dynamic + "Alexander Vershilov @qnikst": + - network-transport-zeromq + "Takahiro Himura @thimura": - lens-regex - twitter-conduit From 46b65f0b39ca2ede16099693b06f12108268e4b8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 20 Oct 2015 18:20:37 +0200 Subject: [PATCH 0616/3141] Upper bound on largeword --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f53a6f3..16486b3d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1613,6 +1613,9 @@ packages: # https://github.com/fpco/stackage/issues/908 - bimap < 0.3.1 + # https://github.com/idontgetoutmuch/largeword/pull/12 + - largeword < 1.2.4 + # end of packages From db393cd6b9f7dac7b1c49e473c3aa46f0e3d2275 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 20 Oct 2015 18:50:13 +0200 Subject: [PATCH 0617/3141] Expect test-suite failures for #916 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16486b3d..0c5c4b33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2040,6 +2040,10 @@ expected-test-failures: # https://github.com/mitchellwrosen/language-lua2/issues/2 - language-lua2 + # https://github.com/fpco/stackage/issues/916 + - distributed-process-extras + - distributed-process-client-server + # end of expected-test-failures From 7c43203004d58ad2fa41f13f1cd41e56aaffc4b6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 20 Oct 2015 18:59:49 +0200 Subject: [PATCH 0618/3141] Upper bound for jgm/pandoc#2466 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c5c4b33..7c06cdee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1616,6 +1616,9 @@ packages: # https://github.com/idontgetoutmuch/largeword/pull/12 - largeword < 1.2.4 + # https://github.com/jgm/pandoc/issues/2466 + - pandoc < 1.15.1.1 + # end of packages From 00e30d07c918cce2d39957e2866e4a29eaeeb598 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 20 Oct 2015 19:08:20 +0200 Subject: [PATCH 0619/3141] expect test-suite failure for dbmigrations #917 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c06cdee..9502b185 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2047,6 +2047,9 @@ expected-test-failures: - distributed-process-extras - distributed-process-client-server + # https://github.com/fpco/stackage/issues/917 + - dbmigrations + # end of expected-test-failures From 2f9a6fd1ee34b67254da3bdec184a72c42287f7d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 20 Oct 2015 19:59:59 +0200 Subject: [PATCH 0620/3141] Ignore haddocks failure for metrics iand675/metrics#5 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9502b185..5601e4de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2075,6 +2075,9 @@ expected-haddock-failures: # not sure why - growler + # https://github.com/iand675/metrics/issues/5 + - metrics + # end of expected-haddock-failures From f80ad40f46cebab898c2e2d48b0fb818de112599 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 20 Oct 2015 20:03:59 +0200 Subject: [PATCH 0621/3141] Add hyperloglog upper bound again due to doctest failure #918 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5601e4de..0576ddca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1619,6 +1619,9 @@ packages: # https://github.com/jgm/pandoc/issues/2466 - pandoc < 1.15.1.1 + # https://github.com/fpco/stackage/issues/909 + - hyperloglog < 0.4.0.1 + # end of packages From b1b0dba13344607bbbbeba3a0f4f79fc521c56fe Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 20 Oct 2015 20:13:47 +0200 Subject: [PATCH 0622/3141] Switch to expect test failure for #918 instead, otherwise we need vector < 0.11 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0576ddca..b5be55b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1619,9 +1619,6 @@ packages: # https://github.com/jgm/pandoc/issues/2466 - pandoc < 1.15.1.1 - # https://github.com/fpco/stackage/issues/909 - - hyperloglog < 0.4.0.1 - # end of packages @@ -2053,6 +2050,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/917 - dbmigrations + # https://github.com/fpco/stackage/issues/918 + - hyperloglog + # end of expected-test-failures From 57f529bb82b372d2eec2c7218fe325381086d861 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 20 Oct 2015 20:49:33 +0200 Subject: [PATCH 0623/3141] Disable HaRe for test failures #906 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5be55b9..7eb81f74 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -163,8 +163,9 @@ packages: "Alan Zimmerman": - hjsmin - language-javascript - - HaRe - Strafunski-StrategyLib + # - https://github.com/fpco/stackage/pull/906 + # - HaRe "Alfredo Di Napoli ": - mandrill From d1f1b8212c8af0e7bbf68aaed93fdf146cb3d84c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 20 Oct 2015 20:54:14 +0200 Subject: [PATCH 0624/3141] Remove hyperloglog from expected test failures, closes #918 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7eb81f74..02b10cbc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2051,9 +2051,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/917 - dbmigrations - # https://github.com/fpco/stackage/issues/918 - - hyperloglog - # end of expected-test-failures From 5e82e72b3f49e0ad85794833c67aad4ae67ab0ad Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 20 Oct 2015 21:02:23 +0200 Subject: [PATCH 0625/3141] Note that pandoc test failure will be fixed in pandoc > 1.15.1.1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e39d0991..c7177965 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1621,7 +1621,8 @@ packages: - largeword < 1.2.4 # https://github.com/jgm/pandoc/issues/2466 - - pandoc < 1.15.1.1 + # Can be removed after > 1.15.1.1 is out. + - pandoc < 1.15.1.1 || > 1.15.1.1 # end of packages From 75c7fff482eaa263689bd50a8a4466ef8d26fadf Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Oct 2015 12:32:22 +0200 Subject: [PATCH 0626/3141] Upper bound on purescript for purescript/purescript#1544 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7177965..f1fccff3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1624,6 +1624,9 @@ packages: # Can be removed after > 1.15.1.1 is out. - pandoc < 1.15.1.1 || > 1.15.1.1 + # https://github.com/purescript/purescript/issues/1544 + - purescript < 0.7.5 + # end of packages From 3558523bc13fbb41de572c51555eacda1e26bc9d Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Wed, 21 Oct 2015 17:59:04 +0200 Subject: [PATCH 0627/3141] Add `ghc-typelits-extra` package Add [ghc-typelits-extra](https://hackage.haskell.org/package/ghc-typelits-extra) package: addtional type-level operations on `GHC.TypeLits.Nat` --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1fccff3..28ccef98 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1104,6 +1104,7 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra + - ghc-typelits-extra - ghc-typelits-natnormalise - clash-prelude - clash-lib From edff97ee13b6e1b7db0ad529939a3bc726185781 Mon Sep 17 00:00:00 2001 From: philopon Date: Thu, 22 Oct 2015 02:46:20 +0900 Subject: [PATCH 0628/3141] Add barrier --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1fccff3..39067d52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1220,6 +1220,7 @@ packages: - web-routing - bytestring-read - memcached-binary + - barrier "Kai Zhang @kaizhang": - clustering From 1dc0d070fb41b48b3a64e8992f2ea63b8301f2eb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 23 Oct 2015 00:43:54 +0200 Subject: [PATCH 0629/3141] Remove dixi upper bound and close #907 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a67b5c57..a472f0a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1613,9 +1613,6 @@ packages: # https://github.com/fpco/stackage/issues/892 - webdriver < 0.7 - # https://github.com/fpco/stackage/issues/907 - - dixi < 0.3 - # https://github.com/fpco/stackage/issues/908 - bimap < 0.3.1 From 958c6e9ad2d70ee26399822562595d6745cf8821 Mon Sep 17 00:00:00 2001 From: Dimitri 'phaazon' Sabadie Date: Fri, 23 Oct 2015 12:22:17 +0200 Subject: [PATCH 0630/3141] Added luminance, luminance-samples and wavefront. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a472f0a7..b2feaecc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -634,9 +634,12 @@ packages: # - al --FIXME temporary, figure out why it's not working with stackage-build - event - hid + - luminance + - luminance-samples - monad-journal - msi-kb-backlit - smoothie + - wavefront - zero "Thomas Schilling ": From 08119525b73141a1d4ba4e497d888df2728f159f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 23 Oct 2015 16:05:42 +0200 Subject: [PATCH 0631/3141] Upper bound for #922 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a472f0a7..59071a09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1626,6 +1626,9 @@ packages: # https://github.com/purescript/purescript/issues/1544 - purescript < 0.7.5 + # https://github.com/fpco/stackage/issues/922 + - generics-sop < 0.2 + # end of packages From 1f303b7807d19a66497d52b738e61a9477eaee01 Mon Sep 17 00:00:00 2001 From: Dimitri 'phaazon' Sabadie Date: Sat, 24 Oct 2015 13:51:31 +0200 Subject: [PATCH 0632/3141] Added wavefront. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a472f0a7..5eaafdc8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -637,6 +637,7 @@ packages: - monad-journal - msi-kb-backlit - smoothie + - wavefront - zero "Thomas Schilling ": From 0d99f0f8a8cda1962e40ab786c539e171821564b Mon Sep 17 00:00:00 2001 From: Dimitri 'phaazon' Sabadie Date: Sat, 24 Oct 2015 13:52:21 +0200 Subject: [PATCH 0633/3141] Removed wavefront. Added in #923. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2feaecc..dd9d0fc2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -639,7 +639,6 @@ packages: - monad-journal - msi-kb-backlit - smoothie - - wavefront - zero "Thomas Schilling ": From 0315832ccbcb1e106dc9d1dceae9526bf8a26bd4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 24 Oct 2015 17:57:50 +0200 Subject: [PATCH 0634/3141] Remove upper bound and close #922 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59071a09..a472f0a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1626,9 +1626,6 @@ packages: # https://github.com/purescript/purescript/issues/1544 - purescript < 0.7.5 - # https://github.com/fpco/stackage/issues/922 - - generics-sop < 0.2 - # end of packages From 27be8b45ad63344226702ed32211342d6653c1af Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 25 Oct 2015 07:54:43 +0000 Subject: [PATCH 0635/3141] Add servius --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2feaecc..d482ec3d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -53,6 +53,7 @@ packages: - hpc-coveralls - monad-unlift - yaml + - servius "FP Complete michael@fpcomplete.com @snoyberg": - alex From 44516397ed45b076e5cbee676cc6fc8276381578 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 25 Oct 2015 07:57:20 +0000 Subject: [PATCH 0636/3141] Temporarily block: brendanhay/pagerduty#5 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d482ec3d..36b37557 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -989,7 +989,8 @@ packages: - amazonka-waf - amazonka-workspaces - ede - - pagerduty + # https://github.com/brendanhay/pagerduty/issues/5 + # - pagerduty - semver - text-manipulate From 8c4100bec19acc1c648baa9adf290670c781d3c9 Mon Sep 17 00:00:00 2001 From: Dimitri 'phaazon' Sabadie Date: Sun, 25 Oct 2015 11:26:54 +0100 Subject: [PATCH 0637/3141] Added tellbot. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36b37557..06687240 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -640,6 +640,7 @@ packages: - monad-journal - msi-kb-backlit - smoothie + - tellbot - wavefront - zero From 3440fa764f3976cc369e1702907fe09206b37329 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 25 Oct 2015 21:44:37 -0700 Subject: [PATCH 0638/3141] Added constraints on luminance*, waiting on linear 1.20 #832 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06687240..feca74fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1593,6 +1593,8 @@ packages: - linear < 1.20 - reflection < 2.1 - diagrams-lib < 1.3.0.4 + - luminance < 0.6 + - luminance-samples < 0.6 # https://github.com/fpco/stackage/issues/836 - singletons < 1.2 From 6db38e20a2e89bf9f5e44b492fd7b68177c5a51a Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Sun, 25 Oct 2015 15:51:24 +0100 Subject: [PATCH 0639/3141] Adding amazonka-iot-dataplane --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index feca74fc..b362dcee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -965,6 +965,7 @@ packages: - amazonka-iam - amazonka-importexport - amazonka-inspector + - amazonka-iot-dataplane - amazonka-iot - amazonka-kinesis - amazonka-kinesis-firehose From c65fa3c806aa423871dffbdb3f5a8295435cddc9 Mon Sep 17 00:00:00 2001 From: Michele Lacchia Date: Mon, 26 Oct 2015 19:58:00 +0100 Subject: [PATCH 0640/3141] add argon, docopt, pathwalk --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73c1773e..3be5de73 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1570,6 +1570,11 @@ packages: "Christoph Breitkopf @bokesan": - IntervalMap + + "Michele Lacchia ": + - argon >= 0.2 + - docopt > 0.7 + - pathwalk > 0.3 "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 745e831531a2d3f2b02661894668efa7d9f124cf Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Tue, 27 Oct 2015 13:57:22 +0200 Subject: [PATCH 0641/3141] Add hedis --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73c1773e..7eb20246 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1259,6 +1259,7 @@ packages: - SHA - data-ordlist - cron + - hedis "Rob O'Callahan ropoctl@gmail.com": - pipes-fastx From bfdf147f7d382c69ce0bf93cab2da8ff79461106 Mon Sep 17 00:00:00 2001 From: "Leza Morais Lutonda (Lemol-C)" Date: Tue, 27 Oct 2015 09:00:32 -0400 Subject: [PATCH 0642/3141] Add HaskellNet-SSL see dpwright/HaskellNet-SSL#14 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73c1773e..57f008c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -825,6 +825,7 @@ packages: "Leza M. Lutonda lemol-c@hotmail.com @lemol": - HaskellNet + - HaskellNet-SSL "Jens Petersen juhpetersen@gmail.com @juhp": - cabal-rpm From 118edaedea83cfb4ea75585411ad388d64c9215c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Oct 2015 09:29:09 -0700 Subject: [PATCH 0643/3141] disable argon, remove lower bounds --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbcc879a..cd1cce39 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1573,9 +1573,9 @@ packages: - IntervalMap "Michele Lacchia ": - - argon >= 0.2 - - docopt > 0.7 - - pathwalk > 0.3 + # - argon + - docopt + - pathwalk "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 622339c99826f929891ee36d71ea9ffc834ed450 Mon Sep 17 00:00:00 2001 From: Michele Lacchia Date: Tue, 27 Oct 2015 18:07:59 +0100 Subject: [PATCH 0644/3141] add argon --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd1cce39..abb456ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1571,9 +1571,9 @@ packages: "Christoph Breitkopf @bokesan": - IntervalMap - + "Michele Lacchia ": - # - argon + - argon >= 0.3 - docopt - pathwalk From 8407895dfc157c164778f6606a8e0b391b4dba29 Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Tue, 27 Oct 2015 19:15:16 +0100 Subject: [PATCH 0645/3141] Adding amazonka-apigateway --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index feca74fc..0cdf9d21 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -931,6 +931,7 @@ packages: - amazonka - amazonka-core - amazonka-test + - amazonka-apigateway - amazonka-autoscaling - amazonka-cloudformation - amazonka-cloudfront From f764b70ba51b4ed7092216db06bd926498ec38e3 Mon Sep 17 00:00:00 2001 From: John Galt Date: Wed, 28 Oct 2015 17:24:24 -0400 Subject: [PATCH 0646/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8791818..26823fa2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1578,6 +1578,9 @@ packages: - docopt - pathwalk + "John Galt @entheogenesis": + - cacophony + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 8998af59ef7f03d5fb7d707510d472ca3c91aa95 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Oct 2015 20:03:14 -0700 Subject: [PATCH 0647/3141] Disable argon per #932 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8791818..b500a823 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1574,7 +1574,7 @@ packages: - IntervalMap "Michele Lacchia ": - - argon >= 0.3 + # - argon >= 0.3 - docopt - pathwalk From 6f6a906a9fcca0c70cb321ddea54823bcdb5b2b9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Oct 2015 20:06:36 -0700 Subject: [PATCH 0648/3141] lens 4.13 only blocked by #832 now. closes #831 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b500a823..74925bd9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1595,15 +1595,13 @@ packages: # https://github.com/fpco/stackage/issues/827 - semigroups < 0.17 - # https://github.com/fpco/stackage/issues/831 - - lens < 4.13 - # https://github.com/fpco/stackage/issues/832 - linear < 1.20 - reflection < 2.1 - diagrams-lib < 1.3.0.4 - luminance < 0.6 - luminance-samples < 0.6 + - lens < 4.13 # https://github.com/fpco/stackage/issues/836 - singletons < 1.2 From 8a156651611ab12b3bed440dd477469f4671fac0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Oct 2015 20:13:06 -0700 Subject: [PATCH 0649/3141] Remove constriant "purescript < 0.7.5" --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74925bd9..25db17df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1638,9 +1638,6 @@ packages: # Can be removed after > 1.15.1.1 is out. - pandoc < 1.15.1.1 || > 1.15.1.1 - # https://github.com/purescript/purescript/issues/1544 - - purescript < 0.7.5 - # end of packages From 2f891f246f43fab1d4d7d9cf86223be15213a05c Mon Sep 17 00:00:00 2001 From: John Galt Date: Wed, 28 Oct 2015 23:18:50 -0400 Subject: [PATCH 0650/3141] 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 26823fa2..a3ee05e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1578,7 +1578,7 @@ packages: - docopt - pathwalk - "John Galt @entheogenesis": + "John Galt @centromere": - cacophony "Stackage upper bounds": From 1fbf208f53c67adad48c4f9aea833bddb789cc82 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Oct 2015 20:33:22 -0700 Subject: [PATCH 0651/3141] Removed constraint "webdriver < 0.7", closes #892 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a4c2d9e..ab257aba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1629,9 +1629,6 @@ packages: # https://github.com/fpco/stackage/issues/880 - http-types < 0.9 - # https://github.com/fpco/stackage/issues/892 - - webdriver < 0.7 - # https://github.com/fpco/stackage/issues/908 - bimap < 0.3.1 From dce319106cb00c677312b551e0e00f449118a703 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Oct 2015 20:53:03 -0700 Subject: [PATCH 0652/3141] Remove constraint "singletons < 1.2", closes #836 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab257aba..7368f5c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1607,9 +1607,6 @@ packages: - luminance-samples < 0.6 - lens < 4.13 - # https://github.com/fpco/stackage/issues/836 - - singletons < 1.2 - # https://github.com/fpco/stackage/issues/845 - aeson < 0.10 - bloodhound < 0.9 From a2531517f70f68120385b8a3ca72ed60dbc055ef Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 29 Oct 2015 14:54:09 -0700 Subject: [PATCH 0653/3141] Revert "Disable argon per #932" This reverts commit 8998af59ef7f03d5fb7d707510d472ca3c91aa95. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7368f5c1..c6be6c92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1575,7 +1575,7 @@ packages: - IntervalMap "Michele Lacchia ": - # - argon >= 0.3 + - argon >= 0.3 - docopt - pathwalk From 5e22a9807e4ce245e9f0ec2dd7c98c489b3c8517 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 29 Oct 2015 22:45:39 -0700 Subject: [PATCH 0654/3141] Skip cacophony tests per #934 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6be6c92..f3ee229b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1761,6 +1761,9 @@ skipped-tests: - uuid - uuid-types + # https://github.com/fpco/stackage/issues/934 + - cacophony + # end of skipped-tests From 083e00ad8de8bd008fd1ee12bcefcd9cf464d468 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Oct 2015 08:01:09 -0700 Subject: [PATCH 0655/3141] semigroups 0.17 only blocked by #832 now, closes #827 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3ee229b..ee886218 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1596,9 +1596,6 @@ packages: # https://github.com/fpco/stackage/issues/768 - HUnit < 1.3 - # https://github.com/fpco/stackage/issues/827 - - semigroups < 0.17 - # https://github.com/fpco/stackage/issues/832 - linear < 1.20 - reflection < 2.1 @@ -1606,6 +1603,7 @@ packages: - luminance < 0.6 - luminance-samples < 0.6 - lens < 4.13 + - semigroups < 0.17 # https://github.com/fpco/stackage/issues/845 - aeson < 0.10 From 618c0f2304e170e27513d49eca18d381bcb483f1 Mon Sep 17 00:00:00 2001 From: Adam Curtis Date: Fri, 30 Oct 2015 12:27:25 -0400 Subject: [PATCH 0656/3141] Change webdriver maintainer --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee886218..af50642d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -110,7 +110,6 @@ packages: - statistics-linreg - th-expand-syns - thyme - - webdriver - web-fpco - criterion - th-lift @@ -1582,6 +1581,9 @@ packages: "John Galt @centromere": - cacophony + "Adam Curtis @kallisti-dev": + - webdriver + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 5902c20eef00b9e92808b1f905326824a7f8c200 Mon Sep 17 00:00:00 2001 From: Joe Hermaszewski Date: Fri, 30 Oct 2015 19:14:20 +0000 Subject: [PATCH 0657/3141] Add microlens-platform Added with @neongreen's consent; see aelve/microlens#53 Closes aelve/microlens#53 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index af50642d..4cb62cf6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1370,6 +1370,7 @@ packages: "Artyom ": - microlens + - microlens-platform - microlens-mtl - microlens-th - microlens-ghc From 251c86dc513994070dea5a2299f6947a74e234ee Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 30 Oct 2015 13:39:17 -0700 Subject: [PATCH 0658/3141] Update build-constraints.yaml Add hledger-ui --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cb62cf6..72a9ca04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -624,8 +624,9 @@ packages: "Simon Michael ": - hledger - - shelltestrunner + - hledger-ui - hledger-web + - shelltestrunner "Mihai Maruseac ": - io-manager From d244554270c149354ea1d37367d27cb8cc3addfb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Oct 2015 23:48:52 -0700 Subject: [PATCH 0659/3141] disable hledger-ui per #938 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72a9ca04..7bb4feb9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -624,7 +624,8 @@ packages: "Simon Michael ": - hledger - - hledger-ui + # https://github.com/fpco/stackage/issues/938 + # - hledger-ui - hledger-web - shelltestrunner From a29841b105428321dc18f19b90d2457cf7337431 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 31 Oct 2015 07:15:07 -0700 Subject: [PATCH 0660/3141] Ping @ocharles for @haskell-game notifications. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bb4feb9..e1c751f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2188,5 +2188,7 @@ github-users: lambdabot: - DanBurton - mokus0 + haskell-game: + - ocharles # end of github-users From 80601edb928793e7ffddfee6bed232d397b12fbb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 31 Oct 2015 07:29:08 -0700 Subject: [PATCH 0661/3141] Remove constraints associated with "linear < 1.20", closes #832 --- build-constraints.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1c751f7..7ee1627b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1601,15 +1601,6 @@ packages: # https://github.com/fpco/stackage/issues/768 - HUnit < 1.3 - # https://github.com/fpco/stackage/issues/832 - - linear < 1.20 - - reflection < 2.1 - - diagrams-lib < 1.3.0.4 - - luminance < 0.6 - - luminance-samples < 0.6 - - lens < 4.13 - - semigroups < 0.17 - # https://github.com/fpco/stackage/issues/845 - aeson < 0.10 - bloodhound < 0.9 From 31c164953524035f57eb8207760fadd31c12fce2 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sun, 1 Nov 2015 10:28:00 +0200 Subject: [PATCH 0662/3141] Add servant-yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ee1627b..c47f56f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -911,6 +911,7 @@ packages: - postgresql-simple-url - purescript - regex-applicative-text + - servant-yaml - spdx - these - universe From 93f5dbdccc749c26b1124b996b42c10f19814efa Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sun, 1 Nov 2015 21:37:14 +0600 Subject: [PATCH 0663/3141] =?UTF-8?q?add=20=E2=80=98htaglib=E2=80=99=20pac?= =?UTF-8?q?kage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HTagLib is binding to C API of popular C++ library for reading and editing of audio meta information (i.e. tags) of many popular audio formats. There are at least two other projects doing “the same” thing, both are almost identical and very low-level. This project provides high-level Haskellish interface (e.g. it uses applicative interface to read tags directly into your data structure, etc.). Reading and writing of meta data is performed as “atomic” operations, so it's impossible to forget to close file, etc. It's also type-safe. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ee1627b..cde770ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1505,6 +1505,7 @@ packages: "Mark Karpov @mrkkrp": - megaparsec + - htaglib "Thomas Bereknyei ": - multiplate From fea54bdc58c993e254604c2841da4ff209fcd180 Mon Sep 17 00:00:00 2001 From: Noam Lewis Date: Sun, 1 Nov 2015 18:18:29 +0200 Subject: [PATCH 0664/3141] Add sol's (Simon Hengel's) markdown-unlit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ee1627b..544cba55 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1044,6 +1044,7 @@ packages: - wl-pprint - leveldb-haskell - system-argv0 + - markdown-unlit "Mateusz Kowalczyk @Fuuzetsu": - aeson-schema From 8d62a660f9cf176384c16817be9dee567bca225c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 1 Nov 2015 10:41:02 -0800 Subject: [PATCH 0665/3141] Add constraint "semigroups < 0.18" per #942 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ee1627b..b92feb28 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1630,6 +1630,9 @@ packages: # Can be removed after > 1.15.1.1 is out. - pandoc < 1.15.1.1 || > 1.15.1.1 + # https://github.com/fpco/stackage/issues/942 + - semigroups < 0.18 + # end of packages From 72f35c5507d1bb2fe3698600663f496272be681b Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Sun, 1 Nov 2015 12:51:22 -0800 Subject: [PATCH 0666/3141] Add inline-c and inline-c-cpp --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92feb28..7c804b66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1586,6 +1586,10 @@ packages: "Adam Curtis @kallisti-dev": - webdriver + + "Luke Iannini @lukexi": + - inline-c + - inline-c-cpp "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 8e3f533501acab1f8056c44f4ba3d7b141c4ca50 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 1 Nov 2015 14:13:34 -0800 Subject: [PATCH 0667/3141] Re-institute upper bounds due to build failures #944 --- build-constraints.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92feb28..0f6d247c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1633,6 +1633,16 @@ packages: # https://github.com/fpco/stackage/issues/942 - semigroups < 0.18 + # https://github.com/fpco/stackage/issues/944 + - linear < 1.20 + - reflection < 2.1 + - diagrams-lib < 1.3.0.4 + - luminance < 0.6 + - luminance-samples < 0.6 + - lens < 4.13 + - semigroups < 0.17 + + # end of packages From 9b8be9f8c4ec1fc039a5910a5f561aed2b8f2825 Mon Sep 17 00:00:00 2001 From: Nickolay Kudasov Date: Tue, 3 Nov 2015 12:11:02 +0300 Subject: [PATCH 0668/3141] Add smsaero package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f6d247c..44c07c24 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1519,6 +1519,7 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data + - smsaero "Jared Tobin @jtobin": - mwc-probability From e6ed952cd690878945845677cd7ab33483bbedfb Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 3 Nov 2015 17:22:35 +0200 Subject: [PATCH 0669/3141] Add monad-time --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f6d247c..dbc1ef57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -907,6 +907,7 @@ packages: - boxes - edit-distance - lattices + - monad-time - pattern-arrows - postgresql-simple-url - purescript From 8fb9aba29294a012b9a42d3ae9fafc1c6c3b4e8a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 3 Nov 2015 15:23:40 +0000 Subject: [PATCH 0670/3141] Upper bound for #946 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f6d247c..4b8eef65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1642,6 +1642,9 @@ packages: - lens < 4.13 - semigroups < 0.17 + # https://github.com/fpco/stackage/issues/946 + - cereal < 0.5 + # end of packages From 2989922a5e6fca89d39fe2485f8841310f96ac2a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 3 Nov 2015 15:31:08 +0000 Subject: [PATCH 0671/3141] Remove git-annex upper bound --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b8eef65..48582158 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -573,7 +573,7 @@ packages: - hopenpgp-tools "Joey Hess ": - - git-annex < 5.20150731 + - git-annex - Win32-extras "Ketil Malde": From 96b4339f205b98cf84bc1f6d50f61b2c6f87dcd0 Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Tue, 3 Nov 2015 08:34:38 -0700 Subject: [PATCH 0672/3141] alphebetized, plus wai-transformers, wai-middleware-verbs, wai-middleware-content-type --- build-constraints.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 48582158..8dcc67e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1126,18 +1126,21 @@ packages: "Athan Clark @athanclark": # https://github.com/athanclark/nested-routes/issues/9 #- nested-routes - - urlpath - - markup - - webpage + - commutative - composition-extra - digestive-functors-lucid - ltext - - rose-trees - - pred-trie - - tries + - markup - poly-arity - - commutative + - pred-trie + - rose-trees - sets + - tries + - urlpath + - wai-transformers + - wai-middleware-verbs + - wai-middleware-content-type + - webpage "Fumiaki Kinoshita @fumieval": - control-bool From 8774fb0adfbc684ebf30fcd750c6bdf2bf413484 Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Tue, 3 Nov 2015 08:36:43 -0700 Subject: [PATCH 0673/3141] actually alphabetized --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8dcc67e0..7ebe5abb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1138,8 +1138,8 @@ packages: - tries - urlpath - wai-transformers - - wai-middleware-verbs - wai-middleware-content-type + - wai-middleware-verbs - webpage "Fumiaki Kinoshita @fumieval": From faae33adf73fa24c9eed77027445bf38cd924c43 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 3 Nov 2015 15:59:11 +0000 Subject: [PATCH 0674/3141] Add libtagc0-dev to debian-bootstrap --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 89838350..0b5edb70 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -23,6 +23,7 @@ apt-get install -y \ libblas-dev \ libbz2-dev \ libcairo2-dev \ + libtagc0-dev \ libcurl4-openssl-dev \ libdevil-dev \ libedit-dev \ From dc16bc391863636018d75b9684799ecdf1369e1f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 3 Nov 2015 15:59:18 -0400 Subject: [PATCH 0675/3141] add my github nick for git-annex So I will learn when there are bugs about it --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f886707e..849345ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -572,7 +572,7 @@ packages: - DAV - hopenpgp-tools - "Joey Hess ": + "Joey Hess @joeyh": - git-annex - Win32-extras From 087b9311469a03174f748527a22424e1bbbe9c03 Mon Sep 17 00:00:00 2001 From: Rodrigo Setti Date: Tue, 3 Nov 2015 18:27:59 -0800 Subject: [PATCH 0676/3141] messagepack-rpc upper bounds updated. Fixes #754 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 849345ce..e587fa5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1603,9 +1603,6 @@ packages: # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 - # https://github.com/fpco/stackage/issues/754 - - messagepack < 0.5 - # https://github.com/fpco/stackage/issues/767 - dependent-map == 0.1.* - dependent-sum == 0.2.* From 79e202fa13540c9f7d2acf294feb31632bd951c1 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Tue, 3 Nov 2015 20:24:57 -0800 Subject: [PATCH 0677/3141] Add ekg --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 849345ce..8c8bb30e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1598,6 +1598,7 @@ packages: "Luke Iannini @lukexi": - inline-c - inline-c-cpp + - ekg "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 4c854ddd3cd8503587cfdf7e8fb209bc0113f936 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 4 Nov 2015 04:42:30 +0000 Subject: [PATCH 0678/3141] Extra upper bound for #946 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 849345ce..152de22f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1656,6 +1656,7 @@ packages: # https://github.com/fpco/stackage/issues/946 - cereal < 0.5 + - messagepack-rpc < 0.5.1 # end of packages From 6671023154b74405e8684d302155d1b3070b968b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 4 Nov 2015 04:51:16 +0000 Subject: [PATCH 0679/3141] Expect test failure for mrkkrp/htaglib#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b50cb74..ef2e6917 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2094,6 +2094,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/917 - dbmigrations + # https://github.com/mrkkrp/htaglib/issues/2 + - htaglib + # end of expected-test-failures From 0fc04e60ad561126e7fc4fee525d76797570ae2a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 4 Nov 2015 05:00:28 +0000 Subject: [PATCH 0680/3141] Upper bound for #946 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 350b6331..c245ee53 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1654,6 +1654,7 @@ packages: # https://github.com/fpco/stackage/issues/946 - cereal < 0.5 + - messagepack < 0.5.0 - messagepack-rpc < 0.5.1 From 1ec20ce1f709665faa5903d60f94ca645e1d8407 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Wed, 4 Nov 2015 16:13:59 +1100 Subject: [PATCH 0681/3141] Add riak client --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c245ee53..85f83e3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1571,6 +1571,9 @@ packages: "Tim Baumann @timjb": - engine-io-yesod + "Tim McGilchrist @lambda_foo": + - riak + "Yuras Shumovich @Yuras": - pdf-toolbox-core - pdf-toolbox-content From 58f1dfe9d236a4825856a2b2d1464d62590f2d99 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 4 Nov 2015 12:27:59 +0000 Subject: [PATCH 0682/3141] Expect riak test failure --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85f83e3c..468f1ec4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2098,6 +2098,9 @@ expected-test-failures: # https://github.com/mrkkrp/htaglib/issues/2 - htaglib + # Requires running server + - riak + # end of expected-test-failures From 4ee4f904cc0d1e1a53fd1817f1027be128b6b7e1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 4 Nov 2015 12:44:29 +0000 Subject: [PATCH 0683/3141] Remove expected failure mrkkrp/htaglib#2 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 468f1ec4..cbbd32ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2095,9 +2095,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/917 - dbmigrations - # https://github.com/mrkkrp/htaglib/issues/2 - - htaglib - # Requires running server - riak From d4fa6856b896546d374a16eabe97032f7cb2fa6a Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 4 Nov 2015 14:16:44 -0500 Subject: [PATCH 0684/3141] Add hworker, hworker-ses, fn, fn-extra --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbbd32ea..afa9d1e8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1202,6 +1202,10 @@ packages: "Daniel Patterson ": - hspec-snap + - hworker + - hworker-ses + - fn + - fn-extra "Chris Wong @lfairy": - nationstates From c3023aadfec20fbbb3a1d5699777f1fe108fed20 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 4 Nov 2015 20:09:44 +0000 Subject: [PATCH 0685/3141] Upper bound for #957 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbbd32ea..b550c068 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1660,6 +1660,9 @@ packages: - messagepack < 0.5.0 - messagepack-rpc < 0.5.1 + # https://github.com/fpco/stackage/issues/957 + - exact-pi < 0.3 + # end of packages From eaebd8e814d4e7ad30a54aa114a39ee41cc458b0 Mon Sep 17 00:00:00 2001 From: Emin Karayel Date: Wed, 4 Nov 2015 21:12:54 +0100 Subject: [PATCH 0686/3141] Update build-constraints.yaml Added new author and (first) project. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b550c068..0ec73c51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1603,6 +1603,9 @@ packages: - inline-c-cpp - ekg + "Emin Karayel ": + - sync-mht + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 @@ -1660,9 +1663,6 @@ packages: - messagepack < 0.5.0 - messagepack-rpc < 0.5.1 - # https://github.com/fpco/stackage/issues/957 - - exact-pi < 0.3 - # end of packages From 35f8f18f6621b6bded9e158bc07556f79ba3ef2a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 4 Nov 2015 20:09:44 +0000 Subject: [PATCH 0687/3141] Upper bound for #957 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8871dbdb..bd7e5938 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1667,6 +1667,9 @@ packages: - messagepack < 0.5.0 - messagepack-rpc < 0.5.1 + # https://github.com/fpco/stackage/issues/957 + - exact-pi < 0.3 + # end of packages From 41902ab3cd3140b689a8a085fa0fdf57465abd09 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 5 Nov 2015 13:31:57 +0000 Subject: [PATCH 0688/3141] Upper bound for #959 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd7e5938..e9077678 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1670,6 +1670,8 @@ packages: # https://github.com/fpco/stackage/issues/957 - exact-pi < 0.3 + # https://github.com/fpco/stackage/issues/959 + - th-orphans < 0.13 # end of packages From 1991f321a2b2a93aa06a8256fb4e26c179b034a3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 6 Nov 2015 02:53:21 +0000 Subject: [PATCH 0689/3141] Upper bound for #960 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9077678..978a49a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1673,6 +1673,9 @@ packages: # https://github.com/fpco/stackage/issues/959 - th-orphans < 0.13 + # https://github.com/fpco/stackage/issues/960 + - HaskellNet < 0.5 + # end of packages From 40367824e08a4a0d37bd6321a4024bc729858ea4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 6 Nov 2015 03:05:03 +0000 Subject: [PATCH 0690/3141] hworker(-ses) expected test failure --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 978a49a2..01b56a14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2112,6 +2112,8 @@ expected-test-failures: # Requires running server - riak + - hworker + - hworker-ses # end of expected-test-failures From 2d79fbd1029c79b0f9b29279318bb2468a43c43d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 6 Nov 2015 03:09:50 +0000 Subject: [PATCH 0691/3141] Block package dbp/hworker-ses#2 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 01b56a14..4e337e79 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1203,7 +1203,8 @@ packages: "Daniel Patterson ": - hspec-snap - hworker - - hworker-ses + # https://github.com/dbp/hworker-ses/issues/2 + # - hworker-ses - fn - fn-extra From 3464367852794df27dac8ac4f1db6fca1bdad561 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 5 Nov 2015 20:31:22 -0800 Subject: [PATCH 0692/3141] trying hledger-ui again (cf #938) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e337e79..ddb9ee87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -624,8 +624,7 @@ packages: "Simon Michael ": - hledger - # https://github.com/fpco/stackage/issues/938 - # - hledger-ui + - hledger-ui - hledger-web - shelltestrunner From c13e1d0a6ae70f2a8ae1acc18e9f918c45cb0f91 Mon Sep 17 00:00:00 2001 From: Liam O'Connor Date: Fri, 6 Nov 2015 15:55:13 +1100 Subject: [PATCH 0693/3141] Add latex-formulae packages, agda-snippets --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e337e79..2c88b9bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -417,6 +417,9 @@ packages: - patches-vector - composition-tree - dixi + - latex-formulae-image + - latex-formulae-pandoc + - agda-snippets "Dan Burton @DanBurton": - hspec-jenkins From 028baf1840c5e1cbd5bbdfb03d1820c0a5228edd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 6 Nov 2015 06:09:54 +0000 Subject: [PATCH 0694/3141] Revert "Block package dbp/hworker-ses#2" This reverts commit 2d79fbd1029c79b0f9b29279318bb2468a43c43d. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b1d0f86..f477bd44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1205,8 +1205,7 @@ packages: "Daniel Patterson ": - hspec-snap - hworker - # https://github.com/dbp/hworker-ses/issues/2 - # - hworker-ses + - hworker-ses - fn - fn-extra From ee67cebaaf5147608185a50be6bb44bd1ac5b00e Mon Sep 17 00:00:00 2001 From: John Galt Date: Fri, 6 Nov 2015 11:09:06 -0500 Subject: [PATCH 0695/3141] Added pipes-cacophony --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f477bd44..080a30e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1600,6 +1600,7 @@ packages: "John Galt @centromere": - cacophony + - pipes-cacophony "Adam Curtis @kallisti-dev": - webdriver From af94d8113736e9ea41de3a0c29051697265e980b Mon Sep 17 00:00:00 2001 From: Liam O'Connor Date: Sat, 7 Nov 2015 22:29:23 +1100 Subject: [PATCH 0696/3141] Add my hakyll contrib packages --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 080a30e6..5a947efd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -419,7 +419,9 @@ packages: - dixi - latex-formulae-image - latex-formulae-pandoc + - latex-formulae-hakyll - agda-snippets + - agda-snippets-hakyll "Dan Burton @DanBurton": - hspec-jenkins From e7ee96b6323509bcac01b3fb9d4956d379be8c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Sat, 7 Nov 2015 21:27:42 +0100 Subject: [PATCH 0697/3141] Add ttrie --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 080a30e6..51c75b46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1612,6 +1612,9 @@ packages: "Emin Karayel ": - sync-mht + + "Michael Schröder @mcschroeder": + - ttrie "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 0b9fa0afb460df667848f78891dc1b08766cda40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Sat, 7 Nov 2015 23:37:56 +0100 Subject: [PATCH 0698/3141] Skip benchmarks for ttrie --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51c75b46..77212e2c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2167,6 +2167,7 @@ skipped-benchmarks: # pulls in criterion-plus, which has restrictive upper bounds - cases - hasql-postgres + - ttrie # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-aes From 1c50c1f0189d817bf1893b7827907ff87021ea0c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 8 Nov 2015 02:18:37 +0000 Subject: [PATCH 0699/3141] Block package for liamoc/agda-snippets#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a947efd..a7d933d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -421,7 +421,8 @@ packages: - latex-formulae-pandoc - latex-formulae-hakyll - agda-snippets - - agda-snippets-hakyll + # https://github.com/liamoc/agda-snippets/issues/1 + # - agda-snippets-hakyll "Dan Burton @DanBurton": - hspec-jenkins From 28a6eb344652a0141f6ce1c1028ee2909c14cd65 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 8 Nov 2015 02:28:44 +0000 Subject: [PATCH 0700/3141] Revert "trying hledger-ui again (cf #938)" This reverts commit 3464367852794df27dac8ac4f1db6fca1bdad561. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7d933d3..87b2c090 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -630,7 +630,8 @@ packages: "Simon Michael ": - hledger - - hledger-ui + # https://github.com/fpco/stackage/issues/938 + # - hledger-ui - hledger-web - shelltestrunner From 8d740fa4dd1855333314d20b08cbf020521c046a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 8 Nov 2015 02:37:01 +0000 Subject: [PATCH 0701/3141] Revert blocked package and close liamoc/agda-snippets#1 This reverts commit 1c50c1f0189d817bf1893b7827907ff87021ea0c. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87b2c090..7ceb54bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -421,8 +421,7 @@ packages: - latex-formulae-pandoc - latex-formulae-hakyll - agda-snippets - # https://github.com/liamoc/agda-snippets/issues/1 - # - agda-snippets-hakyll + - agda-snippets-hakyll "Dan Burton @DanBurton": - hspec-jenkins From 7617122a1755c89175c5d370f71bf82485c9c09e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 8 Nov 2015 02:41:45 +0000 Subject: [PATCH 0702/3141] Expect test failure centromere/pipes-cacophony#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ceb54bb..bec4bd1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2121,6 +2121,9 @@ expected-test-failures: - hworker - hworker-ses + # https://github.com/centromere/pipes-cacophony/issues/1 + - pipes-cacophony + # end of expected-test-failures From 53864480d0436d478b67994f8b80c2d0eabeb917 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sun, 8 Nov 2015 16:38:53 +0200 Subject: [PATCH 0703/3141] Add regex- packages by Christopher Kuklewicz --- build-constraints.yaml | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bec4bd1e..ad1b181d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -908,25 +908,42 @@ packages: - aeson-extra - binary-orphans - binary-tagged - - bower-json - - boxes - edit-distance - lattices - - monad-time - - pattern-arrows - postgresql-simple-url - - purescript - regex-applicative-text - servant-yaml - spdx + - waitra + + # Not a maintainer + - monad-time - these + + # Regex packages by Chris Kuklewicz + - regex-base + - regex-compat + - regex-dfa + - regex-parsec + - regex-pcre + - regex-posix + - regex-tdfa + - regex-tdfa-utf8 + - regex-tre + + # Purescript + - bower-json + - boxes + - pattern-arrows + - purescript + + # Universe - universe - universe-base - universe-instances-base - universe-instances-extended - universe-instances-trans - universe-reverse-instances - - waitra "Adam C. Foltzer acfoltzer@galois.com @acfoltzer": - cryptol From 4748ee862f14ecca30155d8c7757ba60667a29f3 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sun, 8 Nov 2015 18:12:31 +0200 Subject: [PATCH 0704/3141] Add fft and dependent packages --- build-constraints.yaml | 6 ++++++ debian-bootstrap.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fe05826d..ec01cf88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -920,6 +920,11 @@ packages: - monad-time - these + # fft + - carray + - ix-shapable + - fft + # Regex packages by Chris Kuklewicz - regex-base - regex-compat @@ -1807,6 +1812,7 @@ skipped-tests: - MissingH # https://github.com/Soostone/retry/issues/30 - retry + - fft # https://github.com/fpco/stackage/issues/602 - aws diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 0b5edb70..69781f31 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -23,7 +23,6 @@ apt-get install -y \ libblas-dev \ libbz2-dev \ libcairo2-dev \ - libtagc0-dev \ libcurl4-openssl-dev \ libdevil-dev \ libedit-dev \ @@ -57,6 +56,7 @@ apt-get install -y \ libsnappy-dev \ libsqlite3-dev \ libssl-dev \ + libtagc0-dev \ libudev-dev \ libusb-1.0-0-dev \ libxau-dev \ From 1b9f3d423f5bd78050e1f07f2f7a38a93d237aa9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 8 Nov 2015 18:06:56 -0800 Subject: [PATCH 0705/3141] Upper bound for #968 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec01cf88..84bfa629 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1707,6 +1707,9 @@ packages: # https://github.com/fpco/stackage/issues/960 - HaskellNet < 0.5 + # https://github.com/fpco/stackage/issues/968 + - bifunctors < 5.1 + # end of packages From 179651d8ec8bc0dd3aad5aefa3658f2261f02792 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 9 Nov 2015 07:28:54 +0200 Subject: [PATCH 0706/3141] Add JuicyPixels-scale-dct --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec01cf88..5ff1f600 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -909,6 +909,7 @@ packages: - binary-orphans - binary-tagged - edit-distance + - JuicyPixels-scale-dct - lattices - postgresql-simple-url - regex-applicative-text From cd0e6e9fda53886c814bd209e115c15d07c8f94d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Nov 2015 19:40:04 +0900 Subject: [PATCH 0707/3141] add libtre-dev to debian-bootstrap.sh needed for regex-tre (#966) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 69781f31..9d817e89 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -57,6 +57,7 @@ apt-get install -y \ libsqlite3-dev \ libssl-dev \ libtagc0-dev \ + libtre-dev \ libudev-dev \ libusb-1.0-0-dev \ libxau-dev \ From 37b6a7e43196139bb8a5ad123f5ab289e1165c29 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Nov 2015 19:41:22 +0900 Subject: [PATCH 0708/3141] regex-dfa, regex-parsec, regex-tdfa-utf8 fail to build with ghc-7.10 regex-tre needs libtre-dev --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84bfa629..9fb7b100 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -928,13 +928,13 @@ packages: # Regex packages by Chris Kuklewicz - regex-base - regex-compat - - regex-dfa - - regex-parsec + #- regex-dfa + #- regex-parsec - regex-pcre - regex-posix - regex-tdfa - - regex-tdfa-utf8 - - regex-tre + #- regex-tdfa-utf8 + #- regex-tre # Purescript - bower-json From 1f7f2eb671671f75576f2fc769074f8120584e46 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 9 Nov 2015 06:34:56 -0800 Subject: [PATCH 0709/3141] Revert expect test failure closes centromere/pipes-cacophony#1 This reverts commit 7617122a1755c89175c5d370f71bf82485c9c09e. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9fb7b100..bd7ea243 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2150,9 +2150,6 @@ expected-test-failures: - hworker - hworker-ses - # https://github.com/centromere/pipes-cacophony/issues/1 - - pipes-cacophony - # end of expected-test-failures From f6b7c039a58ff9937fffcc5771a8b22b926b62a4 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Tue, 10 Nov 2015 09:57:21 +1100 Subject: [PATCH 0710/3141] Add airship Airship is a Webmachine-inspired HTTP library. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd7ea243..258ec007 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1604,6 +1604,7 @@ packages: "Tim McGilchrist @lambda_foo": - riak + - airship "Yuras Shumovich @Yuras": - pdf-toolbox-core From b6cf8d1530056b4ae02c21c81a7f9a526a539041 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 10 Nov 2015 11:32:36 +0900 Subject: [PATCH 0711/3141] reenable regex-tre (#966) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7553487..4f82b673 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -935,7 +935,7 @@ packages: - regex-posix - regex-tdfa #- regex-tdfa-utf8 - #- regex-tre + - regex-tre # Purescript - bower-json From 37b8e73d9000a0d19f6a399ea4361b3ed1d75377 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 10 Nov 2015 12:07:05 +0900 Subject: [PATCH 0712/3141] Revert "reenable regex-tre (#966)" This reverts commit b6cf8d1530056b4ae02c21c81a7f9a526a539041. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f82b673..e7553487 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -935,7 +935,7 @@ packages: - regex-posix - regex-tdfa #- regex-tdfa-utf8 - - regex-tre + #- regex-tre # Purescript - bower-json From 2b7e3e60c84470c22b4b0299345862d21fe83480 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 10 Nov 2015 12:26:12 +0900 Subject: [PATCH 0713/3141] Revert "Add JuicyPixels-scale-dct" (#969) since example test is failing (phadej/JuicyPixels-scale-dct#1) This reverts commit 179651d8ec8bc0dd3aad5aefa3658f2261f02792. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7553487..bd7ea243 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -909,7 +909,6 @@ packages: - binary-orphans - binary-tagged - edit-distance - - JuicyPixels-scale-dct - lattices - postgresql-simple-url - regex-applicative-text From c125822989d15a9f08c0cfe2df030f62ba1e66e1 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 10 Nov 2015 07:18:38 +0200 Subject: [PATCH 0714/3141] Readd JuicyPixels-scale-dct --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd7ea243..e7553487 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -909,6 +909,7 @@ packages: - binary-orphans - binary-tagged - edit-distance + - JuicyPixels-scale-dct - lattices - postgresql-simple-url - regex-applicative-text From 8a12018c7456b43ee8c368e0957df4b0238c86af Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Tue, 10 Nov 2015 11:50:39 -0700 Subject: [PATCH 0715/3141] path-extra, dep for urlpath and markup --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7553487..460b124d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1162,6 +1162,7 @@ packages: - digestive-functors-lucid - ltext - markup + - path-extra - poly-arity - pred-trie - rose-trees From 3f705563ede6581f5b9dee1fd628cdaa125750db Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 11 Nov 2015 11:28:48 +0900 Subject: [PATCH 0716/3141] constraints-0.6 breaks lifted-async --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7553487..7e91fbc4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1711,6 +1711,9 @@ packages: # https://github.com/fpco/stackage/issues/968 - bifunctors < 5.1 + # https://github.com/fpco/stackage/issues/973 + - constraints < 0.6 + # end of packages From 6ca0984fc5aa7f3618cabebbd4c961fe7e7a21aa Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 11 Nov 2015 14:04:49 +0900 Subject: [PATCH 0717/3141] try combining the constraints constraint not sure why it is not working... --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 784bbb49..19af132a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -277,7 +277,8 @@ packages: #- compensated GHC 7.10 - compressed - concurrent-supply - - constraints + # https://github.com/fpco/stackage/issues/973 + - constraints < 0.6 - contravariant - distributive - either @@ -1712,9 +1713,6 @@ packages: # https://github.com/fpco/stackage/issues/968 - bifunctors < 5.1 - # https://github.com/fpco/stackage/issues/973 - - constraints < 0.6 - # end of packages From 389c803e4d7179f30f0140b8dce1c1c9147256ae Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Thu, 12 Nov 2015 09:57:05 +1100 Subject: [PATCH 0718/3141] 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 258ec007..0712dc43 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1602,7 +1602,7 @@ packages: "Tim Baumann @timjb": - engine-io-yesod - "Tim McGilchrist @lambda_foo": + "Tim McGilchrist @tmcgilchrist": - riak - airship From 7acf3b44a0e1a7c837036313b76709975e6c5832 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 13 Nov 2015 13:03:02 +0900 Subject: [PATCH 0719/3141] upperbound ghc-mod (#974) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19af132a..a9abca22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -660,7 +660,7 @@ packages: # - system-canonicalpath "Daniel Gröber ": - - ghc-mod + - ghc-mod < 5.4.0.0 - cabal-helper "Yann Esposito ": From 5093a4cb63fb3a1d8da1620102b6bc65c88f540d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 13 Nov 2015 13:16:49 +0900 Subject: [PATCH 0720/3141] add DRBG constraint for #946 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c81b2601..11763470 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1701,6 +1701,7 @@ packages: - cereal < 0.5 - messagepack < 0.5.0 - messagepack-rpc < 0.5.1 + - DRBG < 0.5.5 # https://github.com/fpco/stackage/issues/957 - exact-pi < 0.3 From de7b7af77b4cdc856072b77f196f9ebe551c95ca Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 13 Nov 2015 14:01:06 +0900 Subject: [PATCH 0721/3141] Revert "upperbound ghc-mod (#974)" and add @DanielG This reverts commit 7acf3b44a0e1a7c837036313b76709975e6c5832. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11763470..9d5ca00f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -659,8 +659,8 @@ packages: # https://github.com/d12frosted/CanonicalPath/issues/5 # - system-canonicalpath - "Daniel Gröber ": - - ghc-mod < 5.4.0.0 + "Daniel Gröber @DanielG": + - ghc-mod - cabal-helper "Yann Esposito ": From bcfaad491b6de6466b9d7cc8e7dd0ae913ae1648 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 13 Nov 2015 18:04:00 +0900 Subject: [PATCH 0722/3141] disable the ghc-mod testsuite (#974) due to Hackage metadata change to doctest < 0.10.1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d5ca00f..42f98fd2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1844,6 +1844,9 @@ skipped-tests: # https://github.com/fpco/stackage/issues/934 - cacophony + # https://github.com/fpco/stackage/issues/974 + - ghc-mod + # end of skipped-tests From 77ee5a4f7df8d96be9a1fbc29662037f19643c77 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 14 Nov 2015 22:18:39 +0900 Subject: [PATCH 0723/3141] constraint retry < 0.7 for stack (#975) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42f98fd2..f3f8a2bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1715,6 +1715,8 @@ packages: # https://github.com/fpco/stackage/issues/968 - bifunctors < 5.1 + # https://github.com/fpco/stackage/issues/975 + - retry < 0.7 # end of packages From 670c8470b30d0fb6372c111689de101dbf422027 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 14 Nov 2015 23:04:26 +0900 Subject: [PATCH 0724/3141] allow hindent testsuite to fail (chrisdone/hindent#166) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3f8a2bd..b05f061b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2160,6 +2160,8 @@ expected-test-failures: - hworker - hworker-ses + # https://github.com/chrisdone/hindent/issues/166 + - hindent # end of expected-test-failures From b0ece3e71743e3848991320cc062735148cc3572 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 15 Nov 2015 22:02:37 +0900 Subject: [PATCH 0725/3141] upperbound lucid-svg (#976) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b05f061b..f7a7874c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -866,7 +866,8 @@ packages: - palette #- diagrams-canvas GHC 7.10, via blank-canvas - diagrams-rasterific - - lucid-svg + # https://github.com/fpco/stackage/issues/976 + - lucid-svg < 0.6.0.0 - diagrams-html5 - static-canvas From 9077ad20d1e3e670aa171f8bb9f8e2222a9faa8d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 15 Nov 2015 22:09:48 +0900 Subject: [PATCH 0726/3141] upperbound diagrams-svg for lucid-svg (#976) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f7a7874c..3c55b8d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -365,7 +365,8 @@ packages: - diagrams-core - diagrams-lib - diagrams-postscript - - diagrams-svg + # https://github.com/fpco/stackage/issues/976 + - diagrams-svg < 1.3.1.8 - dual-tree - force-layout - haxr From 4cbc36c3592030df90b4cbbab2e0b564d4affa06 Mon Sep 17 00:00:00 2001 From: John Galt Date: Sun, 15 Nov 2015 12:02:30 -0500 Subject: [PATCH 0727/3141] Added blake2 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c55b8d6..e4483e23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1632,6 +1632,7 @@ packages: "John Galt @centromere": - cacophony - pipes-cacophony + - blake2 "Adam Curtis @kallisti-dev": - webdriver From b75a782bff51e336d1613d83d829509b8f40d5ee Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 16 Nov 2015 14:45:36 +0900 Subject: [PATCH 0728/3141] 0.3.0.8 fails to build (diagrams/diagrams-haddock#26) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4483e23..2514954a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -360,7 +360,8 @@ packages: - BlogLiterately-diagrams - diagrams - diagrams-builder - - diagrams-haddock + # https://github.com/diagrams/diagrams-haddock/issues/26 + - diagrams-haddock < 0.3.0.8 - diagrams-contrib - diagrams-core - diagrams-lib From ef2afeec7acd3020440ef8e3cb07923f7bf59626 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 16 Nov 2015 15:03:09 +0900 Subject: [PATCH 0729/3141] pandoc-1.15.2 test fails (jgm/pandoc#2537) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2514954a..5e5c40d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2166,6 +2166,9 @@ expected-test-failures: # https://github.com/chrisdone/hindent/issues/166 - hindent + + # https://github.com/jgm/pandoc/issues/2537 + - pandoc # end of expected-test-failures From d7c59dfc4a23d3dd2400a9112a64908136a71260 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 16 Nov 2015 15:07:05 +0900 Subject: [PATCH 0730/3141] build.sh: simplify setup by using $TAG --- automated/build.sh | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 9b7fbc0e..8b9ed5cb 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -7,13 +7,6 @@ TARGET=$1 TAG=$(echo $TARGET | cut -d- -f 1) IMAGE=snoyberg/stackage:$TAG -if [ "$TAG" = "nightly" ] -then - TROOT=$ROOT/nightly -else - TROOT=$ROOT/$(echo $TARGET | cut -d. -f 1) -fi - PLAN_FILE=current-plan.yaml DOCMAP_FILE=current-docmap.yaml BUNDLE_FILE=current.bundle @@ -21,8 +14,8 @@ BUNDLE_FILE=current.bundle CABAL_DIR=$ROOT/cabal GHC_DIR=$ROOT/ghc DOT_STACKAGE_DIR=$ROOT/dot-stackage -WORKDIR=$TROOT/work -SSH_DIR=$ROOT/ssh-$(echo $TARGET | cut -d- -f 1) +WORKDIR=$ROOT/$TAG/work +SSH_DIR=$ROOT/ssh-$TAG mkdir -p \ "$CABAL_DIR" \ From 9d7600ececb9ff721a2892831fa5495276b98998 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 16 Nov 2015 15:15:50 +0900 Subject: [PATCH 0731/3141] ghc-mod doctest upperbound raised on Hackage (#974) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e5c40d3..d9d02c80 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1849,10 +1849,6 @@ skipped-tests: # https://github.com/fpco/stackage/issues/934 - cacophony - - # https://github.com/fpco/stackage/issues/974 - - ghc-mod - # end of skipped-tests From ee3daf9c7d5bf3ef4dfff5d64f64ea75ef8fdbf8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 16 Nov 2015 19:24:37 +0100 Subject: [PATCH 0732/3141] Trim some whitespace --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9d02c80..9999e55d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1611,7 +1611,7 @@ packages: "Tim McGilchrist @tmcgilchrist": - riak - airship - + "Yuras Shumovich @Yuras": - pdf-toolbox-core - pdf-toolbox-content @@ -1637,7 +1637,7 @@ packages: "Adam Curtis @kallisti-dev": - webdriver - + "Luke Iannini @lukexi": - inline-c - inline-c-cpp @@ -1645,7 +1645,7 @@ packages: "Emin Karayel ": - sync-mht - + "Michael Schröder @mcschroeder": - ttrie From a9189b9f5cd1e2ddd95c10819ea3af53008edc5a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 16 Nov 2015 19:41:08 +0100 Subject: [PATCH 0733/3141] Remove pandoc boundary --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9999e55d..6dd010b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1685,10 +1685,6 @@ packages: # https://github.com/idontgetoutmuch/largeword/pull/12 - largeword < 1.2.4 - # https://github.com/jgm/pandoc/issues/2466 - # Can be removed after > 1.15.1.1 is out. - - pandoc < 1.15.1.1 || > 1.15.1.1 - # https://github.com/fpco/stackage/issues/942 - semigroups < 0.18 From 3c3dc1d1054ad47036fb0523be59a5f4c97fe1af Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 16 Nov 2015 19:41:25 +0100 Subject: [PATCH 0734/3141] Remove HaskellNet upper bound and close #960 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6dd010b5..02aae1b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1709,9 +1709,6 @@ packages: # https://github.com/fpco/stackage/issues/959 - th-orphans < 0.13 - # https://github.com/fpco/stackage/issues/960 - - HaskellNet < 0.5 - # https://github.com/fpco/stackage/issues/968 - bifunctors < 5.1 From 25abcd869d8a64fa02f8a5880572511fd27eeba3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 16 Nov 2015 19:41:37 +0100 Subject: [PATCH 0735/3141] Remove th-orphans upper bound and close #959 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02aae1b6..57255f8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1706,9 +1706,6 @@ packages: # https://github.com/fpco/stackage/issues/957 - exact-pi < 0.3 - # https://github.com/fpco/stackage/issues/959 - - th-orphans < 0.13 - # https://github.com/fpco/stackage/issues/968 - bifunctors < 5.1 From ceb57787cb0efd34ea6213b9f2706bab72b37803 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 16 Nov 2015 19:43:49 +0100 Subject: [PATCH 0736/3141] Remove JuicyPixels-repa bounds, see http://matrix.hackage.haskell.org/package/JuicyPixels-repa --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 57255f8d..a8d8e01d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -45,7 +45,7 @@ packages: - repa-io - repa-algorithms - repa-devil - - JuicyPixels-repa < 0.6.1 || > 0.7 # GHC 7.10 (e-mail sent by @bergmark) + - JuicyPixels-repa - cereal-conduit - binary-conduit - lzma-conduit From 308dd79e0d3a209c25834aad283a5aa4d44dd6e4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 16 Nov 2015 20:21:21 +0100 Subject: [PATCH 0737/3141] Re-enable retry's test-suite --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8d8e01d..a2419465 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1814,8 +1814,6 @@ skipped-tests: - vector - Cabal - MissingH - # https://github.com/Soostone/retry/issues/30 - - retry - fft # https://github.com/fpco/stackage/issues/602 From 46ae5ee1a6e768380aecc8a3ff81de9b50aad82d Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Mon, 16 Nov 2015 21:47:48 +0200 Subject: [PATCH 0738/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2419465..06b9390d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1648,6 +1648,9 @@ packages: "Michael Schröder @mcschroeder": - ttrie + + "Andrew Lelechenko @Bodigrim": + - exp-pairs "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 53dcbee93608696e4eee0a2c63e9c7b55456731a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 17 Nov 2015 00:29:44 +0100 Subject: [PATCH 0739/3141] Revert "Re-enable retry's test-suite". This requires the upper bound excluding retry-0.7 to be lifted. This reverts commit 308dd79e0d3a209c25834aad283a5aa4d44dd6e4. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2419465..a8d8e01d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1814,6 +1814,8 @@ skipped-tests: - vector - Cabal - MissingH + # https://github.com/Soostone/retry/issues/30 + - retry - fft # https://github.com/fpco/stackage/issues/602 From 4918ff23a34d83a119d9392b4c8a3cbdab1ff608 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 17 Nov 2015 01:40:01 +0100 Subject: [PATCH 0740/3141] disable exp-pairs due to test-suite failure #979 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b104dba7..9fb1dc23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1648,9 +1648,10 @@ packages: "Michael Schröder @mcschroeder": - ttrie - - "Andrew Lelechenko @Bodigrim": - - exp-pairs + + # https://github.com/fpco/stackage/pull/979 + # "Andrew Lelechenko @Bodigrim": + # - exp-pairs "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 7493443bddd1a667e8877e6b3947717f54187694 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 17 Nov 2015 19:05:55 +0900 Subject: [PATCH 0741/3141] Revert "pandoc-1.15.2 test fails (jgm/pandoc#2537)" should be fixed in pandoc-1.15.2.1 This reverts commit ef2afeec7acd3020440ef8e3cb07923f7bf59626. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9fb1dc23..ad9d541b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2156,9 +2156,6 @@ expected-test-failures: # https://github.com/chrisdone/hindent/issues/166 - hindent - - # https://github.com/jgm/pandoc/issues/2537 - - pandoc # end of expected-test-failures From 39897046398c7dc3fcffeff5badcd00e9cf02643 Mon Sep 17 00:00:00 2001 From: Stefan Kersten Date: Tue, 17 Nov 2015 16:29:24 +0100 Subject: [PATCH 0742/3141] Add hsndfile package `hsndfile` is a Haskell wrapper for the libsndfile C library for cross-platform soundfile I/O. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad9d541b..ce98b738 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1653,6 +1653,9 @@ packages: # "Andrew Lelechenko @Bodigrim": # - exp-pairs + "Stefan Kersten @kaoskorobase": + - hsndfile + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 6fd5193d67b7aa39c4c609c9f14682db557df5db Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 17 Nov 2015 17:00:19 +0100 Subject: [PATCH 0743/3141] Add libsndfile1-dev for hsndfile #980 --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9d817e89..1ac0f74e 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -54,6 +54,7 @@ apt-get install -y \ libpq-dev \ libsdl2-dev \ libsnappy-dev \ + libsndfile1-dev \ libsqlite3-dev \ libssl-dev \ libtagc0-dev \ From 8b2b4d6be80806dae7cdf5c626f869cbdaa8c518 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 17 Nov 2015 21:47:14 +0100 Subject: [PATCH 0744/3141] Remove upper bounds and close #944 --- build-constraints.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce98b738..3b2fa2a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1695,15 +1695,6 @@ packages: # https://github.com/fpco/stackage/issues/942 - semigroups < 0.18 - # https://github.com/fpco/stackage/issues/944 - - linear < 1.20 - - reflection < 2.1 - - diagrams-lib < 1.3.0.4 - - luminance < 0.6 - - luminance-samples < 0.6 - - lens < 4.13 - - semigroups < 0.17 - # https://github.com/fpco/stackage/issues/946 - cereal < 0.5 - messagepack < 0.5.0 From 9ce75d3554f24b4d57bca1f0415b3cd7eef00805 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 18 Nov 2015 13:23:10 +0100 Subject: [PATCH 0745/3141] revert lens and reflection upper bounds (#944) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b2fa2a4..986d5a7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1709,6 +1709,10 @@ packages: # https://github.com/fpco/stackage/issues/975 - retry < 0.7 + + # https://github.com/fpco/stackage/issues/944 + - lens < 4.13 + - reflection < 2.1 # end of packages From 790c22ac887f076cffdc54e362b2903672e2e409 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 18 Nov 2015 15:36:21 +0100 Subject: [PATCH 0746/3141] Upper bound for #981 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 986d5a7d..2f720bd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1713,6 +1713,9 @@ packages: # https://github.com/fpco/stackage/issues/944 - lens < 4.13 - reflection < 2.1 + + # https://github.com/fpco/stackage/issues/981 + - haskell-src-exts < 1.17 # end of packages From 4ee5eb90a703fe58297efdb8443e223ee256822b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 18 Nov 2015 16:13:31 +0100 Subject: [PATCH 0747/3141] Disable hsndfile #980 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f720bd0..835b0e7f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1653,8 +1653,9 @@ packages: # "Andrew Lelechenko @Bodigrim": # - exp-pairs - "Stefan Kersten @kaoskorobase": - - hsndfile + # https://github.com/fpco/stackage/pull/980 + # "Stefan Kersten @kaoskorobase": + # - hsndfile "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 9cb3fe3a67ead87421446918e2cd2500d5868612 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 19 Nov 2015 01:17:11 +0100 Subject: [PATCH 0748/3141] Trying to include hledger-ui again #938 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 835b0e7f..8be7f9a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -632,8 +632,7 @@ packages: "Simon Michael ": - hledger - # https://github.com/fpco/stackage/issues/938 - # - hledger-ui + - hledger-ui - hledger-web - shelltestrunner From f328e7e7275bf79b5d7ebdfca990f20330644864 Mon Sep 17 00:00:00 2001 From: yihuang Date: Thu, 19 Nov 2015 09:48:22 +0800 Subject: [PATCH 0749/3141] Add tagstream-conduit --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8be7f9a9..dcbd987e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1655,6 +1655,9 @@ packages: # https://github.com/fpco/stackage/pull/980 # "Stefan Kersten @kaoskorobase": # - hsndfile + + "yihuang @yihuang": + - tagstream-conduit "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 6dd2edacb03717f3cf3f60bf8b4c29bf6654e376 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 19 Nov 2015 14:44:10 +0100 Subject: [PATCH 0750/3141] Upper bounds for #981 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcbd987e..0cc3c006 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1719,6 +1719,8 @@ packages: # https://github.com/fpco/stackage/issues/981 - haskell-src-exts < 1.17 + - derive < 2.5.23 + - hlint < 1.9.23 # end of packages From f0da78004c228aefdf9b92bdcb368eac070b89e7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 19 Nov 2015 15:37:49 +0100 Subject: [PATCH 0751/3141] Disable some amazonka test-suites that don't work with lens 4.13 brendanhay/amazonka#251 --- build-constraints.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cc3c006..6858ff58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1655,7 +1655,7 @@ packages: # https://github.com/fpco/stackage/pull/980 # "Stefan Kersten @kaoskorobase": # - hsndfile - + "yihuang @yihuang": - tagstream-conduit @@ -1849,8 +1849,13 @@ skipped-tests: # https://github.com/fpco/stackage/issues/934 - cacophony -# end of skipped-tests + # Build error with lens-4.13 + # https://github.com/brendanhay/amazonka/issues/251 + - amazonka-ec2 + - amazonka-s3 + - amasonka-swf +# end of skipped-tests # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. From 7a5a8e9e95379ee50dcf680d8b25de879f75858e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 19 Nov 2015 15:39:43 +0100 Subject: [PATCH 0752/3141] Disable hledger-ui because of the same build error #938 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6858ff58..aad117d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -632,7 +632,7 @@ packages: "Simon Michael ": - hledger - - hledger-ui + # - hledger-ui - hledger-web - shelltestrunner From 7d6f47c6ccd3a4c4cb8b52b67ea6eb11bd0ad780 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 19 Nov 2015 16:13:55 +0100 Subject: [PATCH 0753/3141] Fix amazonka-swf typo --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aad117d3..d60b77cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1854,7 +1854,7 @@ skipped-tests: # https://github.com/brendanhay/amazonka/issues/251 - amazonka-ec2 - amazonka-s3 - - amasonka-swf + - amazonka-swf # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From c9c786da1532ebeb9ace0a6fdb4dcaa2d64fd1e5 Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Thu, 19 Nov 2015 10:39:14 -0500 Subject: [PATCH 0754/3141] add ofx to Omari Norman's packages --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d60b77cb..f84f7372 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -143,6 +143,7 @@ packages: - prednote - cartel - Earley + - ofx "Neil Mitchell": - hlint From 4947aa5a63fc9b15d1a19607db48a136151968bb Mon Sep 17 00:00:00 2001 From: RyanGlScott Date: Thu, 19 Nov 2015 10:45:29 -0800 Subject: [PATCH 0755/3141] Place generic-deriving under a maintainer --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f84f7372..951505cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -332,7 +332,6 @@ packages: - gl - lens-aeson - zlib-lens - - generic-deriving - hyperloglog "Andrew Farmer ": @@ -1372,6 +1371,7 @@ packages: "Ryan Scott @RyanGlScott": - base-orphans + - generic-deriving - invariant - keycode - text-show From f11d75d94058a98946730a065150d376368f187d Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Thu, 19 Nov 2015 15:46:49 -0700 Subject: [PATCH 0756/3141] adding nested-routes again --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 460b124d..b91be6b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1156,12 +1156,12 @@ packages: "Athan Clark @athanclark": # https://github.com/athanclark/nested-routes/issues/9 - #- nested-routes - commutative - composition-extra - digestive-functors-lucid - ltext - markup + - nested-routes - path-extra - poly-arity - pred-trie From 45f7ce0f4b5f66f8f15417db2a34371641d9f9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20M=C5=82odawski?= Date: Fri, 20 Nov 2015 11:31:21 +0100 Subject: [PATCH 0757/3141] Add signal and ghc-session packages signal - a library for multiplatform signal handling (Linux and Windows) ghc-session - simplified GHC-API --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 951505cf..5a591767 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,10 @@ ghc-major-version: "7.10" # Constraints for brand new builds packages: + "Piotr Mlodawski @pmlodawski": + - signal + - ghc-session + "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - cabal-install From c645170bcf7f823428897229f26f916c30562653 Mon Sep 17 00:00:00 2001 From: Roman Cheplyaka Date: Fri, 20 Nov 2015 15:04:12 +0200 Subject: [PATCH 0758/3141] Add tasty-html --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 951505cf..610f7615 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -541,6 +541,7 @@ packages: - tasty-hunit - tasty-quickcheck - tasty-smallcheck + - tasty-html - time-lens - timezone-olson - timezone-series From a257137b9961b2ff3c48505bb9e33687ce9d7e57 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 20 Nov 2015 16:10:41 +0100 Subject: [PATCH 0759/3141] Another upper bound for #981 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 951505cf..5e62dc7f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1722,6 +1722,7 @@ packages: - haskell-src-exts < 1.17 - derive < 2.5.23 - hlint < 1.9.23 + - stylish-haskell < 0.5.14.4 # end of packages From 289477a8e7d35aef5879596eacc85fbd13f96f80 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 21 Nov 2015 01:02:31 +0100 Subject: [PATCH 0760/3141] stack upper bound for #975 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f496c8d..2549b6ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1714,6 +1714,7 @@ packages: # https://github.com/fpco/stackage/issues/975 - retry < 0.7 + - stack < 0.1.8 # https://github.com/fpco/stackage/issues/944 - lens < 4.13 From 74413cdf65b37949f83d85cf02094ee06c7e841c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 21 Nov 2015 01:54:40 +0100 Subject: [PATCH 0761/3141] Remove stack upper bound for #975 This reverts commit 289477a8e7d35aef5879596eacc85fbd13f96f80. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2549b6ad..5f496c8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1714,7 +1714,6 @@ packages: # https://github.com/fpco/stackage/issues/975 - retry < 0.7 - - stack < 0.1.8 # https://github.com/fpco/stackage/issues/944 - lens < 4.13 From be65f1d9822c22d57fbe1caa8b452702d0cee6d0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 21 Nov 2015 15:28:58 +0100 Subject: [PATCH 0762/3141] amazonka-* upper bounds for #975 --- build-constraints.yaml | 63 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f496c8d..9982e288 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1714,6 +1714,69 @@ packages: # https://github.com/fpco/stackage/issues/975 - retry < 0.7 + - amazonka < 1.3.6 + - amazonka-core < 1.3.6 + - amazonka-apigateway < 1.3.6 + - amazonka-autoscaling < 1.3.6 + - amazonka-cloudformation < 1.3.6 + - amazonka-cloudfront < 1.3.6 + - amazonka-cloudhsm < 1.3.6 + - amazonka-cloudsearch < 1.3.6 + - amazonka-cloudsearch-domains < 1.3.6 + - amazonka-cloudtrail < 1.3.6 + - amazonka-cloudwatch < 1.3.6 + - amazonka-cloudwatch-logs < 1.3.6 + - amazonka-codecommit < 1.3.6 + - amazonka-codedeploy < 1.3.6 + - amazonka-codepipeline < 1.3.6 + - amazonka-cognito-identity < 1.3.6 + - amazonka-cognito-sync < 1.3.6 + - amazonka-config < 1.3.6 + - amazonka-datapipeline < 1.3.6 + - amazonka-devicefarm < 1.3.6 + - amazonka-directconnect < 1.3.6 + - amazonka-ds < 1.3.6 + - amazonka-dynamodb < 1.3.6 + - amazonka-dynamodb-streams < 1.3.6 + - amazonka-ec2 < 1.3.6 + - amazonka-ecs < 1.3.6 + - amazonka-efs < 1.3.6 + - amazonka-elasticache < 1.3.6 + - amazonka-elasticbeanstalk < 1.3.6 + - amazonka-elasticsearch < 1.3.6 + - amazonka-elastictranscoder < 1.3.6 + - amazonka-elb < 1.3.6 + - amazonka-emr < 1.3.6 + - amazonka-glacier < 1.3.6 + - amazonka-iam < 1.3.6 + - amazonka-importexport < 1.3.6 + - amazonka-inspector < 1.3.6 + - amazonka-iot < 1.3.6 + - amazonka-iot-dataplane < 1.3.6 + - amazonka-kinesis < 1.3.6 + - amazonka-kinesis-firehose < 1.3.6 + - amazonka-kms < 1.3.6 + - amazonka-lambda < 1.3.6 + - amazonka-marketplace-analytics < 1.3.6 + - amazonka-ml < 1.3.6 + - amazonka-opsworks < 1.3.6 + - amazonka-rds < 1.3.6 + - amazonka-redshift < 1.3.6 + - amazonka-route53 < 1.3.6 + - amazonka-route53-domains < 1.3.6 + - amazonka-s3 < 1.3.6 + - amazonka-sdb < 1.3.6 + - amazonka-ses < 1.3.6 + - amazonka-sns < 1.3.6 + - amazonka-sqs < 1.3.6 + - amazonka-ssm < 1.3.6 + - amazonka-storagegateway < 1.3.6 + - amazonka-sts < 1.3.6 + - amazonka-support < 1.3.6 + - amazonka-swf < 1.3.6 + - amazonka-test < 1.3.6 + - amazonka-waf < 1.3.6 + - amazonka-workspaces < 1.3.6 # https://github.com/fpco/stackage/issues/944 - lens < 4.13 From ebbd8520391cac41835c99afc52c7aea29523cd0 Mon Sep 17 00:00:00 2001 From: Joe Hermaszewski Date: Sat, 21 Nov 2015 19:48:48 +0000 Subject: [PATCH 0763/3141] Add exact-real --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9982e288..28726795 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1660,6 +1660,9 @@ packages: "yihuang @yihuang": - tagstream-conduit + + "Joe Hermaszewski @expipiplus1": + - exact-real "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 293f220aecd56403c11ba49c596411aa9e49ae7b Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Sat, 21 Nov 2015 12:06:47 -0800 Subject: [PATCH 0764/3141] Update build-constraints.yaml --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9982e288..3f0640b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1221,6 +1221,8 @@ packages: - uri-bytestring - phash - cron + - tasty-tap + - tasty-fail-fast "Lars Kuhtz @larskuhtz": - wai-cors From bdc8b79d1f137832967d6ef3fac43bfda20cbbcc Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Sat, 21 Nov 2015 23:33:42 +0000 Subject: [PATCH 0765/3141] Add apply-refact --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28726795..093be5b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1384,6 +1384,7 @@ packages: - refact - servant-pandoc - ghc-exactprint + - apply-refact "Andrew Gibiansky @gibiansky": - ihaskell From e7a22f19f5f0dcf9fe86d06df6d56eb780e07262 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 22 Nov 2015 01:43:04 +0100 Subject: [PATCH 0766/3141] Close #944 --- build-constraints.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0a2de52b..107ab5dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1662,7 +1662,7 @@ packages: "yihuang @yihuang": - tagstream-conduit - + "Joe Hermaszewski @expipiplus1": - exact-real @@ -1783,10 +1783,6 @@ packages: - amazonka-waf < 1.3.6 - amazonka-workspaces < 1.3.6 - # https://github.com/fpco/stackage/issues/944 - - lens < 4.13 - - reflection < 2.1 - # https://github.com/fpco/stackage/issues/981 - haskell-src-exts < 1.17 - derive < 2.5.23 From 11bb9bd40bb3a8cc915ba9dd952ce33421e2ad69 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 22 Nov 2015 14:05:01 -0800 Subject: [PATCH 0767/3141] Update comment related to largeword constraint --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d4b6e8d3..f41f60d7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1700,7 +1700,7 @@ packages: # https://github.com/fpco/stackage/issues/908 - bimap < 0.3.1 - # https://github.com/idontgetoutmuch/largeword/pull/12 + # https://github.com/idontgetoutmuch/largeword/issues/14 - largeword < 1.2.4 # https://github.com/fpco/stackage/issues/942 From 4c7d7a5077eda2eae5aa4412126b1d5f38db4662 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Sun, 22 Nov 2015 17:30:22 -0800 Subject: [PATCH 0768/3141] add base-noprelude --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f41f60d7..07dd2004 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1652,6 +1652,10 @@ packages: "Michael Schröder @mcschroeder": - ttrie + + "Greg Weber ": + - base-noprelude + # https://github.com/fpco/stackage/pull/979 # "Andrew Lelechenko @Bodigrim": From 97f64a42c11e8d503b49c032a39529016b7c703d Mon Sep 17 00:00:00 2001 From: Jonatan Date: Mon, 23 Nov 2015 20:56:41 +0100 Subject: [PATCH 0769/3141] Added new user along with two packages --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f41f60d7..f274f8e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1666,7 +1666,11 @@ packages: "Joe Hermaszewski @expipiplus1": - exact-real - + + "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": + - Cartesian + - Michelangelo + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 8662ac6a5eb094cf2f1434338a0662e42958e4e5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 23 Nov 2015 22:57:43 -0800 Subject: [PATCH 0770/3141] Added constraint "safecopy < 0.9" per #992 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index af54af61..cb10b3cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1797,6 +1797,9 @@ packages: - derive < 2.5.23 - hlint < 1.9.23 - stylish-haskell < 0.5.14.4 + + # https://github.com/fpco/stackage/issues/992 + - safecopy < 0.9 # end of packages From 724e74f1386cdf7811ac78f51341ef9915c9dd58 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 23 Nov 2015 22:58:15 -0800 Subject: [PATCH 0771/3141] trivial whitespace removal --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb10b3cf..04e71ddf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1652,7 +1652,7 @@ packages: "Michael Schröder @mcschroeder": - ttrie - + "Greg Weber ": - base-noprelude @@ -1670,11 +1670,11 @@ packages: "Joe Hermaszewski @expipiplus1": - exact-real - + "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - Cartesian - Michelangelo - + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 6d8d4d448a86382b6b9d9c8cb689b7d9c932b8f8 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Tue, 24 Nov 2015 11:18:08 +0100 Subject: [PATCH 0772/3141] Add ical --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04e71ddf..838319f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -234,6 +234,7 @@ packages: "Chris Done": - ace + - ical - check-email - freenect - frisby From 05e4f6508e031fbaf94c000bbd5cbb9e0ba0c8df Mon Sep 17 00:00:00 2001 From: Yorick Laupa Date: Tue, 24 Nov 2015 15:00:30 +0100 Subject: [PATCH 0773/3141] Add eventstore --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 838319f0..a741351c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1675,6 +1675,9 @@ packages: "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - Cartesian - Michelangelo + + "Yorick Laupa yo.eight@gmail.com @YoEight": + - eventstore "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 328493bc91bc2756d70282ab4295457a85088579 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 24 Nov 2015 07:48:51 -0800 Subject: [PATCH 0774/3141] Skip haddocks for MIchelangelo per #994 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 838319f0..796343fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2275,6 +2275,9 @@ expected-haddock-failures: # https://github.com/iand675/metrics/issues/5 - metrics + # https://github.com/fpco/stackage/issues/994 + - Michelangelo + # end of expected-haddock-failures From 353e9667f4b9ed63a147871cb477d3e4b1a1b2ba Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 24 Nov 2015 17:37:40 -0800 Subject: [PATCH 0775/3141] Remove constraints related to "retry < 0.7", closes #975 --- build-constraints.yaml | 66 ------------------------------------------ 1 file changed, 66 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2c292f8..eb381795 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1730,72 +1730,6 @@ packages: # https://github.com/fpco/stackage/issues/968 - bifunctors < 5.1 - # https://github.com/fpco/stackage/issues/975 - - retry < 0.7 - - amazonka < 1.3.6 - - amazonka-core < 1.3.6 - - amazonka-apigateway < 1.3.6 - - amazonka-autoscaling < 1.3.6 - - amazonka-cloudformation < 1.3.6 - - amazonka-cloudfront < 1.3.6 - - amazonka-cloudhsm < 1.3.6 - - amazonka-cloudsearch < 1.3.6 - - amazonka-cloudsearch-domains < 1.3.6 - - amazonka-cloudtrail < 1.3.6 - - amazonka-cloudwatch < 1.3.6 - - amazonka-cloudwatch-logs < 1.3.6 - - amazonka-codecommit < 1.3.6 - - amazonka-codedeploy < 1.3.6 - - amazonka-codepipeline < 1.3.6 - - amazonka-cognito-identity < 1.3.6 - - amazonka-cognito-sync < 1.3.6 - - amazonka-config < 1.3.6 - - amazonka-datapipeline < 1.3.6 - - amazonka-devicefarm < 1.3.6 - - amazonka-directconnect < 1.3.6 - - amazonka-ds < 1.3.6 - - amazonka-dynamodb < 1.3.6 - - amazonka-dynamodb-streams < 1.3.6 - - amazonka-ec2 < 1.3.6 - - amazonka-ecs < 1.3.6 - - amazonka-efs < 1.3.6 - - amazonka-elasticache < 1.3.6 - - amazonka-elasticbeanstalk < 1.3.6 - - amazonka-elasticsearch < 1.3.6 - - amazonka-elastictranscoder < 1.3.6 - - amazonka-elb < 1.3.6 - - amazonka-emr < 1.3.6 - - amazonka-glacier < 1.3.6 - - amazonka-iam < 1.3.6 - - amazonka-importexport < 1.3.6 - - amazonka-inspector < 1.3.6 - - amazonka-iot < 1.3.6 - - amazonka-iot-dataplane < 1.3.6 - - amazonka-kinesis < 1.3.6 - - amazonka-kinesis-firehose < 1.3.6 - - amazonka-kms < 1.3.6 - - amazonka-lambda < 1.3.6 - - amazonka-marketplace-analytics < 1.3.6 - - amazonka-ml < 1.3.6 - - amazonka-opsworks < 1.3.6 - - amazonka-rds < 1.3.6 - - amazonka-redshift < 1.3.6 - - amazonka-route53 < 1.3.6 - - amazonka-route53-domains < 1.3.6 - - amazonka-s3 < 1.3.6 - - amazonka-sdb < 1.3.6 - - amazonka-ses < 1.3.6 - - amazonka-sns < 1.3.6 - - amazonka-sqs < 1.3.6 - - amazonka-ssm < 1.3.6 - - amazonka-storagegateway < 1.3.6 - - amazonka-sts < 1.3.6 - - amazonka-support < 1.3.6 - - amazonka-swf < 1.3.6 - - amazonka-test < 1.3.6 - - amazonka-waf < 1.3.6 - - amazonka-workspaces < 1.3.6 - # https://github.com/fpco/stackage/issues/981 - haskell-src-exts < 1.17 - derive < 2.5.23 From 17c1109a300a384361ac7a25de45efb0d278b90f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 24 Nov 2015 17:41:30 -0800 Subject: [PATCH 0776/3141] Remove constraint "exact-pi < 0.3", closes #957 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb381795..40ff2dc2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1724,9 +1724,6 @@ packages: - messagepack-rpc < 0.5.1 - DRBG < 0.5.5 - # https://github.com/fpco/stackage/issues/957 - - exact-pi < 0.3 - # https://github.com/fpco/stackage/issues/968 - bifunctors < 5.1 From 3b48ad102a971aecb4a5bcc46f5a5d7157ece510 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Wed, 25 Nov 2015 14:32:21 +0200 Subject: [PATCH 0777/3141] Add haxl --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40ff2dc2..69d31982 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -923,6 +923,7 @@ packages: - waitra # Not a maintainer + - haxl - monad-time - these From e5406b15be89c22f381c8c43c429d823cf40db12 Mon Sep 17 00:00:00 2001 From: Yann Esposito Date: Wed, 25 Nov 2015 20:38:41 +0100 Subject: [PATCH 0778/3141] add ekg and ekg-json to stackage I believe there is no problem for me to put ekg on stackage. The package compiled with the Haskell LTS 3-15 without any issue. https://github.com/tibbe/ekg/pull/49#issuecomment-159700862 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40ff2dc2..d0f6b1c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -668,6 +668,8 @@ packages: "Yann Esposito ": - holy-project + - ekg + - ekg-json "Paul Rouse ": - yesod-auth-hashdb From c258a4f7fd9b8ff7f4fdbb87f6a8843da50c7a37 Mon Sep 17 00:00:00 2001 From: Yann Esposito Date: Wed, 25 Nov 2015 20:46:42 +0100 Subject: [PATCH 0779/3141] added human-readable-duration to stackage Very minimal package, mostly unityped, but working. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40ff2dc2..ee1e82c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -667,6 +667,7 @@ packages: - cabal-helper "Yann Esposito ": + - human-readable-duration - holy-project "Paul Rouse ": From 16af3d51c19dfc1e469bb007f37325d315785c7c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 25 Nov 2015 13:02:26 -0800 Subject: [PATCH 0780/3141] Added constraint "hpp < 0.3" per #998 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69d31982..71d17da4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1736,6 +1736,9 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 + + # https://github.com/fpco/stackage/issues/998 + - hpp < 0.3 # end of packages From 39cedcd64e7da49a0163f5b9464d31d3ca5e8f16 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 25 Nov 2015 22:14:41 -0800 Subject: [PATCH 0781/3141] Revert "Added constraint "hpp < 0.3" per #998" This reverts commit 16af3d51c19dfc1e469bb007f37325d315785c7c. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 111f40ed..91aca218 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1739,9 +1739,6 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 - - # https://github.com/fpco/stackage/issues/998 - - hpp < 0.3 # end of packages From 755955035d979ad9288dfb3909a5b854c1be45b3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 25 Nov 2015 23:58:06 -0800 Subject: [PATCH 0782/3141] Revert "Remove constraints related to "retry < 0.7", closes #975" This reverts commit 353e9667f4b9ed63a147871cb477d3e4b1a1b2ba. --- build-constraints.yaml | 66 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91aca218..be2a9d5f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1731,6 +1731,72 @@ packages: # https://github.com/fpco/stackage/issues/968 - bifunctors < 5.1 + # https://github.com/fpco/stackage/issues/975 + - retry < 0.7 + - amazonka < 1.3.6 + - amazonka-core < 1.3.6 + - amazonka-apigateway < 1.3.6 + - amazonka-autoscaling < 1.3.6 + - amazonka-cloudformation < 1.3.6 + - amazonka-cloudfront < 1.3.6 + - amazonka-cloudhsm < 1.3.6 + - amazonka-cloudsearch < 1.3.6 + - amazonka-cloudsearch-domains < 1.3.6 + - amazonka-cloudtrail < 1.3.6 + - amazonka-cloudwatch < 1.3.6 + - amazonka-cloudwatch-logs < 1.3.6 + - amazonka-codecommit < 1.3.6 + - amazonka-codedeploy < 1.3.6 + - amazonka-codepipeline < 1.3.6 + - amazonka-cognito-identity < 1.3.6 + - amazonka-cognito-sync < 1.3.6 + - amazonka-config < 1.3.6 + - amazonka-datapipeline < 1.3.6 + - amazonka-devicefarm < 1.3.6 + - amazonka-directconnect < 1.3.6 + - amazonka-ds < 1.3.6 + - amazonka-dynamodb < 1.3.6 + - amazonka-dynamodb-streams < 1.3.6 + - amazonka-ec2 < 1.3.6 + - amazonka-ecs < 1.3.6 + - amazonka-efs < 1.3.6 + - amazonka-elasticache < 1.3.6 + - amazonka-elasticbeanstalk < 1.3.6 + - amazonka-elasticsearch < 1.3.6 + - amazonka-elastictranscoder < 1.3.6 + - amazonka-elb < 1.3.6 + - amazonka-emr < 1.3.6 + - amazonka-glacier < 1.3.6 + - amazonka-iam < 1.3.6 + - amazonka-importexport < 1.3.6 + - amazonka-inspector < 1.3.6 + - amazonka-iot < 1.3.6 + - amazonka-iot-dataplane < 1.3.6 + - amazonka-kinesis < 1.3.6 + - amazonka-kinesis-firehose < 1.3.6 + - amazonka-kms < 1.3.6 + - amazonka-lambda < 1.3.6 + - amazonka-marketplace-analytics < 1.3.6 + - amazonka-ml < 1.3.6 + - amazonka-opsworks < 1.3.6 + - amazonka-rds < 1.3.6 + - amazonka-redshift < 1.3.6 + - amazonka-route53 < 1.3.6 + - amazonka-route53-domains < 1.3.6 + - amazonka-s3 < 1.3.6 + - amazonka-sdb < 1.3.6 + - amazonka-ses < 1.3.6 + - amazonka-sns < 1.3.6 + - amazonka-sqs < 1.3.6 + - amazonka-ssm < 1.3.6 + - amazonka-storagegateway < 1.3.6 + - amazonka-sts < 1.3.6 + - amazonka-support < 1.3.6 + - amazonka-swf < 1.3.6 + - amazonka-test < 1.3.6 + - amazonka-waf < 1.3.6 + - amazonka-workspaces < 1.3.6 + # https://github.com/fpco/stackage/issues/981 - haskell-src-exts < 1.17 - derive < 2.5.23 From bfe0ba0c54a1adfe7a0985f5d46723f994ffa34d Mon Sep 17 00:00:00 2001 From: johanneshilden Date: Thu, 26 Nov 2015 16:33:46 +0300 Subject: [PATCH 0783/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f496c8d..66d1de50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1660,6 +1660,9 @@ packages: "yihuang @yihuang": - tagstream-conduit + + "Johannes Hilden ": + - hashids "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 36ca9e52df20dbf968bcc3c3398d768d1d55438f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 26 Nov 2015 12:39:10 -0800 Subject: [PATCH 0784/3141] Add constraint "eventstore < 0.9.1" per #1000 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index be2a9d5f..b557fe47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1805,6 +1805,9 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 + + # https://github.com/fpco/stackage/issues/1000 + - eventstore < 0.9.1 # end of packages From cfd1714dc1626f0b36395fab4a859dca4c323be6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 26 Nov 2015 12:48:10 -0800 Subject: [PATCH 0785/3141] Removed constraint "diagrams-haddock < 0.3.0.8" per diagrams/diagrams-haddock#26 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11209824..70b9f704 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -361,8 +361,7 @@ packages: - BlogLiterately-diagrams - diagrams - diagrams-builder - # https://github.com/diagrams/diagrams-haddock/issues/26 - - diagrams-haddock < 0.3.0.8 + - diagrams-haddock - diagrams-contrib - diagrams-core - diagrams-lib From 6ed50f32e205cb415305b0895a43b887a2ff5e57 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 26 Nov 2015 12:58:17 -0800 Subject: [PATCH 0786/3141] regroup constraints for #976 --- build-constraints.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70b9f704..7255b626 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -366,8 +366,7 @@ packages: - diagrams-core - diagrams-lib - diagrams-postscript - # https://github.com/fpco/stackage/issues/976 - - diagrams-svg < 1.3.1.8 + - diagrams-svg - dual-tree - force-layout - haxr @@ -871,8 +870,7 @@ packages: - palette #- diagrams-canvas GHC 7.10, via blank-canvas - diagrams-rasterific - # https://github.com/fpco/stackage/issues/976 - - lucid-svg < 0.6.0.0 + - lucid-svg - diagrams-html5 - static-canvas @@ -1799,6 +1797,10 @@ packages: - amazonka-waf < 1.3.6 - amazonka-workspaces < 1.3.6 + # https://github.com/fpco/stackage/issues/976 + - lucid-svg < 0.6.0.0 + - diagrams-svg < 1.3.1.8 + # https://github.com/fpco/stackage/issues/981 - haskell-src-exts < 1.17 - derive < 2.5.23 From ecee3113d341b7813ce4626704918c0e52cea99a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 26 Nov 2015 13:06:01 -0800 Subject: [PATCH 0787/3141] disable hashids per #1001 --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7255b626..24b38a1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1658,7 +1658,6 @@ packages: "Greg Weber ": - base-noprelude - # https://github.com/fpco/stackage/pull/979 # "Andrew Lelechenko @Bodigrim": # - exp-pairs @@ -1669,9 +1668,10 @@ packages: "yihuang @yihuang": - tagstream-conduit - - "Johannes Hilden ": - - hashids + + # https://github.com/fpco/stackage/issues/1001 + # "Johannes Hilden ": + # - hashids "Joe Hermaszewski @expipiplus1": - exact-real @@ -1679,7 +1679,7 @@ packages: "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - Cartesian - Michelangelo - + "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore From 0d5843ebec8af1108503998d6ad22fa1637e9cc1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 26 Nov 2015 13:28:11 -0800 Subject: [PATCH 0788/3141] lift unnecessary constraint on comonad --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 24b38a1d..ef4addd3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -272,7 +272,7 @@ packages: - bound - bytes - charset - - comonad > 4.2.7 || < 4.2.7 + - comonad - comonads-fd - comonad-transformers # https://github.com/ekmett/compensated/issues/5 From 68f76c94e0108d4b1e5905eca8260892bf3e0a97 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 26 Nov 2015 13:42:21 -0800 Subject: [PATCH 0789/3141] Disable eventstore instead of constraint per #1000 --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef4addd3..1519efc3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1680,8 +1680,9 @@ packages: - Cartesian - Michelangelo - "Yorick Laupa yo.eight@gmail.com @YoEight": - - eventstore + # https://github.com/fpco/stackage/issues/1000 + # "Yorick Laupa yo.eight@gmail.com @YoEight": + # - eventstore "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 @@ -1809,9 +1810,6 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 - - # https://github.com/fpco/stackage/issues/1000 - - eventstore < 0.9.1 # end of packages From 1926560385d842328af2122fb5cbd5c7ed6c9047 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 26 Nov 2015 15:19:48 -0800 Subject: [PATCH 0790/3141] Update the reason for excluding the "compensated" package --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1519efc3..f38d8d82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -275,8 +275,8 @@ packages: - comonad - comonads-fd - comonad-transformers - # https://github.com/ekmett/compensated/issues/5 - #- compensated GHC 7.10 + # https://github.com/ekmett/compensated/issues/7 + #- compensated - compressed - concurrent-supply # https://github.com/fpco/stackage/issues/973 From ad7f715282cfc63e5bdadcd9a2703d26f4c64a53 Mon Sep 17 00:00:00 2001 From: "Henry J. Wylde" Date: Fri, 27 Nov 2015 19:27:54 +1300 Subject: [PATCH 0791/3141] Added git-fmt --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f38d8d82..64d37c74 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1679,6 +1679,9 @@ packages: "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - Cartesian - Michelangelo + + "Henry J. Wylde @hjwylde": + - git-fmt # https://github.com/fpco/stackage/issues/1000 # "Yorick Laupa yo.eight@gmail.com @YoEight": From 058158ec3016b5892b4a145ed61591684c568a01 Mon Sep 17 00:00:00 2001 From: Yorick Laupa Date: Fri, 27 Nov 2015 12:55:43 +0100 Subject: [PATCH 0792/3141] Add eventstore --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f38d8d82..635a8bef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1680,9 +1680,8 @@ packages: - Cartesian - Michelangelo - # https://github.com/fpco/stackage/issues/1000 - # "Yorick Laupa yo.eight@gmail.com @YoEight": - # - eventstore + "Yorick Laupa yo.eight@gmail.com @YoEight": + - eventstore "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From c2edc266d9e1789cd4d18184796773a4361f7005 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 27 Nov 2015 15:54:28 +0100 Subject: [PATCH 0793/3141] build-constraints.yaml: alex release 1.3.5 fixes the test suite Closes https://github.com/fpco/stackage/issues/1003. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f38d8d82..c667bcee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2122,9 +2122,6 @@ expected-test-failures: # https://github.com/lymar/hastache/issues/47 GHC 7.10 - hastache - # https://github.com/simonmar/alex/issues/62 GHC 7.10 - - alex - # https://github.com/acid-state/safecopy/issues/25 GHC 7.10 - safecopy From 298deafa949efe9e937a4baa79ae191f442b10ed Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 27 Nov 2015 15:17:55 -0800 Subject: [PATCH 0794/3141] Remove constraint "constraints < 0.6", closes #973 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eddab357..aea5053e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -279,8 +279,7 @@ packages: #- compensated - compressed - concurrent-supply - # https://github.com/fpco/stackage/issues/973 - - constraints < 0.6 + - constraints - contravariant - distributive - either From 34baec609efaf3d1376b77a6b6a7e7d361312860 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 27 Nov 2015 20:30:51 -0800 Subject: [PATCH 0795/3141] Add constraint "postgresql-binary < 0.7.4" per #845 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aea5053e..cdd776f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1699,6 +1699,7 @@ packages: # https://github.com/fpco/stackage/issues/845 - aeson < 0.10 - bloodhound < 0.9 + - postgresql-binary < 0.7.4 # https://github.com/fpco/stackage/issues/846 - postgresql-simple < 0.5 From 857a78c1949f4fd86b28b4d1604adabed620cce2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 27 Nov 2015 21:13:16 -0800 Subject: [PATCH 0796/3141] Disable eventstore again per #1000 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cdd776f1..1fface3d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1678,12 +1678,13 @@ packages: "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - Cartesian - Michelangelo - + "Henry J. Wylde @hjwylde": - git-fmt - "Yorick Laupa yo.eight@gmail.com @YoEight": - - eventstore + # https://github.com/fpco/stackage/issues/1000 + # "Yorick Laupa yo.eight@gmail.com @YoEight": + # - eventstore "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 7d80c0eb494a544ee2a97550b80a7946797791d1 Mon Sep 17 00:00:00 2001 From: Nickolay Kudasov Date: Sat, 28 Nov 2015 11:50:11 +0300 Subject: [PATCH 0797/3141] Add swagger2 package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1fface3d..87c7cb6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1569,6 +1569,7 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - smsaero + - swagger2 "Jared Tobin @jtobin": - mwc-probability From 7f1865f242c41fd05aea189766e126ed6f8d7ad1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 28 Nov 2015 09:57:34 -0800 Subject: [PATCH 0798/3141] Add constraint "hasql < 0.14.0.2" per transitive dependency #845 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1fface3d..436aca54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1701,6 +1701,7 @@ packages: - aeson < 0.10 - bloodhound < 0.9 - postgresql-binary < 0.7.4 + - hasql < 0.14.0.2 # https://github.com/fpco/stackage/issues/846 - postgresql-simple < 0.5 From 94bfbc076763700404837976892fc33f12b9a37f Mon Sep 17 00:00:00 2001 From: William Sewell Date: Sat, 28 Nov 2015 22:07:21 +0000 Subject: [PATCH 0799/3141] Add benchpress package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 24e54c11..23a6358b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1682,6 +1682,9 @@ packages: "Henry J. Wylde @hjwylde": - git-fmt + + "Will Sewell ": + - benchpress # https://github.com/fpco/stackage/issues/1000 # "Yorick Laupa yo.eight@gmail.com @YoEight": From 830dfca3dabfef27b654cf304c761cb49864cb02 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 28 Nov 2015 18:53:46 -0800 Subject: [PATCH 0800/3141] Add constraint "acid-state < 0.14" per #1009 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 24e54c11..e9c5ae89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1815,6 +1815,9 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 + + # https://github.com/fpco/stackage/issues/1009 + - acid-state < 0.14 # end of packages From df55bcb64875ef3b40e2d68fe769a968adaea8bb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 28 Nov 2015 19:34:31 -0800 Subject: [PATCH 0801/3141] Disabling swagger2 test suite per #1010 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9c5ae89..6465e245 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1952,6 +1952,10 @@ skipped-tests: - amazonka-ec2 - amazonka-s3 - amazonka-swf + + # Data.HashSet is ambiguous + # https://github.com/fpco/stackage/issues/1010 + - swagger2 # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From c161fa9fc73dcdd197aed57f27354a260745a360 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Nov 2015 15:48:40 +0200 Subject: [PATCH 0802/3141] Remove upper bounds and close #975 --- build-constraints.yaml | 66 ------------------------------------------ 1 file changed, 66 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6465e245..260dd2d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1737,72 +1737,6 @@ packages: # https://github.com/fpco/stackage/issues/968 - bifunctors < 5.1 - # https://github.com/fpco/stackage/issues/975 - - retry < 0.7 - - amazonka < 1.3.6 - - amazonka-core < 1.3.6 - - amazonka-apigateway < 1.3.6 - - amazonka-autoscaling < 1.3.6 - - amazonka-cloudformation < 1.3.6 - - amazonka-cloudfront < 1.3.6 - - amazonka-cloudhsm < 1.3.6 - - amazonka-cloudsearch < 1.3.6 - - amazonka-cloudsearch-domains < 1.3.6 - - amazonka-cloudtrail < 1.3.6 - - amazonka-cloudwatch < 1.3.6 - - amazonka-cloudwatch-logs < 1.3.6 - - amazonka-codecommit < 1.3.6 - - amazonka-codedeploy < 1.3.6 - - amazonka-codepipeline < 1.3.6 - - amazonka-cognito-identity < 1.3.6 - - amazonka-cognito-sync < 1.3.6 - - amazonka-config < 1.3.6 - - amazonka-datapipeline < 1.3.6 - - amazonka-devicefarm < 1.3.6 - - amazonka-directconnect < 1.3.6 - - amazonka-ds < 1.3.6 - - amazonka-dynamodb < 1.3.6 - - amazonka-dynamodb-streams < 1.3.6 - - amazonka-ec2 < 1.3.6 - - amazonka-ecs < 1.3.6 - - amazonka-efs < 1.3.6 - - amazonka-elasticache < 1.3.6 - - amazonka-elasticbeanstalk < 1.3.6 - - amazonka-elasticsearch < 1.3.6 - - amazonka-elastictranscoder < 1.3.6 - - amazonka-elb < 1.3.6 - - amazonka-emr < 1.3.6 - - amazonka-glacier < 1.3.6 - - amazonka-iam < 1.3.6 - - amazonka-importexport < 1.3.6 - - amazonka-inspector < 1.3.6 - - amazonka-iot < 1.3.6 - - amazonka-iot-dataplane < 1.3.6 - - amazonka-kinesis < 1.3.6 - - amazonka-kinesis-firehose < 1.3.6 - - amazonka-kms < 1.3.6 - - amazonka-lambda < 1.3.6 - - amazonka-marketplace-analytics < 1.3.6 - - amazonka-ml < 1.3.6 - - amazonka-opsworks < 1.3.6 - - amazonka-rds < 1.3.6 - - amazonka-redshift < 1.3.6 - - amazonka-route53 < 1.3.6 - - amazonka-route53-domains < 1.3.6 - - amazonka-s3 < 1.3.6 - - amazonka-sdb < 1.3.6 - - amazonka-ses < 1.3.6 - - amazonka-sns < 1.3.6 - - amazonka-sqs < 1.3.6 - - amazonka-ssm < 1.3.6 - - amazonka-storagegateway < 1.3.6 - - amazonka-sts < 1.3.6 - - amazonka-support < 1.3.6 - - amazonka-swf < 1.3.6 - - amazonka-test < 1.3.6 - - amazonka-waf < 1.3.6 - - amazonka-workspaces < 1.3.6 - # https://github.com/fpco/stackage/issues/976 - lucid-svg < 0.6.0.0 - diagrams-svg < 1.3.1.8 From 4b396f516b2be0de93f54f32a26fd0214d4e6ac3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Nov 2015 11:46:26 +0900 Subject: [PATCH 0803/3141] allow eventstore tests to fail (#1000) --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6465e245..bda9b37e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1683,9 +1683,8 @@ packages: "Henry J. Wylde @hjwylde": - git-fmt - # https://github.com/fpco/stackage/issues/1000 - # "Yorick Laupa yo.eight@gmail.com @YoEight": - # - eventstore + "Yorick Laupa yo.eight@gmail.com @YoEight": + - eventstore "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 @@ -2265,6 +2264,9 @@ expected-test-failures: # https://github.com/chrisdone/hindent/issues/166 - hindent + + # https://github.com/fpco/stackage/issues/1000 + - eventstore # end of expected-test-failures From f09124d63fc2c7daffbafbbd5f6fa3c6a8330698 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Nov 2015 23:05:55 +0900 Subject: [PATCH 0804/3141] upperbound morte (Gabriel439/Haskell-Morte-Library#32) temporary workaround for alex issue --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f825ab8..22b20b37 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -461,7 +461,8 @@ packages: - pipes-safe - turtle - foldl - - morte + # https://github.com/Gabriel439/Haskell-Morte-Library/issues/32 + - morte < 1.4.0 "Andrew Thaddeus Martin ": - yesod-table From 4cbe9d81a6c6e6b11730eaf88d0c8a329c24d00a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Nov 2015 23:24:04 +0900 Subject: [PATCH 0805/3141] Revert "Add constraint "acid-state < 0.14" per #1009" should be fixed with dixi-0.6.0.2 This reverts commit 830dfca3dabfef27b654cf304c761cb49864cb02. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22b20b37..91254f1b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1752,9 +1752,6 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 - - # https://github.com/fpco/stackage/issues/1009 - - acid-state < 0.14 # end of packages From 02209d96ea54818431eacc54ba995cf178c5dce1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Nov 2015 23:30:25 +0900 Subject: [PATCH 0806/3141] temporarily disable morte (Gabriel439/Haskell-Morte-Library#32) it can be re-enabled as soon as the alex (ord) issue is resolved in hackage --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91254f1b..d91dca39 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -462,7 +462,7 @@ packages: - turtle - foldl # https://github.com/Gabriel439/Haskell-Morte-Library/issues/32 - - morte < 1.4.0 + #- morte "Andrew Thaddeus Martin ": - yesod-table From 71ecb7da366e3037141a577d1360719f2a20d519 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Mon, 30 Nov 2015 14:53:27 +0600 Subject: [PATCH 0807/3141] =?UTF-8?q?Enable=20=E2=80=98hsndfile=E2=80=99?= =?UTF-8?q?=20and=20add=20=E2=80=98hsndfile-vector=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New version of ‘c2hs’ is released where the bug that prevented ‘hsndfile’ from building is fixed according to maintainer of ‘c2hs’: https://github.com/haskell/c2hs/issues/152#issuecomment-160433034 It also turns out that the package ‘hsndfile’ itself is of little use without one ‘hsndfile-vector’ package. This packages provides an instance of ‘Buffer’ type class using wrapper around ‘Vector’ data type. Without the package it's not possible to access individual audio samples. --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f825ab8..0270e01b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1662,9 +1662,9 @@ packages: # "Andrew Lelechenko @Bodigrim": # - exp-pairs - # https://github.com/fpco/stackage/pull/980 - # "Stefan Kersten @kaoskorobase": - # - hsndfile + "Stefan Kersten @kaoskorobase": + - hsndfile + - hsndfile-vector "yihuang @yihuang": - tagstream-conduit @@ -1682,7 +1682,7 @@ packages: "Henry J. Wylde @hjwylde": - git-fmt - + "Will Sewell ": - benchpress From 736287bd78e5ff87aa4a085365fa39ae9de70c05 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 1 Dec 2015 10:19:05 +0100 Subject: [PATCH 0808/3141] Re-enable dejafu test-suite The issue was closed so I'm assuming the version released today includes the fix. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 327439b3..29248e83 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2152,9 +2152,6 @@ expected-test-failures: # https://github.com/ddssff/cabal-debian/issues/50 - cabal-debian - # https://github.com/barrucadu/dejafu/issues/14 - - dejafu - # https://github.com/MichaelXavier/cron/issues/22 - cron From c8ab9ee239bae5540f1074be6ece26fdb00297bc Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Tue, 1 Dec 2015 13:23:11 +0000 Subject: [PATCH 0809/3141] Add async-dejafu, hunit-dejafu, and tasty-dejafu --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 327439b3..536b22f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1451,6 +1451,9 @@ packages: "Michael Walker @barrucadu": - both - dejafu + - async-dejafu + - hunit-dejafu + - tasty-dejafu - irc-ctcp - irc-conduit - irc-client From 1333c37f7ec6d8aa76d46ad0fc28d6058e43a58d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 2 Dec 2015 10:31:10 +0900 Subject: [PATCH 0810/3141] Revert "Disabling swagger2 test suite per #1010" should be fixed now in 0.4.1 This reverts commit df55bcb64875ef3b40e2d68fe769a968adaea8bb. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39f42735..888098df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1889,10 +1889,6 @@ skipped-tests: - amazonka-ec2 - amazonka-s3 - amazonka-swf - - # Data.HashSet is ambiguous - # https://github.com/fpco/stackage/issues/1010 - - swagger2 # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 95df8c58250787b92d39617086726b990eab1caf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 2 Dec 2015 11:18:13 +0900 Subject: [PATCH 0811/3141] allow dejafu haddock to fail (#1015) libHSatomic-primops.a is failing to load --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 888098df..5b05edb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2229,6 +2229,8 @@ expected-haddock-failures: # https://github.com/fpco/stackage/issues/994 - Michelangelo + # https://github.com/fpco/stackage/issues/1015 + - dejafu # end of expected-haddock-failures From b46ba693a0b262207801c27092a6c6f9f23af08f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 2 Dec 2015 14:57:40 +0200 Subject: [PATCH 0812/3141] Add conduit-connection and conduit-iconv --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b05edb5..462cd286 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1693,6 +1693,10 @@ packages: "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore + "Sebastian Dröge slomo@coaxion.net @sdroege": + - conduit-iconv + - conduit-connection + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 49d3c43bb44af6723e0ba44526c2d02dd92b5fba Mon Sep 17 00:00:00 2001 From: "Henry J. Wylde" Date: Thu, 3 Dec 2015 15:49:46 +1300 Subject: [PATCH 0813/3141] Added omnifmt --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b05edb5..161c0772 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1686,6 +1686,7 @@ packages: "Henry J. Wylde @hjwylde": - git-fmt + - omnifmt "Will Sewell ": - benchpress From 9f167502c76b80369b5d27a9ac3de553f83fdd9a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 3 Dec 2015 17:17:50 +0900 Subject: [PATCH 0814/3141] conduit-iconv fails to build (sdroege/conduit-iconv#1) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb8b0af8..38af40de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1695,7 +1695,8 @@ packages: - eventstore "Sebastian Dröge slomo@coaxion.net @sdroege": - - conduit-iconv + # https://github.com/sdroege/conduit-iconv/issues/1 + #- conduit-iconv - conduit-connection "Stackage upper bounds": From 8b8f4873194764ab249811089601c6c180124c6a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 3 Dec 2015 17:33:21 +0900 Subject: [PATCH 0815/3141] io-streams-1.3.3.0 testsuite not building (snapframework/io-streams#50) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38af40de..4c0e3de3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2204,6 +2204,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1000 - eventstore + + # https://github.com/snapframework/io-streams/issues/50 + - io-streams # end of expected-test-failures From c7c6d7050b5448ef0dc53ae7de054507b509b610 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 3 Dec 2015 17:44:08 +0900 Subject: [PATCH 0816/3141] Revert "conduit-iconv fails to build (sdroege/conduit-iconv#1)" (#1016) should be fixed in 0.1.1.1 This reverts commit 9f167502c76b80369b5d27a9ac3de553f83fdd9a. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c0e3de3..720ea9aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1695,8 +1695,7 @@ packages: - eventstore "Sebastian Dröge slomo@coaxion.net @sdroege": - # https://github.com/sdroege/conduit-iconv/issues/1 - #- conduit-iconv + - conduit-iconv - conduit-connection "Stackage upper bounds": From 2458adb04f1ca3d9ba6cec5d1a02290332eb58a7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 3 Dec 2015 17:48:48 +0900 Subject: [PATCH 0817/3141] stm-conduit haddock failure (#1018) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `target ‘conduits concurrently.’ is not a module name or a source file` ?? where that string comes from the Synopsis --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 720ea9aa..11396062 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2239,6 +2239,9 @@ expected-haddock-failures: # https://github.com/fpco/stackage/issues/1015 - dejafu + + # https://github.com/fpco/stackage/issues/1018 + - stm-conduit # end of expected-haddock-failures From 4be800f98c1659bbb04b3ba9a65eb6e0965ba0d1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 4 Dec 2015 00:02:32 +0900 Subject: [PATCH 0818/3141] stm-conduit doctest failure (#1019) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11396062..b0174939 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2206,6 +2206,9 @@ expected-test-failures: # https://github.com/snapframework/io-streams/issues/50 - io-streams + + # https://github.com/fpco/stackage/issues/1019 + - stm-conduit # end of expected-test-failures From c3cd8f9ca3357d6138411f332e2544b5ca5200e2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 4 Dec 2015 11:47:15 +0900 Subject: [PATCH 0819/3141] Revert "io-streams-1.3.3.0 testsuite not building (snapframework/io-streams#50)" should be fixed in 1.3.3.1 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0174939..13bd606c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2204,9 +2204,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1000 - eventstore - # https://github.com/snapframework/io-streams/issues/50 - - io-streams - # https://github.com/fpco/stackage/issues/1019 - stm-conduit # end of expected-test-failures From 968e1a8f7a4f9bfe214e9c354caa54ef0144e7bc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 4 Dec 2015 13:13:44 +0900 Subject: [PATCH 0820/3141] allow postgresql-simple 0.5 (#846) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 13bd606c..9c81c186 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1715,9 +1715,6 @@ packages: - postgresql-binary < 0.7.4 - hasql < 0.14.0.2 - # https://github.com/fpco/stackage/issues/846 - - postgresql-simple < 0.5 - # https://github.com/GaloisInc/cryptol/issues/275 - sbv < 5.0 From 43cf25e9370055817d98c624c5cf1c6115f215ea Mon Sep 17 00:00:00 2001 From: lazlo28 Date: Sat, 5 Dec 2015 04:45:30 +0100 Subject: [PATCH 0821/3141] Added natural-sort, lentil --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c81c186..54503b54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1691,6 +1691,10 @@ packages: "Will Sewell ": - benchpress + "Lazlo Grun ": + - natural-sort + - lentil + "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore From d247136eaa524f187e62ab3712b9145217bba4fd Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Sat, 5 Dec 2015 12:34:55 -0500 Subject: [PATCH 0822/3141] add Pinchot to Omari Norman packages --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54503b54..044de014 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -144,6 +144,7 @@ packages: - cartel - Earley - ofx + - pinchot "Neil Mitchell": - hlint From 8434113e2ebc7d7bf7cdd83e6158bcf3a97fc613 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 6 Dec 2015 21:18:59 +0900 Subject: [PATCH 0823/3141] latest fay needs haskell-src-exts 1.17 (#981) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 044de014..3cdcacf5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1759,6 +1759,7 @@ packages: - derive < 2.5.23 - hlint < 1.9.23 - stylish-haskell < 0.5.14.4 + - fay < 0.23.1.9 # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 From d7d1378ccfe2e6b9d8d0b20a5ffddf81e1502585 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Dec 2015 08:07:39 +0200 Subject: [PATCH 0824/3141] Move maintainers agreement from wiki to repo (fixes #1022) --- MAINTAINERS.md | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 MAINTAINERS.md diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 00000000..7c0c9527 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,66 @@ +This project is built around the concept of maintainers taking responsibility for making their packages work with the rest of the stable ecosystem, usually meaning the newest version of all dependencies. This is a social contract, and is not reflected in the codebase in any way. + +This Wiki page is meant to foster discussion of what such a social contract would look like, and ultimately come up with a solution that we can mostly agree upon. + +## Adding a package to Stackage + +Getting your package included in Stackage is simple: + +* Create a fork on Github. +* Add your packages to [build-constraints.yaml](https://github.com/fpco/stackage/blob/master/build-constraints.yaml), following the format of other contributors. +* Commit and send a pull request. + +Previously, we recommended trying to build the Stackage set yourself before sending a pull request. That's no longer necessary. Just send a pull request, and if there's a problem, the maintainer (currently: Michael Snoyman) will let you know. + +Unlike the Haskell Platform, Stackage does not place quality requirements on packages. In theory, any package that compiles will be accepted to the Stackage package set. However, the maintainer must agree to follow the social contract spelled out in this document. + +Note: while it's highly encouraged that the actual package maintainer is also the Stackage maintainer, this is not necessary. You do not even need the package maintainer's approval to submit to Stackage, though it's a good idea to drop him/her a note. + +## Upper bounds + +The main idea behind Stackage is that, if all packages work with the newest versions of dependencies, we avoid dependency hell. As a result, upper bounds are considered a detriment. This plays out in two ways: + +1. By default, when a package is added to Stackage, it has no upper bound attached. Newer versions will be automatically included, assuming the newer versions compile and pass all tests. The only exceptions to this rule should be: + + 1. A new package is still considered experimental, and therefore not suitable for inclusion in a stable set of packages. + 2. A package is a dependency of a large number of other packages and introduces a major breaking change. In this case, we'll temporarily impose an upper bound to give maintainers an upgrade grace period (see below). + +2. There's long been a debate about whether the PVP's requirement of putting upper bounds in a package is a good thing. We won't resolve that debate here, but Stackage *does* change the situation a bit. Since a package included in Stackage will be constantly compiled against newer versions of dependencies, breakages will be found quickly. Therefore, the motivation for upper bounds is lessened. + * Michael Snoyman: Personally, I lean towards dropping upper bounds most of the time. + +If you decide to put upper bounds on your packages in general in strict accordance with the PVP, your package may often times cause a Stackage build failure. In many cases, this can be resolved with a simple dependency version bump in your cabal file. + +* Michael Snoyman: For these kinds of breakages, given the frequency with which they occur and the simplicity of solving them, I believe package maintainers should have 4 days to upload a new version to Hackage. + +It is highly recommended for all package maintainers to follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/). The site provides RSS feeds to simplify this process. + +## Broken packages/broken tests + +It's bound to happen that broken packages will be uploaded to Hackage. In my experience, the most common situation is that a new version works for the developer on his/her OS/GHC version combination, but fails on other systems. Stackage is a great way to discover such a breakage. + +When Stackage reports such a breakage, I see the following possible resolutions to the problem: + +1. Author uploads a fix. +2. We put a version constraint in Stackage to use the previous known good version. +3. Stackage itself applies a patch (dependent on [issue #5](https://github.com/fpco/stackage/issues/5)). +4. The package is dropped. + +* Michael Snoyman: My recommendation would be that we give the maintainer 24 hours to respond to the failure report. If there's no response in 24 hours, we put in a temporary version constraint. If this version constraint begins to cause problems for other packages in Stackage, and the maintainer is still non-responsive, we drop the package. + +If a package's test suite is failing, the first job is to investigate why. If this is due to a bad interaction with versions of other packages in Stackage, then it is the responsibility of the maintainer to fix the test suite. In some situations, it is acceptable to simply not run the test suite. + +One example is that, at the time of writing, the HTTP package test suite is not run. This is because the version of HTTP included with the Haskell Platform requires an older version of Warp. Since we cannot upgrade HTTP without breaking Haskell Platform compliance, we are required to simply omit the test suite. + +## Major breaking changes + +Many times, when a new major version of a library is released, the resulting breakage is trivial to address. Some examples of this were the transformers 0.2 to 0.3 migration, or text 0.10 to 0.11. + +* Michael Snoyman: In such cases, I believe maintainers should be given a one week grace period to update their packages, during which time the dependency is given an upper bound. + +Other times, breakage is much more significant. Obviously, the distinction between these two cases in entirely subjective, and must be left in the hands of the Stackage organizers. + +* Michael Snoyman: In the major breaking changes case, I believe a period of one month should be given for upgrades. + +## Automation + +Ultimately, I hope we have automated build machines and a centralized server to grab build reports. Until then, Stackage will work much more informally. From edeac8ed19244989f3963b64138d8c2fae740ff9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 7 Dec 2015 15:10:30 +0900 Subject: [PATCH 0825/3141] reenable morte (Gabriel439/Haskell-Morte-Library#32) should be fixed in morte-1.4.1 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cdcacf5..550fd64c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -462,8 +462,7 @@ packages: - pipes-safe - turtle - foldl - # https://github.com/Gabriel439/Haskell-Morte-Library/issues/32 - #- morte + - morte "Andrew Thaddeus Martin ": - yesod-table From bc3cc0bbb66b9f38494ef4886755459f281cd703 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Dec 2015 08:15:25 +0200 Subject: [PATCH 0826/3141] Fix maintainer agreement link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 481c06d3..dbe6c5af 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Please use commit messages like "add foo-bar" or "add johndev's packages" so commit messages like "update build-constraints.yaml" are not helpful). You should also read the [maintainers -agreement](https://github.com/fpco/stackage/wiki/Maintainers-Agreement). +agreement](https://github.com/fpco/stackage/blob/master/MAINTAINERS.md). Package Author Guidelines ------------------------- From 8a2209a0c05ea77690a1482e210b2cfea2378d5d Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Mon, 7 Dec 2015 10:04:57 +0000 Subject: [PATCH 0827/3141] Rewrite the readme and maintainers agreement, shorter, simpler, encodes existing practice slightly better --- MAINTAINERS.md | 71 +++++++++++++++++++----------------------------- README.md | 73 ++++++++++++++------------------------------------ 2 files changed, 48 insertions(+), 96 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 7c0c9527..df85fe30 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,66 +1,51 @@ This project is built around the concept of maintainers taking responsibility for making their packages work with the rest of the stable ecosystem, usually meaning the newest version of all dependencies. This is a social contract, and is not reflected in the codebase in any way. -This Wiki page is meant to foster discussion of what such a social contract would look like, and ultimately come up with a solution that we can mostly agree upon. +The idea behind Stackage is that, if all packages work with the newest versions of dependencies, we avoid dependency hell. Specifically, we aim for: -## Adding a package to Stackage +* All packages are buildable and testable from Hackage. We recommend [multi-ghc-travis](https://github.com/hvr/multi-ghc-travis), which ensures a package is not accidentally incomplete. +* All packages are compatible with the newest versions of all dependencies. +* All packages are 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)). -Getting your package included in Stackage is simple: +## Adding a package -* Create a fork on Github. -* Add your packages to [build-constraints.yaml](https://github.com/fpco/stackage/blob/master/build-constraints.yaml), following the format of other contributors. -* Commit and send a pull request. +Anyone can add a package to Stackage, but it's highly encouraged that the actual package maintainer is also the Stackage maintainer. If that is not the case, you should drop the package maintainer a note first. -Previously, we recommended trying to build the Stackage set yourself before sending a pull request. That's no longer necessary. Just send a pull request, and if there's a problem, the maintainer (currently: Michael Snoyman) will let you know. +To add your package, first fork this repository. +In the [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) file, there's a section called `packages`. +To add a set of packages, you would add: -Unlike the Haskell Platform, Stackage does not place quality requirements on packages. In theory, any package that compiles will be accepted to the Stackage package set. However, the maintainer must agree to follow the social contract spelled out in this document. + "My Name myemail@example.com @mygithubuser": + - package1 + - package2 + - package3 -Note: while it's highly encouraged that the actual package maintainer is also the Stackage maintainer, this is not necessary. You do not even need the package maintainer's approval to submit to Stackage, though it's a good idea to drop him/her a note. +After doing that, send a pull request. We do not require new submissions to be tested against the rest of Stackage before the pull request, provided you meet the dependency version requirements above. -## Upper bounds +Please use commit messages like "add foo-bar" or "add johndev's packages" +(`build-constraints.yaml` is the most frequently changed file in this git repo +so commit messages like "update build-constraints.yaml" are not helpful). -The main idea behind Stackage is that, if all packages work with the newest versions of dependencies, we avoid dependency hell. As a result, upper bounds are considered a detriment. This plays out in two ways: -1. By default, when a package is added to Stackage, it has no upper bound attached. Newer versions will be automatically included, assuming the newer versions compile and pass all tests. The only exceptions to this rule should be: +## Uploading a new package - 1. A new package is still considered experimental, and therefore not suitable for inclusion in a stable set of packages. - 2. A package is a dependency of a large number of other packages and introduces a major breaking change. In this case, we'll temporarily impose an upper bound to give maintainers an upgrade grace period (see below). +When a new version of a package is uploaded to Hackage, we automatically try to include it in Stackage (unless the new version is considered experimental). That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and raise GitHub issue tickets to resolve the issue. -2. There's long been a debate about whether the PVP's requirement of putting upper bounds in a package is a good thing. We won't resolve that debate here, but Stackage *does* change the situation a bit. Since a package included in Stackage will be constantly compiled against newer versions of dependencies, breakages will be found quickly. Therefore, the motivation for upper bounds is lessened. - * Michael Snoyman: Personally, I lean towards dropping upper bounds most of the time. +If the new version doesn't compile then the package author should quickly (within 3 days) upload a fixed version. -If you decide to put upper bounds on your packages in general in strict accordance with the PVP, your package may often times cause a Stackage build failure. In many cases, this can be resolved with a simple dependency version bump in your cabal file. +If a package's test suite is failing, the first job is to investigate why. If this is due to a bad interaction with versions of other packages in Stackage, then it is the responsibility of the maintainer to fix the test suite. In some situations, it is acceptable to not run the test suite. -* Michael Snoyman: For these kinds of breakages, given the frequency with which they occur and the simplicity of solving them, I believe package maintainers should have 4 days to upload a new version to Hackage. -It is highly recommended for all package maintainers to follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/). The site provides RSS feeds to simplify this process. +## Following dependency upgrades -## Broken packages/broken tests +If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is highly recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. -It's bound to happen that broken packages will be uploaded to Hackage. In my experience, the most common situation is that a new version works for the developer on his/her OS/GHC version combination, but fails on other systems. Stackage is a great way to discover such a breakage. +**If restrictive version bounds are the only problem** then you must quickly (within 3 days) upload a new version with relaxed version bounds. Note that unlike the PVP, Stackage does not require or encourage upper bounds. Omitting upper bounds will mean you get fewer alerts for your package. -When Stackage reports such a breakage, I see the following possible resolutions to the problem: +**If the new dependency causes breaking changes** then all package authors should quickly assess the likely impact on their package (within 3 days) and then produce a new compatible version. The expected timeline for new versions varies between 1 week and 1 month, depending on the significance of the change, and thus the work required to produce those new versions. -1. Author uploads a fix. -2. We put a version constraint in Stackage to use the previous known good version. -3. Stackage itself applies a patch (dependent on [issue #5](https://github.com/fpco/stackage/issues/5)). -4. The package is dropped. -* Michael Snoyman: My recommendation would be that we give the maintainer 24 hours to respond to the failure report. If there's no response in 24 hours, we put in a temporary version constraint. If this version constraint begins to cause problems for other packages in Stackage, and the maintainer is still non-responsive, we drop the package. +## Failing to meet the time limits -If a package's test suite is failing, the first job is to investigate why. If this is due to a bad interaction with versions of other packages in Stackage, then it is the responsibility of the maintainer to fix the test suite. In some situations, it is acceptable to simply not run the test suite. +Maintainers are humans, humans get sick/have babies/go on holiday. If you have regular problems meeting the limits, find a co-maintainer. If you have a one-off problem, respond to the GitHub tickets saying so, and some kind soul might pick up the slack. -One example is that, at the time of writing, the HTTP package test suite is not run. This is because the version of HTTP included with the Haskell Platform requires an older version of Warp. Since we cannot upgrade HTTP without breaking Haskell Platform compliance, we are required to simply omit the test suite. - -## Major breaking changes - -Many times, when a new major version of a library is released, the resulting breakage is trivial to address. Some examples of this were the transformers 0.2 to 0.3 migration, or text 0.10 to 0.11. - -* Michael Snoyman: In such cases, I believe maintainers should be given a one week grace period to update their packages, during which time the dependency is given an upper bound. - -Other times, breakage is much more significant. Obviously, the distinction between these two cases in entirely subjective, and must be left in the hands of the Stackage organizers. - -* Michael Snoyman: In the major breaking changes case, I believe a period of one month should be given for upgrades. - -## Automation - -Ultimately, I hope we have automated build machines and a centralized server to grab build reports. Until then, Stackage will work much more informally. +The time limits are intended to stop people being inconvenienced because of problems in other packages. Where such inconvenience happens, we will drop the offending packages from Stackage. While upper bounds are sometimes a temporary solution, they are against the ethos of Stackage, so will not be kept for long. diff --git a/README.md b/README.md index dbe6c5af..79c87d3f 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,27 @@ stackage [![Build Status](https://travis-ci.org/fpco/stackage.svg?branch=master)](https://travis-ci.org/fpco/stackage) "Stable Hackage": creating a vetted set of packages from Hackage. +This repository is for package authors and maintainers to get their packages into Stackage. +If you simply want to use Stackage as an end user, please follow the instructions on [http://www.stackage.org/](http://www.stackage.org). -__NOTE__ This repository is for package authors and maintainers to get their packages into -Stackage. If you simply want to use Stackage as an end user, please follow the -instructions on [http://www.stackage.org/](http://www.stackage.org). +We strongly recommend using the Haskell tool stack for doing builds, which +includes built-in Stackage support: [stack](https://github.com/commercialhaskell/stack) [![Build Status](https://travis-ci.org/commercialhaskell/stack.svg?branch=master)](https://travis-ci.org/commercialhaskell/stack). + + +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 [multi-ghc-travis](https://github.com/hvr/multi-ghc-travis), which ensures the package is not accidentally incomplete. +* The package is compatible with the newest versions of all dependencies. +* 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)). + +Full details on how to add a package can be found in the [maintainers agreement](https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package). + +Other repos +----------- The Stackage project consists of multiple repositories. This repository contains the metadata on packages to be included in future builds and some @@ -19,11 +36,6 @@ project information. In addition, we have the following repositories: * [lts-haskell](https://github.com/fpco/lts-haskell) * [stackage-nightly](https://github.com/fpco/stackage-nightly) -We strongly recommend using the Haskell tool stack for doing builds, which -includes built-in Stackage support: - -* [stack](https://github.com/commercialhaskell/stack) [![Build Status](https://travis-ci.org/commercialhaskell/stack.svg?branch=master)](https://travis-ci.org/commercialhaskell/stack) - We also support some add-on tools to cabal-install to make its usage with Stackage both easier and more secure: @@ -33,51 +45,6 @@ Stackage both easier and more secure: * [stackage-install](https://github.com/fpco/stackage-install) [![Build Status](https://travis-ci.org/fpco/stackage-install.svg?branch=master)](https://travis-ci.org/fpco/stackage-install) * [stackage-build-plan](https://github.com/fpco/stackage-build-plan) [![Build Status](https://travis-ci.org/fpco/stackage-build-plan.svg?branch=master)](https://travis-ci.org/fpco/stackage-build-plan) -Get your package included -------------------------- - -In order to get your package included in the set of stable packages, you should -send a pull request against this repository. In the [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) file, -there's a section called `packages`. In general, to add a set of -packages, you would add: - - "My Name myemail@example.com @mygithubuser": - - package1 - - package2 - - package3 - -You can follow the examples of the other sets of packages in that function. -Once you've done this, you can send a pull request to get your package -included. - -__NOTE__: In order to ease the process of adding new packages, we no longer -require new submissions to be tested on your own system before sending a pull -request. If you believe your package works with the newest versions of all -dependencies, you may send a pull request without testing first. - -Please use commit messages like "add foo-bar" or "add johndev's packages" -(`build-constraints.yaml` is the most frequently changed file in this git repo -so commit messages like "update build-constraints.yaml" are not helpful). - -You should also read the [maintainers -agreement](https://github.com/fpco/stackage/blob/master/MAINTAINERS.md). - -Package Author Guidelines -------------------------- - -There are some basic rules to get your package to play nice with Stackage. Here -are some quick guidelines to hopefully make this easier: - -* Make sure that your code is buildability and testable from Hackage. Often - times, authors test their builds locally, but the tarball that gets uploaded - to Hackage is missing some necessary files. The best way to do this is to - set up a Travis job to do it for you. We recommend the - [multi-ghc-travis](https://github.com/hvr/multi-ghc-travis) approach. -* Make your code compatible with the newest versions of all dependencies. -* Make your code 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)). - -There are certainly many other tips that could be added here. If you think of -any, please send a pull request! Build the package set --------------------- From 5316860debd23627f8f53e5b9c76c12c48d38f53 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Mon, 7 Dec 2015 10:36:24 +0000 Subject: [PATCH 0828/3141] Tone down remarks surrounding PVP --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index df85fe30..0995387e 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -39,7 +39,7 @@ If a package's test suite is failing, the first job is to investigate why. If th If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is highly recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. -**If restrictive version bounds are the only problem** then you must quickly (within 3 days) upload a new version with relaxed version bounds. Note that unlike the PVP, Stackage does not require or encourage upper bounds. Omitting upper bounds will mean you get fewer alerts for your package. +**If restrictive version bounds are the only problem** then you must quickly (within 3 days) upload a new version with relaxed version bounds. Note that unlike the PVP, Stackage does not require upper bounds. **If the new dependency causes breaking changes** then all package authors should quickly assess the likely impact on their package (within 3 days) and then produce a new compatible version. The expected timeline for new versions varies between 1 week and 1 month, depending on the significance of the change, and thus the work required to produce those new versions. From 267aee3d43251192d2f14ca2bff5fab4d148ca53 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Mon, 7 Dec 2015 11:46:14 +0000 Subject: [PATCH 0829/3141] Make all maintainer changes take 1 week at minimum --- MAINTAINERS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 0995387e..c4fb174d 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -30,7 +30,7 @@ so commit messages like "update build-constraints.yaml" are not helpful). When a new version of a package is uploaded to Hackage, we automatically try to include it in Stackage (unless the new version is considered experimental). That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and raise GitHub issue tickets to resolve the issue. -If the new version doesn't compile then the package author should quickly (within 3 days) upload a fixed version. +If the new version doesn't compile then the package author should quickly (within 1 week) upload a fixed version. If a package's test suite is failing, the first job is to investigate why. If this is due to a bad interaction with versions of other packages in Stackage, then it is the responsibility of the maintainer to fix the test suite. In some situations, it is acceptable to not run the test suite. @@ -39,9 +39,9 @@ If a package's test suite is failing, the first job is to investigate why. If th If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is highly recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. -**If restrictive version bounds are the only problem** then you must quickly (within 3 days) upload a new version with relaxed version bounds. Note that unlike the PVP, Stackage does not require upper bounds. +**If restrictive version bounds are the only problem** then you must quickly (within 1 week) upload a new version with relaxed version bounds. Note that unlike the PVP, Stackage does not require upper bounds. -**If the new dependency causes breaking changes** then all package authors should quickly assess the likely impact on their package (within 3 days) and then produce a new compatible version. The expected timeline for new versions varies between 1 week and 1 month, depending on the significance of the change, and thus the work required to produce those new versions. +**If the new dependency causes breaking changes** then all package authors should quickly assess the likely impact on their package (within 1 week) and then produce a new compatible version. The expected timeline for new versions varies between 1 week and 1 month, depending on the significance of the change, and thus the work required to produce those new versions. ## Failing to meet the time limits From 3e140b137bb2b82bcbd0a8ad219f230c6447747b Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Mon, 7 Dec 2015 14:20:56 +0000 Subject: [PATCH 0830/3141] Apply @snoyberg's MAINTAINERS changes --- MAINTAINERS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index c4fb174d..4975f3df 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 [multi-ghc-travis](https://github.com/hvr/multi-ghc-travis), which ensures a package is not accidentally incomplete. +* 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 compatible with the newest versions of all dependencies. * All packages are 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)). @@ -19,7 +19,8 @@ To add a set of packages, you would add: - package2 - package3 -After doing that, send a pull request. We do not require new submissions to be tested against the rest of Stackage before the pull request, provided you meet the dependency version requirements above. +After doing that, send a pull request. We do not require new submissions to be tested against the rest of Stackage before the pull request, 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 script directly + Please use commit messages like "add foo-bar" or "add johndev's packages" (`build-constraints.yaml` is the most frequently changed file in this git repo From 0a0d68c067703bb4025bcc543c19c56a56177200 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Mon, 7 Dec 2015 14:27:16 +0000 Subject: [PATCH 0831/3141] Update README @snoyberg's suggestions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79c87d3f..342afc45 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ stackage "Stable Hackage": creating a vetted set of packages from Hackage. This repository is for package authors and maintainers to get their packages into Stackage. -If you simply want to use Stackage as an end user, please follow the instructions on [http://www.stackage.org/](http://www.stackage.org). +If you simply want to use Stackage as an end user, please follow the instructions on [https://www.stackage.org/](https://www.stackage.org). We strongly recommend using the Haskell tool stack for doing builds, which includes built-in Stackage support: [stack](https://github.com/commercialhaskell/stack) [![Build Status](https://travis-ci.org/commercialhaskell/stack.svg?branch=master)](https://travis-ci.org/commercialhaskell/stack). @@ -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 [multi-ghc-travis](https://github.com/hvr/multi-ghc-travis), which ensures the package is not accidentally incomplete. +* 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 compatible with the newest versions of all dependencies. * 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 8620544276ace6d5c0e2246a6f18b4bb8aed5cf3 Mon Sep 17 00:00:00 2001 From: Andrew Rademacher Date: Mon, 7 Dec 2015 18:18:16 -0600 Subject: [PATCH 0832/3141] Add aeson-casing to stackage. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 550fd64c..4933afc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1702,6 +1702,9 @@ packages: - conduit-iconv - conduit-connection + "Andrew Rademacher ": + - aeson-casing + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 7ea3e7c7c1f8eebb55b3433af150699fa81aaac0 Mon Sep 17 00:00:00 2001 From: Michael Thompson Date: Mon, 7 Dec 2015 21:29:14 -0500 Subject: [PATCH 0833/3141] add streaming / streaming-bytestring --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 550fd64c..e2f6cd5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1200,6 +1200,9 @@ packages: - lens-simple - lens-family-core - lens-family + - streaming + - streaming-bytestring + "Justin Le @mstksg": - auto From b956bae1104d8930e2f118395699d0de0f785e80 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Dec 2015 09:17:01 +0200 Subject: [PATCH 0834/3141] Revert "stm-conduit doctest failure (#1019)" This reverts commit 4be800f98c1659bbb04b3ba9a65eb6e0965ba0d1. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9225331c..88d1e316 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2211,9 +2211,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1000 - eventstore - - # https://github.com/fpco/stackage/issues/1019 - - stm-conduit # end of expected-test-failures From 690b4a89e16611f89a14a9e3a1abf65ed08bda7c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Dec 2015 08:00:45 +0200 Subject: [PATCH 0835/3141] Upper bound for #1027 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 88d1e316..11ce45d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1768,6 +1768,9 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 + + # https://github.com/fpco/stackage/issues/1027 + - stm-conduit < 2.7 # end of packages From cdee78687158b323b6536f306422851ce54c2301 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Dec 2015 08:18:46 +0200 Subject: [PATCH 0836/3141] Remove upper bounds and close #981 --- build-constraints.yaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11ce45d1..b20c3633 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -422,8 +422,9 @@ packages: - latex-formulae-image - latex-formulae-pandoc - latex-formulae-hakyll - - agda-snippets - - agda-snippets-hakyll + # Temporarily removed due to upper bound on haskell-src-exts in Agda + # - agda-snippets + # - agda-snippets-hakyll "Dan Burton @DanBurton": - hspec-jenkins @@ -1409,7 +1410,9 @@ packages: - ipython-kernel "Andrés Sicard-Ramírez @asr": - - Agda + # Temporarily removed due to upper bound on haskell-src-exts + # - Agda + [] "James Cook @mokus0": - dependent-sum @@ -1759,13 +1762,6 @@ packages: - lucid-svg < 0.6.0.0 - diagrams-svg < 1.3.1.8 - # https://github.com/fpco/stackage/issues/981 - - haskell-src-exts < 1.17 - - derive < 2.5.23 - - hlint < 1.9.23 - - stylish-haskell < 0.5.14.4 - - fay < 0.23.1.9 - # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 From e28444647f2191a745ca03f1cb02ae40b47c308f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Dec 2015 08:59:24 +0200 Subject: [PATCH 0837/3141] Remove upper bound and close #1027 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b20c3633..afd97020 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1764,9 +1764,6 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 - - # https://github.com/fpco/stackage/issues/1027 - - stm-conduit < 2.7 # end of packages From 3435507479fb9d5cd62e428646a37c65d4ee2f2a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Dec 2015 16:56:37 +0200 Subject: [PATCH 0838/3141] Expect test failure chrisdone/sourcemap#3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae0d9d37..923d38e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2211,6 +2211,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1000 - eventstore + + # https://github.com/chrisdone/sourcemap/issues/3 + - sourcemap # end of expected-test-failures From 42275b92656839c522d63f4b124f6f753e5a635e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Dec 2015 17:14:38 +0200 Subject: [PATCH 0839/3141] Temporary block for haskell-suite/haskell-names#69 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 923d38e1..a3429568 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -532,7 +532,8 @@ packages: - action-permutations - amqp - curl - - haskell-names + # https://github.com/haskell-suite/haskell-names/issues/69 + # - haskell-names - haskell-packages - heredoc - hse-cpp From ebd9537615da3adfc4a5f78cac7088ca69d1d0a1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Dec 2015 17:19:55 +0200 Subject: [PATCH 0840/3141] Temporary blocks for chrisdone/hindent#169 --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3429568..174e0bcf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -255,7 +255,8 @@ packages: #- scrobble GHC 7.10, for QuickCheck 2.8 via testpack - shell-conduit - sourcemap - - hindent + # Temporary block: https://github.com/chrisdone/hindent/issues/169 + # - hindent - descriptive - wrap - path @@ -904,8 +905,9 @@ packages: - gitson - pcre-heavy - http-link-header - - microformats2-parser - - hspec-expectations-pretty-diff + # Temporary block for: https://github.com/chrisdone/hindent/issues/169 + # - microformats2-parser + # - hspec-expectations-pretty-diff "Francesco Mazzoli f@mazzo.li @bitonic": - language-c-quote From af59e426ae16e23756ab198b5c8fab3b0d1d1dd4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Dec 2015 17:22:22 +0200 Subject: [PATCH 0841/3141] Temporary block for mainland/language-c-quote#57 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 174e0bcf..c66f615c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -910,7 +910,9 @@ packages: # - hspec-expectations-pretty-diff "Francesco Mazzoli f@mazzo.li @bitonic": - - language-c-quote + # Temporary block for: https://github.com/mainland/language-c-quote/issues/57 + # - language-c-quote + [] "Sönke Hahn soenkehahn@gmail.com @soenkehahn": - getopt-generics From cb4c657dcd3d402fd86353bbc29fa3212c2021b9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Dec 2015 17:40:41 +0200 Subject: [PATCH 0842/3141] Temporary block for lambdabot/lambdabot#139 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c66f615c..4957611d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -442,7 +442,8 @@ packages: - runmemo - tardis - lens-family-th - - lambdabot + # Temporary block for: https://github.com/lambdabot/lambdabot/issues/139 + # - lambdabot "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server From a7337f2a52f7710474bb3ebc8faf54e4704796f7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Dec 2015 17:42:55 +0200 Subject: [PATCH 0843/3141] Temporary block for k-bx/protocol-buffers#13 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4957611d..ba82b160 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1308,7 +1308,8 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - - hprotoc + # Temporary block for: https://github.com/k-bx/protocol-buffers/issues/13 + # - hprotoc - protocol-buffers-descriptor - ekg-core - digits From 727622adab0a3dd5375ec72e33c262cff4ace352 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Dec 2015 17:48:59 +0200 Subject: [PATCH 0844/3141] Expected Haddock failures for #1030 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba82b160..c388363a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2257,6 +2257,10 @@ expected-haddock-failures: # https://github.com/fpco/stackage/issues/1018 - stm-conduit + + # https://github.com/fpco/stackage/issues/1030 + - aeson-casing + - groom # end of expected-haddock-failures From 032426e6bd992da452bf2aebeead99ab3618c974 Mon Sep 17 00:00:00 2001 From: Yann Esposito Date: Wed, 9 Dec 2015 17:20:06 +0100 Subject: [PATCH 0845/3141] Added caching WAI middleware for WAI 3 I've tested locally using lts-3.16 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c388363a..d171002e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -675,6 +675,10 @@ packages: "Yann Esposito ": - human-readable-duration - holy-project + - wai-middleware-caching + - wai-middleware-caching-lru + - wai-middleware-caching-redis + # not package maintainer - ekg - ekg-json From f6ba6306a149f1c5e56c881f95a5e2cbd9b5f59a Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Wed, 9 Dec 2015 20:25:00 +0200 Subject: [PATCH 0846/3141] Fix hprotoc --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d171002e..10703304 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ packages: - bzlib-conduit - cabal-install - cabal-src - - case-insensitive + - case-insensitivek- - classy-prelude-yesod - conduit-combinators - conduit-extra @@ -1312,8 +1312,7 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - # Temporary block for: https://github.com/k-bx/protocol-buffers/issues/13 - # - hprotoc + - hprotoc - protocol-buffers-descriptor - ekg-core - digits From 0ead88f1398882df900b94735fbf7587da224678 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Wed, 9 Dec 2015 20:30:28 +0200 Subject: [PATCH 0847/3141] Fix typo --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10703304..deb6923a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ packages: - bzlib-conduit - cabal-install - cabal-src - - case-insensitivek- + - case-insensitivek - classy-prelude-yesod - conduit-combinators - conduit-extra From 103b7da5e67bdb5451a71a1da02a205e5daf54ec Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Wed, 9 Dec 2015 20:30:44 +0200 Subject: [PATCH 0848/3141] Fix typo --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index deb6923a..3d01fb75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ packages: - bzlib-conduit - cabal-install - cabal-src - - case-insensitivek + - case-insensitive - classy-prelude-yesod - conduit-combinators - conduit-extra From 8af1f14bc9a384bffe768b5caad08b62c9034468 Mon Sep 17 00:00:00 2001 From: Callum Rogers Date: Wed, 9 Dec 2015 21:51:56 +0000 Subject: [PATCH 0849/3141] Add Callum Rogers as maintainer of should-not-typecheck --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3d01fb75..d202a71c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1724,6 +1724,9 @@ packages: "Andrew Rademacher ": - aeson-casing + + "Callum Rogers @CRogers": + - should-not-typecheck "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From efd4b7763beb0e21d63c1b9867b013aaab07d758 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 10 Dec 2015 08:30:12 +0200 Subject: [PATCH 0850/3141] Temporary block for k-bx/protocol-buffers#18 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d202a71c..8b33b558 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1312,7 +1312,8 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - - hprotoc + # Temporary block for: https://github.com/k-bx/protocol-buffers/issues/18 + # - hprotoc - protocol-buffers-descriptor - ekg-core - digits From de4a9cf03b36ef18e189b25ea930d009e06cb0fb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 10 Dec 2015 12:44:59 +0200 Subject: [PATCH 0851/3141] Remove temporary block and close k-bx/protocol-buffers#18 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b33b558..d202a71c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1312,8 +1312,7 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - # Temporary block for: https://github.com/k-bx/protocol-buffers/issues/18 - # - hprotoc + - hprotoc - protocol-buffers-descriptor - ekg-core - digits From 4b6c4ac9949d8886bdcf4adad8e7d884ff8b74ec Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 11 Dec 2015 08:05:38 +0200 Subject: [PATCH 0852/3141] Upper bound for #1034 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d202a71c..efab8a33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1781,6 +1781,10 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 + + # https://github.com/fpco/stackage/issues/1034 + - protocol-buffers < 2.1.10 + - protocol-buffers-descriptor < 2.1.10 # end of packages From 29e71fec36d14a436415b74d2d40ca7c21390f8f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 11 Dec 2015 08:30:37 +0200 Subject: [PATCH 0853/3141] Reblock hprotoc --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index efab8a33..d9ee7832 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1312,7 +1312,8 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - - hprotoc + # Temproary block: https://github.com/k-bx/protocol-buffers/issues/18 + # - hprotoc - protocol-buffers-descriptor - ekg-core - digits From 183b87d88324d584e3942cdc442100bcfa3150e9 Mon Sep 17 00:00:00 2001 From: Mihaly Barasz Date: Sat, 12 Dec 2015 17:51:18 +0100 Subject: [PATCH 0854/3141] Add tz, tzdata --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9ee7832..7b152cca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1729,6 +1729,10 @@ packages: "Callum Rogers @CRogers": - should-not-typecheck + "Mihaly Barasz klao@nilcons.com @klao": + - tz + - tzdata + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 4911a476bc03fa3d6e722ee077a77d0770d58854 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 12 Dec 2015 21:09:25 +0200 Subject: [PATCH 0855/3141] Remove upper bounds and close #1034 --- build-constraints.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9ee7832..d202a71c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1312,8 +1312,7 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - # Temproary block: https://github.com/k-bx/protocol-buffers/issues/18 - # - hprotoc + - hprotoc - protocol-buffers-descriptor - ekg-core - digits @@ -1782,10 +1781,6 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 - - # https://github.com/fpco/stackage/issues/1034 - - protocol-buffers < 2.1.10 - - protocol-buffers-descriptor < 2.1.10 # end of packages From bf2dfe8cb9658cce63690c4e1d2adc9bb23c2741 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Dec 2015 13:05:40 +0200 Subject: [PATCH 0856/3141] Upper bound for #1036 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb60e7f0..ef765688 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1785,6 +1785,9 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 + + # https://github.com/fpco/stackage/issues/1036 + - gtk < 0.14 # end of packages From 3026e31d2566485524e40098ba2fabc8b17dbb9e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Dec 2015 13:46:46 +0200 Subject: [PATCH 0857/3141] Remove temporary block and close chrisdone/hindent#166 --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef765688..79685bba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -255,8 +255,7 @@ packages: #- scrobble GHC 7.10, for QuickCheck 2.8 via testpack - shell-conduit - sourcemap - # Temporary block: https://github.com/chrisdone/hindent/issues/169 - # - hindent + - hindent - descriptive - wrap - path @@ -910,9 +909,8 @@ packages: - gitson - pcre-heavy - http-link-header - # Temporary block for: https://github.com/chrisdone/hindent/issues/169 - # - microformats2-parser - # - hspec-expectations-pretty-diff + - microformats2-parser + - hspec-expectations-pretty-diff "Francesco Mazzoli f@mazzo.li @bitonic": # Temporary block for: https://github.com/mainland/language-c-quote/issues/57 From 72263f426e5559b64cb0c076c2f6672ac1b7d1f6 Mon Sep 17 00:00:00 2001 From: Timothy Klim Date: Mon, 14 Dec 2015 02:02:27 +0300 Subject: [PATCH 0858/3141] Add pkcs10 package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79685bba..fa329ef0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1730,6 +1730,9 @@ packages: - tz - tzdata + "Timothy Klim @TimothyKlim": + - pkcs10 + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 63aa9779303aadef08392169393df96c3c4629ea Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 14 Dec 2015 10:11:35 +0200 Subject: [PATCH 0859/3141] Initial 7.10.3 upgrade for Nightly --- .travis.yml | 2 +- Dockerfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a53f3231..430eb0b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: - chmod +x stack # Install GHC and cabal-install - - ./stack setup 7.10.2 + - ./stack setup 7.10.3 - ./stack --resolver ghc-7.10 build stackage-update # Update the index diff --git a/Dockerfile b/Dockerfile index c9322672..75d4f560 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,12 +14,12 @@ ADD debian-bootstrap.sh /tmp/debian-bootstrap.sh RUN DEBIAN_FRONTEND=noninteractive bash /tmp/debian-bootstrap.sh RUN rm /tmp/debian-bootstrap.sh -RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cabal-install-1.22 ghc-7.10.2 ghc-7.10.2-htmldocs alex-3.1.3 happy-1.19.4 sudo +RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cabal-install-1.22 ghc-7.10.3 ghc-7.10.3-htmldocs alex-3.1.3 happy-1.19.4 sudo -ENV PATH /home/stackage/.cabal/bin:/usr/local/sbin:/usr/local/bin:/opt/ghc/7.10.2/bin:/opt/cabal/1.22/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PATH /home/stackage/.cabal/bin:/usr/local/sbin:/usr/local/bin:/opt/ghc/7.10.3/bin:/opt/cabal/1.22/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN cabal update RUN cabal install hscolour cabal-install && cp $HOME/.cabal/bin/* /usr/local/bin && rm -rf $HOME/.cabal $HOME/.ghc /tmp/stackage RUN wget https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 && bunzip2 stackage-curator.bz2 && chmod +x stackage-curator && mv stackage-curator /usr/local/bin # Get new hyperlinked Haddocks -RUN mkdir -p /opt/haddock && cd /opt/haddock && wget https://s3.amazonaws.com/download.fpcomplete.com/michael/haddock-2.16.2.tar.gz && tar zxf haddock-2.16.2.tar.gz && rm -f /opt/ghc/7.10.2/bin/haddock && ln -s /opt/haddock/2.16.2/bin/haddock /opt/ghc/7.10.2/bin/haddock +# RUN mkdir -p /opt/haddock && cd /opt/haddock && wget https://s3.amazonaws.com/download.fpcomplete.com/michael/haddock-2.16.2.tar.gz && tar zxf haddock-2.16.2.tar.gz && rm -f /opt/ghc/7.10.3/bin/haddock && ln -s /opt/haddock/2.16.2/bin/haddock /opt/ghc/7.10.3/bin/haddock From 18aab6739d7e37c5f7a97d26e3551397916adaa6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Dec 2015 09:51:31 +0100 Subject: [PATCH 0860/3141] Trim whitespace --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa329ef0..b1ae7c6e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4,7 +4,7 @@ packages: "Piotr Mlodawski @pmlodawski": - signal - ghc-session - + "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - cabal-install @@ -1215,7 +1215,7 @@ packages: - lens-family - streaming - streaming-bytestring - + "Justin Le @mstksg": - auto @@ -1722,7 +1722,7 @@ packages: "Andrew Rademacher ": - aeson-casing - + "Callum Rogers @CRogers": - should-not-typecheck From cefe4ea326826f2c276e7c56c6a9e24eae15ee43 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Dec 2015 09:51:53 +0100 Subject: [PATCH 0861/3141] Upper bound for #968 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1ae7c6e..1e5676ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1779,6 +1779,7 @@ packages: # https://github.com/fpco/stackage/issues/968 - bifunctors < 5.1 + - text-show < 2.1.2 # https://github.com/fpco/stackage/issues/976 - lucid-svg < 0.6.0.0 From c49c2bd1b28f42f3c0e4d76a1ff7c89bb13879db Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Mon, 14 Dec 2015 04:34:45 -0800 Subject: [PATCH 0862/3141] Change maintainer of 'stack' to me I've missed a couple of issues because I wasn't pinged. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1e5676ad..a00cb117 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -98,7 +98,6 @@ packages: - random-source - shelly - smtLib - - stack < 9.9.9 - stackage - stackage-curator - stackage-types @@ -709,7 +708,7 @@ packages: "Luis G. Torres ": + "Emanuel Borsboom @borsboom": - BoundedChan - broadcast-chan - bytestring-lexing @@ -734,6 +733,7 @@ packages: - Chart-cairo - ghc-events - monad-extras + - stack < 9.9.9 "Michael Sloan ": - th-orphans From 70e927e3f8e9fd7a286b439762316e4ed79f261a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Dec 2015 09:24:35 +0100 Subject: [PATCH 0863/3141] Upper bounds for #1039 --- build-constraints.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a00cb117..095d249c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -655,7 +655,8 @@ packages: - msi-kb-backlit - smoothie - tellbot - - wavefront + # https://github.com/fpco/stackage/issues/1039 + # - wavefront - zero "Thomas Schilling ": @@ -1677,8 +1678,9 @@ packages: "Michael Schröder @mcschroeder": - ttrie - "Greg Weber ": - - base-noprelude + # "Greg Weber ": + # https://github.com/fpco/stackage/issues/1039 + # - base-noprelude # https://github.com/fpco/stackage/pull/979 # "Andrew Lelechenko @Bodigrim": @@ -1699,8 +1701,9 @@ packages: - exact-real "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - - Cartesian - - Michelangelo + # https://github.com/fpco/stackage/issues/1039 + # - Cartesian + # - Michelangelo "Henry J. Wylde @hjwylde": - git-fmt From f7ba991ddc238724bfe1e07a5e710c69fc8ead0d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Dec 2015 09:29:33 +0100 Subject: [PATCH 0864/3141] Fix syntax error in previous commit --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 095d249c..38c8986d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1700,10 +1700,10 @@ packages: "Joe Hermaszewski @expipiplus1": - exact-real - "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - # https://github.com/fpco/stackage/issues/1039 - # - Cartesian - # - Michelangelo + # "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": + # https://github.com/fpco/stackage/issues/1039 + # - Cartesian + # - Michelangelo "Henry J. Wylde @hjwylde": - git-fmt From 9ad55ca93509ae2677d3eb01e45a8e8fa03a520f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Dec 2015 09:32:16 +0100 Subject: [PATCH 0865/3141] Remove upper bound and close #1036 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38c8986d..4dd72fed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1790,9 +1790,6 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 - - # https://github.com/fpco/stackage/issues/1036 - - gtk < 0.14 # end of packages From b1e9f57f82cb450ef4ee1d0d09cc58b6b49ecac9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 Dec 2015 15:44:48 +0100 Subject: [PATCH 0866/3141] =?UTF-8?q?Fix=20github=20user=20name=20for=20Ja?= =?UTF-8?q?kub=20Fija=C5=82kowski?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No user `Fiolek_` exists on github, but @Fiolek does. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4dd72fed..e074869a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1346,7 +1346,7 @@ packages: "Will Thompson @wjt": - bustle - "Jakub Fijałkowski kuba@codinginfinity.me @Fiolek_": + "Jakub Fijałkowski kuba@codinginfinity.me @Fiolek": - hlibsass - hsass From 1527b8d4f73b0ae3df62202ec6ce9a3b2c071a04 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Dec 2015 17:18:28 +0100 Subject: [PATCH 0867/3141] Upper bound for #1042 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e074869a..e1aaaf43 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1790,6 +1790,9 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 + + # https://github.com/fpco/stackage/issues/1042 + - clock < 0.6 # end of packages From 4a176d121485a15e76770a3467c47a204dc855c8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Dec 2015 18:28:26 +0100 Subject: [PATCH 0868/3141] Remove upper bounds and close #768. lambdabot is already excluded. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1aaaf43..015b58bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1740,10 +1740,6 @@ packages: # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 - # https://github.com/fpco/stackage/issues/767 - - dependent-map == 0.1.* - - dependent-sum == 0.2.* - # https://github.com/fpco/stackage/issues/768 - HUnit < 1.3 From dc8376ac7dd81ca18fdd19c7caf3681a2b58b931 Mon Sep 17 00:00:00 2001 From: Jeremy Shaw Date: Tue, 15 Dec 2015 11:54:41 -0600 Subject: [PATCH 0869/3141] Attempt to add userid package to stackage No idea if I am doing this right. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 015b58bf..5ac5279b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1735,6 +1735,9 @@ packages: "Timothy Klim @TimothyKlim": - pkcs10 + + "Jeremy Shaw @stepcut": + - userid "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 @@ -2365,5 +2368,7 @@ github-users: - mokus0 haskell-game: - ocharles + Happstack: + - stepcut # end of github-users From f485cf386d1c59174eaa2c12fc9ef8eb17a04265 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Dec 2015 21:42:51 +0100 Subject: [PATCH 0870/3141] Re-enable base-noprelude #1039 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 015b58bf..51bab0fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1678,9 +1678,8 @@ packages: "Michael Schröder @mcschroeder": - ttrie - # "Greg Weber ": - # https://github.com/fpco/stackage/issues/1039 - # - base-noprelude + "Greg Weber ": + - base-noprelude # https://github.com/fpco/stackage/pull/979 # "Andrew Lelechenko @Bodigrim": From a74bf76c4caa3fb8e44fb1905cfb4ba71f0f67ae Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 15 Dec 2015 13:04:29 -0800 Subject: [PATCH 0871/3141] remove lambdabot I don't intend to make sure that lambdabot is updated in a timely manner, so I'm removing myself as its stackage maintainer. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51bab0fe..2e312e38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -440,8 +440,6 @@ packages: - runmemo - tardis - lens-family-th - # Temporary block for: https://github.com/lambdabot/lambdabot/issues/139 - # - lambdabot "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server From fadadd4cffdf46bb6ab8fb682e03432a718f1fc7 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Wed, 16 Dec 2015 14:03:57 +0200 Subject: [PATCH 0872/3141] Remove hasql-postgresql https://github.com/fpco/stackage/issues/845#issuecomment-165033054 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51bab0fe..898f82c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -746,7 +746,6 @@ packages: - focus - hasql - hasql-backend - - hasql-postgres - list-t - mtl-prelude - neat-interpolation From f35147dc0b3ab6a5c8fa088a2ccf72ff7a95f429 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 16 Dec 2015 15:16:49 +0200 Subject: [PATCH 0873/3141] Try using a newer Stack version for Travis --- .travis.yml | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 430eb0b8..61a4ac75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,26 +1,36 @@ +# Use new container infrastructure to enable caching sudo: false -language: haskell +# Choose a lightweight base image; we provide our own build tools. +language: c + +# GHC depends on GMP. You can add other dependencies here as well. +addons: + apt: + packages: + - libgmp-dev install: + # Download and unpack the stack executable + - mkdir -p ~/.local/bin + - export PATH=$HOME/.local/bin:$PATH + - travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' + # Get stackage-curator - wget https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 - bunzip2 stackage-curator.bz2 - chmod +x stackage-curator - - # Get stack - - travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v0.1.3.0/stack-0.1.3.0-x86_64-linux-gmp4.gz | gunzip > stack - - chmod +x stack + - mv stackage-curator ~/.local/bin # Install GHC and cabal-install - - ./stack setup 7.10.3 - - ./stack --resolver ghc-7.10 build stackage-update + - stack setup 7.10.3 + - stack --resolver ghc-7.10 build stackage-update # Update the index - - travis_retry ./stack --resolver ghc-7.10 exec stackage-update + - travis_retry stack --resolver ghc-7.10 exec stackage-update script: - - ./stack --resolver ghc-7.10 exec ./stackage-curator check + - stack --resolver ghc-7.10 exec stackage-curator check cache: directories: From 6f84730186490ff3e5290e488d5beaaceccbf2ee Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Dec 2015 16:51:29 +0100 Subject: [PATCH 0874/3141] Disable packages and test suites that started causing problems with GHC 7.10.3 #1045 --- build-constraints.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 898f82c0..be3f381b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1177,7 +1177,8 @@ packages: # https://github.com/athanclark/nested-routes/issues/9 #- nested-routes - commutative - - composition-extra + # https://github.com/fpco/stackage/issues/1045 + # - composition-extra - digestive-functors-lucid - ltext - markup @@ -1185,7 +1186,8 @@ packages: - poly-arity - pred-trie - rose-trees - - sets + # https://github.com/fpco/stackage/issues/1045 + # - sets - tries - urlpath - wai-transformers @@ -1395,7 +1397,8 @@ packages: - generic-deriving - invariant - keycode - - text-show + # https://github.com/fpco/stackage/issues/1045 + # - text-show "Kirill Zaborsky @qrilka": - xlsx @@ -1921,6 +1924,12 @@ skipped-tests: - amazonka-ec2 - amazonka-s3 - amazonka-swf + + # Misc from GHC 7.10.3 upgrade + # https://github.com/fpco/stackage/issues/1045 + - argon + - clock + - pkcs10 # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From ee5448b9fd5d78e95ef5ab1c439dd1b3be39362c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Dec 2015 16:57:27 +0100 Subject: [PATCH 0875/3141] Re-enable pkcs10 test-suite #1045 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index be3f381b..a48b9e55 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1929,7 +1929,6 @@ skipped-tests: # https://github.com/fpco/stackage/issues/1045 - argon - clock - - pkcs10 # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From f1eccf995f7002e126cc204d9d6f59b8ce0c80ce Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Dec 2015 17:00:18 +0100 Subject: [PATCH 0876/3141] Disable more packages for #1045 --- build-constraints.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a48b9e55..b1d77207 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1177,23 +1177,22 @@ packages: # https://github.com/athanclark/nested-routes/issues/9 #- nested-routes - commutative - # https://github.com/fpco/stackage/issues/1045 - # - composition-extra - digestive-functors-lucid - ltext - markup - path-extra - poly-arity - - pred-trie - - rose-trees - # https://github.com/fpco/stackage/issues/1045 - # - sets - - tries - urlpath - wai-transformers - wai-middleware-content-type - wai-middleware-verbs - webpage + # https://github.com/fpco/stackage/issues/1045 + # - composition-extra + # - pred-trie + # - rose-trees + # - sets + # - tries "Fumiaki Kinoshita @fumieval": - control-bool From 73a12092d19db59e44e1565b9bc6adbf3ef08a20 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Dec 2015 17:15:48 +0100 Subject: [PATCH 0877/3141] Skip Another test suite #1045 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1d77207..99699be0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1928,6 +1928,7 @@ skipped-tests: # https://github.com/fpco/stackage/issues/1045 - argon - clock + - pipes-cacophony # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From e5e4f1722b8368d2702e032544627ce3a17eadd7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Dec 2015 17:16:34 +0100 Subject: [PATCH 0878/3141] Remove upper bounds and close #968 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99699be0..b653e647 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1776,10 +1776,6 @@ packages: - messagepack-rpc < 0.5.1 - DRBG < 0.5.5 - # https://github.com/fpco/stackage/issues/968 - - bifunctors < 5.1 - - text-show < 2.1.2 - # https://github.com/fpco/stackage/issues/976 - lucid-svg < 0.6.0.0 - diagrams-svg < 1.3.1.8 From 9fc4acb8350d3400d269e0fd7ba40eae428ddf9b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Dec 2015 17:21:55 +0100 Subject: [PATCH 0879/3141] Disable `these', it's holding back other packages now --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b653e647..9b8bbfd1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -938,7 +938,7 @@ packages: # Not a maintainer - haxl - monad-time - - these + #- these # fft - carray From ac10378dfef59b29fa9fd85ebf30dd9ca40a33b9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Dec 2015 17:26:52 +0100 Subject: [PATCH 0880/3141] Expect haddock failure for stack #1045 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b8bbfd1..5423ee79 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2277,6 +2277,9 @@ expected-haddock-failures: # https://github.com/fpco/stackage/issues/1030 - aeson-casing - groom + + # https://github.com/fpco/stackage/issues/1045 + - stack # end of expected-haddock-failures From 3f4096927247c4ce7babef9f9e704c58347ff99c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Dec 2015 08:34:42 +0200 Subject: [PATCH 0881/3141] Upper bound for #1047 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd71935d..f67fd5b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1788,6 +1788,9 @@ packages: # https://github.com/fpco/stackage/issues/1042 - clock < 0.6 + + # https://github.com/fpco/stackage/issues/1047 + - unbound-generics < 0.3 # end of packages From 5d1a923c542a5383a0c1102e642fb9e602002dd4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Dec 2015 22:17:04 +0100 Subject: [PATCH 0882/3141] Note closing of #622 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f67fd5b6..a404f406 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1735,7 +1735,7 @@ packages: "Timothy Klim @TimothyKlim": - pkcs10 - + "Jeremy Shaw @stepcut": - userid @@ -1902,7 +1902,7 @@ skipped-tests: - aws # doctest < 0.10 - # https://github.com/fpco/stackage/issues/622 + # Closed due to inactivity: https://github.com/fpco/stackage/issues/622 - bound - heaps - hyphenation From 03051787026086258a94e5d7b12b168fc45e8728 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Dec 2015 22:22:23 +0100 Subject: [PATCH 0883/3141] Remove upper bound and close #856 --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a404f406..25169466 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1095,8 +1095,9 @@ packages: - system-argv0 - markdown-unlit - "Mateusz Kowalczyk @Fuuzetsu": - - aeson-schema + # "Mateusz Kowalczyk @Fuuzetsu": + # Excluded due to inactivity: https://github.com/fpco/stackage/issues/856 + # - aeson-schema # H needs inline-r # - H # inline-r-0.7.1.2 doesn't allow vector-0.11 @@ -1755,9 +1756,6 @@ packages: # https://github.com/GaloisInc/cryptol/issues/275 - sbv < 5.0 - # https://github.com/fpco/stackage/issues/856 - - syb < 0.6 - # https://github.com/fpco/stackage/issues/860 - optparse-applicative < 0.12 From 34b6192b3c816e5cba53630df5690fa44a7f497d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Dec 2015 22:32:05 +0100 Subject: [PATCH 0884/3141] Re-enable purescript test-suite and close #1336 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25169466..97a44faa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2166,9 +2166,6 @@ expected-test-failures: # https://github.com/zmthy/http-media/issues/16 - http-media - # https://github.com/purescript/purescript/issues/1336 - - purescript - # https://github.com/fpco/stackage/issues/733 - ide-backend From 813ee088223c8e8d8e0fb3c8c5139dcf06f59d7c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Dec 2015 22:55:52 +0100 Subject: [PATCH 0885/3141] Remove upper bound and close #768 --- build-constraints.yaml | 50 ++++++++++++++++++++++++++++-------------- 1 file changed, 34 insertions(+), 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97a44faa..c2332321 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -640,7 +640,7 @@ packages: - hledger # - hledger-ui - hledger-web - - shelltestrunner + # - shelltestrunner "Mihai Maruseac ": - io-manager @@ -1606,22 +1606,24 @@ packages: "Facundo Domínguez @facundominguez": - distributed-process - - distributed-process-async - - distributed-process-client-server - - distributed-process-execution - - distributed-process-extras - - distributed-process-registry - - distributed-process-simplelocalnet - - distributed-process-supervisor - - distributed-process-task + # Removed due to inactivity https://github.com/fpco/stackage/issues/768 + # - distributed-process-async + # - distributed-process-client-server + # - distributed-process-execution + # - distributed-process-extras + # - distributed-process-registry + # - distributed-process-simplelocalnet + # - distributed-process-supervisor + # - distributed-process-task - distributed-static - network-transport - network-transport-tcp - network-transport-composed - rank1dynamic - "Alexander Vershilov @qnikst": - - network-transport-zeromq + # Removed due to inactivity https://github.com/fpco/stackage/issues/768 + # "Alexander Vershilov @qnikst": + # - network-transport-zeromq "Takahiro Himura @thimura": - lens-regex @@ -1674,8 +1676,8 @@ packages: - inline-c-cpp - ekg - "Emin Karayel ": - - sync-mht + # "Emin Karayel ": + # - sync-mht "Michael Schröder @mcschroeder": - ttrie @@ -1744,9 +1746,6 @@ packages: # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 - # https://github.com/fpco/stackage/issues/768 - - HUnit < 1.3 - # https://github.com/fpco/stackage/issues/845 - aeson < 0.10 - bloodhound < 0.9 @@ -1929,6 +1928,25 @@ skipped-tests: - argon - clock - pipes-cacophony + + # HUnit < 1.3 + - GLFW-b + - HsOpenSSL + - bindings-GLFW + - clay + - hedis + - hint + - ide-backend + - language-ecmascript + - lifted-base + - newtype-generics + - parsec + - rank1dynamic + - shelltestrunner + - sync-mht + - terminal-progress-bar + - threads + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From efcac163fa29d6f60377cba807c836633e41679b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Dec 2015 23:00:03 +0100 Subject: [PATCH 0886/3141] Note closing of #817 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2332321..d639a035 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1909,7 +1909,7 @@ skipped-tests: - clustering # tasty < 0.11 - # https://github.com/fpco/stackage/issues/817 + # Closed due to inactivity: https://github.com/fpco/stackage/issues/817 - tar - uuid - uuid-types From 0ec3c1a1dee5cd9358a97060e71de01d7f5aa2bf Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Dec 2015 23:06:52 +0100 Subject: [PATCH 0887/3141] Close #778 since hsdev has outdated deps anyway --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d639a035..3ed1df18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -826,8 +826,9 @@ packages: "Alexandr Ruchkin voidex@live.com @mvoidex": - hdocs - # https://github.com/fpco/stackage/issues/778 - # - hsdev + # Possibly resolved: https://github.com/fpco/stackage/issues/778 + # Doesn't allow ghc-mod-5.4.0.0 + #- hsdev "Aleksey Kliger aleksey@lambdageek.org @lambdageek": - unbound-generics From 87d12ec06976114929299af156dd7fe2b32d8aba Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Dec 2015 23:25:46 +0100 Subject: [PATCH 0888/3141] Remove upper bound, disable packages, and close #845 --- build-constraints.yaml | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ed1df18..d3789e7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -33,7 +33,8 @@ packages: - yackage - yesod - yesod-auth - - yesod-auth-oauth + # aeson < 0.10 + # - yesod-auth-oauth2 - yesod-auth-deskcom - authenticate-oauth - yesod-bin @@ -388,8 +389,9 @@ packages: "Patrick Brisbin": - gravatar - "Paul Harper ": - - yesod-auth-oauth2 + # aeson < 0.10 + # "Paul Harper ": + # - yesod-auth-oauth2 "Felipe Lessa @meteficha": - country-codes @@ -856,7 +858,9 @@ packages: "Renzo Carbonara renzocarbonara@gmail.com @k0001": - network-simple - - pipes-aeson + # aeson < 0.10 + # - pipes-aeson + - pipes-aeson < 0 - pipes-attoparsec - pipes-binary - pipes-network @@ -1225,17 +1229,17 @@ packages: - tagged-binary "Ian Duncan @iand675": - - datadog - - growler - feature-flags - - flowdock - - growler - - engine-io-growler - metrics - pipes-wai - serf - uri-templater - librato + # aeson < 0.10 + # - datadog + # - engine-io-growler + # - flowdock + # - growler "Michael Xavier @MichaelXavier": - angel @@ -1468,7 +1472,8 @@ packages: "Brandon Martin @codedmart": - engine-io-wai - - rethinkdb + # aeson < 0.10 + # - rethinkdb "Michael Walker @barrucadu": - both @@ -1595,7 +1600,8 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - smsaero - - swagger2 + # aeson < 0.10 + # - swagger2 "Jared Tobin @jtobin": - mwc-probability @@ -1643,7 +1649,8 @@ packages: - engine-io-yesod "Tim McGilchrist @tmcgilchrist": - - riak + # aeson < 0.10 + # - riak - airship "Yuras Shumovich @Yuras": @@ -1747,12 +1754,6 @@ packages: # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 - # https://github.com/fpco/stackage/issues/845 - - aeson < 0.10 - - bloodhound < 0.9 - - postgresql-binary < 0.7.4 - - hasql < 0.14.0.2 - # https://github.com/GaloisInc/cryptol/issues/275 - sbv < 5.0 From 5484ed4e7ec81391b45d6d84f41e00e5e636663e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Dec 2015 23:30:38 +0100 Subject: [PATCH 0889/3141] Remove upper bound, disable packages, and close #860 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3789e7c..e89cf93f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1725,7 +1725,8 @@ packages: "Lazlo Grun ": - natural-sort - - lentil + # optarse-applicative < 0.12 + # - lentil "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore @@ -1757,9 +1758,6 @@ packages: # https://github.com/GaloisInc/cryptol/issues/275 - sbv < 5.0 - # https://github.com/fpco/stackage/issues/860 - - optparse-applicative < 0.12 - # https://github.com/fpco/stackage/issues/880 - http-types < 0.9 From 7dda2913b957659e6bdc45add0b1a4b83883af7e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Dec 2015 23:32:46 +0100 Subject: [PATCH 0890/3141] Fix a couple of github name typos #860 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e89cf93f..af3a8f4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1720,10 +1720,10 @@ packages: - git-fmt - omnifmt - "Will Sewell ": + "Will Sewell @willsewell": - benchpress - "Lazlo Grun ": + "Lazlo Grun @lazlo28": - natural-sort # optarse-applicative < 0.12 # - lentil From 0182e31c5b19c3983d4718ccdd1fe98414e4d0f0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Dec 2015 23:57:59 +0100 Subject: [PATCH 0891/3141] Remove upper bound, disable packages, and close #880 --- build-constraints.yaml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af3a8f4a..c68e3597 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -33,7 +33,7 @@ packages: - yackage - yesod - yesod-auth - # aeson < 0.10 + # aeson < 0.10 & http-types < 0.9 # - yesod-auth-oauth2 - yesod-auth-deskcom - authenticate-oauth @@ -179,7 +179,8 @@ packages: "Jasper Van der Jeugt": - blaze-html - blaze-markup - - hakyll + # http-types < 0.9 + # - hakyll - stylish-haskell - psqueues - websockets @@ -389,7 +390,7 @@ packages: "Patrick Brisbin": - gravatar - # aeson < 0.10 + # aeson < 0.10 & http-types < 0.9 # "Paul Harper ": # - yesod-auth-oauth2 @@ -411,7 +412,8 @@ packages: - yesod-auth-account-fork - yesod-auth-fb - yesod-fb - - yesod-mangopay + # http-types < 0.9 + # - yesod-mangopay "Alexander Altman ": - base-unicode-symbols @@ -426,7 +428,8 @@ packages: - dixi - latex-formulae-image - latex-formulae-pandoc - - latex-formulae-hakyll + # http-types < 0.9 + # - latex-formulae-hakyll # Temporarily removed due to upper bound on haskell-src-exts in Agda # - agda-snippets # - agda-snippets-hakyll @@ -860,7 +863,6 @@ packages: - network-simple # aeson < 0.10 # - pipes-aeson - - pipes-aeson < 0 - pipes-attoparsec - pipes-binary - pipes-network @@ -1578,9 +1580,10 @@ packages: - filecache - pcre-utils - strict-base-types - - stm-firehose - - hslogstash - withdependencies + # http-types < 0.9 + # - stm-firehose + # - hslogstash "Mark Karpov @mrkkrp": - megaparsec @@ -1748,8 +1751,9 @@ packages: "Timothy Klim @TimothyKlim": - pkcs10 - "Jeremy Shaw @stepcut": - - userid + # http-types < 0.9 + # "Jeremy Shaw @stepcut": + # - userid "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 @@ -1758,9 +1762,6 @@ packages: # https://github.com/GaloisInc/cryptol/issues/275 - sbv < 5.0 - # https://github.com/fpco/stackage/issues/880 - - http-types < 0.9 - # https://github.com/fpco/stackage/issues/908 - bimap < 0.3.1 From 879e488cd3320ab3e789c0508344151cc399aebe Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 00:06:50 +0100 Subject: [PATCH 0892/3141] Remove upper bound and close #942 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c68e3597..4389acea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1768,9 +1768,6 @@ packages: # https://github.com/idontgetoutmuch/largeword/issues/14 - largeword < 1.2.4 - # https://github.com/fpco/stackage/issues/942 - - semigroups < 0.18 - # https://github.com/fpco/stackage/issues/946 - cereal < 0.5 - messagepack < 0.5.0 From e0af793bf23ae7803b1a85a61c09cca60ed0acac Mon Sep 17 00:00:00 2001 From: Renzo Carbonara Date: Fri, 18 Dec 2015 11:12:38 -0300 Subject: [PATCH 0893/3141] Re-enable pipes-aeson --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4389acea..c389f6b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -861,8 +861,7 @@ packages: "Renzo Carbonara renzocarbonara@gmail.com @k0001": - network-simple - # aeson < 0.10 - # - pipes-aeson + - pipes-aeson - pipes-attoparsec - pipes-binary - pipes-network From b388400b5a05b0dde5194877bf9b93b1b7ca291f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 18:34:56 +0100 Subject: [PATCH 0894/3141] Disable aeson test-suite --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4389acea..8f5776f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1945,6 +1945,9 @@ skipped-tests: - terminal-progress-bar - threads + # Waiting for hackage release, was fixed in https://github.com/bos/aeson/commit/f012d0936808224d82150292c2b866fc5d1c182c + - aeson + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 5ce9865d550daa76910da061eaf15cee629574c7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 18:40:16 +0100 Subject: [PATCH 0895/3141] Disable avers https://github.com/wereHamster/avers-haskell/issues/1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f5776f5..da94a7ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -868,7 +868,7 @@ packages: - pipes-network "Tomas Carnecky": - - avers + # - avers - css-syntax - etcd - github-types From b36afed8eccea23976abe44adef8d9e911406dc8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 18:46:15 +0100 Subject: [PATCH 0896/3141] Disable hsebaysdk https://github.com/creichert/hsebaysdk/issues/1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index da94a7ce..ed283323 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1279,7 +1279,8 @@ packages: "Christopher Reichert @creichert": - bencode - - hsebaysdk + # https://github.com/creichert/hsebaysdk/issues/1 + # - hsebaysdk - dockerfile - wai-middleware-throttle - yesod-auth-basic From 6dee3fd4e4e0dcfacc0752b57ef5427bafa915a5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 18:54:24 +0100 Subject: [PATCH 0897/3141] Disable hspec-expectations-pretty-diff's test-suite #768 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed283323..772c2f7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1945,6 +1945,7 @@ skipped-tests: - sync-mht - terminal-progress-bar - threads + - hspec-expectations-pretty-diff # Waiting for hackage release, was fixed in https://github.com/bos/aeson/commit/f012d0936808224d82150292c2b866fc5d1c182c - aeson From 5a7b07df327273ab820189395947cbd30da3a9e4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 19:38:21 +0100 Subject: [PATCH 0898/3141] Disable mangopay https://github.com/prowdsponsor/mangopay/issues/31 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 772c2f7b..d50c601a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -399,7 +399,8 @@ packages: - esqueleto - fb - fb-persistent - - mangopay + # aeson < 0.10 + # - mangopay - nonce - serversession - serversession-backend-acid-state From 5b0967dcfc017620450a19665fc539e43269596e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 19:42:29 +0100 Subject: [PATCH 0899/3141] Disable ndjson-conduit https://github.com/srijs/haskell-ndjson-conduit/issues/1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d50c601a..b03ee297 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1256,7 +1256,8 @@ packages: - wai-cors "Sam Rijs ": - - ndjson-conduit + # aeson < 0.10 + # - ndjson-conduit - attoparsec-trans - operational-class From fc523352b30e342d64ea4c36fbf4d908554919ab Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 19:46:32 +0100 Subject: [PATCH 0900/3141] Revert "Re-enable purescript test-suite and close #1336" This reverts commit 34b6192b3c816e5cba53630df5690fa44a7f497d. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b03ee297..ed03a975 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2189,6 +2189,9 @@ expected-test-failures: # https://github.com/zmthy/http-media/issues/16 - http-media + # https://github.com/purescript/purescript/issues/1336 + - purescript + # https://github.com/fpco/stackage/issues/733 - ide-backend From d17dfb170cd48936b1a2a0d836431a61d05357a5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 19:49:30 +0100 Subject: [PATCH 0901/3141] Disable twitter-types(-lens) https://github.com/himura/twitter-types/issues/36 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed03a975..70f37fa9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1641,8 +1641,9 @@ packages: "Takahiro Himura @thimura": - lens-regex - twitter-conduit - - twitter-types - - twitter-types-lens + # aeson < 0.10 (serious test-suite failures) + # - twitter-types + # - twitter-types-lens "Robbin C. ": - zim-parser From 66049cdaad1b15c4e9936f373d6c4c0d8e417b2c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 19:58:52 +0100 Subject: [PATCH 0902/3141] Allow yesod-core test suite to fail https://github.com/yesodweb/yesod/issues/1128 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70f37fa9..b062e0c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2265,6 +2265,9 @@ expected-test-failures: # https://github.com/chrisdone/sourcemap/issues/3 - sourcemap + + # https://github.com/yesodweb/yesod/issues/1128 + - yesod-core # end of expected-test-failures From 6d592f62f97781847d17f7a0838ef5e36d218fa6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 20:01:30 +0100 Subject: [PATCH 0903/3141] Skip yesod-static-angular test suite #768 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b062e0c6..d4156e74 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1949,6 +1949,7 @@ skipped-tests: - terminal-progress-bar - threads - hspec-expectations-pretty-diff + - yesod-static-angular # Waiting for hackage release, was fixed in https://github.com/bos/aeson/commit/f012d0936808224d82150292c2b866fc5d1c182c - aeson From 57ad80e81d0fa3e257cd54345bbb46038b020b31 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 20:57:30 +0100 Subject: [PATCH 0904/3141] Also disable twitter-conduit because of twitter-types test failure --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 597e2230..0ca4ed46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1639,8 +1639,8 @@ packages: "Takahiro Himura @thimura": - lens-regex - - twitter-conduit # aeson < 0.10 (serious test-suite failures) + # - twitter-conduit # - twitter-types # - twitter-types-lens From 49e85d48f8eb22ea98001a6c6f281b6933297446 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 21:33:45 +0100 Subject: [PATCH 0905/3141] Change bimap issue reference to bimap's issue tracker. Closes #908 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ca4ed46..96dd9358 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1765,7 +1765,7 @@ packages: # https://github.com/GaloisInc/cryptol/issues/275 - sbv < 5.0 - # https://github.com/fpco/stackage/issues/908 + # https://github.com/joelwilliamson/bimap/pull/4 - bimap < 0.3.1 # https://github.com/idontgetoutmuch/largeword/issues/14 From 7025a7f3ebfcc107b90c37c6981f8955cc7c9264 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 21:37:51 +0100 Subject: [PATCH 0906/3141] Group postgres test-suites together and close #917 --- build-constraints.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 96dd9358..1bac0beb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1992,9 +1992,6 @@ expected-test-failures: # https://github.com/skogsbaer/xmlgen/issues/2 - xmlgen - # Requires a locally running PostgreSQL server with appropriate users - - postgresql-simple - # Some kind of Cabal bug when trying to run tests - thyme @@ -2052,9 +2049,6 @@ expected-test-failures: # Often run out of inotify handles - fsnotify - # Requires a correctly set up Postgres instance - - opaleye - # weird problems with cabal test - cautious-file @@ -2110,6 +2104,9 @@ expected-test-failures: # Expects a running PostgreSQL server - users-postgresql-simple + - dbmigrations + - opaleye + - postgresql-simple # Problems with linking with system libraries on Ubuntu 12.04 - nettle @@ -2249,9 +2246,6 @@ expected-test-failures: - distributed-process-extras - distributed-process-client-server - # https://github.com/fpco/stackage/issues/917 - - dbmigrations - # Requires running server - riak - hworker From 769e4858bcd7a32ad20b91cc73be259ea986f0a9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 21:51:52 +0100 Subject: [PATCH 0907/3141] Remove upper bound, disable outdated packages, and close #976 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1bac0beb..f2df9e3f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -69,6 +69,7 @@ packages: - cairo - cassava - Chart + # lucid-svg < 0.6 - Chart-diagrams - compdata - configurator @@ -1777,10 +1778,6 @@ packages: - messagepack-rpc < 0.5.1 - DRBG < 0.5.5 - # https://github.com/fpco/stackage/issues/976 - - lucid-svg < 0.6.0.0 - - diagrams-svg < 1.3.1.8 - # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 From 8a5a17b4971ebfd9b48b0843473fb4b0f8817a1d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 21:53:38 +0100 Subject: [PATCH 0908/3141] Re-enable hspec-expectations-pretty-diff test-suite #768 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f2df9e3f..0b1769de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1944,7 +1944,6 @@ skipped-tests: - sync-mht - terminal-progress-bar - threads - - hspec-expectations-pretty-diff - yesod-static-angular # Waiting for hackage release, was fixed in https://github.com/bos/aeson/commit/f012d0936808224d82150292c2b866fc5d1c182c From 8a52276caffac2b4140b7105ea025bae772b9d5d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 18 Dec 2015 22:01:59 +0100 Subject: [PATCH 0909/3141] Disable missed package for #976 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b1769de..19832c04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -70,7 +70,7 @@ packages: - cassava - Chart # lucid-svg < 0.6 - - Chart-diagrams + # - Chart-diagrams - compdata - configurator - convertible From dca1417172bb15c9acf51b1690a04335022a60db Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Dec 2015 00:24:26 +0100 Subject: [PATCH 0910/3141] Remove largeword upper bound, https://github.com/idontgetoutmuch/largeword/issues/14 is fixed --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19832c04..1b5ac3f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1769,9 +1769,6 @@ packages: # https://github.com/joelwilliamson/bimap/pull/4 - bimap < 0.3.1 - # https://github.com/idontgetoutmuch/largeword/issues/14 - - largeword < 1.2.4 - # https://github.com/fpco/stackage/issues/946 - cereal < 0.5 - messagepack < 0.5.0 From 4b27808518873bf735ed6357d7e16c9cf8cb5664 Mon Sep 17 00:00:00 2001 From: Christopher Reichert Date: Fri, 18 Dec 2015 19:25:24 -0600 Subject: [PATCH 0911/3141] Enable hsebaysdk in build-constraints --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b5ac3f5..77486a9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1281,8 +1281,7 @@ packages: "Christopher Reichert @creichert": - bencode - # https://github.com/creichert/hsebaysdk/issues/1 - # - hsebaysdk + - hsebaysdk - dockerfile - wai-middleware-throttle - yesod-auth-basic From b32595c571875362f82c6e52e5ba14fa5335da30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Sicard-Ram=C3=ADrez?= Date: Fri, 18 Dec 2015 21:36:27 -0500 Subject: [PATCH 0912/3141] Re-enable Agda. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77486a9b..e3477111 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1434,9 +1434,7 @@ packages: - ipython-kernel "Andrés Sicard-Ramírez @asr": - # Temporarily removed due to upper bound on haskell-src-exts - # - Agda - [] + - Agda "James Cook @mokus0": - dependent-sum From 45f5032b4efb8156340d5ada49bdd0b9632e4c60 Mon Sep 17 00:00:00 2001 From: Jeremy Shaw Date: Fri, 18 Dec 2015 22:08:47 -0600 Subject: [PATCH 0913/3141] add happstack empire --- build-constraints.yaml | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3477111..1574cdfc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1752,9 +1752,34 @@ packages: "Timothy Klim @TimothyKlim": - pkcs10 - # http-types < 0.9 - # "Jeremy Shaw @stepcut": - # - userid + "Jeremy Shaw @stepcut": + - boomerang + - clckwrks + - clckwrks-cli + - clckwrks-plugin-page + - clckwrks-plugin-media + - clckwrks-theme-bootstrap + - happstack-authenticate + - happstack-clientsession + - happstack-hsp + - happstack-jmacro + - happstack-server + - happstack-server-tls + - hsx-jmacro + - ixset + - reform + - reform-blaze + - reform-hamlet + - reform-happstack + - reform-hsp + - userid + - web-plugins + - web-routes + - web-routes-boomerang + - web-routes-happstack + - web-routes-hsp + - web-routes-th + - web-routes-wai "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 @@ -2387,5 +2412,7 @@ github-users: - ocharles Happstack: - stepcut + clckwrks: + - stepcut # end of github-users From 18939a5888a64d53e82e7b403ff73f22f0f02db8 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 19 Dec 2015 14:54:33 +0100 Subject: [PATCH 0914/3141] Re-enable hakyll with fixed http-types --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3477111..770d0d77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -180,8 +180,7 @@ packages: "Jasper Van der Jeugt": - blaze-html - blaze-markup - # http-types < 0.9 - # - hakyll + - hakyll - stylish-haskell - psqueues - websockets @@ -430,8 +429,7 @@ packages: - dixi - latex-formulae-image - latex-formulae-pandoc - # http-types < 0.9 - # - latex-formulae-hakyll + - latex-formulae-hakyll # Temporarily removed due to upper bound on haskell-src-exts in Agda # - agda-snippets # - agda-snippets-hakyll From f6d81b757ceea5b6cf8442e32a7d22f41ef03290 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Dec 2015 16:17:38 +0100 Subject: [PATCH 0915/3141] Disable amazonka-iot-dataplane for #1053 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc2e2f8c..33e2a6a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1021,7 +1021,7 @@ packages: - amazonka-iam - amazonka-importexport - amazonka-inspector - - amazonka-iot-dataplane + # - amazonka-iot-dataplane - amazonka-iot - amazonka-kinesis - amazonka-kinesis-firehose From a79d7d9b98d8906ecae179c2f8fefbc0b111aafa Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Dec 2015 16:45:22 +0100 Subject: [PATCH 0916/3141] Re-enable cacophony test-suite and close #934 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33e2a6a4..7fb7e3db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1902,9 +1902,6 @@ skipped-tests: - uuid - uuid-types - # https://github.com/fpco/stackage/issues/934 - - cacophony - # Build error with lens-4.13 # https://github.com/brendanhay/amazonka/issues/251 - amazonka-ec2 From 6652eb198d3ed539d875ad511884c003c3291af1 Mon Sep 17 00:00:00 2001 From: William Sewell Date: Sat, 19 Dec 2015 15:58:49 +0000 Subject: [PATCH 0917/3141] Add pusher-http-haskell package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fb7e3db..b6e93811 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1722,6 +1722,7 @@ packages: "Will Sewell @willsewell": - benchpress + - pusher-http-haskell "Lazlo Grun @lazlo28": - natural-sort From 91e89c206724864b6d8b3005057d7c46dd1d45be Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Dec 2015 18:00:43 +0100 Subject: [PATCH 0918/3141] Change reason for pagerduty exclusion #845 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fb7e3db..8b485996 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1047,7 +1047,7 @@ packages: - amazonka-waf - amazonka-workspaces - ede - # https://github.com/brendanhay/pagerduty/issues/5 + # aeson < 0.10 # - pagerduty - semver - text-manipulate From 5a832ccdb78ff61d93fadecdaa5df5e40e0432b6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Dec 2015 19:13:51 +0100 Subject: [PATCH 0919/3141] Re-enable amazonka-iot-dataplane and close #1053 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b485996..d2a81840 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1021,7 +1021,7 @@ packages: - amazonka-iam - amazonka-importexport - amazonka-inspector - # - amazonka-iot-dataplane + - amazonka-iot-dataplane - amazonka-iot - amazonka-kinesis - amazonka-kinesis-firehose From 005c92b3af4c4f8712595603341c5c98b5cbcf06 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Dec 2015 19:15:20 +0100 Subject: [PATCH 0920/3141] Re-enable yesod-core test-suite yesodweb/yesod#1128 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2a81840..0b9d30ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2242,9 +2242,6 @@ expected-test-failures: # https://github.com/chrisdone/sourcemap/issues/3 - sourcemap - - # https://github.com/yesodweb/yesod/issues/1128 - - yesod-core # end of expected-test-failures From abecaab821463ba31b30c3977f8b12cdce173140 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Dec 2015 19:21:01 +0100 Subject: [PATCH 0921/3141] Add an abandoned package section containing haskell-packages and close #1053 --- build-constraints.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b9d30ae..55dffc77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -535,9 +535,6 @@ packages: - action-permutations - amqp - curl - # https://github.com/haskell-suite/haskell-names/issues/69 - # - haskell-names - - haskell-packages - heredoc - hse-cpp - immortal @@ -1752,6 +1749,12 @@ packages: # "Jeremy Shaw @stepcut": # - userid + # If you stop mainaining a package you can move it here. + # It will then be disabled if it starts causing problems. + "Abandoned packages": + # https://github.com/fpco/stackage/issues/1056 + - haskell-packages + "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 From 1104db3681e1008a3dcb36a92589f33b47e35142 Mon Sep 17 00:00:00 2001 From: koral Date: Sat, 19 Dec 2015 19:59:40 +0100 Subject: [PATCH 0922/3141] Register 'conduit-parse' package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55dffc77..ca1be344 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1310,6 +1310,7 @@ packages: - cayley-client "koral koral@mailoo.org @k0ral": + - conduit-parse - timerep "Kostiantyn Rybnikov @k-bx": From e741a9d299b1eac372628a7f3be849d8961281fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Fija=C5=82kowski?= Date: Sat, 19 Dec 2015 20:50:04 +0100 Subject: [PATCH 0923/3141] build-constraints.yaml - fix my GitHub username Hello, I've changed my GitHub username and completly forgot to use the new one. This PR fixes this. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca1be344..11ba3cca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1350,7 +1350,7 @@ packages: "Will Thompson @wjt": - bustle - "Jakub Fijałkowski kuba@codinginfinity.me @Fiolek": + "Jakub Fijałkowski kuba@codinginfinity.me @jakubfijalkowski": - hlibsass - hsass From d838d8f4dd97676ca476e5d1466f62ca3d6eb00f Mon Sep 17 00:00:00 2001 From: David Luposchainsky Date: Sat, 19 Dec 2015 22:16:04 +0100 Subject: [PATCH 0924/3141] Add packages: binary-typed, pgp-wordlist --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11ba3cca..54d0e0b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1745,6 +1745,10 @@ packages: "Timothy Klim @TimothyKlim": - pkcs10 + + "David Luposchainsky @quchen": + - binary-typed + - pgp-wordlist # http-types < 0.9 # "Jeremy Shaw @stepcut": From a88706438feb1834d1eb6bd2a6790467b8c3507e Mon Sep 17 00:00:00 2001 From: Jeremy Shaw Date: Sat, 19 Dec 2015 20:37:59 -0600 Subject: [PATCH 0925/3141] added hackage-whatsnew --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00e28dd8..9dbe81e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1757,6 +1757,7 @@ packages: - clckwrks-plugin-page - clckwrks-plugin-media - clckwrks-theme-bootstrap + - hackage-whatsnew - happstack-authenticate - happstack-clientsession - happstack-hsp From 3335509fd81d5a7816d72264e8dd652160474045 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Dec 2015 09:02:39 +0100 Subject: [PATCH 0926/3141] Remove upper bound and close #1042 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9dbe81e6..497d4e52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1805,9 +1805,6 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 - # https://github.com/fpco/stackage/issues/1042 - - clock < 0.6 - # https://github.com/fpco/stackage/issues/1047 - unbound-generics < 0.3 # end of packages From d609d1bdd46b5d2a8547b07a1e1fdb7085f657f7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Dec 2015 09:07:35 +0100 Subject: [PATCH 0927/3141] Re-enable ndjson-conduit https://github.com/srijs/haskell-ndjson-conduit/issues/1 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 497d4e52..75c9949d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1249,8 +1249,7 @@ packages: - wai-cors "Sam Rijs ": - # aeson < 0.10 - # - ndjson-conduit + - ndjson-conduit - attoparsec-trans - operational-class @@ -1745,7 +1744,7 @@ packages: "Timothy Klim @TimothyKlim": - pkcs10 - + "David Luposchainsky @quchen": - binary-typed - pgp-wordlist From c38bc30eda6c2a9a251e35d35814f57eb4b8df9d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Dec 2015 09:19:33 +0100 Subject: [PATCH 0928/3141] Revert "Re-enable cacophony test-suite and close #934" This reverts commit a79d7d9b98d8906ecae179c2f8fefbc0b111aafa. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75c9949d..390382ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1932,6 +1932,9 @@ skipped-tests: - uuid - uuid-types + # https://github.com/fpco/stackage/issues/934 + - cacophony + # Build error with lens-4.13 # https://github.com/brendanhay/amazonka/issues/251 - amazonka-ec2 From f1dd95f0f91f0d1015459e21a42e3b832736d043 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 20 Dec 2015 15:40:57 +0200 Subject: [PATCH 0929/3141] Add back present nominolo/atto-lisp#20 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 390382ff..8592725c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -250,7 +250,7 @@ packages: - lucid - osdkeys - pdfinfo - #- present Due to: https://github.com/nominolo/atto-lisp/issues/20 + - present - pure-io # https://github.com/jgoerzen/testpack/issues/11 #- scrobble GHC 7.10, for QuickCheck 2.8 via testpack From 101cbbafdeda28cd0bee6ae1cfebbcde13d091ee Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 20 Dec 2015 15:52:14 +0200 Subject: [PATCH 0930/3141] Add libsystemd-journal to skipped builds and close #696 --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8592725c..dc7b3f33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1374,8 +1374,7 @@ packages: - diff3 - digestive-functors-aeson - exhaustive - # Needs pkg-config libsystemd - # - libsystemd-journal + - libsystemd-journal - network-carbon - socket-io @@ -1878,6 +1877,10 @@ skipped-builds: - Win32-notify - Win32-extras + # The Docker image we use does not have access to the correct + # C libraries. See: https://github.com/fpco/stackage/issues/696 + - libsystemd-journal + # By skipping a test suite, we do not pull in the build dependencies skipped-tests: From d99698d01a1a7abe2428b556bb82f686ab503122 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 20 Dec 2015 16:08:20 +0200 Subject: [PATCH 0931/3141] Remove expected Haddock failure and close #1015 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc7b3f33..9e7a71f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2309,9 +2309,6 @@ expected-haddock-failures: # https://github.com/fpco/stackage/issues/994 - Michelangelo - # https://github.com/fpco/stackage/issues/1015 - - dejafu - # https://github.com/fpco/stackage/issues/1018 - stm-conduit From 3f6c5b244bed10a613934a3ace15ec60cad16608 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 20 Dec 2015 16:09:52 +0200 Subject: [PATCH 0932/3141] Remove expected Haddock failure for stm-conduit --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e7a71f9..dbc113fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2309,9 +2309,6 @@ expected-haddock-failures: # https://github.com/fpco/stackage/issues/994 - Michelangelo - # https://github.com/fpco/stackage/issues/1018 - - stm-conduit - # https://github.com/fpco/stackage/issues/1030 - aeson-casing - groom From a97cfb164a342ef70b280a9a4e5dc8fb7fb6b79e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 20 Dec 2015 16:11:29 +0200 Subject: [PATCH 0933/3141] Remove expected Haddock failure for aeson-casing and groom --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbc113fb..7b741af2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2309,10 +2309,6 @@ expected-haddock-failures: # https://github.com/fpco/stackage/issues/994 - Michelangelo - # https://github.com/fpco/stackage/issues/1030 - - aeson-casing - - groom - # https://github.com/fpco/stackage/issues/1045 - stack # end of expected-haddock-failures From c923ef0c9f35d6b7dfb13800da5bddba64ef64a4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Dec 2015 19:26:39 +0100 Subject: [PATCH 0934/3141] Re-enable pipes-cacophony test-suite #1045 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b741af2..1ada9e3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1948,7 +1948,6 @@ skipped-tests: # https://github.com/fpco/stackage/issues/1045 - argon - clock - - pipes-cacophony # HUnit < 1.3 - GLFW-b From da0292bb557baf201d669a03ee80bea0a533aa55 Mon Sep 17 00:00:00 2001 From: Emin Karayel Date: Mon, 21 Dec 2015 02:35:00 +0100 Subject: [PATCH 0935/3141] Update build-constraints.yaml Reenabled sync-mht (after checking that it builds without HUnit < 1.3) --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ada9e3b..ca9f8068 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1680,8 +1680,8 @@ packages: - inline-c-cpp - ekg - # "Emin Karayel ": - # - sync-mht + "Emin Karayel ": + - sync-mht "Michael Schröder @mcschroeder": - ttrie @@ -1963,7 +1963,6 @@ skipped-tests: - parsec - rank1dynamic - shelltestrunner - - sync-mht - terminal-progress-bar - threads - yesod-static-angular From febbe386301b88b21a1b579a07dab780ae6dc0f4 Mon Sep 17 00:00:00 2001 From: yamadapc Date: Sun, 20 Dec 2015 13:27:58 -0200 Subject: [PATCH 0936/3141] Add @yamadapc packages Adds my own packages to Stackage. My guess is that there'll be a couple of problems, hopefully they're automatically reported so I can fix them one by one. --- build-constraints.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b741af2..850db9ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1778,6 +1778,22 @@ packages: - web-routes-th - web-routes-wai + "Pedro Tacla Yamada @yamadapc": + - ascii-progress + - drawille + - extract-dependencies + - file-modules + - frontmatter + - read-editor + - hspec-setup + - hzulip + - list-prompt + - memoization-utils + - package-description-remote + - projectroot + - questioner + - stack-run-auto + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From cf301253a229a1e2f245477166bd65a696a72bc1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 21 Dec 2015 13:03:38 +0900 Subject: [PATCH 0937/3141] re-enable riak (#845) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca9f8068..ac4e09c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1645,8 +1645,7 @@ packages: - engine-io-yesod "Tim McGilchrist @tmcgilchrist": - # aeson < 0.10 - # - riak + - riak - airship "Yuras Shumovich @Yuras": From 7fee04a024e3b291e1fe94b903747c79f45e7b65 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 21 Dec 2015 13:19:17 +0900 Subject: [PATCH 0938/3141] improve the docker image libsystemd-dev comment --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ce11daf..8594a8fd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1892,8 +1892,8 @@ skipped-builds: - Win32-notify - Win32-extras - # The Docker image we use does not have access to the correct - # C libraries. See: https://github.com/fpco/stackage/issues/696 + # The Docker image needs libsystemd-dev from Ubuntu 15.04+ for this. + # See: https://github.com/fpco/stackage/issues/696 - libsystemd-journal From 3d3a1274d1060a081e21983e89cfb14617c49f79 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 21 Dec 2015 13:38:56 +0900 Subject: [PATCH 0939/3141] Revert "re-enable riak (#845)" - uses vector 0.10 This reverts commit cf301253a229a1e2f245477166bd65a696a72bc1. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8594a8fd..37cd7050 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1645,7 +1645,8 @@ packages: - engine-io-yesod "Tim McGilchrist @tmcgilchrist": - - riak + # aeson < 0.10 + # - riak - airship "Yuras Shumovich @Yuras": From 6cac9ee046db67815a7faceb6b275d0bbf42b025 Mon Sep 17 00:00:00 2001 From: Andrew Cowie Date: Mon, 21 Dec 2015 16:24:42 +1100 Subject: [PATCH 0940/3141] Add http-streams package Long overdue, but now that io-streams is in, we can add the HTTP client library built on it. Also adds http-common package. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37cd7050..c7527f5f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1523,6 +1523,10 @@ packages: - io-streams - openssl-streams + "Andrew Cowie @afcowie": + - http-common + - http-streams + "Devan Stormont ": - forecast-io From 33c1a331fb10593229170c13884149dc460e47c5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 21 Dec 2015 14:45:54 +0900 Subject: [PATCH 0941/3141] disable present again (#1062) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37cd7050..2646b083 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -250,7 +250,8 @@ packages: - lucid - osdkeys - pdfinfo - - present + # https://github.com/fpco/stackage/issues/1062 + #- present - pure-io # https://github.com/jgoerzen/testpack/issues/11 #- scrobble GHC 7.10, for QuickCheck 2.8 via testpack From 51f5cb1ba663e466e35aee9ebbe891207e353bf1 Mon Sep 17 00:00:00 2001 From: rightfold Date: Mon, 21 Dec 2015 16:59:05 +0100 Subject: [PATCH 0942/3141] Add rightfold to build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 682188a1..038772de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1799,6 +1799,9 @@ packages: - questioner - stack-run-auto + "rightfold @rightfold": + - open-browser + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From e1dcee2733c3fe972846a69aae74a66ef83d5590 Mon Sep 17 00:00:00 2001 From: Nickolay Kudasov Date: Tue, 22 Dec 2015 00:28:53 +0300 Subject: [PATCH 0943/3141] Return swagger2 back since swagger2-1.0 fixes aeson bounds --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 682188a1..cafe9022 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1600,8 +1600,7 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - smsaero - # aeson < 0.10 - # - swagger2 + - swagger2 "Jared Tobin @jtobin": - mwc-probability From 45540e5f0fedc442efd247bce4cfe2bf67ecf2f3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 22 Dec 2015 10:43:36 +0900 Subject: [PATCH 0944/3141] drop unbound-generics upperbound (#1047) --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 682188a1..8abae0d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1824,8 +1824,6 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 - # https://github.com/fpco/stackage/issues/1047 - - unbound-generics < 0.3 # end of packages From 04fa241da8ab91914b08d22a173dcfa0483e1f1d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 22 Dec 2015 13:10:25 +0900 Subject: [PATCH 0945/3141] re-enable riak (#845) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d064d89..f7921ac4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1650,8 +1650,7 @@ packages: - engine-io-yesod "Tim McGilchrist @tmcgilchrist": - # aeson < 0.10 - # - riak + - riak - airship "Yuras Shumovich @Yuras": From ad71c8b322d17abd16c4602bcce81bd33af76384 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Tue, 22 Dec 2015 18:09:13 +0300 Subject: [PATCH 0946/3141] add tracy --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a8348e3..de79b8d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1800,6 +1800,9 @@ packages: "rightfold @rightfold": - open-browser + "Denis Redozubov @dredozubov": + - tracy + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From 0b8c9bb94bd5f5555baead9993bab34a712d1d26 Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Tue, 22 Dec 2015 12:33:38 -0500 Subject: [PATCH 0947/3141] Added modify-fasta --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a8348e3..53376fe3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1570,6 +1570,7 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - diversity + - modify-fasta "Simon Marechal @bartavelle": - compactmap From 53b1e67e044f8806c626455fc5a36366dccc4b41 Mon Sep 17 00:00:00 2001 From: Yuji Yamamoto Date: Wed, 23 Dec 2015 13:42:13 +0900 Subject: [PATCH 0948/3141] Add yes-precure5-command --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2c21817..13454b88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1804,6 +1804,9 @@ packages: "Denis Redozubov @dredozubov": - tracy + "Yuji Yamamoto @igrep": + - yes-precure5-command + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From 32b00e07616aa8027fa9da59a4b6a56a5780a90a Mon Sep 17 00:00:00 2001 From: Roman Cheplyaka Date: Wed, 23 Dec 2015 12:41:22 +0200 Subject: [PATCH 0949/3141] Abandon curl and hse-cpp, include socket --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 13454b88..372f0d8b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -535,13 +535,12 @@ packages: "Roman Cheplyaka ": - action-permutations - amqp - - curl - heredoc - - hse-cpp - immortal - regex-applicative - lexer-applicative - smallcheck + - socket - tasty - tasty-golden - tasty-hunit @@ -1812,6 +1811,8 @@ packages: "Abandoned packages": # https://github.com/fpco/stackage/issues/1056 - haskell-packages + - curl + - hse-cpp "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 633583769f6be929f6da9ef9373642d28c46da2b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 24 Dec 2015 08:52:55 +0900 Subject: [PATCH 0950/3141] parsers doctest failing (#1070) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 372f0d8b..3f6a56a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2304,6 +2304,9 @@ expected-test-failures: # https://github.com/chrisdone/sourcemap/issues/3 - sourcemap + + # https://github.com/fpco/stackage/issues/1070 + - parsers # end of expected-test-failures From 3d0da264216c550cd5938ab274efa764d7184c60 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 24 Dec 2015 08:56:23 +0900 Subject: [PATCH 0951/3141] modify-fasta didn't build (#1068) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3f6a56a2..513481d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1569,7 +1569,8 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - diversity - - modify-fasta + # https://github.com/fpco/stackage/pull/1068 + #- modify-fasta "Simon Marechal @bartavelle": - compactmap From fba9d2e1b8ec17a9ee337ef57a21e3af4ced694f Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Thu, 24 Dec 2015 00:42:33 -0500 Subject: [PATCH 0952/3141] Re-added modify-fasta In regards to #1068, the program should now compile due to explicit exposing of the modules. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 513481d5..3f6a56a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1569,8 +1569,7 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - diversity - # https://github.com/fpco/stackage/pull/1068 - #- modify-fasta + - modify-fasta "Simon Marechal @bartavelle": - compactmap From f520267ddaa5fc1c0ed1fbc8809ce9fc22f30276 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Thu, 24 Dec 2015 03:09:20 -0800 Subject: [PATCH 0953/3141] Added typelits-witnesses package to build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 513481d5..741f226b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1223,6 +1223,7 @@ packages: "Justin Le @mstksg": - auto - tagged-binary + - typelits-witnesses "Ian Duncan @iand675": - feature-flags From 6b95f96d0a7304acf7394c3a2e37a051293abd0e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 24 Dec 2015 15:15:54 +0100 Subject: [PATCH 0954/3141] Upper bound for #1074 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e481aa7..0b866068 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1834,6 +1834,9 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 + # https://github.com/fpco/stackage/issues/1074 + - http2 < 1.4 + # end of packages From 325207011f2b0ccb92e8ca685fe963bfb9342c5e Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 25 Dec 2015 17:18:54 +0600 Subject: [PATCH 0955/3141] =?UTF-8?q?Add=20package=20=E2=80=98slug?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tiny package provides type-safe slug implementation that plays nicely with Yesod ecosystem. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b866068..bd213876 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1586,6 +1586,7 @@ packages: "Mark Karpov @mrkkrp": - megaparsec - htaglib + - slug "Thomas Bereknyei ": - multiplate From 9301c14e25658b4637bdb0d9cde8acf9b1d9d583 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 25 Dec 2015 13:59:42 +0100 Subject: [PATCH 0956/3141] Remove sbv upper bound --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd213876..eee295f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1820,9 +1820,6 @@ packages: # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 - # https://github.com/GaloisInc/cryptol/issues/275 - - sbv < 5.0 - # https://github.com/joelwilliamson/bimap/pull/4 - bimap < 0.3.1 From ea3775ccb41615c421897d6dd571f61a610b9f92 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 25 Dec 2015 20:05:53 +0200 Subject: [PATCH 0957/3141] Add aeson-compat, monad-tttp and time-parsers --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eee295f2..996bba22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -924,16 +924,19 @@ packages: - string-conversions "Oleg Grenrus oleg.grenrus@iki.fi @phadej": + - aeson-compat - aeson-extra - binary-orphans - binary-tagged - edit-distance - JuicyPixels-scale-dct - lattices + - monad-http - postgresql-simple-url - regex-applicative-text - servant-yaml - spdx + - time-parsers - waitra # Not a maintainer From 90684394a151d1055a88b56e3794548a25048b3a Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 25 Dec 2015 21:32:39 +0200 Subject: [PATCH 0958/3141] Re-enable these --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 996bba22..db0da857 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -936,13 +936,13 @@ packages: - regex-applicative-text - servant-yaml - spdx + - these - time-parsers - waitra # Not a maintainer - haxl - monad-time - #- these # fft - carray From 120e1ab9018f53e2490452fe7397bc882ddd56bb Mon Sep 17 00:00:00 2001 From: koral Date: Fri, 25 Dec 2015 21:27:28 +0100 Subject: [PATCH 0959/3141] Register package 'xml-conduit-parse' --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 996bba22..8e744137 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1315,6 +1315,7 @@ packages: "koral koral@mailoo.org @k0ral": - conduit-parse - timerep + - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - protocol-buffers From 6b8ad84a702dd515d09fdd00dd27af0e6248514f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 25 Dec 2015 22:19:13 +0100 Subject: [PATCH 0960/3141] Upper bound for #1079 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 996bba22..31ce413a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1838,6 +1838,9 @@ packages: # https://github.com/fpco/stackage/issues/1074 - http2 < 1.4 + # https://github.com/fpco/stackage/issues/1079 + - aeson-extra < 0.3 + # end of packages From 46e24ebd4bb89c838fd9cc6c35b38e4b3f152605 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Sat, 26 Dec 2015 22:55:05 -0800 Subject: [PATCH 0961/3141] Add @abhinav packages --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 881d3fad..efd21c20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -974,6 +974,12 @@ packages: - universe-instances-trans - universe-reverse-instances + "Abhinav Gupta @abhinav": + - farmhash + - language-thrift + - pinch + - sandman + "Adam C. Foltzer acfoltzer@galois.com @acfoltzer": - cryptol - gitrev From 1f8dd4c20d3f23458c5ff403bf2f7760d13c7613 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 27 Dec 2015 23:18:54 +0900 Subject: [PATCH 0962/3141] Revert "Upper bound for #1079" persistent-template no longer depends on aeson-extra This reverts commit 6b8ad84a702dd515d09fdd00dd27af0e6248514f. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index efd21c20..2832d587 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1845,9 +1845,6 @@ packages: # https://github.com/fpco/stackage/issues/1074 - http2 < 1.4 - # https://github.com/fpco/stackage/issues/1079 - - aeson-extra < 0.3 - # end of packages From b46eeb86f5f1564a8991f5ffffa571939e57f949 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 28 Dec 2015 13:02:17 +0200 Subject: [PATCH 0963/3141] Resolve #537: cabal-install has version allowing zlib-0.6 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2832d587..c5f418bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1827,9 +1827,6 @@ packages: - hse-cpp "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/537 - - zlib < 0.6 - # https://github.com/joelwilliamson/bimap/pull/4 - bimap < 0.3.1 From fa05b1787bf1b8df87a2946c894f16da3bb2a0ce Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Dec 2015 13:26:52 -0400 Subject: [PATCH 0964/3141] add concurrent-output git-annex would like to build using this library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2832d587..d5587ea5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -589,6 +589,7 @@ packages: "Joey Hess @joeyh": - git-annex - Win32-extras + - concurrent-output "Ketil Malde": - biocore From b5bc4a430ef26d9306228edd3b1fa19f65d4cd8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Tue, 29 Dec 2015 18:57:38 +0100 Subject: [PATCH 0965/3141] Add ctrie --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9957cc9f..127fef57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1700,6 +1700,7 @@ packages: - sync-mht "Michael Schröder @mcschroeder": + - ctrie - ttrie "Greg Weber ": From 92f0955ec84a078d1e13989fd7dda70a5e82569d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 29 Dec 2015 14:46:28 -0800 Subject: [PATCH 0966/3141] Add constraint "cmark < 0.5" per #1084 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9957cc9f..99ae87dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1843,6 +1843,9 @@ packages: # https://github.com/fpco/stackage/issues/1074 - http2 < 1.4 + # https://github.com/fpco/stackage/issues/1084 + - cmark < 0.5 + # end of packages From ad9ef1e96b8d205ded7fd428cc847381bf50fec4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 29 Dec 2015 17:11:11 -0800 Subject: [PATCH 0967/3141] Skip zlib test suite per #1085 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99ae87dc..d38778fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2320,6 +2320,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1070 - parsers + + # https://github.com/fpco/stackage/issues/1085 + - zlib # end of expected-test-failures From 82015c2aa773d736010ed66de0a9cb27c9289333 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 29 Dec 2015 17:22:05 -0800 Subject: [PATCH 0968/3141] Add constraint "wai < 3.2" per #1074 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d38778fc..14077b1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1842,6 +1842,7 @@ packages: # https://github.com/fpco/stackage/issues/1074 - http2 < 1.4 + - wai < 3.2 # https://github.com/fpco/stackage/issues/1084 - cmark < 0.5 From e0bc22fb8d6e0c97246b4b769f91e21953124074 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Dec 2015 09:06:06 +0200 Subject: [PATCH 0969/3141] Upper bounds for #1074 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14077b1c..7f31a28d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1843,6 +1843,8 @@ packages: # https://github.com/fpco/stackage/issues/1074 - http2 < 1.4 - wai < 3.2 + - warp < 3.2 + - warp-tls < 3.2 # https://github.com/fpco/stackage/issues/1084 - cmark < 0.5 From 28f7311c75e62d4c006ffea10dd6cb4103765e43 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Dec 2015 09:11:07 +0200 Subject: [PATCH 0970/3141] Add check convenience script --- check | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 check diff --git a/check b/check new file mode 100755 index 00000000..d72aa5b3 --- /dev/null +++ b/check @@ -0,0 +1,5 @@ +#!/bin/sh + +# Convenience script for checking constraints locally + +exec stack exec --resolver ghc-7.10.3 stackage-curator check From 3d6322dc5f0378ebd014de1cb7959e392fd1b082 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Dec 2015 09:11:31 +0200 Subject: [PATCH 0971/3141] Ignore check-plan.yaml --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0f9f8e70..d1d732e8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ nightly-*.yaml lts-*.yaml *.swp +check-plan.yaml From 97f9efc9cd71cf653da088a8a2abed783157898b Mon Sep 17 00:00:00 2001 From: alpheccar Date: Wed, 30 Dec 2015 09:42:07 +0100 Subject: [PATCH 0972/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f31a28d..5d7303e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "7.10" # Constraints for brand new builds packages: + "alpheccar @alpheccar": + - HPDF + "Piotr Mlodawski @pmlodawski": - signal - ghc-session From 1115520f3d878a484603fe8a980227c375dc67fe Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Dec 2015 13:08:34 +0200 Subject: [PATCH 0973/3141] Use a separate Docker image per LTS major version #1064 --- CURATORS.md | 6 +++++- automated/build.sh | 8 ++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index c6347852..98bbdf64 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -50,7 +50,11 @@ Use [Ubuntu Package content search](http://packages.ubuntu.com/) to determine wh ### Upgrading GHC version The Dockerfile contains information on which GHC versions should be used. You can modify it and push it to Github to trigger a DockerHub build. The master -branch is used for nightlies, and the lts branch for LTS. +branch is used for nightlies. For LTSes, we use the ltsX branch, where X is the +major version number (e.g., lts3 for lts-3.\*). + +Note that when starting a new LTS major release, you'll need to modify Docker +Hub to create a new Docker tag for the relevant branch name. ### Getting the new image to the build server Once a new Docker image is available, you'll need to pull it onto the stackage-build server (see diff --git a/automated/build.sh b/automated/build.sh index 8b9ed5cb..0f1d0855 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -4,7 +4,15 @@ set -eux ROOT=$(cd $(dirname $0) ; pwd) TARGET=$1 + +# For nightly-YYYY-MM-DD, tag should be nightly +# For lts-X.Y, tag should be ltsX TAG=$(echo $TARGET | cut -d- -f 1) +if [ $TAG = "lts" ] +then + TAG=$(echo $TARGET | sed 's@^lts-\([0-9]*\)\.[0-9]*@lts\1@') +fi + IMAGE=snoyberg/stackage:$TAG PLAN_FILE=current-plan.yaml From cc4a6bb243651a1858dc306bfc9d1a3eb336b233 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Dec 2015 13:30:26 +0200 Subject: [PATCH 0974/3141] Add treat-as-non-core (pinging @bergmark) --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d7303e7..0459bcb0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2458,3 +2458,9 @@ github-users: - stepcut # end of github-users + +# Useful for checking for strict upper bounds against new versions of core +# packages, e.g. when a new version of transformers is released +# +# treat-as-non-core: +# - transformers From f748229514e1869826c31cf99c8ec694b86d5c70 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Dec 2015 14:01:19 +0200 Subject: [PATCH 0975/3141] New CONSTRAINTS flags available (fixes #1064) --- CURATORS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 98bbdf64..4af602f3 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -105,6 +105,13 @@ info above). For an LTS minor bump, you'll typically want to use the CONSTRAINTS='--constraint "conduit < 1.4.5" --constraint "criterion < 1.2.3"' /opt/stackage-build/stackage/automated/build.sh lts-2.17 ``` +Valid arguments to include in this environment variable: + +* `--constraint` to modify an upper or lower bound +* `--add-package` to add a brand new package +* `--expect-test-failure` to expect tests to fail +* `--expect-haddock-failure` to expect haddocks to fail + If a build fails for bounds reasons, see all of the advice above. If the code itself doesn't build, or tests fail, open up an issue and then either put in a version bound to avoid that version or something else. It's difficult to give From 5142aab11e8626bdb5059aee5f2ac474e9215206 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Dec 2015 15:53:55 +0200 Subject: [PATCH 0976/3141] Add the Stackage curator cache to the Travis cache --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 61a4ac75..639486b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,3 +35,4 @@ script: cache: directories: - $HOME/.stack + - $HOME/.stackage/curator/cache From fd42e55c4e117761729a21e63834df5d51bb0fd3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Dec 2015 16:31:25 +0200 Subject: [PATCH 0977/3141] Skipped test for #1085 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0459bcb0..5b247371 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2017,6 +2017,9 @@ skipped-tests: # Waiting for hackage release, was fixed in https://github.com/bos/aeson/commit/f012d0936808224d82150292c2b866fc5d1c182c - aeson + # https://github.com/fpco/stackage/issues/1085 + - zlib + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 631ddc4890ffdb1cf499644c781eb4bc8917e3cd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 30 Dec 2015 12:17:10 -0800 Subject: [PATCH 0978/3141] just a whitespace tweak --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7690de60..d2f1e762 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,7 +3,7 @@ ghc-major-version: "7.10" packages: "alpheccar @alpheccar": - HPDF - + "Piotr Mlodawski @pmlodawski": - signal - ghc-session From 54f6852958115baf6bf29f2c71b688f31c49f298 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 30 Dec 2015 13:43:22 -0800 Subject: [PATCH 0979/3141] Add constraint "microlens < 0.4" and more per #1087 --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2f1e762..8acd2ed4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1853,6 +1853,14 @@ packages: # https://github.com/fpco/stackage/issues/1084 - cmark < 0.5 + # https://github.com/fpco/stackage/issues/1087 + - microlens < 0.4 + - microlens-ghc < 0.4.0.0 + - microlens-mtl < 0.1.6.1 + - microlens-platform < 0.2.0.0 + - microlens-th < 0.3.0.0 + + # end of packages From 26a1f4945b785af79ed044ad17b11334b6f5c255 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 30 Dec 2015 17:40:30 -0800 Subject: [PATCH 0980/3141] Added HPDF to skipped-tests --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8acd2ed4..1e1cdc2c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2029,6 +2029,10 @@ skipped-tests: # https://github.com/fpco/stackage/issues/1085 - zlib + # Waiting for HPDF-1.4.10 to be released, which fixes a test suite build failure + # https://github.com/alpheccar/HPDF/commit/a8f7e6c464e1089e3a4396adf4d8642c441d2ec1 + - HPDF + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 00659d3422a3ba2e37ebec6489738cbf9303b6f4 Mon Sep 17 00:00:00 2001 From: Artyom Date: Thu, 31 Dec 2015 20:49:28 +0300 Subject: [PATCH 0981/3141] Add microlens-contra --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1e1cdc2c..c8ba5177 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1460,6 +1460,7 @@ packages: - microlens-mtl - microlens-th - microlens-ghc + - microlens-contra - shortcut-links "Takano Akio aljee@hyper.cx @takano-akio": From 94d458c448ba455047ea0982a683cb802c800480 Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Thu, 31 Dec 2015 15:58:46 -0200 Subject: [PATCH 0982/3141] Re-enable mangopay packages. Build issues should be fixed by versions 0.12 of both packages. --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1e1cdc2c..b654220b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -403,8 +403,7 @@ packages: - esqueleto - fb - fb-persistent - # aeson < 0.10 - # - mangopay + - mangopay - nonce - serversession - serversession-backend-acid-state @@ -417,8 +416,7 @@ packages: - yesod-auth-account-fork - yesod-auth-fb - yesod-fb - # http-types < 0.9 - # - yesod-mangopay + - yesod-mangopay "Alexander Altman ": - base-unicode-symbols From 41329753484ea6b831c032f0ad26f13546368c3a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Dec 2015 10:49:39 -0800 Subject: [PATCH 0983/3141] Revert "Added HPDF to skipped-tests" This reverts commit 26a1f4945b785af79ed044ad17b11334b6f5c255. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b654220b..63fe6d9a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2027,10 +2027,6 @@ skipped-tests: # https://github.com/fpco/stackage/issues/1085 - zlib - # Waiting for HPDF-1.4.10 to be released, which fixes a test suite build failure - # https://github.com/alpheccar/HPDF/commit/a8f7e6c464e1089e3a4396adf4d8642c441d2ec1 - - HPDF - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 48bf72067ad6b34bba4d08d0e41e315dfd3a920d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Dec 2015 11:02:25 -0800 Subject: [PATCH 0984/3141] Closes #992, still holding back safecopy per #946 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63fe6d9a..8856ef35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1838,8 +1838,6 @@ packages: - messagepack < 0.5.0 - messagepack-rpc < 0.5.1 - DRBG < 0.5.5 - - # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 # https://github.com/fpco/stackage/issues/1074 From 44512f9f03b74e9c294c86e8323506561984cfd2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Dec 2015 11:14:29 -0800 Subject: [PATCH 0985/3141] Track zlib test failure on its own tracker, closes #1085 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8856ef35..c25b42e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2022,7 +2022,7 @@ skipped-tests: # Waiting for hackage release, was fixed in https://github.com/bos/aeson/commit/f012d0936808224d82150292c2b866fc5d1c182c - aeson - # https://github.com/fpco/stackage/issues/1085 + # https://github.com/haskell/zlib/issues/2 - zlib # end of skipped-tests @@ -2335,8 +2335,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1070 - parsers - # https://github.com/fpco/stackage/issues/1085 - - zlib # end of expected-test-failures From e71462c14a958ddaac479fa6a370e5778941a7af Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Dec 2015 11:34:22 -0800 Subject: [PATCH 0986/3141] Re-enable some @athanclark packages, see #1045 --- build-constraints.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c25b42e0..6870130c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1187,8 +1187,7 @@ packages: - clash-ghc "Athan Clark @athanclark": - # https://github.com/athanclark/nested-routes/issues/9 - #- nested-routes + - nested-routes - commutative - digestive-functors-lucid - ltext @@ -1200,12 +1199,11 @@ packages: - wai-middleware-content-type - wai-middleware-verbs - webpage - # https://github.com/fpco/stackage/issues/1045 - # - composition-extra - # - pred-trie - # - rose-trees - # - sets - # - tries + - composition-extra + - pred-trie + - rose-trees + - sets + - tries "Fumiaki Kinoshita @fumieval": - control-bool From 55c26439cade71a9471e5a8c355510dec73c8524 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Dec 2015 11:38:56 -0800 Subject: [PATCH 0987/3141] Re-enable text-show, see #1045 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6870130c..a4d52c15 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1409,8 +1409,7 @@ packages: - generic-deriving - invariant - keycode - # https://github.com/fpco/stackage/issues/1045 - # - text-show + - text-show "Kirill Zaborsky @qrilka": - xlsx From aa0a26d3d37ad0545cfb8e90b580636882d76c0a Mon Sep 17 00:00:00 2001 From: Artyom Date: Thu, 31 Dec 2015 22:46:28 +0300 Subject: [PATCH 0988/3141] Add @neongreen's Github nick --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4d52c15..90d8c222 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1449,7 +1449,7 @@ packages: "Timo von Holtz @tvh": - servant-JuicyPixels - "Artyom ": + "Artyom @neongreen": - microlens - microlens-platform - microlens-mtl From 47a2e271d3471672859d4baa7249558198756616 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Dec 2015 12:17:31 -0800 Subject: [PATCH 0989/3141] Linking to thoughtbot/yesod-auth-oauth2#48 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 90d8c222..bb29f124 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,8 +36,6 @@ packages: - yackage - yesod - yesod-auth - # aeson < 0.10 & http-types < 0.9 - # - yesod-auth-oauth2 - yesod-auth-deskcom - authenticate-oauth - yesod-bin @@ -394,7 +392,7 @@ packages: "Patrick Brisbin": - gravatar - # aeson < 0.10 & http-types < 0.9 + # https://github.com/thoughtbot/yesod-auth-oauth2/issues/48 # "Paul Harper ": # - yesod-auth-oauth2 From 70c9f2d23ac26d05f014ab11013b357654426fad Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Dec 2015 12:35:37 -0800 Subject: [PATCH 0990/3141] Re-enable HaRe, but skip the test suite --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bb29f124..6e8af73a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -172,8 +172,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - # - https://github.com/fpco/stackage/pull/906 - # - HaRe + - HaRe "Alfredo Di Napoli ": - mandrill @@ -2017,6 +2016,9 @@ skipped-tests: # Waiting for hackage release, was fixed in https://github.com/bos/aeson/commit/f012d0936808224d82150292c2b866fc5d1c182c - aeson + # - https://github.com/fpco/stackage/pull/906 + - HaRe + # https://github.com/haskell/zlib/issues/2 - zlib From fbddc3d6fc1dc258bb03ad6f8ea220d937175244 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Dec 2015 12:47:59 -0800 Subject: [PATCH 0991/3141] Link to liamoc/agda-snippets#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e8af73a..f979f913 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -429,7 +429,7 @@ packages: - latex-formulae-image - latex-formulae-pandoc - latex-formulae-hakyll - # Temporarily removed due to upper bound on haskell-src-exts in Agda + # https://github.com/liamoc/agda-snippets/issues/2 # - agda-snippets # - agda-snippets-hakyll From c38ef3d92cf02e525092606b9d31168f97e3eb85 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Dec 2015 19:16:11 -0800 Subject: [PATCH 0992/3141] Add constraint "HTTP < 4000.3" per #1091 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f979f913..008ab836 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1850,6 +1850,8 @@ packages: - microlens-platform < 0.2.0.0 - microlens-th < 0.3.0.0 + # https://github.com/fpco/stackage/issues/1091 + - HTTP < 4000.3 # end of packages From 2e5243b7b5354449ac9389ee992aa1a752147c6f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Dec 2015 20:55:27 -0800 Subject: [PATCH 0993/3141] Disable pred-trie and nested-routes per athanclark/pred-trie#3 --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 008ab836..1389fb19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1184,7 +1184,6 @@ packages: - clash-ghc "Athan Clark @athanclark": - - nested-routes - commutative - digestive-functors-lucid - ltext @@ -1197,10 +1196,13 @@ packages: - wai-middleware-verbs - webpage - composition-extra - - pred-trie - rose-trees - sets - tries + # nested-routes depends on pred-trie + # https://github.com/athanclark/pred-trie/issues/3 + # - pred-trie + # - nested-routes "Fumiaki Kinoshita @fumieval": - control-bool From 7f1eb4c6ee0e5d1e01d9f20e4c31a349ef5aca6b Mon Sep 17 00:00:00 2001 From: Brandon Martin Date: Fri, 1 Jan 2016 10:47:12 -0700 Subject: [PATCH 0994/3141] Add rethinkdb package back to Stackage Rethink db release 2.2.0.2 allows aeson 0.10 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1389fb19..15527cb9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1475,8 +1475,7 @@ packages: "Brandon Martin @codedmart": - engine-io-wai - # aeson < 0.10 - # - rethinkdb + - rethinkdb "Michael Walker @barrucadu": - both From dfe1739ad35c35873fde57863cec8761e23b01ec Mon Sep 17 00:00:00 2001 From: koral Date: Sat, 2 Jan 2016 11:42:01 +0100 Subject: [PATCH 0995/3141] Register 'opml-conduit' package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 15527cb9..2f9cbdf0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1319,6 +1319,7 @@ packages: "koral koral@mailoo.org @k0ral": - conduit-parse + - opml-conduit - timerep - xml-conduit-parse From c124d8e3efff86cbda292f222c07a418d959d853 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 2 Jan 2016 16:42:50 -0800 Subject: [PATCH 0996/3141] Add constraints to pandoc-citeproc and pandoc-types per #1094 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f9cbdf0..c3361e2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1855,6 +1855,10 @@ packages: # https://github.com/fpco/stackage/issues/1091 - HTTP < 4000.3 + # https://github.com/fpco/stackage/issues/1094 + - pandoc-citeproc < 0.9 + - pandoc-types < 1.16 + # end of packages From a5393ec6bd4a5a63fee37704eb9d00faae2182ee Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 3 Jan 2016 17:14:19 +0100 Subject: [PATCH 0997/3141] Re-enable wavefront wavefront was excluded by accident when i meant to exclude WaveFront... --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3361e2b..503ac2ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -654,8 +654,7 @@ packages: - msi-kb-backlit - smoothie - tellbot - # https://github.com/fpco/stackage/issues/1039 - # - wavefront + - wavefront - zero "Thomas Schilling ": From 61afdbd41cf963b669b08371e5725634b98efff1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 3 Jan 2016 10:35:08 -0800 Subject: [PATCH 0998/3141] Added constraints for #1094 and #1096, closes #1084 --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3361e2b..688f66d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1842,9 +1842,6 @@ packages: - warp < 3.2 - warp-tls < 3.2 - # https://github.com/fpco/stackage/issues/1084 - - cmark < 0.5 - # https://github.com/fpco/stackage/issues/1087 - microlens < 0.4 - microlens-ghc < 0.4.0.0 @@ -1858,6 +1855,11 @@ packages: # https://github.com/fpco/stackage/issues/1094 - pandoc-citeproc < 0.9 - pandoc-types < 1.16 + - pandoc < 1.16 + - cmark < 0.5 + + # https://github.com/fpco/stackage/issues/1096 + - deepseq-generics < 0.2 # end of packages From 803d2f61a1a9d36c3a2435690dc4bfe10743862e Mon Sep 17 00:00:00 2001 From: Hans-Christian Esperer Date: Sun, 3 Jan 2016 21:09:40 +0100 Subject: [PATCH 0999/3141] Add package wai-session-postgresql to build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3361e2b..cde6db6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1817,6 +1817,9 @@ packages: "Yuji Yamamoto @igrep": - yes-precure5-command + "Hans-Christian Esperer @hce": + - wai-session-postgresql + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From 4401d91c7d00a68f9f49081ec4ea37c83413debb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 4 Jan 2016 10:13:59 +0200 Subject: [PATCH 1000/3141] Upper bound for #1098 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44d5789a..131171ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1864,6 +1864,9 @@ packages: # https://github.com/fpco/stackage/issues/1096 - deepseq-generics < 0.2 + # https://github.com/fpco/stackage/issues/1098 + - tar < 0.4.3.0 + # end of packages From f509ad63110a909262513de0bd45ff8a1156416d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 4 Jan 2016 10:23:18 +0200 Subject: [PATCH 1001/3141] Expected test failure for wai-session-postgresql --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 131171ef..328113cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2348,6 +2348,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1070 - parsers + # Requires a running PostgreSQL server + - wai-session-postgresql + # end of expected-test-failures From 3687b0f98008482367288ad8e345a6c930fa57ee Mon Sep 17 00:00:00 2001 From: "Haisheng, Wu" Date: Mon, 4 Jan 2016 11:21:44 -0800 Subject: [PATCH 1002/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 328113cf..0e9f3045 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1820,6 +1820,9 @@ packages: "Hans-Christian Esperer @hce": - wai-session-postgresql + "Haisheng Wu ": + - hoauth2 + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From cfe26312e22954fded571f63a9aa0e453437fd8b Mon Sep 17 00:00:00 2001 From: sinsekvu Date: Mon, 4 Jan 2016 23:15:55 +0300 Subject: [PATCH 1003/3141] Update build-constraints.yaml --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 328113cf..00c867a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,6 +3,8 @@ ghc-major-version: "7.10" packages: "alpheccar @alpheccar": - HPDF + "Dmitry Bogatov ": + - once "Piotr Mlodawski @pmlodawski": - signal From dfb0785155b50d78c1a438acd6978bd05b893489 Mon Sep 17 00:00:00 2001 From: Stackage Build host Date: Tue, 5 Jan 2016 05:51:39 +0000 Subject: [PATCH 1004/3141] Share ssh dir for multiple LTS builds --- automated/build.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 0f1d0855..acb9b302 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -7,10 +7,12 @@ TARGET=$1 # For nightly-YYYY-MM-DD, tag should be nightly # For lts-X.Y, tag should be ltsX -TAG=$(echo $TARGET | cut -d- -f 1) -if [ $TAG = "lts" ] +SHORTNAME=$(echo $TARGET | cut -d- -f 1) +if [ $SHORTNAME = "lts" ] then TAG=$(echo $TARGET | sed 's@^lts-\([0-9]*\)\.[0-9]*@lts\1@') +else + TAG=$SHORTNAME fi IMAGE=snoyberg/stackage:$TAG @@ -23,7 +25,7 @@ CABAL_DIR=$ROOT/cabal GHC_DIR=$ROOT/ghc DOT_STACKAGE_DIR=$ROOT/dot-stackage WORKDIR=$ROOT/$TAG/work -SSH_DIR=$ROOT/ssh-$TAG +SSH_DIR=$ROOT/ssh-$SHORTNAME mkdir -p \ "$CABAL_DIR" \ From 6cdffbbf9e3d0062aec4a2ee6ee73f208dd8e0c4 Mon Sep 17 00:00:00 2001 From: Florian Eggenhofer Date: Tue, 5 Jan 2016 17:33:50 +0100 Subject: [PATCH 1005/3141] Update build-constraints.yaml --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56f45f33..c896c58c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -613,6 +613,15 @@ packages: # , "BiobaseTypes BiobaseFasta" # MC-Fold-DP + "Florian Eggenhofer ": + - ClustalParser + - EntrezHTTP + - Genbank + - RNAlien + - Taxonomy + - TaxonomyTools + - ViennaRNAParser + "Silk ": - aeson-utils - arrow-list From 5861b1144f776647370fdc108e8ea34a4aece6eb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 5 Jan 2016 19:53:06 +0200 Subject: [PATCH 1006/3141] Upper bound for #1102 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c896c58c..b6ba0a7f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1881,6 +1881,9 @@ packages: # https://github.com/fpco/stackage/issues/1098 - tar < 0.4.3.0 + # https://github.com/fpco/stackage/issues/1102 + - async < 2.1 + # end of packages From 18ca4ffd4a1f7c0564d15c38393c3c2b64ce53f0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 6 Jan 2016 06:52:38 +0200 Subject: [PATCH 1007/3141] More upper bounds for #1094 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6ba0a7f..ea12e7b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1874,6 +1874,8 @@ packages: - pandoc-types < 1.16 - pandoc < 1.16 - cmark < 0.5 + - BlogLiterately-diagrams < 0.2.0.2 + - BlogLiterately < 0.8.1.4 # https://github.com/fpco/stackage/issues/1096 - deepseq-generics < 0.2 From 0d4ef88972abb1818075eb06227f16c9cfb93e7e Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Tue, 5 Jan 2016 23:20:00 -0800 Subject: [PATCH 1008/3141] Update build-constraints.yaml --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea12e7b7..3ccaf90b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -591,6 +591,12 @@ packages: - Win32-extras - concurrent-output + "Colin Woodbury @fosskers": + - versions + - aur + - crypto-classical + - nanq + "Ketil Malde": - biocore - biofasta From 04cc86cbf55b8bdff309b47c68b2ff70bce8e1e0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 6 Jan 2016 09:34:59 +0200 Subject: [PATCH 1009/3141] Instructions on adding a package to an LTS snapshot --- MAINTAINERS.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 4975f3df..250fc833 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -50,3 +50,20 @@ If a new version of a dependency is released, and that stops your package compil Maintainers are humans, humans get sick/have babies/go on holiday. If you have regular problems meeting the limits, find a co-maintainer. If you have a one-off problem, respond to the GitHub tickets saying so, and some kind soul might pick up the slack. The time limits are intended to stop people being inconvenienced because of problems in other packages. Where such inconvenience happens, we will drop the offending packages from Stackage. While upper bounds are sometimes a temporary solution, they are against the ethos of Stackage, so will not be kept for long. + +## Adding a package to an LTS snapshot + +The steps above affect the Stackage Nightly builds, but do not directly affect +LTS Haskell builds. When we build a new LTS Haskell major version (anything +ending in `.0`), the package set is taken from LTS Haskell. Therefore, by +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: + +* 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) +* 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. From 5a1351d8301c06bcb490386896f99085d147a178 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Wed, 6 Jan 2016 01:53:38 -0800 Subject: [PATCH 1010/3141] Adding "prompt" library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea12e7b7..cc5814cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1243,6 +1243,7 @@ packages: - auto - tagged-binary - typelits-witnesses + - prompt "Ian Duncan @iand675": - feature-flags From 213d6b4e403ca2953f923648902fb2e0207106f8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 6 Jan 2016 20:16:51 +0100 Subject: [PATCH 1011/3141] New LTS major versions are based on Nightly --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 250fc833..d973dfd3 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -55,7 +55,7 @@ The time limits are intended to stop people being inconvenienced because of prob The steps above affect the Stackage Nightly builds, but do not directly affect LTS Haskell builds. When we build a new LTS Haskell major version (anything -ending in `.0`), the package set is taken from LTS Haskell. Therefore, by +ending in `.0`), the package set is taken from Stackage Nightly. Therefore, by following the above steps, you can get your package into the next major LTS Haskell release. From a218101049a20c236c0e251a0c4ccb46ed21dcee Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Jan 2016 10:03:42 +0200 Subject: [PATCH 1012/3141] Add back yarr --- build-constraints.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc5814cc..ee298af9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -525,9 +525,7 @@ packages: - posix-realtime "Dominic Steinitz ": - [] - # GHC 7.10 https://github.com/leventov/yarr/pull/7 - # - yarr + - yarr "Ben Gamari ": - vector-fftw @@ -2379,9 +2377,6 @@ expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 - bytestring-progress - # https://github.com/leventov/yarr/issues/5 - - yarr - # https://github.com/wereHamster/rethinkdb-client-driver/issues/1 - rethinkdb-client-driver From 8e78b36e8af50456b36f3256e3045e019965e676 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Jan 2016 10:13:13 +0200 Subject: [PATCH 1013/3141] Re-block yarr leventov/yarr#7 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee298af9..1ad4931f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -525,7 +525,9 @@ packages: - posix-realtime "Dominic Steinitz ": - - yarr + # https://github.com/leventov/yarr/pull/7 + # - yarr + [] "Ben Gamari ": - vector-fftw From 8536d1c9f02eaac79fcf320e39e2ec872ee9583b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Jan 2016 10:17:48 +0200 Subject: [PATCH 1014/3141] Remove upper bounds and close #1087 --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ad4931f..1ba501b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1860,13 +1860,6 @@ packages: - warp < 3.2 - warp-tls < 3.2 - # https://github.com/fpco/stackage/issues/1087 - - microlens < 0.4 - - microlens-ghc < 0.4.0.0 - - microlens-mtl < 0.1.6.1 - - microlens-platform < 0.2.0.0 - - microlens-th < 0.3.0.0 - # https://github.com/fpco/stackage/issues/1091 - HTTP < 4000.3 From 478115aab803a1d2452ffc2aba65df6faf26cbdd Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Thu, 7 Jan 2016 18:45:01 +0100 Subject: [PATCH 1015/3141] Add Spintax package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3413b377..d85b29b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1328,6 +1328,7 @@ packages: - IPv6Addr - ip6addr - cayley-client + - Spintax "koral koral@mailoo.org @k0ral": - conduit-parse From 5b35c89cc427148bc678bf21f448f8e55ae027c2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Jan 2016 19:51:17 -0800 Subject: [PATCH 1016/3141] re-enable yesod-auth-oauth2 It appears that the issues have been addressed. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d85b29b5..64444028 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -393,9 +393,8 @@ packages: "Patrick Brisbin": - gravatar - # https://github.com/thoughtbot/yesod-auth-oauth2/issues/48 - # "Paul Harper ": - # - yesod-auth-oauth2 + "Paul Harper ": + - yesod-auth-oauth2 "Felipe Lessa @meteficha": - country-codes From decf41e0bdfe4ca9edcdf534877c2972437768ca Mon Sep 17 00:00:00 2001 From: philopon Date: Fri, 8 Jan 2016 14:34:28 +0900 Subject: [PATCH 1017/3141] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d85b29b5..1188510d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1319,6 +1319,7 @@ packages: - bytestring-read - memcached-binary - barrier + - haddocset "Kai Zhang @kaizhang": - clustering From 26e173ef6ac6ad72c2d6f29ce2e98a342340e74c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 9 Jan 2016 19:46:33 +0200 Subject: [PATCH 1018/3141] Upper bound for #1113 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1188510d..7369d294 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1883,6 +1883,9 @@ packages: # https://github.com/fpco/stackage/issues/1102 - async < 2.1 + # https://github.com/fpco/stackage/issues/1113 + - errors < 2.1 + # end of packages From 51330960b435640d4fd7d0523ebd1783d32056a4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 10 Jan 2016 07:31:39 +0200 Subject: [PATCH 1019/3141] Remove upper bound and close #1113 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f95e6788..912ca421 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1882,9 +1882,6 @@ packages: # https://github.com/fpco/stackage/issues/1102 - async < 2.1 - # https://github.com/fpco/stackage/issues/1113 - - errors < 2.1 - # end of packages From 0960ffba9fd2d7aa239d0abae94ee3d5e6c15065 Mon Sep 17 00:00:00 2001 From: Falko Peters Date: Sun, 10 Jan 2016 11:28:59 +0100 Subject: [PATCH 1020/3141] Add scrypt package to build-constraints Closes informatikr/scrypt#7 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 912ca421..ec45e901 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1837,6 +1837,9 @@ packages: "Haisheng Wu ": - hoauth2 + "Falko Peters ": + - scrypt + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From bd349681ad4ebbc29bf401f0898567596fd1632e Mon Sep 17 00:00:00 2001 From: Jakub Waszczuk Date: Sun, 10 Jan 2016 13:14:14 +0100 Subject: [PATCH 1021/3141] Add dawg-ord --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec45e901..62858ada 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1839,6 +1839,9 @@ packages: "Falko Peters ": - scrypt + + "Jakub Waszczuk @kawu": + - dawg-ord # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. From b06c48bdf9a174f847c19018309a4fe56e4ee056 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 10 Jan 2016 16:06:49 +0100 Subject: [PATCH 1022/3141] Relax tar upper bound for #1116, closes #1098 --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 62858ada..9e56b865 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -620,7 +620,7 @@ packages: - Taxonomy - TaxonomyTools - ViennaRNAParser - + "Silk ": - aeson-utils - arrow-list @@ -1836,13 +1836,13 @@ packages: "Haisheng Wu ": - hoauth2 - + "Falko Peters ": - scrypt "Jakub Waszczuk @kawu": - dawg-ord - + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": @@ -1882,8 +1882,8 @@ packages: # https://github.com/fpco/stackage/issues/1096 - deepseq-generics < 0.2 - # https://github.com/fpco/stackage/issues/1098 - - tar < 0.4.3.0 + # https://github.com/fpco/stackage/issues/1116 + - tar < 0.5 # https://github.com/fpco/stackage/issues/1102 - async < 2.1 From acca730af2d0d58f4f730d7624cfa5c9471b298c Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Sun, 10 Jan 2016 18:32:52 -0500 Subject: [PATCH 1023/3141] Add validation to Omari Norman's packages I do not maintain this package; I got the consent of maintainer Tony Morris via email. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e56b865..2abbe367 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -153,6 +153,7 @@ packages: - Earley - ofx - pinchot + - validation "Neil Mitchell": - hlint From 62fa5c0af160934201be3b7f39eb99d5621542ce Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 11 Jan 2016 01:07:13 +0100 Subject: [PATCH 1024/3141] Upper bound for #1118 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e56b865..8d4f6245 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1888,6 +1888,10 @@ packages: # https://github.com/fpco/stackage/issues/1102 - async < 2.1 + # https://github.com/fpco/stackage/issues/1118 + - protocol-buffers < 2.2 + - protocol-buffers-descriptor < 2.2 + # end of packages From 8bf36467e3a048c29c7f097096cfd31d2427bf43 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 11 Jan 2016 01:09:41 +0100 Subject: [PATCH 1025/3141] Another upper bound for #1118 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87778d90..331faaee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1892,6 +1892,7 @@ packages: # https://github.com/fpco/stackage/issues/1118 - protocol-buffers < 2.2 - protocol-buffers-descriptor < 2.2 + - hprotoc < 2.2 # end of packages From b23883c03bbaa3590253c3126440b483a84a9953 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 11 Jan 2016 12:57:25 +0100 Subject: [PATCH 1026/3141] Remove upper bound and close #1116 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 331faaee..9e5c6b3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1883,9 +1883,6 @@ packages: # https://github.com/fpco/stackage/issues/1096 - deepseq-generics < 0.2 - # https://github.com/fpco/stackage/issues/1116 - - tar < 0.5 - # https://github.com/fpco/stackage/issues/1102 - async < 2.1 From b3634be599e91dddc3a220fb022569c9ed059494 Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Mon, 11 Jan 2016 10:50:47 -0500 Subject: [PATCH 1027/3141] Change maintainers for Stack Builders packages and add dotenv --- build-constraints.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e5c6b3c..f1ef07b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1385,10 +1385,11 @@ packages: - transformers-lift - ether - "Juan Pedro Villa Isaza jvilla@stackbuilders.com @jpvillaisaza": + "Stack Builders stackage@stackbuilders.com @stackbuilders": - hapistrano - inflections - twitter-feed + - dotenv "Sergey Alirzaev ": - monad-peel @@ -2499,6 +2500,12 @@ github-users: - stepcut clckwrks: - stepcut + stackbuilders: + - sestrella + - CristhianMotoche + - jsl + - jpvillaisaza + - jsantos17 # end of github-users From 4f4e2d052c75ee76f42e7c46c65bb94ea654c34d Mon Sep 17 00:00:00 2001 From: Amit Levy Date: Mon, 11 Jan 2016 12:53:40 -0500 Subject: [PATCH 1028/3141] Add `simple` and `postgresql-orm` Add the _Simple_ web framework packages (templates, orm and sessions) as well as `postgresql-orm`, a `postgresql-simple`-based ORM --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e5c6b3c..3ba7e4f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1844,6 +1844,13 @@ packages: "Jakub Waszczuk @kawu": - dawg-ord + "Amit Levy @alevy": + - postgresql-orm + - simple + - simple-templates + - simple-session + - simple-postgresql-orm + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From f831efc57d01d72fe0bb0c09b17f90c23debe537 Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Mon, 11 Jan 2016 09:58:17 -0800 Subject: [PATCH 1029/3141] Let's try one at a time Only attempting to add `microlens-aeson`. --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ccaf90b..7c4b9ac9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -592,10 +592,7 @@ packages: - concurrent-output "Colin Woodbury @fosskers": - - versions - - aur - - crypto-classical - - nanq + - microlens-aeson "Ketil Malde": - biocore From 260dabd40acb211af2bb83242ba76d86c957092b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 11 Jan 2016 19:02:37 +0100 Subject: [PATCH 1030/3141] hoauth2 upper bound for #1074 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1ef07b4..5e46eb42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,4 @@ -ghc-major-version: "7.10" +rghc-major-version: "7.10" # Constraints for brand new builds packages: "alpheccar @alpheccar": @@ -1869,6 +1869,7 @@ packages: - wai < 3.2 - warp < 3.2 - warp-tls < 3.2 + - hoauth2 < 0.5.1 # https://github.com/fpco/stackage/issues/1091 - HTTP < 4000.3 From ef3b2fd0765142c3a173d32d008f8c7cdeb50bfa Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 11 Jan 2016 19:25:13 +0100 Subject: [PATCH 1031/3141] Add github user entry for scotty-web #1074 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e46eb42..f07d62e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2507,6 +2507,8 @@ github-users: - jsl - jpvillaisaza - jsantos17 + scotty-web: + - RyanGlScott # end of github-users From 20f7caf2f07a7236ba75f55a10a4bd4a41a33f97 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 11 Jan 2016 19:27:20 +0100 Subject: [PATCH 1032/3141] Remove upper bounds and close #1074 --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f07d62e0..ec57fdcf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1864,13 +1864,6 @@ packages: - DRBG < 0.5.5 - safecopy < 0.9 - # https://github.com/fpco/stackage/issues/1074 - - http2 < 1.4 - - wai < 3.2 - - warp < 3.2 - - warp-tls < 3.2 - - hoauth2 < 0.5.1 - # https://github.com/fpco/stackage/issues/1091 - HTTP < 4000.3 From dac717c56bb7c9703b27f24b5b16b169fb73b50d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 11 Jan 2016 20:19:05 +0100 Subject: [PATCH 1033/3141] Another attempt at resolving #938 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf681452..2f9d5f02 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -648,7 +648,7 @@ packages: "Simon Michael ": - hledger - # - hledger-ui + - hledger-ui - hledger-web # - shelltestrunner From 6d50dde6e76f532bdfae058e3a6852b7f5a8b4da Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 11 Jan 2016 20:20:00 +0100 Subject: [PATCH 1034/3141] Add @xich to scotty-web notifications --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f9d5f02..6b4da95f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2509,6 +2509,7 @@ github-users: - jsantos17 scotty-web: - RyanGlScott + - xich # end of github-users From 0b6e55d20d6bfceb207669ab317592dfcd3b05fb Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 12 Jan 2016 00:22:57 +0100 Subject: [PATCH 1035/3141] Update hdevtools I took over maintenance of hdevtools some weeks ago and pushed a new version to Hackage today. But I am not quite sure if this file has to be changed in order to have hdevtools in the stackage LTS release? --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b4da95f..98b16a7e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -803,6 +803,8 @@ packages: "Arthur Fayzrakhmanov ": - sodium + + "Sebastian Nagel @ch1bo": - hdevtools "Andrey Chudnov ": From 8499879a5e0c2eeef8a04116a33127c79eb826fa Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 12 Jan 2016 01:00:25 +0100 Subject: [PATCH 1036/3141] Upper bound for #1123 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98b16a7e..724c70e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1895,6 +1895,9 @@ packages: - protocol-buffers-descriptor < 2.2 - hprotoc < 2.2 + # https://github.com/fpco/stackage/issues/1123 + - gitrev < 1.2 + # end of packages From 3d48409f806e78c8b3a3a62a96be277dbd514780 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 12 Jan 2016 01:07:53 +0100 Subject: [PATCH 1037/3141] Close #1096 by moving deepseq-generics upper bound to #1094 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 724c70e1..49398757 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -803,7 +803,7 @@ packages: "Arthur Fayzrakhmanov ": - sodium - + "Sebastian Nagel @ch1bo": - hdevtools @@ -1883,8 +1883,6 @@ packages: - cmark < 0.5 - BlogLiterately-diagrams < 0.2.0.2 - BlogLiterately < 0.8.1.4 - - # https://github.com/fpco/stackage/issues/1096 - deepseq-generics < 0.2 # https://github.com/fpco/stackage/issues/1102 From d3a8b656223978cb802832419269f73ae28bb0a8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 12 Jan 2016 01:58:14 +0100 Subject: [PATCH 1038/3141] Expect multiset test-suite to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49398757..a2a81081 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2380,6 +2380,9 @@ expected-test-failures: # Requires a running PostgreSQL server - wai-session-postgresql + # https://github.com/twanvl/multiset/issues/7 + - multiset + # end of expected-test-failures From 1da59751f1917ad867812027245c02994f0d332a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 12 Jan 2016 02:03:20 +0100 Subject: [PATCH 1039/3141] Disable packages because of broken `simple-templates' test-suite #1121 --- build-constraints.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2a81081..9f2a9fe9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1849,10 +1849,12 @@ packages: "Amit Levy @alevy": - postgresql-orm - - simple - - simple-templates - - simple-session - - simple-postgresql-orm + # Waiting for test-suite fix + # https://github.com/fpco/stackage/pull/1121 + # - simple < 0 + # - simple-templates < 0 + # - simple-session < 0 + # - simple-postgresql-orm < 0 # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. From 3b30467b8ce65d0ae5fc53fa2bd2a84c1546b422 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 12 Jan 2016 02:09:21 +0100 Subject: [PATCH 1040/3141] Revert "Close #1096 by moving deepseq-generics upper bound to #1094" This reverts commit 3d48409f806e78c8b3a3a62a96be277dbd514780. --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f2a9fe9..1c0bee92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -803,7 +803,7 @@ packages: "Arthur Fayzrakhmanov ": - sodium - + "Sebastian Nagel @ch1bo": - hdevtools @@ -1885,6 +1885,8 @@ packages: - cmark < 0.5 - BlogLiterately-diagrams < 0.2.0.2 - BlogLiterately < 0.8.1.4 + + # https://github.com/fpco/stackage/issues/1096 - deepseq-generics < 0.2 # https://github.com/fpco/stackage/issues/1102 From f44d2f8f3039bd6184726383ad80c048e65d293b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 12 Jan 2016 02:11:20 +0100 Subject: [PATCH 1041/3141] Remove upper bound and close #1123 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c0bee92..03106176 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -803,7 +803,7 @@ packages: "Arthur Fayzrakhmanov ": - sodium - + "Sebastian Nagel @ch1bo": - hdevtools @@ -1897,9 +1897,6 @@ packages: - protocol-buffers-descriptor < 2.2 - hprotoc < 2.2 - # https://github.com/fpco/stackage/issues/1123 - - gitrev < 1.2 - # end of packages From 1af2c6611dedbb60b2e43b9043c6a99110638693 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 12 Jan 2016 02:40:55 +0100 Subject: [PATCH 1042/3141] Revert "Remove upper bounds and close #1074" This reverts commit 20f7caf2f07a7236ba75f55a10a4bd4a41a33f97. --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03106176..a51d6ea7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1875,6 +1875,13 @@ packages: - DRBG < 0.5.5 - safecopy < 0.9 + # https://github.com/fpco/stackage/issues/1074 + - http2 < 1.4 + - wai < 3.2 + - warp < 3.2 + - warp-tls < 3.2 + - hoauth2 < 0.5.1 + # https://github.com/fpco/stackage/issues/1091 - HTTP < 4000.3 From 87079d4866ecc8d58e3c79501e2ce40daa109165 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 12 Jan 2016 15:04:24 +0100 Subject: [PATCH 1043/3141] Upper bound for #1124 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a51d6ea7..e8307695 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1904,6 +1904,9 @@ packages: - protocol-buffers-descriptor < 2.2 - hprotoc < 2.2 + # https://github.com/fpco/stackage/issues/1124 + - brick < 0.4 + # end of packages From 663d235699cdc50f7a468b8646539a2e6fc2b09b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 12 Jan 2016 15:08:26 +0100 Subject: [PATCH 1044/3141] Upper bound for dawg-ord kawu/dawg-ord#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8307695..2a20abd1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1907,6 +1907,9 @@ packages: # https://github.com/fpco/stackage/issues/1124 - brick < 0.4 + # https://github.com/kawu/dawg-ord/issues/2 + - dawg-ord < 0.5 + # end of packages From 9f48b854a41ca6c5aebfbb7b57c03a90b57adca4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 12 Jan 2016 15:13:18 +0100 Subject: [PATCH 1045/3141] Re-enable simple-test and dependents #1121 --- build-constraints.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a20abd1..0e3d06a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1849,12 +1849,10 @@ packages: "Amit Levy @alevy": - postgresql-orm - # Waiting for test-suite fix - # https://github.com/fpco/stackage/pull/1121 - # - simple < 0 - # - simple-templates < 0 - # - simple-session < 0 - # - simple-postgresql-orm < 0 + - simple + - simple-templates + - simple-session + - simple-postgresql-orm # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. From 8e4cb2df21504e42dd96b84bd67aa2fc9e88157e Mon Sep 17 00:00:00 2001 From: Jakub Waszczuk Date: Tue, 12 Jan 2016 16:17:46 +0100 Subject: [PATCH 1046/3141] Remove dawg-ord < 0.5 constraint Test suite build failure kawu/dawg-ord#2 should be now fixed. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e3d06a7..cefe2a75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1905,9 +1905,6 @@ packages: # https://github.com/fpco/stackage/issues/1124 - brick < 0.4 - # https://github.com/kawu/dawg-ord/issues/2 - - dawg-ord < 0.5 - # end of packages From 5c47d1371f76a434fd85a3f2896a6c668041f6cf Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 12 Jan 2016 21:56:30 +0100 Subject: [PATCH 1047/3141] Re-enable multiset test-suite twanvl/multiset#7 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cefe2a75..9b5b3478 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2389,9 +2389,6 @@ expected-test-failures: # Requires a running PostgreSQL server - wai-session-postgresql - # https://github.com/twanvl/multiset/issues/7 - - multiset - # end of expected-test-failures From 8e699d6e426356f9f847ff705118d7fef913c241 Mon Sep 17 00:00:00 2001 From: Alexander Vershilov Date: Fri, 8 Jan 2016 01:25:52 +0300 Subject: [PATCH 1048/3141] Add imagemagick. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c73e72c1..e0f51b9d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1659,8 +1659,9 @@ packages: - rank1dynamic # Removed due to inactivity https://github.com/fpco/stackage/issues/768 - # "Alexander Vershilov @qnikst": + "Alexander Vershilov @qnikst": # - network-transport-zeromq + - imagemagick "Takahiro Himura @thimura": - lens-regex From ddfa06cbc6327848ca89e0ac011b574c2983c59a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 13 Jan 2016 15:34:22 +0100 Subject: [PATCH 1049/3141] Upper bound for #1128 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c73e72c1..420429c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1908,6 +1908,9 @@ packages: # https://github.com/fpco/stackage/issues/1124 - brick < 0.4 + # https://github.com/fpco/stackage/issues/1128 + - machines < 0.6 + # end of packages From 8e86c261615d1688174c7bd735cd32a5ed836aff Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Wed, 13 Jan 2016 19:36:11 -0800 Subject: [PATCH 1050/3141] Update build-constraints.yaml Adds drifter and drifter-postgresql. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd1c4e31..51636842 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1270,6 +1270,8 @@ packages: - cron - tasty-tap - tasty-fail-fast + - drifter + - drifter-postgresql "Lars Kuhtz @larskuhtz": - wai-cors From 511b9bb5af753630389ca2e045d3d7193fe2bcd4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 14 Jan 2016 15:27:19 +0100 Subject: [PATCH 1051/3141] debian-bootstrap: Install imagemagick --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 1ac0f74e..80f33361 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -19,6 +19,7 @@ apt-get install -y \ build-essential \ freeglut3-dev \ git \ + imagemagick \ libadns1-dev \ libblas-dev \ libbz2-dev \ From 6066c60d845f8c00ad721fe46e7d88ab4908be58 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 14 Jan 2016 15:30:42 +0100 Subject: [PATCH 1052/3141] Temporary upper bound on nettle --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd1c4e31..95aec71b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1912,6 +1912,9 @@ packages: # https://github.com/fpco/stackage/issues/1128 - machines < 0.6 + # Temporary because of hackage.fpcomplete.com mirror giving a 403 for nettle-0.2.0 + - nettle < 0.2 + # end of packages From 72ae9f118fa688b4ddc1a1861733c482a0754f83 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 14 Jan 2016 15:58:49 +0100 Subject: [PATCH 1053/3141] Temporarily disable imagemagick --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95aec71b..3911feba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1659,9 +1659,9 @@ packages: - rank1dynamic # Removed due to inactivity https://github.com/fpco/stackage/issues/768 - "Alexander Vershilov @qnikst": + # "Alexander Vershilov @qnikst": # - network-transport-zeromq - - imagemagick + # - imagemagick "Takahiro Himura @thimura": - lens-regex From 7a6c23b3004f778581c0f1c5da79111ad1685176 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 14 Jan 2016 16:09:12 +0100 Subject: [PATCH 1054/3141] Revert "Temporary upper bound on nettle" This reverts commit 6066c60d845f8c00ad721fe46e7d88ab4908be58. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3911feba..9b731608 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1912,9 +1912,6 @@ packages: # https://github.com/fpco/stackage/issues/1128 - machines < 0.6 - # Temporary because of hackage.fpcomplete.com mirror giving a 403 for nettle-0.2.0 - - nettle < 0.2 - # end of packages From 94495c231a47a0973df76fdbf4b7ca7de5899182 Mon Sep 17 00:00:00 2001 From: Jeffrey Rosenbluth Date: Thu, 14 Jan 2016 10:41:34 -0500 Subject: [PATCH 1055/3141] Add diagrams-canvas --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b731608..2307862a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -895,7 +895,7 @@ packages: "Jeffrey Rosenbluth jeffrey.rosenbluth@gmail.com": - palette - #- diagrams-canvas GHC 7.10, via blank-canvas + - diagrams-canvas - diagrams-rasterific - lucid-svg - diagrams-html5 From 523049052717c2255c2bcfb386788a33dc443ac3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 14 Jan 2016 19:06:29 +0100 Subject: [PATCH 1056/3141] Add context to disabling of imagemagick --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6197ddc6..aff844a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1659,10 +1659,11 @@ packages: - network-transport-composed - rank1dynamic - # Removed due to inactivity https://github.com/fpco/stackage/issues/768 # "Alexander Vershilov @qnikst": - # - network-transport-zeromq + # https://github.com/fpco/stackage/pull/1127#issuecomment-171723145 # - imagemagick + # Removed due to inactivity https://github.com/fpco/stackage/issues/768 + # - network-transport-zeromq "Takahiro Himura @thimura": - lens-regex From d621d31b3ad0c2bc29fab9237695c7965080a926 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 14 Jan 2016 19:50:20 +0100 Subject: [PATCH 1057/3141] Remove upper bound and close #1124 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aff844a5..46d3b3e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1908,9 +1908,6 @@ packages: - protocol-buffers-descriptor < 2.2 - hprotoc < 2.2 - # https://github.com/fpco/stackage/issues/1124 - - brick < 0.4 - # https://github.com/fpco/stackage/issues/1128 - machines < 0.6 From 6d2d29eeb8b1116f9c6d428d22a08ba56e138656 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 15 Jan 2016 00:55:47 +0100 Subject: [PATCH 1058/3141] Upper bounds for #1131 and #1132 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f079d70..221dc1df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1911,6 +1911,10 @@ packages: # https://github.com/fpco/stackage/issues/1128 - machines < 0.6 + # https://github.com/fpco/stackage/issues/1131 + # https://github.com/fpco/stackage/issues/1132 + - unordered-containers < 0.2.6 + # end of packages From 06a4f7e6436abfcfa5f92c4a7fa97fd998e8b4cf Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 15 Jan 2016 00:57:24 +0100 Subject: [PATCH 1059/3141] Upper bound for #1133 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 221dc1df..28edcbdf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1915,6 +1915,8 @@ packages: # https://github.com/fpco/stackage/issues/1132 - unordered-containers < 0.2.6 + # https://github.com/fpco/stackage/issues/1133 + - email-validate < 2.2 # end of packages From c180cb028151fad25d3a3956e8799ee457a9bee1 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 15 Jan 2016 00:58:24 +0100 Subject: [PATCH 1060/3141] Add websockets-snap --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 221dc1df..3d892774 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -187,6 +187,7 @@ packages: - stylish-haskell - psqueues - websockets + - websockets-snap "haskell-opengl": - OpenGL From 78d158ed9d36b3dab707a3f963304997c530ebf1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 15 Jan 2016 08:36:14 +0200 Subject: [PATCH 1061/3141] Upper bound for #1136 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e0fab9bc..f8c38d16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1918,6 +1918,9 @@ packages: # https://github.com/fpco/stackage/issues/1133 - email-validate < 2.2 + + # https://github.com/fpco/stackage/issues/1136 + - base-compat < 0.9 # end of packages From 39c90f75355b4f375273a44fe29a5585f9ed7437 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 15 Jan 2016 08:36:52 +0200 Subject: [PATCH 1062/3141] Upper bound for #1137 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8c38d16..c8e65a45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1921,6 +1921,9 @@ packages: # https://github.com/fpco/stackage/issues/1136 - base-compat < 0.9 + + # https://github.com/fpco/stackage/issues/1137 + - base-orphans < 0.5 # end of packages From 019b0a5c4ae49ccfe1efcd91e22954ae2bb5f304 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 15 Jan 2016 08:09:32 +0200 Subject: [PATCH 1063/3141] Upgrade wai/warp/http2 to latest, fixes (#1074) Pinging @athanclark, since this remove wai-middleware-content-type --- build-constraints.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8e65a45..8a83e5ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1208,7 +1208,8 @@ packages: - poly-arity - urlpath - wai-transformers - - wai-middleware-content-type + # Temporary block due to #1074 + # - wai-middleware-content-type - wai-middleware-verbs - webpage - composition-extra @@ -1880,13 +1881,6 @@ packages: - DRBG < 0.5.5 - safecopy < 0.9 - # https://github.com/fpco/stackage/issues/1074 - - http2 < 1.4 - - wai < 3.2 - - warp < 3.2 - - warp-tls < 3.2 - - hoauth2 < 0.5.1 - # https://github.com/fpco/stackage/issues/1091 - HTTP < 4000.3 @@ -2293,9 +2287,6 @@ expected-test-failures: # this in the build scripts here... - stack - # https://github.com/kazu-yamamoto/http2/issues/4 - - http2 - # https://github.com/prowdsponsor/mangopay/issues/30 - mangopay From 91ceb989e4a9f238b1ca9a5c3e320165eb3a073f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 15 Jan 2016 08:33:39 +0200 Subject: [PATCH 1064/3141] Additional block for #1074 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a83e5ce..16ac8e2f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1210,7 +1210,7 @@ packages: - wai-transformers # Temporary block due to #1074 # - wai-middleware-content-type - - wai-middleware-verbs + # - wai-middleware-verbs - webpage - composition-extra - rose-trees From d5764b3c915efa0088d5ce7e876007fcf04f07dd Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 15 Jan 2016 11:19:41 +0200 Subject: [PATCH 1065/3141] Add hashable and unordered-containers --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8e65a45..69b220a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -958,6 +958,8 @@ packages: # Not a maintainer - haxl - monad-time + - hashable + - unordered-containers # fft - carray From 6c4214db3cd22118350db0b04602242a6e2a3de3 Mon Sep 17 00:00:00 2001 From: Nickolay Kudasov Date: Fri, 15 Jan 2016 14:36:10 +0300 Subject: [PATCH 1066/3141] Add servant-swagger to Stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8e65a45..6c15a3e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1634,6 +1634,7 @@ packages: - http-api-data - smsaero - swagger2 + - servant-swagger "Jared Tobin @jtobin": - mwc-probability From 11f7803a91d07a9e83cf0fc09913d17369eea5cc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 15 Jan 2016 13:07:21 +0100 Subject: [PATCH 1067/3141] Expect drifter-postgresql test-suite to fail since it needs a running postgresql server --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8e65a45..9eca859a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2249,6 +2249,8 @@ expected-test-failures: - dbmigrations - opaleye - postgresql-simple + - wai-session-postgresql + - drifter-postgresql # Problems with linking with system libraries on Ubuntu 12.04 - nettle @@ -2405,9 +2407,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1070 - parsers - # Requires a running PostgreSQL server - - wai-session-postgresql - # end of expected-test-failures From e40f6f816e242769c5a24283281a5b71221cbe21 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 15 Jan 2016 13:13:27 +0100 Subject: [PATCH 1068/3141] Upper bound for #1140 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9eca859a..d7662947 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1924,6 +1924,9 @@ packages: # https://github.com/fpco/stackage/issues/1137 - base-orphans < 0.5 + + # https://github.com/fpco/stackage/issues/1140 + - nettle < 0.2 # end of packages From 99f56dd4166586cdb4be4a0e1a561d1cf51c0557 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Wed, 6 Jan 2016 14:19:57 +0600 Subject: [PATCH 1069/3141] =?UTF-8?q?Add=20=E2=80=98LibZip=E2=80=99,=20bin?= =?UTF-8?q?dings=20to=20=E2=80=98libzip=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 4 ++++ debian-bootstrap.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44a76d2f..397ab9ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1864,6 +1864,10 @@ packages: - simple-session - simple-postgresql-orm + "Sergey Astanin @astanin": + - bindings-libzip < 0.11 + - LibZip < 0.11 + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 80f33361..cfb95edc 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -66,6 +66,7 @@ apt-get install -y \ libxml2-dev \ libxss-dev \ libyaml-dev \ + libzip-dev \ libzmq3-dev \ llvm \ m4 \ From 347b12b2f32868f1eb5a8c2d364ca866857e78ac Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 15 Jan 2016 18:18:15 +0100 Subject: [PATCH 1070/3141] Another upper bound for #1137 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44a76d2f..ac4c6dca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1927,6 +1927,7 @@ packages: # https://github.com/fpco/stackage/issues/1137 - base-orphans < 0.5 + - linear < 1.20.4 # https://github.com/fpco/stackage/issues/1140 - nettle < 0.2 From d6845f8f21f041a6b1430470fe98ef3cb53a06bd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 15 Jan 2016 19:32:56 +0100 Subject: [PATCH 1071/3141] QuickCheck upper bound --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac4c6dca..d001183a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1931,6 +1931,10 @@ packages: # https://github.com/fpco/stackage/issues/1140 - nettle < 0.2 + + # https://github.com/aslatter/qc-instances/issues/18 + - QuickCheck < 2.8.2 + # end of packages From 1c2457b59c339b6db9d1a27896f0f260969935e4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 16 Jan 2016 00:08:11 +0100 Subject: [PATCH 1072/3141] build-constraints.yaml: fix typo accidentally introduced in 260dabd40acb211af2bb83242ba76d86c957092b --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d001183a..ac1857d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,4 @@ -rghc-major-version: "7.10" +ghc-major-version: "7.10" # Constraints for brand new builds packages: "alpheccar @alpheccar": From 1a831366b225d8eb1623670a8ef57ec891d78035 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 16 Jan 2016 12:36:09 +0100 Subject: [PATCH 1073/3141] Skip blank-canvas test-suite --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac1857d4..4e355906 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2106,6 +2106,9 @@ skipped-tests: # https://github.com/haskell/zlib/issues/2 - zlib + # Never finishes + - blank-canvas + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 1985b80920713fb760e00cbc0b701bc6fdb89c83 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 16 Jan 2016 12:42:37 +0100 Subject: [PATCH 1074/3141] Close #1132, upper bound still in place due to #1131 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e355906..914dafd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1916,7 +1916,6 @@ packages: - machines < 0.6 # https://github.com/fpco/stackage/issues/1131 - # https://github.com/fpco/stackage/issues/1132 - unordered-containers < 0.2.6 # https://github.com/fpco/stackage/issues/1133 From c161129e41379109862083affe7554743ee732f2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 16 Jan 2016 12:50:00 +0100 Subject: [PATCH 1075/3141] Remove upper bound and close #1133 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04e24a81..9aec3fd1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1912,9 +1912,6 @@ packages: # https://github.com/fpco/stackage/issues/1131 - unordered-containers < 0.2.6 - # https://github.com/fpco/stackage/issues/1133 - - email-validate < 2.2 - # https://github.com/fpco/stackage/issues/1136 - base-compat < 0.9 From 58dcf4257e4063f7773c417b35e6afb23da7d602 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 16 Jan 2016 12:58:32 +0100 Subject: [PATCH 1076/3141] Move an upper bound and close #1096 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c82a982..539d2aa0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1898,8 +1898,6 @@ packages: - cmark < 0.5 - BlogLiterately-diagrams < 0.2.0.2 - BlogLiterately < 0.8.1.4 - - # https://github.com/fpco/stackage/issues/1096 - deepseq-generics < 0.2 # https://github.com/fpco/stackage/issues/1102 From 58e01549a4e9fc0eecc32fad3cd0d62945bcccd9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 16 Jan 2016 13:08:43 +0100 Subject: [PATCH 1077/3141] Remove upper bound and close #1136 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 539d2aa0..68550c58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1914,9 +1914,6 @@ packages: # https://github.com/fpco/stackage/issues/1131 - unordered-containers < 0.2.6 - # https://github.com/fpco/stackage/issues/1136 - - base-compat < 0.9 - # https://github.com/fpco/stackage/issues/1137 - base-orphans < 0.5 - linear < 1.20.4 From 85a65d0fecb85beadaa0e1f969fc649190c293cb Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 16 Jan 2016 07:50:43 -0800 Subject: [PATCH 1078/3141] add darcs (and regex-compat-tdfa) Adding darcs to stackage, with the support of the darcs team. The use-time-1point5 flag might need to be overridden to True also, let's see. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68550c58..e59f6b88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -651,10 +651,13 @@ packages: - uri-encode "Simon Michael ": + - regex-compat-tdfa + - darcs - hledger - hledger-ui - hledger-web # - shelltestrunner + "Mihai Maruseac ": - io-manager From 698743affc0139f9fe970dc951a4f4e7ac44ede8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 16 Jan 2016 09:25:12 -0800 Subject: [PATCH 1079/3141] darcs: set use-time-1point5 flag --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e59f6b88..dcdac554 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -657,7 +657,6 @@ packages: - hledger-ui - hledger-web # - shelltestrunner - "Mihai Maruseac ": - io-manager @@ -1989,6 +1988,9 @@ package-flags: twitter-types: time15: true + darcs: + use-time-1point5: true + # end of package-flags From 9b4b7c6ac2f1f5f14b061fcb5cd512dbf46be7fb Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 16 Jan 2016 09:58:11 -0800 Subject: [PATCH 1080/3141] add shelltestrunner --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcdac554..5dae1d02 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -656,7 +656,7 @@ packages: - hledger - hledger-ui - hledger-web - # - shelltestrunner + - shelltestrunner "Mihai Maruseac ": - io-manager @@ -2086,7 +2086,6 @@ skipped-tests: - newtype-generics - parsec - rank1dynamic - - shelltestrunner - terminal-progress-bar - threads - yesod-static-angular From 79c2d6a5db9a1a005e301b8557e162087c1a3680 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 16 Jan 2016 22:53:19 +0100 Subject: [PATCH 1081/3141] Remove upper bounds and close #1137 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5dae1d02..1e6a41bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1916,10 +1916,6 @@ packages: # https://github.com/fpco/stackage/issues/1131 - unordered-containers < 0.2.6 - # https://github.com/fpco/stackage/issues/1137 - - base-orphans < 0.5 - - linear < 1.20.4 - # https://github.com/fpco/stackage/issues/1140 - nettle < 0.2 From 8d5bdfd15ea3de0af4f66b0a6a89516ddf5deb90 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 16 Jan 2016 22:54:50 +0100 Subject: [PATCH 1082/3141] Upper bound for #1145 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1e6a41bd..f02a98bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1922,6 +1922,9 @@ packages: # https://github.com/aslatter/qc-instances/issues/18 - QuickCheck < 2.8.2 + # https://github.com/fpco/stackage/issues/1145 + - kan-extensions < 5 + # end of packages From 9aefda122aa8b92db84f68651e83b29c1e25ba9d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 16 Jan 2016 22:56:57 +0100 Subject: [PATCH 1083/3141] Upper bound for #1146 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f02a98bd..118f1d81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1925,6 +1925,9 @@ packages: # https://github.com/fpco/stackage/issues/1145 - kan-extensions < 5 + # https://github.com/fpco/stackage/issues/1146 + - transformers-compat < 0.5 + # end of packages From 60f364e1382349492aabf444a5a27e6afccb7ddd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 16 Jan 2016 22:58:36 +0100 Subject: [PATCH 1084/3141] Upper bound for #1147 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 118f1d81..8d720e86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1928,6 +1928,9 @@ packages: # https://github.com/fpco/stackage/issues/1146 - transformers-compat < 0.5 + # https://github.com/fpco/stackage/issues/1147 + - comonad < 4.3 + # end of packages From 5845abd4b944c0ad499500821834d9290c2f9de0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 16 Jan 2016 23:06:14 +0100 Subject: [PATCH 1085/3141] Upper bound for #1148 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d720e86..e66ba947 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1931,6 +1931,9 @@ packages: # https://github.com/fpco/stackage/issues/1147 - comonad < 4.3 + # https://github.com/fpco/stackage/issues/1148 + - contravariant < 1.4 + # end of packages From b38b6eb30d43ea7fff80b6ac71f1e66625cda348 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 16 Jan 2016 23:46:48 +0100 Subject: [PATCH 1086/3141] Upper bound for #1149 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e66ba947..0899da69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1934,6 +1934,9 @@ packages: # https://github.com/fpco/stackage/issues/1148 - contravariant < 1.4 + # https://github.com/fpco/stackage/issues/1149 + - bifunctors < 5.2 + # end of packages From 334b4b16789e28978278b9d02e46ed1ccbb15a63 Mon Sep 17 00:00:00 2001 From: Anthony Cowley Date: Sat, 16 Jan 2016 18:09:25 -0500 Subject: [PATCH 1087/3141] Add @acowley and the Frames package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0899da69..542ebae1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1870,6 +1870,9 @@ packages: "Sergey Astanin @astanin": - bindings-libzip < 0.11 - LibZip < 0.11 + + "Anthony Cowley @acowley": + - Frames # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. From 9571bc628d3d72183e9fe806734cc67bdef9df7b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 00:10:52 +0100 Subject: [PATCH 1088/3141] Upper bound for #1150 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0899da69..001c8865 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1937,6 +1937,9 @@ packages: # https://github.com/fpco/stackage/issues/1149 - bifunctors < 5.2 + # https://github.com/fpco/stackage/issues/1150 + - profunctors < 5.2 + # end of packages From 14f3f015ead516db667d836d33ef501264669d7b Mon Sep 17 00:00:00 2001 From: Justin Le Date: Sun, 17 Jan 2016 00:16:17 -0800 Subject: [PATCH 1089/3141] Added configurator-export package --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95fa3de8..f958d820 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1251,9 +1251,10 @@ packages: "Justin Le @mstksg": - auto + - configurator-export + - prompt - tagged-binary - typelits-witnesses - - prompt "Ian Duncan @iand675": - feature-flags From c03a98594d462ac9bc4f0e2b21d9b9008863158e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 13:55:06 +0100 Subject: [PATCH 1090/3141] upper bound for #1153 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95fa3de8..d5c223d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1870,7 +1870,7 @@ packages: "Sergey Astanin @astanin": - bindings-libzip < 0.11 - LibZip < 0.11 - + "Anthony Cowley @acowley": - Frames @@ -1943,6 +1943,8 @@ packages: # https://github.com/fpco/stackage/issues/1150 - profunctors < 5.2 + # https://github.com/fpco/stackage/issues/1153 + - adjunctions < 4.3 # end of packages From 6134d80933d00b5e061e0c26a21f1105c7e84d95 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 13:57:09 +0100 Subject: [PATCH 1091/3141] Another upper bound for #1147 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5c223d5..01359105 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1933,6 +1933,7 @@ packages: # https://github.com/fpco/stackage/issues/1147 - comonad < 4.3 + - pointed < 5 # https://github.com/fpco/stackage/issues/1148 - contravariant < 1.4 From 742c56896f4fac717f4da6bf23bb800d8a970ae2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 13:59:20 +0100 Subject: [PATCH 1092/3141] Upper bound for #1154 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 01359105..6f2c84ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1946,6 +1946,9 @@ packages: # https://github.com/fpco/stackage/issues/1153 - adjunctions < 4.3 + + # https://github.com/fpco/stackage/issues/1154 + - constraints < 0.8 # end of packages From 3f6d33470e119c3fdfa37b78ad1c8be68836a23d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 13:59:29 +0100 Subject: [PATCH 1093/3141] Another upper bound for #1145 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f2c84ee..1254954a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1927,6 +1927,7 @@ packages: # https://github.com/fpco/stackage/issues/1145 - kan-extensions < 5 + - lens < 4.13.1 # https://github.com/fpco/stackage/issues/1146 - transformers-compat < 0.5 From edef991b372bab21b461db5a3966ab83aafc5fc0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 17:44:51 +0100 Subject: [PATCH 1094/3141] Add @snoyberg's notes about website syncing and freeing disk space --- CURATORS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 4af602f3..fb45fd6f 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -127,3 +127,9 @@ build succeeds, write something like `sleep 20h; /opt/stackage-build/stackage/automated/build.sh nightly-2015-01-02`.) LTS minor bumps typically are run on Sundays. + +### Website sync debugging (and other out of disk space errors) + +* You can detect the problem by running `df`. If you see that `/` is out of space, we have a problem +* There are many temp files inside `/home/ubuntu/stackage-server-cron` that can be cleared out occasionally +* You can then manually run `/home/ubuntu/stackage-server-cron.sh`, or wait for the cron job to do it From 0d6028166844576285fe75afd7405fdc1616855b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 18:52:08 +0100 Subject: [PATCH 1095/3141] pred-trie builds, but nested-routes is now blocked on wai-middleware-content-type instead --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b825287..4e49f229 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1215,15 +1215,13 @@ packages: # Temporary block due to #1074 # - wai-middleware-content-type # - wai-middleware-verbs + # - nested-routes - webpage - composition-extra - rose-trees - sets - tries - # nested-routes depends on pred-trie - # https://github.com/athanclark/pred-trie/issues/3 - # - pred-trie - # - nested-routes + - pred-trie "Fumiaki Kinoshita @fumieval": - control-bool From ea68cab2402c66215379e162246278109be6d772 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 18:58:36 +0100 Subject: [PATCH 1096/3141] HTTP test-suite is now up to date with warp --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e49f229..a2506ed4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2031,9 +2031,6 @@ skipped-builds: # By skipping a test suite, we do not pull in the build dependencies skipped-tests: - # old version of warp - - HTTP - # require old hspec - ReadArgs - bloodhound From a9d6aeaff15345493ced82dc8ff459cce108a827 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 19:00:09 +0100 Subject: [PATCH 1097/3141] aws test-suite is now up to date --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2506ed4..f751dc81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2060,9 +2060,6 @@ skipped-tests: - retry - fft - # https://github.com/fpco/stackage/issues/602 - - aws - # doctest < 0.10 # Closed due to inactivity: https://github.com/fpco/stackage/issues/622 - bound From a461b7268a24d998669c68f7a6eb1dd2c30da18f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 19:03:09 +0100 Subject: [PATCH 1098/3141] tar test-suite is now up to date --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f751dc81..1bcf47dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2072,7 +2072,6 @@ skipped-tests: # tasty < 0.11 # Closed due to inactivity: https://github.com/fpco/stackage/issues/817 - - tar - uuid - uuid-types From 7f1a5ca7dd36410c70e8cb178a636b0d03d1c003 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 20:36:15 +0100 Subject: [PATCH 1099/3141] pred-trie test-suite has been fixed --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1bcf47dd..2c0fe5fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2382,9 +2382,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/811 - etcd - # https://github.com/athanclark/pred-trie/issues/1 - - pred-trie - # https://github.com/kazu-yamamoto/ghc-mod/issues/611 - ghc-mod From 8c3e1ada257566718f4ebf333b56e68b57ea667f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 20:40:41 +0100 Subject: [PATCH 1100/3141] disable bytestring-handle test-suite due to outdated HUnit dependency --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c0fe5fa..75086b0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2093,6 +2093,7 @@ skipped-tests: - GLFW-b - HsOpenSSL - bindings-GLFW + - bytestring-handle - clay - hedis - hint From ce31adc37f27512d7c7780ab0ffcbb9f38bad063 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 20:48:24 +0100 Subject: [PATCH 1101/3141] Add issue reference for skipped blank-canvas tests --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75086b0b..9f5b6649 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2116,6 +2116,7 @@ skipped-tests: # https://github.com/haskell/zlib/issues/2 - zlib + # https://github.com/ku-fpg/blank-canvas/issues/73 # Never finishes - blank-canvas From 9d0794d0aed4f6a8ff5e93b0c949baad4c415763 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 22:33:05 +0100 Subject: [PATCH 1102/3141] Remove upper bound and close #1154 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f5b6649..45ccde7e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1946,9 +1946,6 @@ packages: # https://github.com/fpco/stackage/issues/1153 - adjunctions < 4.3 - - # https://github.com/fpco/stackage/issues/1154 - - constraints < 0.8 # end of packages From 40e9154b2463855f4fe5ca150da0066e0abadb7c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 22:58:03 +0100 Subject: [PATCH 1103/3141] Expect jose-jwt tests to fail sometimes, closes #1141 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45ccde7e..330994f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2453,6 +2453,10 @@ expected-haddock-failures: # https://github.com/fpco/stackage/issues/1045 - stack + + # https://github.com/fpco/stackage/issues/1125 + - jose-jwt + # end of expected-haddock-failures From 49978968e149dde4741bb7e0ce5326f6c33793bc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 22:59:40 +0100 Subject: [PATCH 1104/3141] whoops, move jose-jwt to expected-test-failure #1141 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 330994f5..db3c5287 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2423,6 +2423,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1070 - parsers + # https://github.com/fpco/stackage/issues/1125 + - jose-jwt + # end of expected-test-failures @@ -2454,9 +2457,6 @@ expected-haddock-failures: # https://github.com/fpco/stackage/issues/1045 - stack - # https://github.com/fpco/stackage/issues/1125 - - jose-jwt - # end of expected-haddock-failures From 54dc2a3c388327c07d8d5a6e35bfcccfe86052b9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 17 Jan 2016 17:29:09 -0800 Subject: [PATCH 1105/3141] Constraints for aeson-0.9 per #1155 --- build-constraints.yaml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index db3c5287..43dc16bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -395,8 +395,9 @@ packages: "Patrick Brisbin": - gravatar - "Paul Harper ": - - yesod-auth-oauth2 + # https://github.com/fpco/stackage/issues/1155 + # "Paul Harper ": + # - yesod-auth-oauth2 "Felipe Lessa @meteficha": - country-codes @@ -480,8 +481,9 @@ packages: "Arash Rouhani ": - yesod-text-markdown - "Chris Allen ": - - bloodhound + # https://github.com/fpco/stackage/issues/1155 + # "Chris Allen ": + # - bloodhound "Adam Bergmark ": - fay @@ -1850,8 +1852,9 @@ packages: "Hans-Christian Esperer @hce": - wai-session-postgresql - "Haisheng Wu ": - - hoauth2 + # https://github.com/fpco/stackage/issues/1155 + # "Haisheng Wu ": + # - hoauth2 "Falko Peters ": - scrypt @@ -1946,6 +1949,11 @@ packages: # https://github.com/fpco/stackage/issues/1153 - adjunctions < 4.3 + + # https://github.com/fpco/stackage/issues/1155 + - aeson < 0.10 + - postgresql-binary < 0.7 + - hasql < 0.8 # end of packages From 7bc6cddba1c9fcf9de90a613557a7b429809c25f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 18 Jan 2016 00:37:30 -0800 Subject: [PATCH 1106/3141] Lift some restrictions per #1155 --- build-constraints.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43dc16bc..768ba8d7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -395,9 +395,8 @@ packages: "Patrick Brisbin": - gravatar - # https://github.com/fpco/stackage/issues/1155 - # "Paul Harper ": - # - yesod-auth-oauth2 + "Paul Harper ": + - yesod-auth-oauth2 "Felipe Lessa @meteficha": - country-codes @@ -1852,9 +1851,8 @@ packages: "Hans-Christian Esperer @hce": - wai-session-postgresql - # https://github.com/fpco/stackage/issues/1155 - # "Haisheng Wu ": - # - hoauth2 + "Haisheng Wu ": + - hoauth2 "Falko Peters ": - scrypt @@ -1952,8 +1950,6 @@ packages: # https://github.com/fpco/stackage/issues/1155 - aeson < 0.10 - - postgresql-binary < 0.7 - - hasql < 0.8 # end of packages From 4a79b973ac1960f64652b41e9b3dc216863a59ac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 18 Jan 2016 00:44:31 -0800 Subject: [PATCH 1107/3141] Re-enable aeson < 0.10 packages per #1155 --- build-constraints.yaml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 768ba8d7..5af44bca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1073,8 +1073,7 @@ packages: - amazonka-waf - amazonka-workspaces - ede - # aeson < 0.10 - # - pagerduty + - pagerduty - semver - text-manipulate @@ -1262,11 +1261,11 @@ packages: - serf - uri-templater - librato - # aeson < 0.10 - # - datadog + - datadog + # http-types < 0.9 # - engine-io-growler - # - flowdock - # - growler + - flowdock + - growler "Michael Xavier @MichaelXavier": - angel @@ -1674,10 +1673,9 @@ packages: "Takahiro Himura @thimura": - lens-regex - # aeson < 0.10 (serious test-suite failures) - # - twitter-conduit - # - twitter-types - # - twitter-types-lens + - twitter-conduit + - twitter-types + - twitter-types-lens "Robbin C. ": - zim-parser From e14cc95b491861bf41ade9c39f47f952db2a19a7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 18 Jan 2016 01:33:14 -0800 Subject: [PATCH 1108/3141] Remove constraint "adjunctions < 4.3", closes #1153 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5af44bca..24792d1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1943,9 +1943,6 @@ packages: # https://github.com/fpco/stackage/issues/1150 - profunctors < 5.2 - # https://github.com/fpco/stackage/issues/1153 - - adjunctions < 4.3 - # https://github.com/fpco/stackage/issues/1155 - aeson < 0.10 # end of packages From 745013069d169fb2703efba5065d0963ad73585e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 18 Jan 2016 02:22:45 -0800 Subject: [PATCH 1109/3141] Remove constraint "bifunctors < 5.2", closes #1149 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 24792d1e..4041a6e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1937,9 +1937,6 @@ packages: # https://github.com/fpco/stackage/issues/1148 - contravariant < 1.4 - # https://github.com/fpco/stackage/issues/1149 - - bifunctors < 5.2 - # https://github.com/fpco/stackage/issues/1150 - profunctors < 5.2 From 18b1f8f73ed3f819e3bb5fc52fc69a3e61d4e12b Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Mon, 18 Jan 2016 19:09:15 +0600 Subject: [PATCH 1110/3141] =?UTF-8?q?Add=20=E2=80=98path-io=E2=80=99=20pac?= =?UTF-8?q?kage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This package provides well-typed interface to ‘directory’ package for users of Chris Done's ‘path’. It also implements some missing stuff like recursive scanning and copying of directories. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4041a6e3..efebb2f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1622,6 +1622,7 @@ packages: - megaparsec - htaglib - slug + - path-io "Thomas Bereknyei ": - multiplate From 002cdbf937ebc256e1d6a15475fd2749c596b96a Mon Sep 17 00:00:00 2001 From: Takayuki Muranushi Date: Tue, 19 Jan 2016 01:16:02 +0900 Subject: [PATCH 1111/3141] add binary-search package. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4041a6e3..1ceff7ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1871,6 +1871,9 @@ packages: "Anthony Cowley @acowley": - Frames + + "Takayuki Muranushi @nushio3" + - binary-search # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. From f260cafd1440c17f08064749eacae3da7cff81fb Mon Sep 17 00:00:00 2001 From: Takayuki Muranushi Date: Tue, 19 Jan 2016 01:17:01 +0900 Subject: [PATCH 1112/3141] Fix the syntax. Conform to the yaml syntax. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ceff7ac..2da5120b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1872,7 +1872,7 @@ packages: "Anthony Cowley @acowley": - Frames - "Takayuki Muranushi @nushio3" + "Takayuki Muranushi @nushio3": - binary-search # If you stop mainaining a package you can move it here. From 030bdaaf69af5c73b6945fa7806787e8ddfb5645 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 18 Jan 2016 09:05:53 -0800 Subject: [PATCH 1113/3141] Temporarily disable postgresql-binary and hasql, related #1155 --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4041a6e3..024b1943 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -760,13 +760,15 @@ packages: - base-prelude - cases - focus - - hasql + # https://github.com/nikita-volkov/postgresql-binary/issues/4 + # - hasql - hasql-backend - list-t - mtl-prelude - neat-interpolation - partial-handler - - postgresql-binary + # https://github.com/nikita-volkov/postgresql-binary/issues/4 + # - postgresql-binary - slave-thread - stm-containers From 96b0bfa0db536a8adea142d681979d522a24856c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 18 Jan 2016 09:06:51 -0800 Subject: [PATCH 1114/3141] Add constraint "base-orphans < 0.5" and others per #1158 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 024b1943..ee8c94c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1944,6 +1944,12 @@ packages: # https://github.com/fpco/stackage/issues/1155 - aeson < 0.10 + + # https://github.com/fpco/stackage/issues/1158 + - base-orphans < 0.5 + - distributive < 0.5 + - linear < 1.20.4 + - adjunctions < 4.3 # end of packages From a531dc50765d3c1d504cfc789194ef529fdb2c52 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Mon, 18 Jan 2016 19:31:26 +0100 Subject: [PATCH 1115/3141] Re-enable avers and add avers-{api,server} --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee8c94c7..5908f7c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -882,7 +882,9 @@ packages: - pipes-network "Tomas Carnecky": - # - avers + - avers + - avers-api + - avers-server - css-syntax - etcd - github-types From c60f300799a7d556797405d802d869d156ac12d1 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 18 Jan 2016 15:44:30 -0500 Subject: [PATCH 1116/3141] Install nettle 3.1.1 so the nettle package can build --- debian-bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index cfb95edc..2913e494 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -82,14 +82,14 @@ apt-get install -y \ mkdir /tmp/nettle-build ( cd /tmp/nettle-build -wget https://ftp.gnu.org/gnu/nettle/nettle-2.7.1.tar.gz -tar zxf nettle-2.7.1.tar.gz -cd nettle-2.7.1 +wget https://ftp.gnu.org/gnu/nettle/nettle-3.1.1.tar.gz +tar zxf nettle-3.1.1.tar.gz +cd nettle-3.1.1 ./configure --prefix=/usr make make install mkdir -p /usr/lib/x86_64-linux-gnu/ -ln -sfv /usr/lib/libnettle.so.4.7 /usr/lib/x86_64-linux-gnu/libnettle.so.4 +ln -sfv /usr/lib/libnettle.so.6.1 /usr/lib/x86_64-linux-gnu/libnettle.so.6 ) rm -rf /tmp/nettle-build From 8bf7c855b3fa8f336040d36d732599119940b15a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 18 Jan 2016 13:03:21 -0800 Subject: [PATCH 1117/3141] Revert "Add constraint "base-orphans < 0.5" and others per #1158" This reverts commit 96b0bfa0db536a8adea142d681979d522a24856c. --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee8c94c7..024b1943 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1944,12 +1944,6 @@ packages: # https://github.com/fpco/stackage/issues/1155 - aeson < 0.10 - - # https://github.com/fpco/stackage/issues/1158 - - base-orphans < 0.5 - - distributive < 0.5 - - linear < 1.20.4 - - adjunctions < 4.3 # end of packages From ef6c32cd65e85f3a19daf946636814e91e142e23 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 18 Jan 2016 13:37:23 -0800 Subject: [PATCH 1118/3141] Shuffle constraints to #1147, closes #1145 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 024b1943..e1d5c737 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1925,16 +1925,14 @@ packages: # https://github.com/aslatter/qc-instances/issues/18 - QuickCheck < 2.8.2 - # https://github.com/fpco/stackage/issues/1145 - - kan-extensions < 5 - - lens < 4.13.1 - # https://github.com/fpco/stackage/issues/1146 - transformers-compat < 0.5 # https://github.com/fpco/stackage/issues/1147 - comonad < 4.3 - pointed < 5 + - kan-extensions < 5 + - lens < 4.13.1 # https://github.com/fpco/stackage/issues/1148 - contravariant < 1.4 From ce4937f7f89093de1ee6814a9cb7598c1b43c64c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 18 Jan 2016 14:21:00 -0800 Subject: [PATCH 1119/3141] Restore constraint "bifunctors < 5.2" per #1149 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1d5c737..36dd0446 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1937,6 +1937,9 @@ packages: # https://github.com/fpco/stackage/issues/1148 - contravariant < 1.4 + # https://github.com/fpco/stackage/issues/1149 + - bifunctors < 5.2 + # https://github.com/fpco/stackage/issues/1150 - profunctors < 5.2 From 1e11778ef1933edeb53a7b524db5844b9ac3a40d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 18 Jan 2016 18:31:39 -0800 Subject: [PATCH 1120/3141] Remove constraint "bimap < 0.3.1" per joelwilliamson/bimap#4 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 26e49582..0f88b50c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1889,9 +1889,6 @@ packages: - hse-cpp "Stackage upper bounds": - # https://github.com/joelwilliamson/bimap/pull/4 - - bimap < 0.3.1 - # https://github.com/fpco/stackage/issues/946 - cereal < 0.5 - messagepack < 0.5.0 From 355064910736bfff5f14c3397bfeb225657e1460 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 18 Jan 2016 18:40:34 -0800 Subject: [PATCH 1121/3141] Add constraint "invariant < 0.3" per #1150, closes #1149 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f88b50c..14b4d029 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1940,11 +1940,10 @@ packages: # https://github.com/fpco/stackage/issues/1148 - contravariant < 1.4 - # https://github.com/fpco/stackage/issues/1149 - - bifunctors < 5.2 - # https://github.com/fpco/stackage/issues/1150 - profunctors < 5.2 + - bifunctors < 5.2 + - invariant < 0.3 # https://github.com/fpco/stackage/issues/1155 - aeson < 0.10 From 54870efa418e1dc5250dd7f77fc5939f5da6f473 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 18 Jan 2016 19:15:42 -0800 Subject: [PATCH 1122/3141] Lift constraints per #1150 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14b4d029..001fbcc8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1940,11 +1940,6 @@ packages: # https://github.com/fpco/stackage/issues/1148 - contravariant < 1.4 - # https://github.com/fpco/stackage/issues/1150 - - profunctors < 5.2 - - bifunctors < 5.2 - - invariant < 0.3 - # https://github.com/fpco/stackage/issues/1155 - aeson < 0.10 # end of packages From 25f9ce1ddb4cb3ec90f964dea354dc81a0b40daa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 19 Jan 2016 00:50:21 -0800 Subject: [PATCH 1123/3141] Re-enable hasql and postgresql-binary again per #1155 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 001fbcc8..040d0d81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -760,15 +760,13 @@ packages: - base-prelude - cases - focus - # https://github.com/nikita-volkov/postgresql-binary/issues/4 - # - hasql + - hasql - hasql-backend - list-t - mtl-prelude - neat-interpolation - partial-handler - # https://github.com/nikita-volkov/postgresql-binary/issues/4 - # - postgresql-binary + - postgresql-binary - slave-thread - stm-containers From 7fb130b554a5990b451d272274d8221b8074ff55 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 19 Jan 2016 14:58:41 +0200 Subject: [PATCH 1124/3141] Expected haddock failure for wereHamster/avers-api#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 040d0d81..5043cb91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2451,6 +2451,9 @@ expected-haddock-failures: # https://github.com/fpco/stackage/issues/1045 - stack + # https://github.com/wereHamster/avers-api/issues/2 + - avers-api + # end of expected-haddock-failures From beefa47f55c2bf721e35d00027015c0d30aee63a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 19 Jan 2016 08:05:43 -0800 Subject: [PATCH 1125/3141] Expect stackage-curator test to fail per #1161 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5043cb91..9ce5411f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2420,6 +2420,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1125 - jose-jwt + # https://github.com/fpco/stackage/issues/1161 + - stackage-curator + # end of expected-test-failures From 7704309432d7ce32bfc5f85911090a241e21a007 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 19 Jan 2016 19:39:10 +0200 Subject: [PATCH 1126/3141] Fix permissions of /home/stackage when building --- automated/build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index acb9b302..c60c70a4 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -73,13 +73,13 @@ bunzip2 stackage-curator.bz2 chmod +x stackage-curator ) -ARGS_COMMON="--rm -u $USER -v $WORKDIR:/home/stackage/work -w /home/stackage/work -v $BINDIR/stackage-curator:/usr/local/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro" -ARGS_PREBUILD="$ARGS_COMMON -v $CABAL_DIR:/home/stackage/.cabal -v $GHC_DIR:/home/stackage/.ghc -v $DOT_STACKAGE_DIR:/home/stackage/.stackage" +ARGS_COMMON="--rm -v $WORKDIR:/home/stackage/work -w /home/stackage/work -v $BINDIR/stackage-curator:/usr/local/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro" +ARGS_PREBUILD="$ARGS_COMMON -u $USER -v $CABAL_DIR:/home/stackage/.cabal -v $GHC_DIR:/home/stackage/.ghc -v $DOT_STACKAGE_DIR:/home/stackage/.stackage" ARGS_BUILD="$ARGS_COMMON -v $CABAL_DIR:/home/stackage/.cabal:ro -v $GHC_DIR:/home/stackage/.ghc:ro" -ARGS_UPLOAD="$ARGS_COMMON -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY -e AWS_SECRET_KEY=$AWS_SECRET_KEY -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:/home/stackage/.stackage -v $SSH_DIR:/home/ubuntu/.ssh:ro -v $GITCONFIG:/home/stackage/.gitconfig:ro -v $CABAL_DIR:/home/stackage/.cabal:ro" +ARGS_UPLOAD="$ARGS_COMMON -u $USER -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY -e AWS_SECRET_KEY=$AWS_SECRET_KEY -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:/home/stackage/.stackage -v $SSH_DIR:/home/ubuntu/.ssh:ro -v $GITCONFIG:/home/stackage/.gitconfig:ro -v $CABAL_DIR:/home/stackage/.cabal:ro" # Use cabal update first to initialize ~/.cabal.config, then use stackage-curator update to get it securely docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET" docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "cabal update && stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cabal install random Cabal cabal-install" -docker run $ARGS_BUILD $IMAGE stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET +docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER /home/stackage && sudo -u $USER stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" From 0ee05e92b7b317790f120a6d6d8c6dc51ad5b035 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 19 Jan 2016 21:51:49 +0200 Subject: [PATCH 1127/3141] Remove expected test failure and close #1161 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ce5411f..5043cb91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2420,9 +2420,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1125 - jose-jwt - # https://github.com/fpco/stackage/issues/1161 - - stackage-curator - # end of expected-test-failures From c7a4949eba5e649c777222e3315e1945645ff471 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 19 Jan 2016 18:17:07 -0800 Subject: [PATCH 1128/3141] Add constraint "ghc-mod < 5.5" per #1162 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5043cb91..e1273f65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1940,6 +1940,10 @@ packages: # https://github.com/fpco/stackage/issues/1155 - aeson < 0.10 + + # https://github.com/fpco/stackage/issues/1162 + - ghc-mod < 5.5 + # end of packages @@ -2020,6 +2024,7 @@ skipped-builds: - libsystemd-journal + # By skipping a test suite, we do not pull in the build dependencies skipped-tests: # require old hspec From f8d35fe75fce291cbb6b54b3b7ace68e70193374 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 20 Jan 2016 09:36:38 +0200 Subject: [PATCH 1129/3141] Add build-tool-overrides sections --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42880942..8578cfd4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2566,6 +2566,18 @@ github-users: # end of github-users +# begin build-tool-overrides +# +# Used to set a mapping from build tools to package names, ignoring the +# metadata on Hackage itself + +build-tool-overrides: + # Ignore the cabal-install-ghc72 and cabal-install-ghc74 packages + cabal: + - cabal-install + +# end build-tool-overrides + # Useful for checking for strict upper bounds against new versions of core # packages, e.g. when a new version of transformers is released # From c859e9c92816f1133fb00522ae499ad694ede751 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 20 Jan 2016 09:41:41 +0200 Subject: [PATCH 1130/3141] Travis: GHCVER environment variable --- .travis.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 639486b6..4ab2f57e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,9 @@ addons: packages: - libgmp-dev +env: +- GHCVER=7.10.3 + install: # Download and unpack the stack executable - mkdir -p ~/.local/bin @@ -23,14 +26,14 @@ install: - mv stackage-curator ~/.local/bin # Install GHC and cabal-install - - stack setup 7.10.3 - - stack --resolver ghc-7.10 build stackage-update + - stack setup $GHCVER + - stack --resolver ghc-$GHCVER build stackage-update # Update the index - - travis_retry stack --resolver ghc-7.10 exec stackage-update + - travis_retry stack --resolver ghc-$GHCVER exec stackage-update script: - - stack --resolver ghc-7.10 exec stackage-curator check + - stack --resolver ghc-$GHCVER exec stackage-curator check cache: directories: From 5e2ea65d6dcfa559eed78fda09d34a8a17ec3894 Mon Sep 17 00:00:00 2001 From: Stackage Build host Date: Wed, 20 Jan 2016 08:22:12 +0000 Subject: [PATCH 1131/3141] Set PATH properly when building --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index c60c70a4..daa26fdc 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -81,5 +81,5 @@ ARGS_UPLOAD="$ARGS_COMMON -u $USER -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_ACCE # Use cabal update first to initialize ~/.cabal.config, then use stackage-curator update to get it securely docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET" docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "cabal update && stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cabal install random Cabal cabal-install" -docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER /home/stackage && sudo -u $USER stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" +docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER /home/stackage && sudo -E -u $USER env \"PATH=\$PATH\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" From 99da9c5414515a27be58fd4f025410a5f030446a Mon Sep 17 00:00:00 2001 From: Stackage Build host Date: Wed, 20 Jan 2016 08:54:52 +0000 Subject: [PATCH 1132/3141] Don't bother installing cabal-install (fixes fpco/stackage#1107) --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index daa26fdc..c5e63ec9 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -80,6 +80,6 @@ ARGS_UPLOAD="$ARGS_COMMON -u $USER -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_ACCE # Use cabal update first to initialize ~/.cabal.config, then use stackage-curator update to get it securely docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET" -docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "cabal update && stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cabal install random Cabal cabal-install" +docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "cabal update && stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cabal install random" docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER /home/stackage && sudo -E -u $USER env \"PATH=\$PATH\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" From 0cf36414231b1bea71c452005bb2b069d186844e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 20 Jan 2016 11:36:17 +0200 Subject: [PATCH 1133/3141] Use stack for unpacking --- automated/build.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index c5e63ec9..9e56745d 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -22,6 +22,7 @@ DOCMAP_FILE=current-docmap.yaml BUNDLE_FILE=current.bundle CABAL_DIR=$ROOT/cabal +STACK_DIR=$ROOT/stack GHC_DIR=$ROOT/ghc DOT_STACKAGE_DIR=$ROOT/dot-stackage WORKDIR=$ROOT/$TAG/work @@ -29,6 +30,7 @@ SSH_DIR=$ROOT/ssh-$SHORTNAME mkdir -p \ "$CABAL_DIR" \ + "$STACK_DIR" \ "$GHC_DIR" \ "$DOT_STACKAGE_DIR" \ "$WORKDIR" \ @@ -74,12 +76,11 @@ chmod +x stackage-curator ) ARGS_COMMON="--rm -v $WORKDIR:/home/stackage/work -w /home/stackage/work -v $BINDIR/stackage-curator:/usr/local/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro" -ARGS_PREBUILD="$ARGS_COMMON -u $USER -v $CABAL_DIR:/home/stackage/.cabal -v $GHC_DIR:/home/stackage/.ghc -v $DOT_STACKAGE_DIR:/home/stackage/.stackage" -ARGS_BUILD="$ARGS_COMMON -v $CABAL_DIR:/home/stackage/.cabal:ro -v $GHC_DIR:/home/stackage/.ghc:ro" -ARGS_UPLOAD="$ARGS_COMMON -u $USER -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY -e AWS_SECRET_KEY=$AWS_SECRET_KEY -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:/home/stackage/.stackage -v $SSH_DIR:/home/ubuntu/.ssh:ro -v $GITCONFIG:/home/stackage/.gitconfig:ro -v $CABAL_DIR:/home/stackage/.cabal:ro" +ARGS_PREBUILD="$ARGS_COMMON -u $USER -v $CABAL_DIR:/home/stackage/.cabal -v $STACK_DIR:/home/stackage/.stack -v $GHC_DIR:/home/stackage/.ghc -v $DOT_STACKAGE_DIR:/home/stackage/.stackage" +ARGS_BUILD="$ARGS_COMMON -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro -v $GHC_DIR:/home/stackage/.ghc:ro" +ARGS_UPLOAD="$ARGS_COMMON -u $USER -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY -e AWS_SECRET_KEY=$AWS_SECRET_KEY -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:/home/stackage/.stackage -v $SSH_DIR:/home/ubuntu/.ssh:ro -v $GITCONFIG:/home/stackage/.gitconfig:ro -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro" -# Use cabal update first to initialize ~/.cabal.config, then use stackage-curator update to get it securely docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET" -docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "cabal update && stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cabal install random" +docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE" docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER /home/stackage && sudo -E -u $USER env \"PATH=\$PATH\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" From c8296b26cb7d9f9088d97c63fa9a36390d9a2755 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 20 Jan 2016 11:38:42 +0200 Subject: [PATCH 1134/3141] Include stack in Docker image --- debian-bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 2913e494..49011454 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -13,6 +13,7 @@ add-apt-repository -y ppa:zoogie/sdl2-snapshots add-apt-repository -y ppa:marutter/rrutter add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse +echo 'deb http://download.fpcomplete.com/ubuntu trusty main'|sudo tee /etc/apt/sources.list.d/fpco.list apt-get update apt-get install -y \ @@ -77,6 +78,7 @@ apt-get install -y \ texlive-full \ wget \ zip \ + stack \ zlib1g-dev mkdir /tmp/nettle-build From 5903f489820f15506bf2de183a54c420490bcf54 Mon Sep 17 00:00:00 2001 From: Stackage Build host Date: Wed, 20 Jan 2016 10:22:04 +0000 Subject: [PATCH 1135/3141] Get Stack for the build --- automated/build.sh | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 9e56745d..4b4eabd8 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -26,6 +26,7 @@ STACK_DIR=$ROOT/stack GHC_DIR=$ROOT/ghc DOT_STACKAGE_DIR=$ROOT/dot-stackage WORKDIR=$ROOT/$TAG/work +EXTRA_BIN_DIR=$ROOT/extra-bin SSH_DIR=$ROOT/ssh-$SHORTNAME mkdir -p \ @@ -34,6 +35,7 @@ mkdir -p \ "$GHC_DIR" \ "$DOT_STACKAGE_DIR" \ "$WORKDIR" \ + "$EXTRA_BIN_DIR" \ "$SSH_DIR" GITCONFIG=$ROOT/gitconfig @@ -75,12 +77,35 @@ bunzip2 stackage-curator.bz2 chmod +x stackage-curator ) -ARGS_COMMON="--rm -v $WORKDIR:/home/stackage/work -w /home/stackage/work -v $BINDIR/stackage-curator:/usr/local/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro" +ARGS_COMMON="--rm -v $WORKDIR:/home/stackage/work -w /home/stackage/work -v $BINDIR/stackage-curator:/usr/local/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR:/home/stackage/bin:ro" ARGS_PREBUILD="$ARGS_COMMON -u $USER -v $CABAL_DIR:/home/stackage/.cabal -v $STACK_DIR:/home/stackage/.stack -v $GHC_DIR:/home/stackage/.ghc -v $DOT_STACKAGE_DIR:/home/stackage/.stackage" ARGS_BUILD="$ARGS_COMMON -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro -v $GHC_DIR:/home/stackage/.ghc:ro" ARGS_UPLOAD="$ARGS_COMMON -u $USER -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY -e AWS_SECRET_KEY=$AWS_SECRET_KEY -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:/home/stackage/.stackage -v $SSH_DIR:/home/ubuntu/.ssh:ro -v $GITCONFIG:/home/stackage/.gitconfig:ro -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro" +# Make sure we actually need this snapshot docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET" -docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stackage-curator update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE" -docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER /home/stackage && sudo -E -u $USER env \"PATH=\$PATH\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" + +# Get latest stack +curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C $EXTRA_BIN_DIR '*/stack' + +# Do all of the pre-build actions: +# +# * Update the package index +# * Create a new plan +# * Check that the plan is valid +# * Fetch all needed tarballs (the build step does not have write access to the tarball directory) +# * Do a single unpack to create the package index cache (again due to directory perms) +docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "/home/stackage/bin/stack update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && /home/stackage/bin/stack unpack random" + +# Now do the actual build. We need to first set the owner of the home directory +# correctly, so we run the command as root, change owner, and then use sudo to +# switch back to the current user +docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER /home/stackage && sudo -E -u $USER env \"PATH=\$PATH:/home/stackage/bin\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" + +# Successful build, so we need to: +# +# * Upload the docs to S3 +# * Upload the 00-index.tar file to S3 (TODO: this is probably no longer necessary, since snapshots never modify .cabal files) +# * Upload the new plan .yaml file to the appropriate Github repo +# * 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 && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" From c4d1223ca285234db4eb44428270f66333a1866a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Wed, 20 Jan 2016 17:43:38 +0100 Subject: [PATCH 1136/3141] add package generics-eot --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8578cfd4..da88dc37 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -939,6 +939,7 @@ packages: [] "Sönke Hahn soenkehahn@gmail.com @soenkehahn": + - generics-eot - getopt-generics - graph-wrapper - string-conversions From 567a4f10762cf3505bac8795e3b1896a9468d414 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 20 Jan 2016 09:24:28 -0800 Subject: [PATCH 1137/3141] Remove constraint "nettle < 0.2" per #1140 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8578cfd4..c5467b4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1921,9 +1921,6 @@ packages: # https://github.com/fpco/stackage/issues/1131 - unordered-containers < 0.2.6 - # https://github.com/fpco/stackage/issues/1140 - - nettle < 0.2 - # https://github.com/aslatter/qc-instances/issues/18 - QuickCheck < 2.8.2 From 45ce8f6feb6e62cdf836e01c97a55664bf2c02f4 Mon Sep 17 00:00:00 2001 From: Jason Shipman Date: Wed, 20 Jan 2016 14:02:07 -0500 Subject: [PATCH 1138/3141] Update build-constraints.yaml --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25b12139..0e9f1965 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1879,6 +1879,10 @@ packages: "Takayuki Muranushi @nushio3": - binary-search + + "Jason Shipman @jship": + # on behalf of Boris Sukholitko @bosu + - pure-cdb # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. From 9bb942b81e35d3b95c019ccf6fd8c878d83e6c54 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 20 Jan 2016 15:29:21 -0800 Subject: [PATCH 1139/3141] Remove constraint "ghc-mod < 5.5", closes #1162 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25b12139..6fa84c3f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1940,9 +1940,6 @@ packages: # https://github.com/fpco/stackage/issues/1155 - aeson < 0.10 - # https://github.com/fpco/stackage/issues/1162 - - ghc-mod < 5.5 - # end of packages From d1580d1aed79405fd52c3189c70f00296e5bc77f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 20 Jan 2016 15:59:31 -0800 Subject: [PATCH 1140/3141] Remove constraint "contravariant < 1.4", closes #1148 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 690bcceb..31fff477 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1938,9 +1938,6 @@ packages: - kan-extensions < 5 - lens < 4.13.1 - # https://github.com/fpco/stackage/issues/1148 - - contravariant < 1.4 - # https://github.com/fpco/stackage/issues/1155 - aeson < 0.10 From d5c43a37c7f46ec331177fa2c41daf3a092989e6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 20 Jan 2016 21:35:39 -0800 Subject: [PATCH 1141/3141] Add constraint "quickcheck-instances < 0.3.12" per isomorphism/these#44 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31fff477..a53d8fa9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1929,6 +1929,9 @@ packages: # https://github.com/aslatter/qc-instances/issues/18 - QuickCheck < 2.8.2 + # https://github.com/isomorphism/these/issues/44 + - quickcheck-instances < 0.3.12 + # https://github.com/fpco/stackage/issues/1146 - transformers-compat < 0.5 From 7dea9cf8debd3c9584fd2774b257e3f097a794cc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 20 Jan 2016 21:37:08 -0800 Subject: [PATCH 1142/3141] Updated comment regarding #1168 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a53d8fa9..e934a789 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1926,7 +1926,7 @@ packages: # https://github.com/fpco/stackage/issues/1131 - unordered-containers < 0.2.6 - # https://github.com/aslatter/qc-instances/issues/18 + # https://github.com/fpco/stackage/issues/1168 - QuickCheck < 2.8.2 # https://github.com/isomorphism/these/issues/44 From 6306b3d62ce0361904a412e5fa4431c9c91b35f9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 21 Jan 2016 00:25:26 -0800 Subject: [PATCH 1143/3141] Remove constraint on quickcheck-instances --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e934a789..63c84ca1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1929,9 +1929,6 @@ packages: # https://github.com/fpco/stackage/issues/1168 - QuickCheck < 2.8.2 - # https://github.com/isomorphism/these/issues/44 - - quickcheck-instances < 0.3.12 - # https://github.com/fpco/stackage/issues/1146 - transformers-compat < 0.5 From af9d57de64cb3f8d532c97765e944107071bb88e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 21 Jan 2016 00:27:00 -0800 Subject: [PATCH 1144/3141] Remove constraints for cereal-0.5, closes #946 --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63c84ca1..0b983013 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1893,13 +1893,6 @@ packages: - hse-cpp "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/946 - - cereal < 0.5 - - messagepack < 0.5.0 - - messagepack-rpc < 0.5.1 - - DRBG < 0.5.5 - - safecopy < 0.9 - # https://github.com/fpco/stackage/issues/1091 - HTTP < 4000.3 From 051afb0c904f58780b4b4a9e6d3dd25ec3c1845f Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 21 Jan 2016 17:54:05 +0200 Subject: [PATCH 1145/3141] Add range-set-list --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b983013..2d713b04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -954,6 +954,7 @@ packages: - lattices - monad-http - postgresql-simple-url + - range-set-list - regex-applicative-text - servant-yaml - spdx From b9e32ffa206af70918fc1eb3e6e69fff51555567 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 21 Jan 2016 09:42:13 -0800 Subject: [PATCH 1146/3141] Update .travis.yml (use stack update) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ab2f57e..b697bd6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,10 +27,9 @@ install: # Install GHC and cabal-install - stack setup $GHCVER - - stack --resolver ghc-$GHCVER build stackage-update # Update the index - - travis_retry stack --resolver ghc-$GHCVER exec stackage-update + - travis_retry stack update script: - stack --resolver ghc-$GHCVER exec stackage-curator check From e1c1533120fc31a7cf9a09a24b98e7c92b30136d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 21 Jan 2016 10:08:14 -0800 Subject: [PATCH 1147/3141] Skip stack-run-auto test suite --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b983013..33187b54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2106,6 +2106,9 @@ skipped-tests: # Never finishes - blank-canvas + # Might be hanging + - stack-run-auto + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From f878e27043644dc8de4670c5fdf5c641f036fd41 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Thu, 21 Jan 2016 19:02:15 -0600 Subject: [PATCH 1148/3141] Added packages envy, ses-html, hackernews, google-transate --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2dd3347..0f211cee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5,6 +5,13 @@ packages: - HPDF "Dmitry Bogatov ": - once + + "David Johnson djohnson.m@gmail.com @dmjio": + - envy + - s3-signer + - google-translate + - hackernews + - ses-html "Piotr Mlodawski @pmlodawski": - signal From 79e329bb7c102bacb05d40a16f96bafcc1978878 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Thu, 21 Jan 2016 19:04:44 -0600 Subject: [PATCH 1149/3141] Added stripe packages --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f211cee..b1a4df1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -12,6 +12,9 @@ packages: - google-translate - hackernews - ses-html + - stripe-haskell + - stripe-http-streams + - stripe-core "Piotr Mlodawski @pmlodawski": - signal From a06cd46b5749e31e8cc2b82baf97b82a11fb2bd1 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Thu, 21 Jan 2016 19:11:41 -0600 Subject: [PATCH 1150/3141] Removed a space --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1a4df1d..827d1f6f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6,7 +6,7 @@ packages: "Dmitry Bogatov ": - once - "David Johnson djohnson.m@gmail.com @dmjio": + "David Johnson djohnson.m@gmail.com @dmjio": - envy - s3-signer - google-translate From d8464d6fc4839a5064161e9be474deb15238a167 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 21 Jan 2016 21:43:00 -0800 Subject: [PATCH 1151/3141] Disable hackernews --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 827d1f6f..d782f3d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,14 +3,15 @@ ghc-major-version: "7.10" packages: "alpheccar @alpheccar": - HPDF + "Dmitry Bogatov ": - once - + "David Johnson djohnson.m@gmail.com @dmjio": - envy - s3-signer - google-translate - - hackernews + # - hackernews - ses-html - stripe-haskell - stripe-http-streams From bb6841090d27e798689d5a17c47c860cec30c211 Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 22 Jan 2016 22:34:13 +0100 Subject: [PATCH 1152/3141] Added my mustache library --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d782f3d8..347f3992 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1895,6 +1895,9 @@ packages: "Jason Shipman @jship": # on behalf of Boris Sukholitko @bosu - pure-cdb + + "Justus Adam @JustusAdam": + - mustache # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. From f9d72b137b3db2b35399b78805c89b44d88921a0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Jan 2016 13:59:23 -0800 Subject: [PATCH 1153/3141] Re-enable imagemagick (#1127) and network-transport-zeromq (#768) --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d782f3d8..0ef3793b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1681,11 +1681,9 @@ packages: - network-transport-composed - rank1dynamic - # "Alexander Vershilov @qnikst": - # https://github.com/fpco/stackage/pull/1127#issuecomment-171723145 - # - imagemagick - # Removed due to inactivity https://github.com/fpco/stackage/issues/768 - # - network-transport-zeromq + "Alexander Vershilov @qnikst": + - imagemagick + - network-transport-zeromq "Takahiro Himura @thimura": - lens-regex @@ -2104,6 +2102,7 @@ skipped-tests: - terminal-progress-bar - threads - yesod-static-angular + - network-transport-zeromq # Waiting for hackage release, was fixed in https://github.com/bos/aeson/commit/f012d0936808224d82150292c2b866fc5d1c182c - aeson From ef625c2f43861863bf3aef4e0af5bfae8595b76b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Jan 2016 15:33:58 -0800 Subject: [PATCH 1154/3141] Lift pandoc constraints, closes #1094, see also #1096 --- build-constraints.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1dda81f..1c88a2a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1457,7 +1457,8 @@ packages: "Matthew Pickering @mpickering": - refact - - servant-pandoc + # https://github.com/fpco/stackage/issues/1094 + # - servant-pandoc - ghc-exactprint - apply-refact @@ -1909,13 +1910,7 @@ packages: # https://github.com/fpco/stackage/issues/1091 - HTTP < 4000.3 - # https://github.com/fpco/stackage/issues/1094 - - pandoc-citeproc < 0.9 - - pandoc-types < 1.16 - - pandoc < 1.16 - - cmark < 0.5 - - BlogLiterately-diagrams < 0.2.0.2 - - BlogLiterately < 0.8.1.4 + # https://github.com/fpco/stackage/issues/1096 - deepseq-generics < 0.2 # https://github.com/fpco/stackage/issues/1102 From 6936b31748afb89284c3890e5d562897ec477eb0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Jan 2016 16:17:06 -0800 Subject: [PATCH 1155/3141] Restore stack-run-auto test suite --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c88a2a9..d3c56c83 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2115,9 +2115,6 @@ skipped-tests: # Never finishes - blank-canvas - # Might be hanging - - stack-run-auto - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From ddc986a3bd3c429463895dd76c1d9bfd3b3c83a5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Jan 2016 16:19:04 -0800 Subject: [PATCH 1156/3141] just whitespace --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3c56c83..3a4ea9c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1887,14 +1887,14 @@ packages: "Anthony Cowley @acowley": - Frames - + "Takayuki Muranushi @nushio3": - binary-search - + "Jason Shipman @jship": # on behalf of Boris Sukholitko @bosu - pure-cdb - + "Justus Adam @JustusAdam": - mustache From d71623f64206d5050ebfc678c60f9d340794a379 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Jan 2016 16:28:51 -0800 Subject: [PATCH 1157/3141] Disable imagemagick per #1172 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a4ea9c9..8acda039 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1683,7 +1683,8 @@ packages: - rank1dynamic "Alexander Vershilov @qnikst": - - imagemagick + # https://github.com/fpco/stackage/issues/1172 + # - imagemagick - network-transport-zeromq "Takahiro Himura @thimura": From 307933208a6fc65e745007c0821ec24529911524 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Jan 2016 16:32:17 -0800 Subject: [PATCH 1158/3141] Expect mustache test suite to fail per #1173 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8acda039..e6e5e3ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2425,6 +2425,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1125 - jose-jwt + # https://github.com/fpco/stackage/issues/1173 + - mustache + # end of expected-test-failures From 4fde0a156f3b6e6fbbb25fe2057108aab737c563 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Jan 2016 16:36:10 -0800 Subject: [PATCH 1159/3141] Disable dixi per #1174 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6e5e3ac..7bea1eeb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -439,7 +439,8 @@ packages: "Liam O'Connor ": - patches-vector - composition-tree - - dixi + # https://github.com/fpco/stackage/issues/1174 + # - dixi - latex-formulae-image - latex-formulae-pandoc - latex-formulae-hakyll From 10a65339738001ff0c77d3b8608c89d1b1687831 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Jan 2016 16:52:14 -0800 Subject: [PATCH 1160/3141] Remove constraint "HTTP < 4000.3 per #1091 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bea1eeb..cb65aff5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1909,9 +1909,6 @@ packages: - hse-cpp "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1091 - - HTTP < 4000.3 - # https://github.com/fpco/stackage/issues/1096 - deepseq-generics < 0.2 From 0e445b68b9707cafd3cf133c896c3cec1c95ab75 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Jan 2016 21:21:47 -0800 Subject: [PATCH 1161/3141] add libmagick++-dev to bootstrap --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 49011454..b62d1bf2 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -46,6 +46,7 @@ apt-get install -y \ libleveldb-dev \ liblzma-dev \ libmagic-dev \ + libmagick++-dev \ libmysqlclient-dev \ libncurses-dev \ libnotify-dev \ From 335de7a3d78487858fd260076cd83d2842b8f82b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 23 Jan 2016 11:50:14 -0800 Subject: [PATCH 1162/3141] Re-enable dixi, closes #1174 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb65aff5..98e8aaf5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -439,8 +439,7 @@ packages: "Liam O'Connor ": - patches-vector - composition-tree - # https://github.com/fpco/stackage/issues/1174 - # - dixi + - dixi - latex-formulae-image - latex-formulae-pandoc - latex-formulae-hakyll From a62768f25430c0ed5328218cd322d91bfe88230c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 23 Jan 2016 11:56:08 -0800 Subject: [PATCH 1163/3141] Add curl to debian-bootstrap.sh --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index b62d1bf2..e5d67163 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -18,6 +18,7 @@ echo 'deb http://download.fpcomplete.com/ubuntu trusty main'|sudo tee /etc/apt/s apt-get update apt-get install -y \ build-essential \ + curl \ freeglut3-dev \ git \ imagemagick \ From e233c69b47d5b29f55137fe54c4c6b09fc0f418d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 23 Jan 2016 12:04:07 -0800 Subject: [PATCH 1164/3141] Remove constraint "async < 2.2", closes #1102 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98e8aaf5..083454f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1911,9 +1911,6 @@ packages: # https://github.com/fpco/stackage/issues/1096 - deepseq-generics < 0.2 - # https://github.com/fpco/stackage/issues/1102 - - async < 2.1 - # https://github.com/fpco/stackage/issues/1118 - protocol-buffers < 2.2 - protocol-buffers-descriptor < 2.2 From 26bbfa1b89498d94990e063c0242d5d260ced939 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 24 Jan 2016 06:43:02 +0000 Subject: [PATCH 1165/3141] Add missing zlib1g-dev --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 75d4f560..27703001 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ADD debian-bootstrap.sh /tmp/debian-bootstrap.sh RUN DEBIAN_FRONTEND=noninteractive bash /tmp/debian-bootstrap.sh RUN rm /tmp/debian-bootstrap.sh -RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cabal-install-1.22 ghc-7.10.3 ghc-7.10.3-htmldocs alex-3.1.3 happy-1.19.4 sudo +RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cabal-install-1.22 ghc-7.10.3 ghc-7.10.3-htmldocs alex-3.1.3 happy-1.19.4 sudo zlib1g-dev ENV PATH /home/stackage/.cabal/bin:/usr/local/sbin:/usr/local/bin:/opt/ghc/7.10.3/bin:/opt/cabal/1.22/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/sbin:/usr/bin:/sbin:/bin From 713c58154069bfb8f5f5b76c7832a609381157f9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 24 Jan 2016 06:48:39 +0000 Subject: [PATCH 1166/3141] Revert "Add missing zlib1g-dev" This reverts commit 26bbfa1b89498d94990e063c0242d5d260ced939. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27703001..75d4f560 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ADD debian-bootstrap.sh /tmp/debian-bootstrap.sh RUN DEBIAN_FRONTEND=noninteractive bash /tmp/debian-bootstrap.sh RUN rm /tmp/debian-bootstrap.sh -RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cabal-install-1.22 ghc-7.10.3 ghc-7.10.3-htmldocs alex-3.1.3 happy-1.19.4 sudo zlib1g-dev +RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cabal-install-1.22 ghc-7.10.3 ghc-7.10.3-htmldocs alex-3.1.3 happy-1.19.4 sudo ENV PATH /home/stackage/.cabal/bin:/usr/local/sbin:/usr/local/bin:/opt/ghc/7.10.3/bin:/opt/cabal/1.22/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/sbin:/usr/bin:/sbin:/bin From 74ea013e42d3010719d62a3e6528416bef6be7c9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 24 Jan 2016 06:49:00 +0000 Subject: [PATCH 1167/3141] Proper error handling in debian-bootstrap --- debian-bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index e5d67163..f570958d 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -1,4 +1,4 @@ -#!/bin/bash -ex +#!/usr/bin/env bash # Work in progress: create a list of commands necessary to get Stackage # up-and-running on a freshly installed Debian-based system (including Ubuntu). @@ -10,6 +10,8 @@ # instructions, see: # http://www.stackage.org/install +set -exu + add-apt-repository -y ppa:zoogie/sdl2-snapshots add-apt-repository -y ppa:marutter/rrutter add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse From e65f23613edc880eb8171c2ab08d0bed5bb263e0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 24 Jan 2016 06:49:13 +0000 Subject: [PATCH 1168/3141] Get missing GPG key for Stack --- debian-bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index f570958d..4948ae5a 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -15,6 +15,9 @@ set -exu add-apt-repository -y ppa:zoogie/sdl2-snapshots add-apt-repository -y ppa:marutter/rrutter add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse + +# Get Stack +sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 echo 'deb http://download.fpcomplete.com/ubuntu trusty main'|sudo tee /etc/apt/sources.list.d/fpco.list apt-get update From 700a1f44c59feca475a8ef7a0d93a7d9d69a7ad3 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sun, 24 Jan 2016 23:07:42 +0600 Subject: [PATCH 1169/3141] =?UTF-8?q?Add=20=E2=80=98hspec-megaparsec?= =?UTF-8?q?=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inspired by ‘hspec-attoparsec’, these utilities should reduce boilerplate for those who need to test Megaparsec parsers with Hspec. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 083454f6..1e166be4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1639,6 +1639,7 @@ packages: - htaglib - slug - path-io + - hspec-megaparsec "Thomas Bereknyei ": - multiplate From 081f66792ae861d0bb0d7b2c5a844f4ac7de2677 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Sun, 24 Jan 2016 23:31:15 +0100 Subject: [PATCH 1170/3141] Reintroduce HaskellR suite of packages. inline-r test suite disabled for now because it depends on tasty-expected-failure, a package not in Stackage. --- build-constraints.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 083454f6..7a83905f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1314,8 +1314,9 @@ packages: - nationstates "Mathieu Boespflug @mboes": - # profunctors https://github.com/fpco/stackage/issues/590 - # netwire + - H + - ihaskell-inline-r + - inline-r - th-lift "Christopher Reichert @creichert": @@ -2110,6 +2111,9 @@ skipped-tests: # Never finishes - blank-canvas + # Requires tasty-expected-failure + - inline-r + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 5df4caafcce99e16eede8646221442fa7a207cfd Mon Sep 17 00:00:00 2001 From: Suhail Shergill Date: Sun, 24 Jan 2016 21:53:21 -0500 Subject: [PATCH 1171/3141] add 'extensible-effects' package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1e166be4..e35b3355 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1897,6 +1897,9 @@ packages: # on behalf of Boris Sukholitko @bosu - pure-cdb + "Suhail Shergill @suhailshergill": + - extensible-effects + "Justus Adam @JustusAdam": - mustache From b2d48cb0d06d407b3c69ba31b4fb8fdf6fb9c7ac Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Sun, 24 Jan 2016 21:58:17 -0600 Subject: [PATCH 1172/3141] Update diagrams packages Add new packages: `diagrams-cairo`, `diagrams-gtk`, `diagrams-rasterific` Delete obsolete package: `vector-space-points` --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1e166be4..2a757dff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -383,17 +383,19 @@ packages: - diagrams - diagrams-builder - diagrams-haddock + - diagrams-cairo - diagrams-contrib - diagrams-core + - diagrams-gtk - diagrams-lib - diagrams-postscript + - diagrams-rasterific - diagrams-svg - dual-tree - force-layout - haxr - MonadRandom - monoid-extras - - vector-space-points "Vincent Berthoux ": - JuicyPixels From d758c10dea14d4f0dc7a5e02c494ee0a475f1a96 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Jan 2016 08:44:20 +0200 Subject: [PATCH 1173/3141] Expect test failure IreneKnapp/direct-sqlite#60 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1e166be4..60902b1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2423,6 +2423,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1173 - mustache + # https://github.com/IreneKnapp/direct-sqlite/issues/60 + - direct-sqlite + # end of expected-test-failures From b8160fbea6a2a21aa537900fc4bac93a3b1d0283 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 25 Jan 2016 09:57:51 +0200 Subject: [PATCH 1174/3141] Add github package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60902b1e..c16383ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -961,6 +961,7 @@ packages: - binary-orphans - binary-tagged - edit-distance + - github - JuicyPixels-scale-dct - lattices - monad-http From eb660543d89c9e3691d366ae31bb542d54310230 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Mon, 25 Jan 2016 11:42:54 +0100 Subject: [PATCH 1175/3141] Reenable inline-r tests. Since tasty-expected-failure is in fact in Stackage now. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a83905f..9a9718c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2111,9 +2111,6 @@ skipped-tests: # Never finishes - blank-canvas - # Requires tasty-expected-failure - - inline-r - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From e02b9eb5ac22057d86b0ec248396b518cd66374f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Jan 2016 15:06:31 +0100 Subject: [PATCH 1176/3141] Build fay test executable --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18ef332f..0131fdbb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2010,6 +2010,9 @@ package-flags: darcs: use-time-1point5: true + fay: + test: true + # end of package-flags From d8989ad6382de1b04ef91be80af739188b40c7a5 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Mon, 25 Jan 2016 22:21:26 +0600 Subject: [PATCH 1177/3141] =?UTF-8?q?Add=20=E2=80=98plan-b=E2=80=99=20pack?= =?UTF-8?q?age?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Failure-tolerant file and directory editing. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45b45926..91b64ca1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1644,6 +1644,7 @@ packages: - slug - path-io - hspec-megaparsec + - plan-b "Thomas Bereknyei ": - multiplate From 7765670473b9f99225fe8372f1b8d2b629d3bc56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Mon, 25 Jan 2016 14:58:15 -0300 Subject: [PATCH 1178/3141] Re-adds cloud-haskell packages. The upper bounds of the HUnit dependency have been increased and minor releases have been uploaded to hackage. First reported here: https://github.com/fpco/stackage/issues/768 --- build-constraints.yaml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45b45926..a0a05f78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1672,15 +1672,14 @@ packages: "Facundo Domínguez @facundominguez": - distributed-process - # Removed due to inactivity https://github.com/fpco/stackage/issues/768 - # - distributed-process-async - # - distributed-process-client-server - # - distributed-process-execution - # - distributed-process-extras - # - distributed-process-registry - # - distributed-process-simplelocalnet - # - distributed-process-supervisor - # - distributed-process-task + - distributed-process-async + - distributed-process-client-server + - distributed-process-execution + - distributed-process-extras + - distributed-process-registry + - distributed-process-simplelocalnet + - distributed-process-supervisor + - distributed-process-task - distributed-static - network-transport - network-transport-tcp From d55b721dd47b62dc14c4f2a079f89d0c0229d943 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 25 Jan 2016 15:07:54 -0800 Subject: [PATCH 1179/3141] Disabling ihaskell-inline-r and the test suite for skein --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45b45926..7acf4be9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1318,7 +1318,7 @@ packages: "Mathieu Boespflug @mboes": - H - - ihaskell-inline-r + # - ihaskell-inline-r - inline-r - th-lift @@ -2436,6 +2436,9 @@ expected-test-failures: # https://github.com/IreneKnapp/direct-sqlite/issues/60 - direct-sqlite + # openfile: does not exist + - skein + # end of expected-test-failures From 5e1c0ca79fbe0dc654c391acc32435d58ffddc9a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 25 Jan 2016 15:14:03 -0800 Subject: [PATCH 1180/3141] Add constraint "hscolour < 1.24" per #1184 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7acf4be9..f2611a37 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1945,6 +1945,9 @@ packages: # https://github.com/fpco/stackage/issues/1155 - aeson < 0.10 + # https://github.com/fpco/stackage/issues/1184 + - hscolour < 1.24 + # end of packages From 085fe199a73b99dce1335f94234393b11ee47ff6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 25 Jan 2016 15:37:49 -0800 Subject: [PATCH 1181/3141] Add constraint "quickcheck-instances < 0.3.12" per #1185 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f2611a37..4b144dee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1948,6 +1948,9 @@ packages: # https://github.com/fpco/stackage/issues/1184 - hscolour < 1.24 + # https://github.com/fpco/stackage/issues/1185 + - quickcheck-instances < 0.3.12 + # end of packages From c9cc9f3207c754e2d13603d16b7d460fc78f4909 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 26 Jan 2016 10:40:30 +0900 Subject: [PATCH 1182/3141] binary-search doctest hanging (nushio3/binary-search#2) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b144dee..0e224bfd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2127,6 +2127,8 @@ skipped-tests: # Never finishes - blank-canvas + # https://github.com/nushio3/binary-search/issues/2 (doctest never finishes) + - binary-search # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From e61df5698bfead0b5f21dd687f19ca568625ac93 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 26 Jan 2016 11:08:06 +0900 Subject: [PATCH 1183/3141] binary-search was added by maintainer recently (#695, #1157) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22f2f142..64165b28 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1435,7 +1435,7 @@ packages: - socket-io "Scott Murphy scott.murphy@plowtech.net @smurphy8": - - binary-search + [] "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled From 70e3aa1cc5f790292e9756e63b02e85d3c245dbe Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Jan 2016 13:10:18 +0900 Subject: [PATCH 1184/3141] Revert "Add constraint "hscolour < 1.24" per #1184" should be fixed with BlogLiterately-0.8.1.5 This reverts commit 5e1c0ca79fbe0dc654c391acc32435d58ffddc9a. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 64165b28..984b5c3d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1945,9 +1945,6 @@ packages: # https://github.com/fpco/stackage/issues/1155 - aeson < 0.10 - # https://github.com/fpco/stackage/issues/1184 - - hscolour < 1.24 - # https://github.com/fpco/stackage/issues/1185 - quickcheck-instances < 0.3.12 From d291caa277057717c213b7b025ff4374a4c33a98 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Jan 2016 13:16:44 +0900 Subject: [PATCH 1185/3141] Revert "Disable imagemagick per #1172" This reverts commit d71623f64206d5050ebfc678c60f9d340794a379. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 984b5c3d..1647e8cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1688,8 +1688,7 @@ packages: - rank1dynamic "Alexander Vershilov @qnikst": - # https://github.com/fpco/stackage/issues/1172 - # - imagemagick + - imagemagick - network-transport-zeromq "Takahiro Himura @thimura": From 544b8481808111a60720aebf8cf15e13d9a885f9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Jan 2016 13:45:54 +0900 Subject: [PATCH 1186/3141] upperbound for generic-deriving-1.10 (#1188) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1647e8cd..fccd000e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1451,7 +1451,7 @@ packages: "Ryan Scott @RyanGlScott": - base-orphans - - generic-deriving + - generic-deriving < 1.10 - invariant - keycode - text-show From d34c61aa31c1d3a608401ea9cc3bbe3df72c3a77 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Jan 2016 13:50:08 +0900 Subject: [PATCH 1187/3141] upperbound for scotty-0.11 (#1189) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fccd000e..a4f7b0f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -357,7 +357,7 @@ packages: - hyperloglog "Andrew Farmer ": - - scotty + - scotty < 0.11 - wai-middleware-static "Simon Hengel ": From 24392bf20008dc97993b6d3123a626e285c75d88 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Jan 2016 14:03:30 +0900 Subject: [PATCH 1188/3141] Revert "upperbound for generic-deriving-1.10 (#1188)" This reverts commit 544b8481808111a60720aebf8cf15e13d9a885f9. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4f7b0f3..550a50b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1451,7 +1451,7 @@ packages: "Ryan Scott @RyanGlScott": - base-orphans - - generic-deriving < 1.10 + - generic-deriving - invariant - keycode - text-show From eb032145ac74ab526cfc932773be13d498f6aa43 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Jan 2016 14:03:57 +0900 Subject: [PATCH 1189/3141] generic-deriving-1.10 upperbound (#1188) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 550a50b0..467e70ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1947,6 +1947,9 @@ packages: # https://github.com/fpco/stackage/issues/1185 - quickcheck-instances < 0.3.12 + # https://github.com/fpco/stackage/issues/1188 + - generic-deriving < 1.10 + - process-extras < 0.3.3.8 # end of packages From 4508671a92b3bd1db03a893c73fd6c4cf6f5524d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Jan 2016 14:06:35 +0900 Subject: [PATCH 1190/3141] semigroups-0.18.1 upperbound (#1190) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 467e70ff..d9001b70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -341,7 +341,7 @@ packages: - reflection - semigroupoid-extras - semigroupoids - - semigroups + - semigroups < 0.18.1 - speculation - streams - tagged From 8c067fd6fa49153a71e470e738dd6df714f0915d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Jan 2016 14:09:08 +0900 Subject: [PATCH 1191/3141] tagged-0.8.3 bound (#1191) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9001b70..0f696d7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -344,7 +344,7 @@ packages: - semigroups < 0.18.1 - speculation - streams - - tagged + - tagged < 0.8.3 - vector-instances - void - wl-pprint-extras From b4440958b484514045e36cb8da337e95e38ee98e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Jan 2016 14:18:53 +0900 Subject: [PATCH 1192/3141] bifunctors-5.2.1 bound (#1146) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f696d7c..09d3393c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1934,6 +1934,7 @@ packages: # https://github.com/fpco/stackage/issues/1146 - transformers-compat < 0.5 + - bifunctors < 5.2.1 # https://github.com/fpco/stackage/issues/1147 - comonad < 4.3 From df8dc88fcd0142180bc6261a45e7cc5769b56892 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Jan 2016 15:33:39 +0900 Subject: [PATCH 1193/3141] debian-bootstrap.sh: imagemagick -> libmagickcore-dev (#1172) http://packages.ubuntu.com/search?suite=trusty&arch=any&mode=exactfilename&searchon=contents&keywords=ImageMagick.pc --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4948ae5a..3d2b8131 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -26,7 +26,7 @@ apt-get install -y \ curl \ freeglut3-dev \ git \ - imagemagick \ + libmagickcore-dev \ libadns1-dev \ libblas-dev \ libbz2-dev \ From 724a607c81e409e523c7e552134a7a965018d248 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Jan 2016 15:35:38 +0900 Subject: [PATCH 1194/3141] re-disable imagemagick (#1172) This reverts commit d291caa277057717c213b7b025ff4374a4c33a98. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09d3393c..74ebd7af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1688,7 +1688,8 @@ packages: - rank1dynamic "Alexander Vershilov @qnikst": - - imagemagick + # https://github.com/fpco/stackage/issues/1172 + # - imagemagick - network-transport-zeromq "Takahiro Himura @thimura": From 08aa10b05507daa1e57a8b49de24b92495bfc563 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Jan 2016 16:11:42 +0900 Subject: [PATCH 1195/3141] imagemagick needs libmagickcore-dev and libmagickwand-dev (#1172) --- debian-bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 3d2b8131..056b6d51 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -26,7 +26,6 @@ apt-get install -y \ curl \ freeglut3-dev \ git \ - libmagickcore-dev \ libadns1-dev \ libblas-dev \ libbz2-dev \ @@ -52,7 +51,8 @@ apt-get install -y \ libleveldb-dev \ liblzma-dev \ libmagic-dev \ - libmagick++-dev \ + libmagickcore-dev \ + libmagickwand-dev \ libmysqlclient-dev \ libncurses-dev \ libnotify-dev \ From 6295e08f81557fe7e70d12028c91d3d2f6dd7b0a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Jan 2016 09:48:58 +0200 Subject: [PATCH 1196/3141] s/master/nightly #1192 --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index fb45fd6f..68d93c36 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -42,7 +42,7 @@ to refer to the issue for workarounds added to that file. ### Adding Debian packages for required system tools or libraries Additional (non-Haskell) system libraries or tools should be added to `stackage/debian-bootstrap.sh`. -Committing the changes should trigger a DockerHub. Normally only the master branch needs to be updated +Committing the changes should trigger a DockerHub. Normally only the nightly branch needs to be updated since new packages are not added to the current lts release. Use [Ubuntu Package content search](http://packages.ubuntu.com/) to determine which package provides particular dev files (it defaults to trusty which is the same version as the server). From c88ad591e5dafcf32fe1101f1b84221f34e819ef Mon Sep 17 00:00:00 2001 From: lazlo28 Date: Wed, 27 Jan 2016 10:37:19 +0100 Subject: [PATCH 1197/3141] lentil: readd after updating dependencies --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74ebd7af..72fd30f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1786,8 +1786,7 @@ packages: "Lazlo Grun @lazlo28": - natural-sort - # optarse-applicative < 0.12 - # - lentil + - lentil "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore From 4fd179be050eac472df24c1ac85a6789468b8663 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Jan 2016 18:42:13 +0900 Subject: [PATCH 1198/3141] add link comments for semigroups, scotty, and tagged bounds --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74ebd7af..d528fbaa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -341,9 +341,11 @@ packages: - reflection - semigroupoid-extras - semigroupoids + # https://github.com/fpco/stackage/issues/1190 - semigroups < 0.18.1 - speculation - streams + # https://github.com/fpco/stackage/issues/1191 - tagged < 0.8.3 - vector-instances - void @@ -357,6 +359,7 @@ packages: - hyperloglog "Andrew Farmer ": + # https://github.com/fpco/stackage/issues/1189 - scotty < 0.11 - wai-middleware-static From 677a18a47d6166f0b6e91ede91afe6637d920e0d Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Wed, 27 Jan 2016 14:21:30 +0200 Subject: [PATCH 1199/3141] Resolve #1190 and #1191: binary-orphans blockers --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f165c089..f9524da4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -341,12 +341,10 @@ packages: - reflection - semigroupoid-extras - semigroupoids - # https://github.com/fpco/stackage/issues/1190 - - semigroups < 0.18.1 + - semigroups - speculation - streams - # https://github.com/fpco/stackage/issues/1191 - - tagged < 0.8.3 + - tagged - vector-instances - void - wl-pprint-extras From 154a2eec42d6bf0771e305e5cf1a3ef1de1689e9 Mon Sep 17 00:00:00 2001 From: Alexander Altman Date: Wed, 27 Jan 2016 13:20:55 -0800 Subject: [PATCH 1200/3141] Add ChannelT Also add comments to differentiate my packages from those I'm maintaining on behalf of someone else. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f165c089..21a2e061 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -435,8 +435,11 @@ packages: - yesod-mangopay "Alexander Altman ": + # Maintaining on behalf of @roelvandijk: - base-unicode-symbols - containers-unicode-symbols + # My own packages: + - ChannelT "Trevor L. McDonell ": - accelerate From b9741fc6485364d4b3c58a39be471730233bb075 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 27 Jan 2016 13:29:27 -0800 Subject: [PATCH 1201/3141] Re-enable agda-snippets and agda-snippets-hakyll --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f165c089..5d3199d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -448,9 +448,8 @@ packages: - latex-formulae-image - latex-formulae-pandoc - latex-formulae-hakyll - # https://github.com/liamoc/agda-snippets/issues/2 - # - agda-snippets - # - agda-snippets-hakyll + - agda-snippets + - agda-snippets-hakyll "Dan Burton @DanBurton": - hspec-jenkins From 2c82de299113fdf2d2d21349c477c9c86b0d02ab Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 27 Jan 2016 13:46:06 -0800 Subject: [PATCH 1202/3141] re-disable agda-snippets-hakyll agda-snippets-hakyll-0.1.1.1 doesn't support pandoc-1.16.0.2 and pandoc-types-1.16.0.1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d3199d3..cbf52ab0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -449,7 +449,7 @@ packages: - latex-formulae-pandoc - latex-formulae-hakyll - agda-snippets - - agda-snippets-hakyll + # - agda-snippets-hakyll "Dan Burton @DanBurton": - hspec-jenkins From 3280c11466938a8042a4f703e8af7b9648c7f520 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 28 Jan 2016 19:10:55 +0900 Subject: [PATCH 1203/3141] undo generic-deriving bounds (#1188) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d528fbaa..529187d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1952,9 +1952,6 @@ packages: # https://github.com/fpco/stackage/issues/1185 - quickcheck-instances < 0.3.12 - # https://github.com/fpco/stackage/issues/1188 - - generic-deriving < 1.10 - - process-extras < 0.3.3.8 # end of packages From 5e9e38ea47c7acd300a442a45f43e57f8e2a3258 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 28 Jan 2016 19:12:27 +0900 Subject: [PATCH 1204/3141] re-enable imagemagick (#1172) This reverts commit 724a607c81e409e523c7e552134a7a965018d248. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 529187d3..47be6b75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1691,8 +1691,7 @@ packages: - rank1dynamic "Alexander Vershilov @qnikst": - # https://github.com/fpco/stackage/issues/1172 - # - imagemagick + - imagemagick - network-transport-zeromq "Takahiro Himura @thimura": From efd34b9f5039da6a4d0ef08a3cdfef9475269d8d Mon Sep 17 00:00:00 2001 From: RyanGlScott Date: Thu, 28 Jan 2016 11:45:32 -0500 Subject: [PATCH 1205/3141] Add me to namemaps, my newer packages --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8bad5bb7..e432a1a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1454,9 +1454,12 @@ packages: "Ryan Scott @RyanGlScott": - base-orphans + - deriving-compat - generic-deriving - invariant - keycode + - lift-generics + - mtl-compat - text-show "Kirill Zaborsky @qrilka": @@ -2583,6 +2586,10 @@ github-users: scotty-web: - RyanGlScott - xich + ku-fpg: + - RyanGlScott + haskell-compat: + - RyanGlScott # end of github-users From 59aae2226e69eb3c2f8a15baeb038840c58e9461 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 29 Jan 2016 09:47:34 +0900 Subject: [PATCH 1206/3141] remove the bound for scotty (#1189) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e432a1a3..ae2f3dbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -357,8 +357,7 @@ packages: - hyperloglog "Andrew Farmer ": - # https://github.com/fpco/stackage/issues/1189 - - scotty < 0.11 + - scotty - wai-middleware-static "Simon Hengel ": From d082b238b59734c059a356ecff50db6d31217e62 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 29 Jan 2016 09:58:38 +0900 Subject: [PATCH 1207/3141] disable imagemagick again (#1127, qnikst/imagemagick#41) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae2f3dbd..501c55a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1693,7 +1693,8 @@ packages: - rank1dynamic "Alexander Vershilov @qnikst": - - imagemagick + # https://github.com/qnikst/imagemagick/issues/41 + #- imagemagick - network-transport-zeromq "Takahiro Himura @thimura": From e3efd0071f2431f06ba7f53a752105dd0fd7be9d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 29 Jan 2016 15:20:20 +0900 Subject: [PATCH 1208/3141] CURATORS: update the opening paragraph a bit --- CURATORS.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 68d93c36..8fc91eb0 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -1,9 +1,8 @@ -This is a collection of instructions for what Stackage curators- the guys who -maintain the Stackage project itself- should be doing on a regular basis. At -the time of writing (July 2015), this is handled almost entirely by Michael -Snoyman. Curation activities are mostly automated, and do not take up a -significant amount of time. But it's good to spread the knowledge for obvious -reasons (errant buses, if I ever decide to take a vacation...). +This is a collection of instructions covering the processes Stackage curators - the +guys who maintain the Stackage project itself - should be doing on a regular basis. +Originally this was handled by Michael Snoyman, +but now we are a team of 4 people handling requests weekly in rotation. +Curation activities are mostly automated, and do not take up a significant amount of time. ## Workflow @@ -18,7 +17,7 @@ process works: * The stackage-build server (described below) is able to run automated builds using the [build.sh script](https://github.com/fpco/stackage/blob/master/automated/build.sh) * When a new Nightly build is completed, it is uploaded to [the nightly repo](https://github.com/fpco/stackage-nightly) * Once a week, we run an LTS minor bump. Instead of using build-constraints.yaml, that job takes the previous LTS release, turns it into constraints, and then bumps the version numbers to the latest on Hackage, in accordance with the version bounds in the build plan. This plans are uploaded to [the LTS repo](https://github.com/fpco/lts-haskell) -* Cutting a new LTS major release is essentially just a Stackage Nightly that gets uploaded as an LTS +* Cutting a new LTS major release is essentially just a Stackage Nightly that gets rebuilt and uploaded as an LTS ## Pull requests From 4214412ad6fb9abd31a0891e29e2bfe764a02282 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 29 Jan 2016 15:23:04 +0900 Subject: [PATCH 1209/3141] CURATORS: intro tweaks --- CURATORS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 8fc91eb0..e0852030 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -1,6 +1,6 @@ -This is a collection of instructions covering the processes Stackage curators - the +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 by Michael Snoyman, +Originally this was handled largely by Michael Snoyman, but now we are a team of 4 people handling requests weekly in rotation. Curation activities are mostly automated, and do not take up a significant amount of time. From 6995be7f189d762cfd924aa116d7eba8ada2ce90 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 29 Jan 2016 15:49:46 +0900 Subject: [PATCH 1210/3141] add subsection header for build.sh --- CURATORS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index e0852030..b4dc12e6 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -80,6 +80,8 @@ Host stackage-build Hostname ec2-52-5-20-252.compute-1.amazonaws.com ``` +### Running the build script + We currently run the builds manually so make it easy to see when there are bounds issues that need to be corrected. Automated this would be even better, we're just not there yet. From 8be8cebeed7afbf6aa10ddd78ec8cefbb878f09e Mon Sep 17 00:00:00 2001 From: Cindy Wang Date: Fri, 29 Jan 2016 16:06:44 +0800 Subject: [PATCH 1211/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 501c55a7..f31a32ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1910,6 +1910,9 @@ packages: "Justus Adam @JustusAdam": - mustache + + "Cindy Wang @CindyLinz"; + - NoTrace # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. From ea86a4f717eecb64cb367635da1e5500121e1dfa Mon Sep 17 00:00:00 2001 From: Cindy Wang Date: Fri, 29 Jan 2016 16:45:30 +0800 Subject: [PATCH 1212/3141] 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 f31a32ba..93706c51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1911,7 +1911,7 @@ packages: "Justus Adam @JustusAdam": - mustache - "Cindy Wang @CindyLinz"; + "Cindy Wang @CindyLinz": - NoTrace # If you stop mainaining a package you can move it here. From c3abc4b6ce077f90dc3cd3c78ebe3cf5b40b71b6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 29 Jan 2016 19:13:55 +0900 Subject: [PATCH 1213/3141] MAINTAINERS: tweaks to adding a package --- MAINTAINERS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index d973dfd3..fede12cc 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -19,10 +19,9 @@ To add a set of packages, you would add: - package2 - package3 -After doing that, send a pull request. We do not require new submissions to be tested against the rest of Stackage before the pull request, 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 script directly +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 - -Please use commit messages like "add foo-bar" or "add johndev's packages" +**NB** Please use commit messages like "add foo-bar" or "add johndev's packages" (`build-constraints.yaml` is the most frequently changed file in this git repo so commit messages like "update build-constraints.yaml" are not helpful). From 87914d7418860a9d7b2614ecb19503bd48ef40f9 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 30 Jan 2016 13:55:28 +0100 Subject: [PATCH 1214/3141] Add profiteur --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93706c51..31c08a25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -196,6 +196,7 @@ packages: - blaze-markup - hakyll - stylish-haskell + - profiteur - psqueues - websockets - websockets-snap From f67f6e0921a8e82b4a5d7026ede08b1c9d33d963 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sat, 30 Jan 2016 12:00:02 -0600 Subject: [PATCH 1215/3141] Add octane This add Octane, a Rocket League replay parser. Read more at . --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93706c51..ead557f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1167,6 +1167,7 @@ packages: "Taylor Fausak @tfausak": - flow + - octane "Marios Titas @redneb": - btrfs From c6410e84631b502a7519cd9fead58c593b7b84cc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 31 Jan 2016 11:36:53 +0900 Subject: [PATCH 1216/3141] drop bound on quickcheck-instances (#1185) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ffbd199e..23e985fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1956,7 +1956,7 @@ packages: - aeson < 0.10 # https://github.com/fpco/stackage/issues/1185 - - quickcheck-instances < 0.3.12 + - quickcheck-instances # end of packages From 0b14ea2d23e89180cc9a29d96e6e4eab5edd94b4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 Feb 2016 13:35:03 +0900 Subject: [PATCH 1217/3141] temporarily disable psc-ide (kRITZCREEK/psc-ide#115) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23e985fe..9644764d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1624,7 +1624,9 @@ packages: # - sbp "Christoph Hegemann @nfjinjing": - moesocks From da694a700c2d54024fb7bfd5d43330605ced1032 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 1 Feb 2016 09:52:42 +0200 Subject: [PATCH 1218/3141] Add packdeps --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9644764d..30b8965c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -980,9 +980,10 @@ packages: - waitra # Not a maintainer + - hashable - haxl - monad-time - - hashable + - packdeps - unordered-containers # fft From aa63f53bb15b5f839457850f8f61f9a43a9e7dea Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 Feb 2016 18:09:30 +0900 Subject: [PATCH 1219/3141] Revert "temporarily disable psc-ide (kRITZCREEK/psc-ide#115)" should be fixed in 0.6.0 This reverts commit 0b14ea2d23e89180cc9a29d96e6e4eab5edd94b4. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30b8965c..e6506b2e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1625,9 +1625,7 @@ packages: # - sbp "Christoph Hegemann @nfjinjing": - moesocks From c8b2232943af5d3dd4482cd77b527906868581cb Mon Sep 17 00:00:00 2001 From: Arnaud Spiwack Date: Mon, 1 Feb 2016 17:06:16 +0100 Subject: [PATCH 1220/3141] Add packages from @jyp --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6506b2e..7b4f2414 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1917,6 +1917,10 @@ packages: "Cindy Wang @CindyLinz": - NoTrace + "Jean-Philippe Bernardy @jyp": + - polynomials-bernstein + - typography-geometry + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From ed1288aba0209f9f9c3270d3618ef36339d011db Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Feb 2016 08:54:06 +0200 Subject: [PATCH 1221/3141] Remove expected test failure and close IreneKnapp/direct-sqlite#60 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b4f2414..fa5205a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2453,9 +2453,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1173 - mustache - # https://github.com/IreneKnapp/direct-sqlite/issues/60 - - direct-sqlite - # openfile: does not exist - skein From a6260452f0b4177744b9fb6ccb5944f52685c3bd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Feb 2016 09:38:10 +0200 Subject: [PATCH 1222/3141] Expect haddock failure kRITZCREEK/psc-ide#117 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa5205a2..1651990d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2490,6 +2490,9 @@ expected-haddock-failures: # https://github.com/wereHamster/avers-api/issues/2 - avers-api + # https://github.com/kRITZCREEK/psc-ide/issues/117 + - psc-ide + # end of expected-haddock-failures From 603891ab075d60993a7089a9f2b121a7b5a4e28d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Feb 2016 09:58:42 +0200 Subject: [PATCH 1223/3141] Expect test failure ekmett/lens#634 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1651990d..9aa85cb0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2456,6 +2456,9 @@ expected-test-failures: # openfile: does not exist - skein + # https://github.com/ekmett/lens/issues/634 + - lens + # end of expected-test-failures From fd2bcd5c6b434093fc39c1ccaa66cb2d0326cbdf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Feb 2016 10:05:36 +0200 Subject: [PATCH 1224/3141] Expected Haddock failure jaspervdj/stylish-haskell#98 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9aa85cb0..ca2037a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2496,6 +2496,9 @@ expected-haddock-failures: # https://github.com/kRITZCREEK/psc-ide/issues/117 - psc-ide + # https://github.com/jaspervdj/stylish-haskell/issues/98 + - stylish-haskell + # end of expected-haddock-failures From a4560817b5d2040eed9472ae774d5e4a3718cb1d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Feb 2016 10:12:41 +0200 Subject: [PATCH 1225/3141] Attempted Dockerfile simplification --- Dockerfile | 21 ++------------------- debian-bootstrap.sh | 12 ++++++++++++ 2 files changed, 14 insertions(+), 19 deletions(-) diff --git a/Dockerfile b/Dockerfile index 75d4f560..4c4e1012 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,24 +2,7 @@ FROM ubuntu:14.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 - -RUN mkdir /home/stackage -p -RUN locale-gen en_US.UTF-8 - -RUN DEBIAN_FRONTEND=noninteractive apt-get update -RUN DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common python-software-properties git -RUN DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:hvr/ghc -y +ENV PATH /opt/ghc/7.10.3/bin:/usr/sbin:/usr/bin:/sbin:/bin ADD debian-bootstrap.sh /tmp/debian-bootstrap.sh -RUN DEBIAN_FRONTEND=noninteractive bash /tmp/debian-bootstrap.sh -RUN rm /tmp/debian-bootstrap.sh - -RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cabal-install-1.22 ghc-7.10.3 ghc-7.10.3-htmldocs alex-3.1.3 happy-1.19.4 sudo - -ENV PATH /home/stackage/.cabal/bin:/usr/local/sbin:/usr/local/bin:/opt/ghc/7.10.3/bin:/opt/cabal/1.22/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/sbin:/usr/bin:/sbin:/bin - -RUN cabal update -RUN cabal install hscolour cabal-install && cp $HOME/.cabal/bin/* /usr/local/bin && rm -rf $HOME/.cabal $HOME/.ghc /tmp/stackage -RUN wget https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 && bunzip2 stackage-curator.bz2 && chmod +x stackage-curator && mv stackage-curator /usr/local/bin -# Get new hyperlinked Haddocks -# RUN mkdir -p /opt/haddock && cd /opt/haddock && wget https://s3.amazonaws.com/download.fpcomplete.com/michael/haddock-2.16.2.tar.gz && tar zxf haddock-2.16.2.tar.gz && rm -f /opt/ghc/7.10.3/bin/haddock && ln -s /opt/haddock/2.16.2/bin/haddock /opt/ghc/7.10.3/bin/haddock +RUN /tmp/debian-bootstrap.sh && rm /tmp/debian-bootstrap.sh diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 056b6d51..fbf596ff 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -12,6 +12,14 @@ set -exu +mkdir /home/stackage -p +locale-gen en_US.UTF-8 + +export DEBIAN_FRONTEND=noninteractive +apt-get update +apt-get install -y software-properties-common python-software-properties git + +add-apt-repository ppa:hvr/ghc -y add-apt-repository -y ppa:zoogie/sdl2-snapshots add-apt-repository -y ppa:marutter/rrutter add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse @@ -23,6 +31,10 @@ echo 'deb http://download.fpcomplete.com/ubuntu trusty main'|sudo tee /etc/apt/s apt-get update apt-get install -y \ build-essential \ + ghc-7.10.3 \ + ghc-7.10.3-htmldocs \ + hscolour \ + sudo \ curl \ freeglut3-dev \ git \ From c3d4ff2bdbf5b6d4eb3c89d3b8c4807f990c44d8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 2 Feb 2016 17:14:07 +0900 Subject: [PATCH 1226/3141] http-media tests could no longer fail (zmthy/http-media#16) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca2037a3..459a405e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2371,9 +2371,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/728 - HList - # https://github.com/zmthy/http-media/issues/16 - - http-media - # https://github.com/purescript/purescript/issues/1336 - purescript From ab979c106cf0d221e7d43d8a9364f3a5f1a5415d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Feb 2016 12:00:30 +0200 Subject: [PATCH 1227/3141] Revert "Expected Haddock failure jaspervdj/stylish-haskell#98" This reverts commit fd2bcd5c6b434093fc39c1ccaa66cb2d0326cbdf. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 459a405e..6282630b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2493,9 +2493,6 @@ expected-haddock-failures: # https://github.com/kRITZCREEK/psc-ide/issues/117 - psc-ide - # https://github.com/jaspervdj/stylish-haskell/issues/98 - - stylish-haskell - # end of expected-haddock-failures From c9dcfe6dbfb97759649053f5e2a7ba827dab482e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Feb 2016 19:02:18 +0200 Subject: [PATCH 1228/3141] Remove expected Haddock failure and close kRITZCREEK/psc-ide#117 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6282630b..fcd76ae4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2490,9 +2490,6 @@ expected-haddock-failures: # https://github.com/wereHamster/avers-api/issues/2 - avers-api - # https://github.com/kRITZCREEK/psc-ide/issues/117 - - psc-ide - # end of expected-haddock-failures From b49c798a280908a58d44fb0c080d906ac47cfd72 Mon Sep 17 00:00:00 2001 From: Stackage Build host Date: Wed, 3 Feb 2016 06:58:26 +0000 Subject: [PATCH 1229/3141] Change stackage-curator mount point to /usr/bin --- automated/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 4b4eabd8..23957ec3 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -77,7 +77,7 @@ bunzip2 stackage-curator.bz2 chmod +x stackage-curator ) -ARGS_COMMON="--rm -v $WORKDIR:/home/stackage/work -w /home/stackage/work -v $BINDIR/stackage-curator:/usr/local/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR:/home/stackage/bin:ro" +ARGS_COMMON="--rm -v $WORKDIR:/home/stackage/work -w /home/stackage/work -v $BINDIR/stackage-curator:/usr/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR:/home/stackage/bin:ro" ARGS_PREBUILD="$ARGS_COMMON -u $USER -v $CABAL_DIR:/home/stackage/.cabal -v $STACK_DIR:/home/stackage/.stack -v $GHC_DIR:/home/stackage/.ghc -v $DOT_STACKAGE_DIR:/home/stackage/.stackage" ARGS_BUILD="$ARGS_COMMON -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro -v $GHC_DIR:/home/stackage/.ghc:ro" ARGS_UPLOAD="$ARGS_COMMON -u $USER -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY -e AWS_SECRET_KEY=$AWS_SECRET_KEY -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:/home/stackage/.stackage -v $SSH_DIR:/home/ubuntu/.ssh:ro -v $GITCONFIG:/home/stackage/.gitconfig:ro -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro" @@ -95,7 +95,7 @@ curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip # * Check that the plan is valid # * Fetch all needed tarballs (the build step does not have write access to the tarball directory) # * Do a single unpack to create the package index cache (again due to directory perms) -docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "/home/stackage/bin/stack update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && /home/stackage/bin/stack unpack random" +docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "/home/stackage/bin/stack update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && /home/stackage/bin/stack unpack random" # Now do the actual build. We need to first set the owner of the home directory # correctly, so we run the command as root, change owner, and then use sudo to From d1cbcebb58a4c9b96d8d092052d997a8d2367ece Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 3 Feb 2016 09:29:07 +0200 Subject: [PATCH 1230/3141] Revert "Expect test failure ekmett/lens#634" This reverts commit 603891ab075d60993a7089a9f2b121a7b5a4e28d. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fcd76ae4..f1a36781 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2453,9 +2453,6 @@ expected-test-failures: # openfile: does not exist - skein - # https://github.com/ekmett/lens/issues/634 - - lens - # end of expected-test-failures From 0af464477fe3b25bdf41eff4c7523998d4a88d00 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 4 Feb 2016 09:57:36 +0200 Subject: [PATCH 1231/3141] Upper bound for #1204 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1a36781..aad92c32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1963,6 +1963,9 @@ packages: # https://github.com/fpco/stackage/issues/1185 - quickcheck-instances + # https://github.com/fpco/stackage/issues/1204 + - swagger2 < 2.0 + # end of packages From 73a776fbf182f53f250dce8dea31b0342996d249 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 4 Feb 2016 10:57:56 +0200 Subject: [PATCH 1232/3141] Revert "Revert "Expect test failure ekmett/lens#634"" This reverts commit d1cbcebb58a4c9b96d8d092052d997a8d2367ece. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aad92c32..633c0389 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2456,6 +2456,9 @@ expected-test-failures: # openfile: does not exist - skein + # https://github.com/ekmett/lens/issues/634 + - lens + # end of expected-test-failures From 06e0a4cc42518ed250b0161558135a32913079ba Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 4 Feb 2016 22:10:33 +0800 Subject: [PATCH 1233/3141] Fix a typo: mainaining -> maintaining --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 633c0389..c8fd05d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1921,7 +1921,7 @@ packages: - polynomials-bernstein - typography-geometry - # If you stop mainaining a package you can move it here. + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": # https://github.com/fpco/stackage/issues/1056 From 2e2b4680ca58ec0da5bbf35dd29fd3e49305cae6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 4 Feb 2016 18:42:04 +0200 Subject: [PATCH 1234/3141] Remove upper bound and close #1204 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8fd05d2..ba69856a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1963,9 +1963,6 @@ packages: # https://github.com/fpco/stackage/issues/1185 - quickcheck-instances - # https://github.com/fpco/stackage/issues/1204 - - swagger2 < 2.0 - # end of packages From ded9bd4086fa2188745d981e7c4c916d6339ce95 Mon Sep 17 00:00:00 2001 From: Alexandr Ruchkin Date: Thu, 4 Feb 2016 21:44:16 +0300 Subject: [PATCH 1235/3141] Added simple-log, hformat, text-region, hsdev Subj --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba69856a..9c4fcd0a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -860,9 +860,10 @@ packages: "Alexandr Ruchkin voidex@live.com @mvoidex": - hdocs - # Possibly resolved: https://github.com/fpco/stackage/issues/778 - # Doesn't allow ghc-mod-5.4.0.0 - #- hsdev + - hformat + - hsdev + - simple-log + - text-region "Aleksey Kliger aleksey@lambdageek.org @lambdageek": - unbound-generics From aa6282306d2edc487371a124016251468dfa0b16 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 5 Feb 2016 11:27:09 +0200 Subject: [PATCH 1236/3141] Document upload delay --- MAINTAINERS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index fede12cc..8f71098e 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -25,6 +25,11 @@ After doing that, send a pull request (with a commit message like "add foo-bar") (`build-constraints.yaml` is the most frequently changed file in this git repo so commit messages like "update build-constraints.yaml" are not helpful). +**NB2** There can be a delay of up to an hour before package versions newly +uploaded to Hackage appear to our build server. If you just uploaded a package +to Hackage that you're trying to get included, we recommend waiting an hour +before opening the PR. + ## Uploading a new package From e823ac1e7712aebefa0fede9af3fe3cfa8f15ad6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 5 Feb 2016 11:28:58 +0200 Subject: [PATCH 1237/3141] Upper bound for #1207 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c4fcd0a..7212de5f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1964,6 +1964,9 @@ packages: # https://github.com/fpco/stackage/issues/1185 - quickcheck-instances + # https://github.com/fpco/stackage/issues/1207 + - text-show < 3 + # end of packages From d3ffd2e24d252ddb3ad00fb46d798f74ac0ab733 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 7 Feb 2016 12:59:15 +0200 Subject: [PATCH 1238/3141] Warn away from building the package set (fixes #1208) --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 342afc45..0a577251 100644 --- a/README.md +++ b/README.md @@ -49,14 +49,12 @@ Stackage both easier and more secure: Build the package set --------------------- -Generally, building the package set should be done only by the Jenkins machine -or by the official maintainers, as the process does require quite a bit of -setup on the local machine. That said, you'll likely be able to get a stable -build by running: - - cabal update - cabal install stackage - stackage nightly +Generally, building the package set should be done only by the Stackage build +machine by the Stackage curation team. If you're interested in trying this +yourself, please check out [the curator +guide](https://github.com/fpco/stackage/blob/master/CURATORS.md), though be +aware that this is not a recommended practice and there likely will be problems +you will need to debug yourself. ### Docker From 24ef301e9cdb63b0881399ebc006811825d1d8c5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 7 Feb 2016 13:09:57 +0200 Subject: [PATCH 1239/3141] Remove expected test failure for ekmett/lens#634 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7212de5f..63de7505 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2457,9 +2457,6 @@ expected-test-failures: # openfile: does not exist - skein - # https://github.com/ekmett/lens/issues/634 - - lens - # end of expected-test-failures From 94450341ad4720c8fb90f7c1f550143043d0fe66 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 7 Feb 2016 21:03:59 +0100 Subject: [PATCH 1240/3141] Remove upper bound that wasn't an upper bound --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63de7505..70073621 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1914,7 +1914,7 @@ packages: "Justus Adam @JustusAdam": - mustache - + "Cindy Wang @CindyLinz": - NoTrace @@ -1961,9 +1961,6 @@ packages: # https://github.com/fpco/stackage/issues/1155 - aeson < 0.10 - # https://github.com/fpco/stackage/issues/1185 - - quickcheck-instances - # https://github.com/fpco/stackage/issues/1207 - text-show < 3 From 868c6002bc34c04b5a625db88c510038c4de5fc4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 7 Feb 2016 21:44:52 +0100 Subject: [PATCH 1241/3141] Remove upper bound and close #1168 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70073621..5a98bf26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1945,9 +1945,6 @@ packages: # https://github.com/fpco/stackage/issues/1131 - unordered-containers < 0.2.6 - # https://github.com/fpco/stackage/issues/1168 - - QuickCheck < 2.8.2 - # https://github.com/fpco/stackage/issues/1146 - transformers-compat < 0.5 - bifunctors < 5.2.1 From 83c58b1ac6ac68965f7b74f49f541804220ca8ed Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 8 Feb 2016 00:02:55 +0100 Subject: [PATCH 1242/3141] Unskip some tests that have updated their dependencies --- build-constraints.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a98bf26..c49d171a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2065,16 +2065,11 @@ skipped-tests: - Cabal-ide-backend # QuickCheck 2.8 - - bson - - cabal-install - - exceptions - testpack - vector - - Cabal - MissingH # https://github.com/Soostone/retry/issues/30 - retry - - fft # doctest < 0.10 # Closed due to inactivity: https://github.com/fpco/stackage/issues/622 @@ -2114,15 +2109,12 @@ skipped-tests: - hedis - hint - ide-backend - - language-ecmascript - lifted-base - newtype-generics - parsec - - rank1dynamic - terminal-progress-bar - threads - yesod-static-angular - - network-transport-zeromq # Waiting for hackage release, was fixed in https://github.com/bos/aeson/commit/f012d0936808224d82150292c2b866fc5d1c182c - aeson From 861ddd388b6cc1b0ed27cc5b87b7a5daed03634e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 8 Feb 2016 00:24:42 +0100 Subject: [PATCH 1243/3141] Add Mario Blazevic's github handle --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c49d171a..77cdd393 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -370,7 +370,7 @@ packages: - doctest - base-compat - "Mario Blazevic ": + "Mario Blazevic @blamario": - monad-parallel - monad-coroutine - incremental-parser From c440db5820401a1f051fbe51a04d056009e9a0c4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 8 Feb 2016 10:21:08 +0200 Subject: [PATCH 1244/3141] Expect test failure for lens #1147 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77cdd393..551c0362 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1954,6 +1954,7 @@ packages: - pointed < 5 - kan-extensions < 5 - lens < 4.13.1 + # See expected test failure below for same issue # https://github.com/fpco/stackage/issues/1155 - aeson < 0.10 @@ -2443,6 +2444,9 @@ expected-test-failures: # openfile: does not exist - skein + # https://github.com/fpco/stackage/issues/1147 + - lens + # end of expected-test-failures From a12c7593dd02b7e6d1d3937e8300e095cb1da246 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 8 Feb 2016 10:25:17 +0200 Subject: [PATCH 1245/3141] Expect test failure tanakh/aeson-lens#10 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 551c0362..fe937765 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2447,6 +2447,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1147 - lens + # https://github.com/tanakh/aeson-lens/issues/10 + - aeson-lens + # end of expected-test-failures From 8a17d3f274dc895c0e33fb27e1b12dc6ae4a32b7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 8 Feb 2016 10:46:10 +0100 Subject: [PATCH 1246/3141] Expect hsdev haddocks failure #1209 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fe937765..7d610052 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2484,6 +2484,9 @@ expected-haddock-failures: # https://github.com/wereHamster/avers-api/issues/2 - avers-api + # https://github.com/fpco/stackage/issues/1209 + - hsdev + # end of expected-haddock-failures From a8c2667291a6505d912f0ef1d4219871c5d73224 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 8 Feb 2016 10:56:48 +0100 Subject: [PATCH 1247/3141] Expect Cabal test-suite to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d610052..d816956f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2450,6 +2450,9 @@ expected-test-failures: # https://github.com/tanakh/aeson-lens/issues/10 - aeson-lens + # Not sure if we can fix this + - Cabal + # end of expected-test-failures From 6fd1e76b4fbb7c80b4da2a6dcc03adf1dd9fc4b7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 8 Feb 2016 11:06:22 +0100 Subject: [PATCH 1248/3141] Expect hsdev test-suite to fail #1206 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d816956f..02691708 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2453,6 +2453,9 @@ expected-test-failures: # Not sure if we can fix this - Cabal + # https://github.com/fpco/stackage/pull/1206 + - hsdev + # end of expected-test-failures From 9e1efda6ae6d16b82e4108ce9ffa876219c7abaf Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 8 Feb 2016 11:20:51 +0100 Subject: [PATCH 1249/3141] Remove transformers-compat upper bound. Close #1146 and close #1207 --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02691708..587c319e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1945,10 +1945,6 @@ packages: # https://github.com/fpco/stackage/issues/1131 - unordered-containers < 0.2.6 - # https://github.com/fpco/stackage/issues/1146 - - transformers-compat < 0.5 - - bifunctors < 5.2.1 - # https://github.com/fpco/stackage/issues/1147 - comonad < 4.3 - pointed < 5 @@ -1959,9 +1955,6 @@ packages: # https://github.com/fpco/stackage/issues/1155 - aeson < 0.10 - # https://github.com/fpco/stackage/issues/1207 - - text-show < 3 - # end of packages From 659a44b4586ed8a21d849cf7edab4ac926ade583 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 8 Feb 2016 14:53:28 +0100 Subject: [PATCH 1250/3141] Un-expect hsdev haddock failure and close #1209 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 587c319e..d8dcf5ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2446,9 +2446,6 @@ expected-test-failures: # Not sure if we can fix this - Cabal - # https://github.com/fpco/stackage/pull/1206 - - hsdev - # end of expected-test-failures From da2f3ecb05792df1702e85b0e9d412b93bfcc63b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 8 Feb 2016 20:41:05 +0100 Subject: [PATCH 1251/3141] Expect cron test-suite to pass again --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8dcf5ea..7181ebbe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2380,9 +2380,6 @@ expected-test-failures: # https://github.com/ddssff/cabal-debian/issues/50 - cabal-debian - # https://github.com/MichaelXavier/cron/issues/22 - - cron - # https://github.com/fpco/stackage/issues/811 - etcd From 1f0e66b60d0a4de15e718c52a009b5451f8bc6e3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 Feb 2016 10:52:22 +0100 Subject: [PATCH 1252/3141] Move aeson upper bound to #1211 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7181ebbe..023e068b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1952,7 +1952,7 @@ packages: - lens < 4.13.1 # See expected test failure below for same issue - # https://github.com/fpco/stackage/issues/1155 + # https://github.com/fpco/stackage/issues/1211 - aeson < 0.10 # end of packages From bc0cc63afc4b9ee0f9a3c3dff7808faa73d32dc4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 Feb 2016 11:12:55 +0100 Subject: [PATCH 1253/3141] Add expected test and haddock failures (none of these look like bugs in the library) --- build-constraints.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 023e068b..07cd6860 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2443,6 +2443,17 @@ expected-test-failures: # Not sure if we can fix this - Cabal + # https://github.com/fpco/conduit-combinators/issues/20 + - conduit-combinators + # https://github.com/k0ral/opml-conduit/issues/3 + - opml-conduit + + # https://github.com/fpco/stackage/issues/1209 + - hsdev + + # https://github.com/snoyberg/classy-prelude/issues/117 + - classy-prelude + # end of expected-test-failures @@ -2477,8 +2488,11 @@ expected-haddock-failures: # https://github.com/wereHamster/avers-api/issues/2 - avers-api - # https://github.com/fpco/stackage/issues/1209 - - hsdev + # https://github.com/RyanGlScott/text-show/issues/15 + - text-show + + # https://github.com/ekmett/bifunctors/issues/42 + - bifunctors # end of expected-haddock-failures From 33f47ac2d37a607f407bcc973b9b868f2f3254fc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 Feb 2016 11:26:26 +0100 Subject: [PATCH 1254/3141] Re-enable a bunch of test-suite and haddocks that passed unexpectedly --- build-constraints.yaml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07cd6860..a62140ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2199,7 +2199,6 @@ expected-test-failures: - system-filepath # Requires a running webdriver server - - webdriver - webdriver-snoy - webdriver-angular @@ -2271,9 +2270,6 @@ expected-test-failures: # https://github.com/myfreeweb/gitson/issues/1 - gitson - # https://github.com/jcristovao/enclosed-exceptions/issues/6 - - enclosed-exceptions - # Expects a running PostgreSQL server - users-postgresql-simple - dbmigrations @@ -2349,12 +2345,6 @@ expected-test-failures: # https://github.com/kazu-yamamoto/logger/issues/42 - wai-logger - # https://github.com/zalora/getopt-generics/issues/47 - - getopt-generics - - # https://github.com/fpco/stackage/issues/728 - - HList - # https://github.com/purescript/purescript/issues/1336 - purescript @@ -2364,9 +2354,6 @@ expected-test-failures: # https://github.com/gibiansky/IHaskell/issues/551 - ihaskell - # https://github.com/alphaHeavy/lzma-conduit/issues/5 - - lzma-conduit - # https://github.com/well-typed/ixset-typed/issues/2 - ixset-typed @@ -2386,9 +2373,6 @@ expected-test-failures: # https://github.com/kazu-yamamoto/ghc-mod/issues/611 - ghc-mod - # https://github.com/agrafix/users/issues/3 - - users-persistent - # Requires a running server - pipes-mongodb @@ -2425,12 +2409,10 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1070 - parsers + # Unstable # https://github.com/fpco/stackage/issues/1125 - jose-jwt - # https://github.com/fpco/stackage/issues/1173 - - mustache - # openfile: does not exist - skein @@ -2476,15 +2458,9 @@ expected-haddock-failures: # not sure why - growler - # https://github.com/iand675/metrics/issues/5 - - metrics - # https://github.com/fpco/stackage/issues/994 - Michelangelo - # https://github.com/fpco/stackage/issues/1045 - - stack - # https://github.com/wereHamster/avers-api/issues/2 - avers-api From 511b0a72a3477ded1847c338224f574e0935e835 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 Feb 2016 11:50:49 +0100 Subject: [PATCH 1255/3141] Expect rainbox tests to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a62140ec..d7cfd79e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2436,6 +2436,9 @@ expected-test-failures: # https://github.com/snoyberg/classy-prelude/issues/117 - classy-prelude + # https://github.com/massysett/rainbox/issues/2 + - rainbox + # end of expected-test-failures From 0f660a90cb12c5902692e7b0451f67fa99ba43f0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 Feb 2016 12:09:56 +0100 Subject: [PATCH 1256/3141] Expect haddocks to fail again #1209 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7cfd79e..0733250f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2473,6 +2473,9 @@ expected-haddock-failures: # https://github.com/ekmett/bifunctors/issues/42 - bifunctors + # https://github.com/fpco/stackage/issues/1209 + - hsdev + # end of expected-haddock-failures From 8b53ef1b94e1b2087205ba54aea968a58bf3164d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 Feb 2016 12:30:20 +0100 Subject: [PATCH 1257/3141] Upper bound for #1212 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0733250f..2f17f8df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1955,6 +1955,9 @@ packages: # https://github.com/fpco/stackage/issues/1211 - aeson < 0.10 + # https://github.com/fpco/stackage/issues/1212 + - postgresql-binary < 0.8 + # end of packages From b05cd16acfbb47e40bd71094123e088b3ddc6d61 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 Feb 2016 17:30:53 +0100 Subject: [PATCH 1258/3141] Remove upper bound and close #1212 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f17f8df..0733250f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1955,9 +1955,6 @@ packages: # https://github.com/fpco/stackage/issues/1211 - aeson < 0.10 - # https://github.com/fpco/stackage/issues/1212 - - postgresql-binary < 0.8 - # end of packages From 7cd88b5695591cdf75e3848f044765d0983c860d Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Tue, 9 Feb 2016 13:49:23 -0500 Subject: [PATCH 1259/3141] Added tree-fun, random-tree, clumpiness, and find-clumpiness Please add them in that order, as they depend on tree-fun and find-clumpiness depends on clumpiness as well, so I hope it won't all break depending on the order added. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0733250f..3c9c8c38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1635,6 +1635,10 @@ packages: - fasta - diversity - modify-fasta + - tree-fun + - random-tree + - clumpiness + - find-clumpiness "Simon Marechal @bartavelle": - compactmap From ab14e08531a440e09a1ad6c9c60a851908b31f9c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 Feb 2016 23:56:42 +0100 Subject: [PATCH 1260/3141] Re-enable conduit-combinators and opml-conduit test-suites --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c9c8c38..f069847f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2429,11 +2429,6 @@ expected-test-failures: # Not sure if we can fix this - Cabal - # https://github.com/fpco/conduit-combinators/issues/20 - - conduit-combinators - # https://github.com/k0ral/opml-conduit/issues/3 - - opml-conduit - # https://github.com/fpco/stackage/issues/1209 - hsdev From a1b5a9a865be519bdcf4353c6e0f5dee78db5b79 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 10 Feb 2016 11:49:23 +0100 Subject: [PATCH 1261/3141] Re-enable classy-prelude test-suite --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f069847f..4a1f7d57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2432,9 +2432,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1209 - hsdev - # https://github.com/snoyberg/classy-prelude/issues/117 - - classy-prelude - # https://github.com/massysett/rainbox/issues/2 - rainbox From e8b261251556553960825116ea5c0aab716170bd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 10 Feb 2016 14:19:38 +0100 Subject: [PATCH 1262/3141] Upper bound for #1215 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a1f7d57..ef165055 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1959,6 +1959,9 @@ packages: # https://github.com/fpco/stackage/issues/1211 - aeson < 0.10 + # https://github.com/fpco/stackage/issues/1215 + - argon < 0.4.1.0 + # end of packages From f20e0d9b056d135db5cee6d0a20a0d2213ea815c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 10 Feb 2016 10:08:54 -0800 Subject: [PATCH 1263/3141] Add hsb2hs. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef165055..499fa63a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1926,6 +1926,9 @@ packages: - polynomials-bernstein - typography-geometry + "John MacFarlane @jgm": + - hsb2hs + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From 344ebf435378ace88b512451099e9a7eabdbea8e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 10 Feb 2016 10:15:30 -0800 Subject: [PATCH 1264/3141] Add pandoc ecosystem under jgm. --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 499fa63a..678e4b6d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1928,6 +1928,13 @@ packages: "John MacFarlane @jgm": - hsb2hs + - cmark + - texmath + - highlighting-kate + - pandoc-types + - zip-archive + - pandoc + - pandoc-citeproc # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 6046c3b910c6cb82785a73197428e03bfa37ef79 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Wed, 10 Feb 2016 23:20:34 +0100 Subject: [PATCH 1265/3141] Add distributed-closure. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 678e4b6d..a02f33bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1323,6 +1323,7 @@ packages: - nationstates "Mathieu Boespflug @mboes": + - distributed-closure - H # - ihaskell-inline-r - inline-r From 1ce7d20a3761d381609a182f68b6506950f0b818 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Wed, 10 Feb 2016 23:33:42 +0100 Subject: [PATCH 1266/3141] Use the Gold linker rather than the default ld.bfd. This works around bug https://sourceware.org/bugzilla/show_bug.cgi?id=17689, which causes ld.bfd to fail to successfully link some Haskell packages. --- debian-bootstrap.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index fbf596ff..25b6a675 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -114,3 +114,9 @@ mkdir -p /usr/lib/x86_64-linux-gnu/ ln -sfv /usr/lib/libnettle.so.6.1 /usr/lib/x86_64-linux-gnu/libnettle.so.6 ) rm -rf /tmp/nettle-build + +# Buggy versions of ld.bfd fail to link some Haskell packages: +# https://sourceware.org/bugzilla/show_bug.cgi?id=17689. Gold is +# faster anyways and uses less RAM. +update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20 +update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10 From 6d6c27c348af2edeb6f3827614aec2c00e4fbed2 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Wed, 10 Feb 2016 23:34:27 +0100 Subject: [PATCH 1267/3141] Reenable ihaskell-inline-r. It was booted out to due to a bug in ld.bfd on some old Ubuntu versions. Fixes #1186. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 678e4b6d..a6ae49e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1324,7 +1324,7 @@ packages: "Mathieu Boespflug @mboes": - H - # - ihaskell-inline-r + - ihaskell-inline-r - inline-r - th-lift From 7feb329e41ba84260e2b63dab4c780240f69f63f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 11 Feb 2016 12:34:35 +0100 Subject: [PATCH 1268/3141] CURATORS: Add instructions for wiping the nightly cache --- CURATORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index b4dc12e6..efe7c107 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -134,3 +134,7 @@ LTS minor bumps typically are run on Sundays. * You can detect the problem by running `df`. If you see that `/` is out of space, we have a problem * There are many temp files inside `/home/ubuntu/stackage-server-cron` that can be cleared out occasionally * You can then manually run `/home/ubuntu/stackage-server-cron.sh`, or wait for the cron job to do it + +### Wiping the cache + +Sometimes the cache can get corrupted which might manifest as `can't load .so/.DLL`. You can wipe the nightly cache and rebuild everything by doing `rm -rf /opt/stackage-build/stackage/automated/nightly`. From 6300f840872d94e8b0ef2775c83ac026a4758a62 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 11 Feb 2016 12:40:28 +0100 Subject: [PATCH 1269/3141] Re-enable rainbox test-suite --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3d2e190b..79a4d358 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2446,9 +2446,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1209 - hsdev - # https://github.com/massysett/rainbox/issues/2 - - rainbox - # end of expected-test-failures From e75f44b32de1974dc3296e643e88f92e71ab473a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 11 Feb 2016 12:42:07 +0100 Subject: [PATCH 1270/3141] Re-enable hsdev haddocks and test-suite #1209 --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79a4d358..4a0de5ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2443,9 +2443,6 @@ expected-test-failures: # Not sure if we can fix this - Cabal - # https://github.com/fpco/stackage/issues/1209 - - hsdev - # end of expected-test-failures @@ -2480,9 +2477,6 @@ expected-haddock-failures: # https://github.com/ekmett/bifunctors/issues/42 - bifunctors - # https://github.com/fpco/stackage/issues/1209 - - hsdev - # end of expected-haddock-failures From 0e5a80c1cca5b7b9c3ab5cef8a3bbd2a5ad975dc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 11 Feb 2016 15:34:47 +0100 Subject: [PATCH 1271/3141] Re-enable aeson test-suite --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a0de5ac..70da6324 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2128,9 +2128,6 @@ skipped-tests: - threads - yesod-static-angular - # Waiting for hackage release, was fixed in https://github.com/bos/aeson/commit/f012d0936808224d82150292c2b866fc5d1c182c - - aeson - # - https://github.com/fpco/stackage/pull/906 - HaRe From 9ab5826387748db5c3fe03dbef800ab1e840374b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 11 Feb 2016 15:35:17 +0100 Subject: [PATCH 1272/3141] Add aeson under @bergmark --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70da6324..75358583 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -500,7 +500,8 @@ packages: # "Chris Allen ": # - bloodhound - "Adam Bergmark ": + "Adam Bergmark @bergmark": + - aeson - fay - fay-base - fay-dom From 6f3e7d7b308c43fa2c814b56c3777936dffeb2ed Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 12 Feb 2016 10:15:40 +0100 Subject: [PATCH 1273/3141] Expect dbus test-suite to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75358583..628b2396 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2441,6 +2441,9 @@ expected-test-failures: # Not sure if we can fix this - Cabal + # Sent e-mail to maintainer + - dbus + # end of expected-test-failures From 4f4250153546c0bffa2c004dc233b853aa4fff69 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 12 Feb 2016 10:36:16 +0100 Subject: [PATCH 1274/3141] Skip aeson test suite until we upgrade to aeson-0.11.0.0 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 628b2396..b9b3ccf2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2084,6 +2084,10 @@ skipped-tests: # https://github.com/Soostone/retry/issues/30 - retry + # QuickCheck 2.8.2 + # Fixed in aeson 0.11.0.0 + - aeson + # doctest < 0.10 # Closed due to inactivity: https://github.com/fpco/stackage/issues/622 - bound From 0efaf48560d03948ffb32659e2c524a3f8eee6eb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 12 Feb 2016 10:43:36 +0100 Subject: [PATCH 1275/3141] Expect ListLike test-suite to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9b3ccf2..1400bb4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2448,6 +2448,9 @@ expected-test-failures: # Sent e-mail to maintainer - dbus + # Sent e-mail to maintainer + - ListLike + # end of expected-test-failures From b12cf089ef82bc29f83636a24da0675ebed41304 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 12 Feb 2016 12:27:42 +0100 Subject: [PATCH 1276/3141] Upper bound for #1219 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1400bb4f..a5d9b999 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1974,6 +1974,9 @@ packages: # https://github.com/fpco/stackage/issues/1215 - argon < 0.4.1.0 + # https://github.com/fpco/stackage/issues/1219 + - base-prelude < 0.2 + # end of packages From bcf46327a7f13b00b9509642ae0f445d3445f9e2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 12 Feb 2016 13:18:29 +0100 Subject: [PATCH 1277/3141] Expect wai-predicates test-suite to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5d9b999..2db6921d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2454,6 +2454,9 @@ expected-test-failures: # Sent e-mail to maintainer - ListLike + # https://github.com/twittner/wai-predicates/issues/2 + - wai-predicates + # end of expected-test-failures From 756044cf7bdc2450336d8185ac07bff59005bb96 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 12 Feb 2016 14:28:36 +0100 Subject: [PATCH 1278/3141] Remove upper bound, disable hasql-backend, and close #1219 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2db6921d..38c5e656 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -778,7 +778,6 @@ packages: - cases - focus - hasql - - hasql-backend - list-t - mtl-prelude - neat-interpolation @@ -1974,9 +1973,6 @@ packages: # https://github.com/fpco/stackage/issues/1215 - argon < 0.4.1.0 - # https://github.com/fpco/stackage/issues/1219 - - base-prelude < 0.2 - # end of packages From ef651feb371ba49c69bbf8ad362cea5e03c33038 Mon Sep 17 00:00:00 2001 From: Richard Cook Date: Fri, 12 Feb 2016 11:21:31 -0800 Subject: [PATCH 1279/3141] Add doctest-discover under @karun012 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38c5e656..1ed658c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1973,6 +1973,9 @@ packages: # https://github.com/fpco/stackage/issues/1215 - argon < 0.4.1.0 + "Karun Ramakrishnan karun012@gmail.com @karun012": + - doctest-discover + # end of packages From b1b413f8b76d98203925f6e6a5b482c798f4df63 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 12 Feb 2016 20:29:42 +0100 Subject: [PATCH 1280/3141] Expect wai-middleware-throttle test-suite to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38c5e656..31ee6da7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2453,6 +2453,9 @@ expected-test-failures: # https://github.com/twittner/wai-predicates/issues/2 - wai-predicates + # https://github.com/creichert/wai-middleware-throttle/issues/4 + - wai-middleware-throttle + # end of expected-test-failures From 7920629b0b58564e6d86030e2acfca95b9519670 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 13 Feb 2016 11:49:54 +0100 Subject: [PATCH 1281/3141] Re-enable a bunch of tests and haddocks, will probably need to revert some of them later... --- build-constraints.yaml | 52 +++++++++--------------------------------- 1 file changed, 11 insertions(+), 41 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31ee6da7..a357446d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2149,8 +2149,6 @@ skipped-tests: # Tests which we should build and run, but which are expected to fail. We # should not fail a build based on a test failure for one of these packages. expected-test-failures: - # Requires an old version of WAI and Warp for tests - - HTTP # https://github.com/bos/statistics/issues/42 - statistics @@ -2171,9 +2169,6 @@ expected-test-failures: # Requires a Facebook app. - fb - # https://github.com/vincenthz/language-java/issues/10 - - language-java - - threads - crypto-conduit @@ -2194,7 +2189,7 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/163 - hTalos - # https://github.com/bos/math-functions/issues/25 + # Fails sporadically - https://github.com/bos/math-functions/issues/25 - math-functions # Requires too old a version of test-framework @@ -2205,9 +2200,6 @@ expected-test-failures: - lockfree-queue - network-transport-tcp - # https://github.com/fpco/stackage/issues/226 - - options - # No AWS creds available - aws @@ -2258,9 +2250,6 @@ expected-test-failures: # https://github.com/vincenthz/hs-crypto-pubkey/issues/17 - crypto-pubkey - # https://github.com/kazu-yamamoto/unix-time/issues/29 - - unix-time - # Tests can fail when the build plan fails, which happens arbitrarily. - stackage @@ -2273,16 +2262,13 @@ expected-test-failures: # Requires local database running - rethinkdb-client-driver - # https://github.com/haskell-distributed/distributed-process-execution/issues/2 + # Fails sporadically: https://github.com/haskell-distributed/distributed-process-execution/issues/2 - distributed-process-execution # Seems to depend on mtl being installed in user package database, which # isn't always the case (e.g., build server) - happy - # https://github.com/jberryman/directory-tree/issues/4 - - directory-tree - # https://github.com/ndmitchell/hoogle/issues/101 - hoogle @@ -2297,9 +2283,6 @@ expected-test-failures: - wai-session-postgresql - drifter-postgresql - # Problems with linking with system libraries on Ubuntu 12.04 - - nettle - # Requires locally running services - network-anonymous-i2p @@ -2311,18 +2294,12 @@ expected-test-failures: - hedis - redis-io - # https://code.google.com/p/scrapyourboilerplate/issues/detail?id=26&thanks=26&ts=1430372304, GHC 7.10 - - syb - # https://github.com/lymar/hastache/issues/47 GHC 7.10 - hastache # https://github.com/acid-state/safecopy/issues/25 GHC 7.10 - safecopy - # https://github.com/haskell/haddock/issues/390 GHC 7.10 - - haddock-library - # https://github.com/haskell/ghc-events/issues/9 - ghc-events @@ -2398,15 +2375,12 @@ expected-test-failures: # https://github.com/tweag/HaskellR/issues/208 - H - # https://github.com/jgm/pandoc-citeproc/issues/172 + # Fails sporadically: https://github.com/jgm/pandoc-citeproc/issues/172 - pandoc-citeproc # https://github.com/alcidesv/second-transfer/issues/3 - second-transfer - # https://github.com/mitchellwrosen/language-lua2/issues/2 - - language-lua2 - # https://github.com/fpco/stackage/issues/916 - distributed-process-extras - distributed-process-client-server @@ -2414,9 +2388,8 @@ expected-test-failures: # Requires running server - riak - hworker - - hworker-ses - # https://github.com/chrisdone/hindent/issues/166 + # Fail sporadically: https://github.com/chrisdone/hindent/issues/166 - hindent # https://github.com/fpco/stackage/issues/1000 @@ -2428,8 +2401,7 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1070 - parsers - # Unstable - # https://github.com/fpco/stackage/issues/1125 + # Fails sporadically: https://github.com/fpco/stackage/issues/1125 - jose-jwt # openfile: does not exist @@ -2456,16 +2428,17 @@ expected-test-failures: # https://github.com/creichert/wai-middleware-throttle/issues/4 - wai-middleware-throttle + # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage + - jwt + + # https://github.com/rodrigosetti/messagepack/issues/9 + - messagepack + # end of expected-test-failures # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: - # https://github.com/acw/bytestring-progress/issues/4 - - bytestring-progress - - # https://github.com/wereHamster/rethinkdb-client-driver/issues/1 - - rethinkdb-client-driver # Requires build before haddock, which doesn't always happen in incremental # builds. Could consider special-casing this requirement. @@ -2475,9 +2448,6 @@ expected-haddock-failures: # Not sure why, but it's a temporary package anyway - Cabal-ide-backend - # not sure why - - growler - # https://github.com/fpco/stackage/issues/994 - Michelangelo From ec61eabd1d4acb7ae695ee5e3f4865d821eaa469 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 13 Feb 2016 16:52:56 +0100 Subject: [PATCH 1282/3141] wai-predicates test-suite has been fixed. cabal-helper and graphviz tests timed out. Unknown error for hsdev haddocks. --- build-constraints.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3d1f0752..b0dfdf64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2425,9 +2425,6 @@ expected-test-failures: # Sent e-mail to maintainer - ListLike - # https://github.com/twittner/wai-predicates/issues/2 - - wai-predicates - # https://github.com/creichert/wai-middleware-throttle/issues/4 - wai-middleware-throttle @@ -2437,6 +2434,10 @@ expected-test-failures: # https://github.com/rodrigosetti/messagepack/issues/9 - messagepack + # timeouts + - cabal-helper + - graphviz + # end of expected-test-failures @@ -2463,6 +2464,9 @@ expected-haddock-failures: # https://github.com/ekmett/bifunctors/issues/42 - bifunctors + # https://github.com/fpco/stackage/issues/1209 + - hsdev + # end of expected-haddock-failures From 7c53cddc94c78ec926f4dfa2ba8cdc65bacc811c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 13 Feb 2016 17:10:26 +0100 Subject: [PATCH 1283/3141] Expect hsdev test-suite to fail #1209 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0dfdf64..505c29c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2438,6 +2438,9 @@ expected-test-failures: - cabal-helper - graphviz + # https://github.com/fpco/stackage/issues/1209 + - hsdev + # end of expected-test-failures From d896a5c7f01dffab7af71c5466e05418d029fec6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 13 Feb 2016 17:11:56 +0100 Subject: [PATCH 1284/3141] Update issue number for hsdev --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 505c29c2..748c3ed2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2438,7 +2438,7 @@ expected-test-failures: - cabal-helper - graphviz - # https://github.com/fpco/stackage/issues/1209 + # Problem with v0.1.6.0: https://github.com/fpco/stackage/issues/1206 - hsdev # end of expected-test-failures @@ -2467,7 +2467,7 @@ expected-haddock-failures: # https://github.com/ekmett/bifunctors/issues/42 - bifunctors - # https://github.com/fpco/stackage/issues/1209 + # Problem with v0.1.6.0: https://github.com/fpco/stackage/issues/1206 - hsdev # end of expected-haddock-failures From b5303710a1041415000bbf246d8a318825f31426 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 13 Feb 2016 18:11:30 +0100 Subject: [PATCH 1285/3141] Upper bound for Twinside/rasterific-svg#2 --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 748c3ed2..4ca654ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1937,6 +1937,9 @@ packages: - pandoc - pandoc-citeproc + "Karun Ramakrishnan karun012@gmail.com @karun012": + - doctest-discover + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": @@ -1973,8 +1976,8 @@ packages: # https://github.com/fpco/stackage/issues/1215 - argon < 0.4.1.0 - "Karun Ramakrishnan karun012@gmail.com @karun012": - - doctest-discover + # https://github.com/Twinside/rasterific-svg/issues/2 + - svg-tree < 0.3.2.2 # end of packages From 4e6cfeb76e3707e9e58d0ab0bb6df83923bdf4b4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 14 Feb 2016 15:43:07 -0800 Subject: [PATCH 1286/3141] Skip unordered-containers benchmark (closes #1131, but see #1222) --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4ca654ae..2950f4a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1960,7 +1960,7 @@ packages: # https://github.com/fpco/stackage/issues/1128 - machines < 0.6 - # https://github.com/fpco/stackage/issues/1131 + # https://github.com/fpco/stackage/issues/1222 - unordered-containers < 0.2.6 # https://github.com/fpco/stackage/issues/1147 @@ -2517,6 +2517,9 @@ skipped-benchmarks: # https://github.com/kaizhang/clustering/issues/2 - clustering + # https://github.com/tibbe/unordered-containers/issues/122 + - unordered-containers + # end of skipped-benchmarks From 87ba7c7f6e7bbb82d1ee82498b80842f3182308f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 14 Feb 2016 16:04:42 -0800 Subject: [PATCH 1287/3141] Add constraint "rasterific-svg < 0.3" per #1223 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2950f4a2..34b2cebc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1979,6 +1979,9 @@ packages: # https://github.com/Twinside/rasterific-svg/issues/2 - svg-tree < 0.3.2.2 + # https://github.com/fpco/stackage/issues/1223 + - rasterific-svg < 0.3 + # end of packages From 9ac217f688bba56fbf0ca8056964819cd5232676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Sicard-Ram=C3=ADrez?= Date: Sun, 14 Feb 2016 20:44:48 -0500 Subject: [PATCH 1288/3141] Disable Agda due to upper bound on unordered-containers. Agda 2.4.2.5 doesn't support unordered-containers 0.2.6.0. --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34b2cebc..f02b2ad1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1492,7 +1492,9 @@ packages: - ipython-kernel "Andrés Sicard-Ramírez @asr": - - Agda + # Temporarily removed due to upper bound on unordered-containers. + # - Agda + [] "James Cook @mokus0": - dependent-sum From d28e27bd1a6be5b35640baf33417039c5030bb56 Mon Sep 17 00:00:00 2001 From: Jeffrey Rosenbluth Date: Mon, 15 Feb 2016 11:30:47 -0500 Subject: [PATCH 1289/3141] Add svg-builder --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34b2cebc..e3217d4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -922,6 +922,7 @@ packages: - lucid-svg - diagrams-html5 - static-canvas + - svg-builder "Gabríel Arthúr Pétursson gabriel@system.is": - sdl2 From d45ca2f4040c786a97d1e4dc4687e762e782f0d6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 15 Feb 2016 11:50:04 -0800 Subject: [PATCH 1290/3141] Remove constraint "unordered-containers < 0.2.6", closes #1222 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa71915c..c1a83c8b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -449,8 +449,9 @@ packages: - latex-formulae-image - latex-formulae-pandoc - latex-formulae-hakyll - - agda-snippets # - agda-snippets-hakyll + # Temporarily removed due to Agda's upper bound on unordered-containers. + # - agda-snippets "Dan Burton @DanBurton": - hspec-jenkins @@ -1963,9 +1964,6 @@ packages: # https://github.com/fpco/stackage/issues/1128 - machines < 0.6 - # https://github.com/fpco/stackage/issues/1222 - - unordered-containers < 0.2.6 - # https://github.com/fpco/stackage/issues/1147 - comonad < 4.3 - pointed < 5 From c4a28ad13aee978029966fc80bbbb6d7d8ffe4f6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 15 Feb 2016 17:03:11 -0800 Subject: [PATCH 1291/3141] Remove constraints, closes #1223, see also Twinside/rasterific-svg#2 --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c1a83c8b..1bb8eae9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1977,12 +1977,6 @@ packages: # https://github.com/fpco/stackage/issues/1215 - argon < 0.4.1.0 - # https://github.com/Twinside/rasterific-svg/issues/2 - - svg-tree < 0.3.2.2 - - # https://github.com/fpco/stackage/issues/1223 - - rasterific-svg < 0.3 - # end of packages From e39e2c8bbc00b9f5baa36649aeb3823adec80869 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 16 Feb 2016 12:10:55 -0800 Subject: [PATCH 1292/3141] Add constraints per #1226 and #1227 --- build-constraints.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1bb8eae9..b068e0a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1977,6 +1977,12 @@ packages: # https://github.com/fpco/stackage/issues/1215 - argon < 0.4.1.0 + # https://github.com/fpco/stackage/issues/1226 + - unordered-containers < 0.2.7.0 + + # https://github.com/fpco/stackage/issues/1227 + - diagrams-svg < 1.4 + # end of packages @@ -2515,7 +2521,8 @@ skipped-benchmarks: # https://github.com/kaizhang/clustering/issues/2 - clustering - # https://github.com/tibbe/unordered-containers/issues/122 + # Successful build requires unordered-containers >= 0.2.7.0 + # https://github.com/fpco/stackage/issues/1226 - unordered-containers # end of skipped-benchmarks From b01139656c1b8b8f904a47bf12e40fb409b53c9f Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Tue, 16 Feb 2016 19:22:29 -0800 Subject: [PATCH 1293/3141] Add `kanji` --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b068e0a3..c86b8997 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -613,6 +613,7 @@ packages: "Colin Woodbury @fosskers": - microlens-aeson + - kanji "Ketil Malde": - biocore From 9dcc22cbbc5f842b9449a28582c65d004ecc9312 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 17 Feb 2016 15:11:42 -0800 Subject: [PATCH 1294/3141] Add constraint "network-transport-tcp < 0.5" per #1229 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c86b8997..851f906a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1984,6 +1984,9 @@ packages: # https://github.com/fpco/stackage/issues/1227 - diagrams-svg < 1.4 + # https://github.com/fpco/stackage/issues/1229 + - network-transport-tcp < 0.5 + # end of packages From b233f7bbf4edd1aa69a4e818795b3541126cc540 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 17 Feb 2016 18:32:04 -0800 Subject: [PATCH 1295/3141] Add constraint "second-transfer < 0.10.0.1" per #4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 851f906a..dc6c8d23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1987,6 +1987,9 @@ packages: # https://github.com/fpco/stackage/issues/1229 - network-transport-tcp < 0.5 + # https://github.com/shimmercat/second-transfer/issues/4 + - second-transfer < 0.10.0.1 + # end of packages From de8167e17bb37f066756f05dc89bb9c7671baf95 Mon Sep 17 00:00:00 2001 From: Csaba Hruska Date: Thu, 18 Feb 2016 13:16:02 +0100 Subject: [PATCH 1296/3141] Update build-constraints.yaml --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc6c8d23..ed8104c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1580,6 +1580,11 @@ packages: "Patrick Redmond @plredmond": - GPipe-GLFW + "Csaba Hruska @csabahruska": + - lambdacube-ir + - lambdacube-gl + - lambdacube-compiler + "Spencer Janssen ": - Xauth From 6ec249f06052bafdb12df8f522a719d09359002a Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Thu, 18 Feb 2016 09:47:02 -0700 Subject: [PATCH 1297/3141] the nested-routes and other wai-packages for WAI >= 3.2.0 --- build-constraints.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35fee2d2..e6d587cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1231,10 +1231,6 @@ packages: - clash-ghc "Athan Clark @athanclark": -<<<<<<< HEAD - # https://github.com/athanclark/nested-routes/issues/9 -======= ->>>>>>> b233f7bbf4edd1aa69a4e818795b3541126cc540 - commutative - digestive-functors-lucid - ltext @@ -1244,15 +1240,15 @@ packages: - poly-arity - urlpath - wai-transformers - # Temporary block due to #1074 - # - wai-middleware-content-type - # - wai-middleware-verbs - # - nested-routes + - wai-middleware-content-type + - wai-middleware-verbs - webpage - composition-extra - rose-trees - sets + - timemap - tries + - path-extra - pred-trie "Fumiaki Kinoshita @fumieval": From d0c0e5f9100e9c55587a58a632d3d69018bdeb8e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 18 Feb 2016 08:52:55 -0800 Subject: [PATCH 1298/3141] Add constraints to distributed-process[-tests] per #1232 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc6c8d23..b8125e86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1990,6 +1990,10 @@ packages: # https://github.com/shimmercat/second-transfer/issues/4 - second-transfer < 0.10.0.1 + # https://github.com/fpco/stackage/issues/1232 + - distributed-process < 0.6.0 + - distributed-process-tests < 0.4.4 + # end of packages From 98c7fa7f952da8b0205860a1df06549a5eb9527d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 18 Feb 2016 18:28:53 -0800 Subject: [PATCH 1299/3141] Add constraint "generic-deriving < 1.10.1" --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20e8bce6..fb88b844 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1995,6 +1995,9 @@ packages: - distributed-process < 0.6.0 - distributed-process-tests < 0.4.4 + # @DanBurton suspects that this is causing a problem + - generic-deriving < 1.10.1 + # end of packages From ed6c1e34280b29eafc0cc1815b00a0ced9826c05 Mon Sep 17 00:00:00 2001 From: RyanGlScott Date: Thu, 18 Feb 2016 22:03:28 -0500 Subject: [PATCH 1300/3141] Add proxied --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47817eb1..0c03be18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1468,6 +1468,7 @@ packages: - keycode - lift-generics - mtl-compat + - proxied - text-show "Kirill Zaborsky @qrilka": From b80a88ccd4a5a32a43dd027db069ca59d3fd8296 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 19 Feb 2016 18:38:28 +0100 Subject: [PATCH 1301/3141] text-show haddocks have been fixed --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47817eb1..1d81134b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2488,9 +2488,6 @@ expected-haddock-failures: # https://github.com/wereHamster/avers-api/issues/2 - avers-api - # https://github.com/RyanGlScott/text-show/issues/15 - - text-show - # https://github.com/ekmett/bifunctors/issues/42 - bifunctors From 7715f35441bacc27fe8e00318298e14484ec5362 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 19 Feb 2016 11:20:05 -0800 Subject: [PATCH 1302/3141] Remove constraint on generic-deriving --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c03be18..04b83872 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2001,9 +2001,6 @@ packages: - distributed-process < 0.6.0 - distributed-process-tests < 0.4.4 - # @DanBurton suspects that this is causing a problem - - generic-deriving < 1.10.1 - # end of packages From d89be51936eb0975bbdff1579e52c1867835b9d9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 19 Feb 2016 11:26:20 -0800 Subject: [PATCH 1303/3141] Remove constraint "unordered-containers < 0.2.7.0", closes #1226 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10f038e0..b4a6fbb2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1985,9 +1985,6 @@ packages: # https://github.com/fpco/stackage/issues/1215 - argon < 0.4.1.0 - # https://github.com/fpco/stackage/issues/1226 - - unordered-containers < 0.2.7.0 - # https://github.com/fpco/stackage/issues/1227 - diagrams-svg < 1.4 From f1a7c12188e24d2b0f834353e6311f8cf1f2a78b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 19 Feb 2016 11:42:09 -0800 Subject: [PATCH 1304/3141] Disable haddocks for lambdacube-gl and lambdacube-compiler per #1236 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4a6fbb2..77ee1330 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2489,6 +2489,10 @@ expected-haddock-failures: # Problem with v0.1.6.0: https://github.com/fpco/stackage/issues/1206 - hsdev + # https://github.com/fpco/stackage/issues/1236 + - lambdacube-gl + - lambdacube-compiler + # end of expected-haddock-failures From b4442adbfbddb26018a9ba869d9182c8bf134d66 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 19 Feb 2016 11:53:35 -0800 Subject: [PATCH 1305/3141] Add constraint "megaparsec < 4.4.0" per #1237 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77ee1330..47b4d3d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1998,6 +1998,9 @@ packages: - distributed-process < 0.6.0 - distributed-process-tests < 0.4.4 + # https://github.com/fpco/stackage/issues/1237 + - megaparsec < 4.4.0 + # end of packages From 3c5a90a8dee3fc6e9ed7bae46bc59c65413b19a5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 19 Feb 2016 12:05:08 -0800 Subject: [PATCH 1306/3141] Remove constraints on distributed-process[-tests], closes #1232 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47b4d3d2..0b167721 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1994,10 +1994,6 @@ packages: # https://github.com/shimmercat/second-transfer/issues/4 - second-transfer < 0.10.0.1 - # https://github.com/fpco/stackage/issues/1232 - - distributed-process < 0.6.0 - - distributed-process-tests < 0.4.4 - # https://github.com/fpco/stackage/issues/1237 - megaparsec < 4.4.0 From a9b9eb448bc433b48e459af07159a3a20a109aee Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 19 Feb 2016 22:12:42 -0800 Subject: [PATCH 1307/3141] Remove constraint "second-transfer < 0.10.0.1" --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b167721..ad0c5776 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1991,9 +1991,6 @@ packages: # https://github.com/fpco/stackage/issues/1229 - network-transport-tcp < 0.5 - # https://github.com/shimmercat/second-transfer/issues/4 - - second-transfer < 0.10.0.1 - # https://github.com/fpco/stackage/issues/1237 - megaparsec < 4.4.0 From f377b6351b9597fcf1a2c547e50ee1fe2dc0da6d Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sun, 21 Feb 2016 10:53:44 -0600 Subject: [PATCH 1308/3141] Add ekg-statsd This adds http://hackage.haskell.org/package/ekg-statsd. I am not the maintainer. Other ekg packages are already in Stackage, but none of them were added by @tibbe. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad0c5776..5e90e0ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1174,6 +1174,7 @@ packages: "Taylor Fausak @tfausak": - flow - octane + - ekg-statsd "Marios Titas @redneb": - btrfs From 7e274abfa4301da465248bd1ae5128c064430dea Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 21 Feb 2016 10:51:55 -0800 Subject: [PATCH 1309/3141] Add constraint "hpack < 0.9.1", requires newer aeson. See #1211 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad0c5776..9e2fbb4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1981,6 +1981,7 @@ packages: # https://github.com/fpco/stackage/issues/1211 - aeson < 0.10 + - hpack < 0.9.1 # https://github.com/fpco/stackage/issues/1215 - argon < 0.4.1.0 From 66ce585625e27a126fd58521669cbf9de844eb9b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 21 Feb 2016 10:53:55 -0800 Subject: [PATCH 1310/3141] Add constraint "path-io < 1.0.0" per #1238 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e2fbb4f..79041d86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1995,6 +1995,9 @@ packages: # https://github.com/fpco/stackage/issues/1237 - megaparsec < 4.4.0 + # https://github.com/fpco/stackage/issues/1238 + - path-io < 1.0.0 + # end of packages From 7bb4764427119a41d709cfc4d558b263ab029bb4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 21 Feb 2016 10:57:32 -0800 Subject: [PATCH 1311/3141] Add constraint "cryptohash < 0.11.7" per #1240 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79041d86..6a1d3e0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1998,6 +1998,9 @@ packages: # https://github.com/fpco/stackage/issues/1238 - path-io < 1.0.0 + # https://github.com/fpco/stackage/issues/1240 + - cryptohash < 0.11.7 + # end of packages From 086b7a7ec749da7043ed945708025380d8e8402b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 21 Feb 2016 11:00:52 -0800 Subject: [PATCH 1312/3141] Adjust constraints on hpack and stack per old aeson #1211 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a1d3e0f..1fa3548a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1981,7 +1981,8 @@ packages: # https://github.com/fpco/stackage/issues/1211 - aeson < 0.10 - - hpack < 0.9.1 + - hpack < 0.9 + - stack < 1.0.4 # https://github.com/fpco/stackage/issues/1215 - argon < 0.4.1.0 From 1214969a90fd17902bb8427c381a7177d60185de Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 21 Feb 2016 13:16:45 -0800 Subject: [PATCH 1313/3141] Remove hpack from the stackage build --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1fa3548a..47f25577 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1981,7 +1981,7 @@ packages: # https://github.com/fpco/stackage/issues/1211 - aeson < 0.10 - - hpack < 0.9 + # stack-1.0.4 requires hpack-0.9 requires aeson >= 0.10 - stack < 1.0.4 # https://github.com/fpco/stackage/issues/1215 From efefa410cdde6aad15955da2f3b011ac4dd507f2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 21 Feb 2016 15:48:37 -0800 Subject: [PATCH 1314/3141] Skip opml-conduit test suite per #1241 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47f25577..f7bcb2c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2173,6 +2173,10 @@ skipped-tests: # https://github.com/nushio3/binary-search/issues/2 (doctest never finishes) - binary-search + + # https://github.com/fpco/stackage/issues/1241 + - opml-conduit + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From f0c44a46826864de0ce4ff3100d5bc53ff76ad13 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 22 Feb 2016 20:13:33 +0900 Subject: [PATCH 1315/3141] megaparsec-4.4.0 should be good now (#1237) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a18de7e2..0749d0a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1994,9 +1994,6 @@ packages: # https://github.com/fpco/stackage/issues/1229 - network-transport-tcp < 0.5 - # https://github.com/fpco/stackage/issues/1237 - - megaparsec < 4.4.0 - # https://github.com/fpco/stackage/issues/1238 - path-io < 1.0.0 From 229c8aaf82cca3e066358dc39bd93d0733b434c0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 22 Feb 2016 20:16:24 +0900 Subject: [PATCH 1316/3141] bound for http2-1.5.0 (#1242) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0749d0a8..21a0e363 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2000,6 +2000,8 @@ packages: # https://github.com/fpco/stackage/issues/1240 - cryptohash < 0.11.7 + # https://github.com/fpco/stackage/issues/1242 + - http2 < 1.5.0 # end of packages From 5cda999f78b3f6278edf58870ca84e1c99e54792 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 22 Feb 2016 20:31:08 +0900 Subject: [PATCH 1317/3141] drop bounds on network-transport-tcp (#1229) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21a0e363..cf97c714 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1991,9 +1991,6 @@ packages: # https://github.com/fpco/stackage/issues/1227 - diagrams-svg < 1.4 - # https://github.com/fpco/stackage/issues/1229 - - network-transport-tcp < 0.5 - # https://github.com/fpco/stackage/issues/1238 - path-io < 1.0.0 From b609fc705c570f982efc4bc844b4e7584eb4a4d8 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 22 Feb 2016 22:12:43 -0600 Subject: [PATCH 1318/3141] Add autoexporter https://hackage.haskell.org/package/autoexporter --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf97c714..fe6e0dec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1175,6 +1175,7 @@ packages: - flow - octane - ekg-statsd + - autoexporter "Marios Titas @redneb": - btrfs From 90f439390e7f75aec9f606786ca56db5a2d44041 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 23 Feb 2016 16:25:01 +0900 Subject: [PATCH 1319/3141] Revert "bound for http2-1.5.0 (#1242)" This reverts commit 229c8aaf82cca3e066358dc39bd93d0733b434c0. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf97c714..bc2102f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1997,8 +1997,6 @@ packages: # https://github.com/fpco/stackage/issues/1240 - cryptohash < 0.11.7 - # https://github.com/fpco/stackage/issues/1242 - - http2 < 1.5.0 # end of packages From 5bf7dc47cbebf93f197a9e0f670da44c3b579165 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Feb 2016 12:18:08 +0900 Subject: [PATCH 1320/3141] allow http2 tests to fail (kazu-yamamoto/http2#7) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd373c48..7b8c15ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2467,6 +2467,8 @@ expected-test-failures: # Problem with v0.1.6.0: https://github.com/fpco/stackage/issues/1206 - hsdev + # https://github.com/kazu-yamamoto/http2/issues/7 + - http2 # end of expected-test-failures From 2864f250f3d24c2558901dc80f2c6864d390638f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Feb 2016 12:33:23 +0900 Subject: [PATCH 1321/3141] Revert "allow http2 tests to fail (kazu-yamamoto/http2#7)" since second-transfer doesn't build with http2-1.5.0 anyway This reverts commit 5bf7dc47cbebf93f197a9e0f670da44c3b579165. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b8c15ba..cd373c48 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2467,8 +2467,6 @@ expected-test-failures: # Problem with v0.1.6.0: https://github.com/fpco/stackage/issues/1206 - hsdev - # https://github.com/kazu-yamamoto/http2/issues/7 - - http2 # end of expected-test-failures From dc3f8df419785fee8eed764c6fda457fcabc40cd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Feb 2016 12:35:13 +0900 Subject: [PATCH 1322/3141] add back bound for http2-1.5.0 (#1242) since second-transfer fails with 1.5.0 This reverts commit 90f439390e7f75aec9f606786ca56db5a2d44041. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd373c48..fe6e0dec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1998,6 +1998,8 @@ packages: # https://github.com/fpco/stackage/issues/1240 - cryptohash < 0.11.7 + # https://github.com/fpco/stackage/issues/1242 + - http2 < 1.5.0 # end of packages From 94fb49a3a30596dd0672353977c4a216d1b047ba Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Feb 2016 12:39:33 +0900 Subject: [PATCH 1323/3141] Revert "add back bound for http2-1.5.0 (#1242)" This reverts commit dc3f8df419785fee8eed764c6fda457fcabc40cd. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fe6e0dec..cd373c48 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1998,8 +1998,6 @@ packages: # https://github.com/fpco/stackage/issues/1240 - cryptohash < 0.11.7 - # https://github.com/fpco/stackage/issues/1242 - - http2 < 1.5.0 # end of packages From 844451c89c52232db05b90591df658db8cd94fa1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Feb 2016 12:40:04 +0900 Subject: [PATCH 1324/3141] "allow http2 tests to fail (kazu-yamamoto/http2#7)" This reverts commit 2864f250f3d24c2558901dc80f2c6864d390638f. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd373c48..7b8c15ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2467,6 +2467,8 @@ expected-test-failures: # Problem with v0.1.6.0: https://github.com/fpco/stackage/issues/1206 - hsdev + # https://github.com/kazu-yamamoto/http2/issues/7 + - http2 # end of expected-test-failures From bfdcd5f7b1787139befa044bc0d124ce43f3272e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Feb 2016 13:20:04 +0900 Subject: [PATCH 1325/3141] disable second-transfer temporarily due to http2-1.5.0 (shimmercat/second-transfer#5) (missing upperbound on http2) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b8c15ba..5fd63b3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1343,7 +1343,9 @@ packages: - yesod-auth-basic "Alcides Viamontes ": - - second-transfer + # https://github.com/shimmercat/second-transfer/issues/5 + #- second-transfer + [] "Hirotomo Moriwaki @philopon": - apiary From c7b7aea58c2441102f841eb4e1f1b2542f12e570 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Feb 2016 13:27:02 +0900 Subject: [PATCH 1326/3141] Revert "Skip opml-conduit test suite per #1241" should be fixed in opml-conduit-0.5.0.0 This reverts commit efefa410cdde6aad15955da2f3b011ac4dd507f2. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5fd63b3b..91382f10 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2171,10 +2171,6 @@ skipped-tests: # https://github.com/nushio3/binary-search/issues/2 (doctest never finishes) - binary-search - - # https://github.com/fpco/stackage/issues/1241 - - opml-conduit - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 93825a29f0f6da3dda56d95779d0d91f98eaace5 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Wed, 24 Feb 2016 09:23:57 -0600 Subject: [PATCH 1327/3141] Add ratel https://github.com/tfausak/ratel --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91382f10..7f4de9d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1176,6 +1176,7 @@ packages: - octane - ekg-statsd - autoexporter + - ratel "Marios Titas @redneb": - btrfs From 11632b277ae652c4ed751f42548b34c92ca8318a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elie=20G=C3=A9nard?= Date: Wed, 24 Feb 2016 18:10:01 +0000 Subject: [PATCH 1328/3141] Add turtle-options --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91382f10..690b9366 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1955,6 +1955,9 @@ packages: "Karun Ramakrishnan karun012@gmail.com @karun012": - doctest-discover + + "Elie Genard @eliegenard": + - turtle-options # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 5fbd654161adf7bed72f2b2829abcbed8e2d2876 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Feb 2016 10:26:34 +0900 Subject: [PATCH 1329/3141] Revert "allow http2 tests to fail (kazu-yamamoto/http2#7)" This reverts commit 844451c89c52232db05b90591df658db8cd94fa1. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91382f10..0dd6918e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2465,8 +2465,6 @@ expected-test-failures: # Problem with v0.1.6.0: https://github.com/fpco/stackage/issues/1206 - hsdev - # https://github.com/kazu-yamamoto/http2/issues/7 - - http2 # end of expected-test-failures From d6053e0cd2b3bdd03b4c3ab80648201c747f2da9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Feb 2016 10:47:36 +0900 Subject: [PATCH 1330/3141] bound for hedis-0.7.0 (#1247) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35ac079f..7c6641c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1400,7 +1400,8 @@ packages: - SHA - data-ordlist - cron - - hedis + # https://github.com/fpco/stackage/issues/1247 + - hedis < 0.7.0 "Rob O'Callahan ropoctl@gmail.com": - pipes-fastx From 49ea988650cdc8a42b669ef5d67d1dc66124506b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Feb 2016 10:49:26 +0900 Subject: [PATCH 1331/3141] zip-archive-0.3 (#1248) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c6641c4..c36cfb15 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1951,7 +1951,8 @@ packages: - texmath - highlighting-kate - pandoc-types - - zip-archive + # https://github.com/fpco/stackage/issues/1248 + - zip-archive < 0.3 - pandoc - pandoc-citeproc From d872f6882e6bc22e3898e7b3a7232fd1b1c74494 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Wed, 24 Feb 2016 20:59:04 -0600 Subject: [PATCH 1332/3141] Add ratel-wai https://hackage.haskell.org/package/ratel-wai --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c36cfb15..d569ec8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1177,6 +1177,7 @@ packages: - ekg-statsd - autoexporter - ratel + - ratel-wai "Marios Titas @redneb": - btrfs From 600149d2fdf3d61710712c1f2a6c6dbc51fda4fe Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Feb 2016 13:45:17 +0900 Subject: [PATCH 1333/3141] some http2 tests failing (kazu-yamamoto/http2#8) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d569ec8a..2aa49afc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2472,6 +2472,8 @@ expected-test-failures: # Problem with v0.1.6.0: https://github.com/fpco/stackage/issues/1206 - hsdev + # https://github.com/kazu-yamamoto/http2/issues/8 + - http2 # end of expected-test-failures From b02728d49d799d5071d8d6dec1b2d663b1a562cd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 26 Feb 2016 11:22:22 +0900 Subject: [PATCH 1334/3141] pretty-compact < 2.0 (#1250) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2aa49afc..654f1aeb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2007,6 +2007,8 @@ packages: # https://github.com/fpco/stackage/issues/1240 - cryptohash < 0.11.7 + # https://github.com/fpco/stackage/issues/1250 + - pretty-compact < 2.0 # end of packages From b6e0bb9876365ba8b193a64d77aa5edd41c21a5f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 27 Feb 2016 22:23:43 +0900 Subject: [PATCH 1335/3141] add bound for plan-b because of path-io (#1238) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 654f1aeb..14fe471e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2003,6 +2003,7 @@ packages: # https://github.com/fpco/stackage/issues/1238 - path-io < 1.0.0 + - plan-b < 0.2.0 # https://github.com/fpco/stackage/issues/1240 - cryptohash < 0.11.7 From 14353a3bfe84e9b03c1deb16604bd599f66c2aaf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 27 Feb 2016 22:33:07 +0900 Subject: [PATCH 1336/3141] plan-0.1.1 also needs path-io-1.0.1 (#1238) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14fe471e..47513498 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2003,7 +2003,7 @@ packages: # https://github.com/fpco/stackage/issues/1238 - path-io < 1.0.0 - - plan-b < 0.2.0 + - plan-b < 0.1.1 # https://github.com/fpco/stackage/issues/1240 - cryptohash < 0.11.7 From 6ad32272cdc8e798b15aa05ea15b217604c79a1c Mon Sep 17 00:00:00 2001 From: Sidharth Kapur Date: Sat, 27 Feb 2016 11:51:12 -0600 Subject: [PATCH 1337/3141] Add Chart-diagrams and dependencies --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b167721..b048b12b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1952,6 +1952,12 @@ packages: "Karun Ramakrishnan karun012@gmail.com @karun012": - doctest-discover + "Sid Kapur sidharthkapur1@gmail.com @sid-kap": + - tuple + - OneTuple + - SVGFonts + - Chart-diagrams + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From 5e8504fb77ee9a6c99762d2555ed43dff022e81e Mon Sep 17 00:00:00 2001 From: Petercommand Date: Sun, 28 Feb 2016 07:45:04 +0800 Subject: [PATCH 1338/3141] adding myself into stackage --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47513498..6a780217 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1962,6 +1962,8 @@ packages: "Elie Genard @eliegenard": - turtle-options + "Ruey-Lin Hsu @petercommand": + - MASMGen # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From c322dbd9c0661d621661e32a7f36b1871b04c607 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 28 Feb 2016 21:27:46 +0900 Subject: [PATCH 1339/3141] insert a missing newline --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a780217..ceb510eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1962,6 +1962,7 @@ packages: "Elie Genard @eliegenard": - turtle-options + "Ruey-Lin Hsu @petercommand": - MASMGen From 01992127aa51d02057d55a072dbc9ea0bed6044f Mon Sep 17 00:00:00 2001 From: Andrew Rademacher Date: Sun, 28 Feb 2016 14:47:37 -0600 Subject: [PATCH 1340/3141] Added graylog library to stackage. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ceb510eb..b437a30d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1830,6 +1830,7 @@ packages: "Andrew Rademacher ": - aeson-casing + - graylog "Callum Rogers @CRogers": - should-not-typecheck From 581d8a476ef68cca061af839bdd9abfce054f0a3 Mon Sep 17 00:00:00 2001 From: Ozgun Ataman Date: Sun, 28 Feb 2016 17:47:24 -0500 Subject: [PATCH 1341/3141] Add packages from @ozataman --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ceb510eb..166da43a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1965,6 +1965,14 @@ packages: "Ruey-Lin Hsu @petercommand": - MASMGen + + "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": + - string-conv + - rng-utils + - rotating-log + - ua-parser + - hs-GeoIP + - retry # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 0133201666c23aacd7f9b0f39a32bf053aa98469 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 29 Feb 2016 11:46:34 +0900 Subject: [PATCH 1342/3141] debian-bootstrap.sh: add libgeoip-dev for hs-GeoIP (#1255) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 25b6a675..1f69e4d3 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -49,6 +49,7 @@ apt-get install -y \ libfftw3-dev \ libfreenect-dev \ libgd2-xpm-dev \ + libgeoip-dev \ libglib2.0-dev \ libglu1-mesa-dev \ libgmp3-dev \ From d1c50515b479b9149c1708b5a1d45ef0777bc685 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 29 Feb 2016 15:22:16 +0900 Subject: [PATCH 1343/3141] graylog-0.1.0.1 test build fail (#1254) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a712b337..f3bf699f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1830,7 +1830,8 @@ packages: "Andrew Rademacher ": - aeson-casing - - graylog + # https://github.com/fpco/stackage/pull/1254 + #- graylog "Callum Rogers @CRogers": - should-not-typecheck From ed37043b62ce54d177ae0b7868a9412870cfe4f3 Mon Sep 17 00:00:00 2001 From: koral Date: Mon, 29 Feb 2016 15:59:02 +0100 Subject: [PATCH 1344/3141] Register atom-conduit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f9cbdf0..5aacdf31 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1318,6 +1318,7 @@ packages: - cayley-client "koral koral@mailoo.org @k0ral": + - atom-conduit - conduit-parse - opml-conduit - timerep From 9d9d39af46bcd6a9b314354710cbcef2dab06100 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Mar 2016 11:59:16 +0200 Subject: [PATCH 1345/3141] Upper bound for #1257 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31a50ec4..06c70c0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2030,6 +2030,9 @@ packages: # https://github.com/fpco/stackage/issues/1250 - pretty-compact < 2.0 + + # https://github.com/fpco/stackage/issues/1257 + - megaparsec < 4.4 # end of packages From 92718d375498339a3de81a16428fb5e0f6da2058 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Mar 2016 14:27:57 +0200 Subject: [PATCH 1346/3141] Upper bound for #1258 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06c70c0f..0eef98ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2033,6 +2033,9 @@ packages: # https://github.com/fpco/stackage/issues/1257 - megaparsec < 4.4 + + # https://github.com/fpco/stackage/issues/1258 + - language-c < 0.5.0 # end of packages From a861601fdc94002626cf84d9fb05237cf9ba8d9b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Mar 2016 17:55:12 +0200 Subject: [PATCH 1347/3141] Expect test failure elaye/turtle-options#3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0eef98ab..8710635a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2503,6 +2503,9 @@ expected-test-failures: # https://github.com/kazu-yamamoto/http2/issues/8 - http2 + + # https://github.com/elaye/turtle-options/issues/3 + - turtle-options # end of expected-test-failures From f880591c206e4a7c693c70791e8207a355fa3ca1 Mon Sep 17 00:00:00 2001 From: geraldus Date: Fri, 4 Mar 2016 05:55:25 +0500 Subject: [PATCH 1348/3141] Add yesod-form-richtext Richtext WYSIWYG editors support for Yesod forms --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8710635a..07a302de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -827,6 +827,7 @@ packages: "Arthur Fayzrakhmanov ": - sodium + - yesod-form-richtext "Sebastian Nagel @ch1bo": - hdevtools From 7f2d60bd1f300ad2ead89830b8d8b220e4e681e0 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 4 Mar 2016 12:38:02 +0600 Subject: [PATCH 1349/3141] =?UTF-8?q?Add=20=E2=80=98zip=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a new package to work with zip archives. It's fast (thanks to conduits), feature-rich, and implements more features from .ZIP specification than any anything on Hackage at the moment. Note that this requires ‘path-io’ >= 1.0.1, see #1238. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07a302de..ecbbd274 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1680,6 +1680,7 @@ packages: - path-io - hspec-megaparsec - plan-b + - zip "Thomas Bereknyei ": - multiplate From 7b24d0c5efeae0935f8ac08a693cf41ebd9e804a Mon Sep 17 00:00:00 2001 From: Christopher Reichert Date: Fri, 4 Mar 2016 15:13:46 -0600 Subject: [PATCH 1350/3141] Enable wai-middleware-throttle in build-constraints The test-suite issue has been fixed upstream, thanks @bergmark --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07a302de..3687e360 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2486,9 +2486,6 @@ expected-test-failures: # Sent e-mail to maintainer - ListLike - # https://github.com/creichert/wai-middleware-throttle/issues/4 - - wai-middleware-throttle - # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage - jwt From aa9ab3522bc080f0855284b4809575564322f70d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 5 Mar 2016 20:44:20 +0200 Subject: [PATCH 1351/3141] Upper bound for #1265 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07a302de..b6381a27 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2037,6 +2037,9 @@ packages: # https://github.com/fpco/stackage/issues/1258 - language-c < 0.5.0 + + # https://github.com/fpco/stackage/issues/1265 + - brick < 0.5 # end of packages From eb6b8cc742620e1df5d06c01dff7fb02e70a0dc3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 5 Mar 2016 20:45:36 +0200 Subject: [PATCH 1352/3141] Upper bound for #1266 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6381a27..2177f81f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2040,6 +2040,9 @@ packages: # https://github.com/fpco/stackage/issues/1265 - brick < 0.5 + + # https://github.com/fpco/stackage/issues/1266 + - transformers-compat < 0.5 # end of packages From bbcdc3d010810b9c0e8c0cbf24baaac676c02342 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 5 Mar 2016 20:48:16 +0200 Subject: [PATCH 1353/3141] more upper bounds for #1266 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2177f81f..41f003b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2043,6 +2043,8 @@ packages: # https://github.com/fpco/stackage/issues/1266 - transformers-compat < 0.5 + - bifunctors < 5.2.1 + - text-show < 3 # end of packages From e6ec24930475458ea1d7957c892c164090ae5fc0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 Mar 2016 16:57:03 -0400 Subject: [PATCH 1354/3141] add mountpoints, disk-free-space Both are new dependencies of git-annex, and generally useful libraries. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41f003b5..8e3388dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -610,6 +610,8 @@ packages: - git-annex - Win32-extras - concurrent-output + - mountpoints + - disk-free-space "Colin Woodbury @fosskers": - microlens-aeson From 057506323def27473bd82d5af7a1669c9969eeef Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 6 Mar 2016 10:54:03 +0200 Subject: [PATCH 1355/3141] Block path 0.5.6 chrisdone/path#17 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41f003b5..1c202d6c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2045,6 +2045,9 @@ packages: - transformers-compat < 0.5 - bifunctors < 5.2.1 - text-show < 3 + + # https://github.com/chrisdone/path/issues/17 + - path < 0.5.6 || > 0.5.6 # end of packages From 71873cabe1be988567bb3c0e7a5aae4e2f1f1cc0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 6 Mar 2016 11:16:59 +0200 Subject: [PATCH 1356/3141] Expect Haddock failure for chrisdone/path#17 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c202d6c..98798fe8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2045,9 +2045,6 @@ packages: - transformers-compat < 0.5 - bifunctors < 5.2.1 - text-show < 3 - - # https://github.com/chrisdone/path/issues/17 - - path < 0.5.6 || > 0.5.6 # end of packages @@ -2548,6 +2545,9 @@ expected-haddock-failures: - lambdacube-gl - lambdacube-compiler + # https://github.com/chrisdone/path/issues/17 + - path + # end of expected-haddock-failures From 8c7a944a4afd44fd638fd49b50b5d8d63056a155 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sun, 6 Mar 2016 18:55:49 +0530 Subject: [PATCH 1357/3141] Add package download --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aace0a78..76c7215d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -201,6 +201,9 @@ packages: - websockets - websockets-snap + "Sibi Prabakaran @psibi": + - download + "haskell-opengl": - OpenGL - GLURaw From 748a15977be9edb67a0a7629a3e66a299392ce43 Mon Sep 17 00:00:00 2001 From: koral Date: Sun, 6 Mar 2016 18:15:09 +0100 Subject: [PATCH 1358/3141] Register rss-conduit package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5aacdf31..4e4ff72e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1321,6 +1321,7 @@ packages: - atom-conduit - conduit-parse - opml-conduit + - rss-conduit - timerep - xml-conduit-parse From 5fb24cc29d7f98dcceff419a20a3f378ced3cadf Mon Sep 17 00:00:00 2001 From: aaron levin Date: Sun, 6 Mar 2016 23:43:26 +0100 Subject: [PATCH 1359/3141] Pkgs by Aaron Levin: free-vl + haskell-kubernetes --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fd51563..646f7a3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1990,6 +1990,12 @@ packages: - SVGFonts - Chart-diagrams + "Aaron Levin @aaronmblevin": + - haskell-kubernetes + + "Aaron Levin @aaronmblevin": + - free-vl + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From 3645e8a558c8ddd4056397c4bcb50ded00ec5340 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Mar 2016 09:49:52 +0200 Subject: [PATCH 1360/3141] Remove expected haddock failure chrisdone/path#17 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 646f7a3b..d25a5c05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2554,9 +2554,6 @@ expected-haddock-failures: - lambdacube-gl - lambdacube-compiler - # https://github.com/chrisdone/path/issues/17 - - path - # end of expected-haddock-failures From e70a5511c279a0dee54dba95d8d278c4a606ada6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Mar 2016 10:15:30 +0200 Subject: [PATCH 1361/3141] Remove upper bound and close #1257 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d25a5c05..d1686b3d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2044,9 +2044,6 @@ packages: # https://github.com/fpco/stackage/issues/1250 - pretty-compact < 2.0 - # https://github.com/fpco/stackage/issues/1257 - - megaparsec < 4.4 - # https://github.com/fpco/stackage/issues/1258 - language-c < 0.5.0 From dcfc8a518438195dbe6590628f700cfc544842a6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Mar 2016 10:15:52 +0200 Subject: [PATCH 1362/3141] Remove expected haddock failure and close #1236 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1686b3d..45c7584d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2547,10 +2547,6 @@ expected-haddock-failures: # Problem with v0.1.6.0: https://github.com/fpco/stackage/issues/1206 - hsdev - # https://github.com/fpco/stackage/issues/1236 - - lambdacube-gl - - lambdacube-compiler - # end of expected-haddock-failures From e5b46bbdf2c11b78180f9e55520d5e08f69b5853 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Mar 2016 10:16:49 +0200 Subject: [PATCH 1363/3141] Remove upper bound and close #1250 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45c7584d..e4b8ff4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2041,9 +2041,6 @@ packages: # https://github.com/fpco/stackage/issues/1240 - cryptohash < 0.11.7 - # https://github.com/fpco/stackage/issues/1250 - - pretty-compact < 2.0 - # https://github.com/fpco/stackage/issues/1258 - language-c < 0.5.0 From b9ca81089004de82dcfb26710dda854d75bba79c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 7 Mar 2016 10:35:10 +0100 Subject: [PATCH 1364/3141] Remove upper bound and close #1238 --- build-constraints.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4b8ff4c..7aa5ca37 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1969,13 +1969,13 @@ packages: "Karun Ramakrishnan karun012@gmail.com @karun012": - doctest-discover - + "Elie Genard @eliegenard": - turtle-options "Ruey-Lin Hsu @petercommand": - MASMGen - + "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv - rng-utils @@ -2034,10 +2034,6 @@ packages: # https://github.com/fpco/stackage/issues/1227 - diagrams-svg < 1.4 - # https://github.com/fpco/stackage/issues/1238 - - path-io < 1.0.0 - - plan-b < 0.1.1 - # https://github.com/fpco/stackage/issues/1240 - cryptohash < 0.11.7 From 1a7769db7bfc3ef4cce83f58cb868b2f3b359857 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Mon, 7 Mar 2016 09:33:01 -0800 Subject: [PATCH 1365/3141] Update build-constraints.yaml --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index adbaf16a..5b0b2f55 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1984,6 +1984,8 @@ packages: - ua-parser - hs-GeoIP - retry + - katip + - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple From 22f4d06e5888bfbdf63c3e2cefece1ae9d5ade51 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 7 Mar 2016 21:48:06 +0100 Subject: [PATCH 1366/3141] Disable katip-elasticsearch #1271 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b0b2f55..a58fbf4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1985,7 +1985,8 @@ packages: - hs-GeoIP - retry - katip - - katip-elasticsearch + # requires bloodhound (which requires aeson >= 0.11) + # - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple From 88b998f9d724180e71b8f3e6defa6cf867acbda6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 8 Mar 2016 12:43:12 +0100 Subject: [PATCH 1367/3141] Upper bound for #1272 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a58fbf4c..e57a2d6f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2051,6 +2051,10 @@ packages: - transformers-compat < 0.5 - bifunctors < 5.2.1 - text-show < 3 + + # https://github.com/fpco/stackage/issues/1272 + - stripe-http-streams < 2.0.3 + # end of packages From 4716a16f1df8774f569475213ba4629885d81229 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 8 Mar 2016 14:28:35 +0100 Subject: [PATCH 1368/3141] Remove upper bound and close #1272 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e57a2d6f..c9269cba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2052,9 +2052,6 @@ packages: - bifunctors < 5.2.1 - text-show < 3 - # https://github.com/fpco/stackage/issues/1272 - - stripe-http-streams < 2.0.3 - # end of packages @@ -2226,6 +2223,10 @@ skipped-tests: # https://github.com/nushio3/binary-search/issues/2 (doctest never finishes) - binary-search + + # Requires stripe API key and unreleased test package https://github.com/fpco/stackage/issues/1272 + - stripe-http-streams + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From af17c29842e857887604f4637eccc7a300963982 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Wed, 9 Mar 2016 10:36:19 +0200 Subject: [PATCH 1369/3141] Add insert-ordered-containers --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9269cba..85bbb8a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -977,6 +977,7 @@ packages: - binary-tagged - edit-distance - github + - insert-ordered-containers - JuicyPixels-scale-dct - lattices - monad-http From e6baaf4575f3cb6198acabd4e205db4395a0c061 Mon Sep 17 00:00:00 2001 From: Kazuo Koga Date: Wed, 9 Mar 2016 22:27:06 +0900 Subject: [PATCH 1370/3141] Add xlsx-tabular --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85bbb8a0..335a37d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2001,6 +2001,9 @@ packages: "Aaron Levin @aaronmblevin": - free-vl + "Kazuo Koga ": + - xlsx-tabular + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From d6b6f6be1610e4a0eff1261dd1c42fe081c9f91e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 11 Mar 2016 11:38:52 +0100 Subject: [PATCH 1371/3141] zip test timeout --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 335a37d4..c77a7901 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2518,6 +2518,7 @@ expected-test-failures: # timeouts - cabal-helper - graphviz + - zip # Problem with v0.1.6.0: https://github.com/fpco/stackage/issues/1206 - hsdev From 671ca8d391639a182de3650f087c643e917c00ea Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sun, 13 Mar 2016 21:49:53 -0500 Subject: [PATCH 1372/3141] Add wuss https://hackage.haskell.org/package/wuss --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c77a7901..f5213e05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1185,6 +1185,7 @@ packages: - autoexporter - ratel - ratel-wai + - wuss "Marios Titas @redneb": - btrfs From eaa4d3045ac57488e950e324664d34fd9a7343f2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Mar 2016 12:00:56 +0100 Subject: [PATCH 1373/3141] Upper bound for #1276 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c77a7901..1dc0b41d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2056,6 +2056,9 @@ packages: - bifunctors < 5.2.1 - text-show < 3 + # https://github.com/fpco/stackage/issues/1276 + - hint < 0.5 + # end of packages From abf943bb4fdf9c93c2741db321f51100570f0803 Mon Sep 17 00:00:00 2001 From: Nicolas Trangez Date: Mon, 14 Mar 2016 19:40:03 +0100 Subject: [PATCH 1374/3141] Add `reedsolomon` Add the `reedsolomon` package to `build-constraints.yaml`. See: https://github.com/NicolasT/reedsolomon See: https://hackage.haskell.org/package/reedsolomon --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b31370c..5d151415 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2005,6 +2005,9 @@ packages: "Kazuo Koga ": - xlsx-tabular + "Nicolas Trangez ikke@nicolast.be @NicolasT": + - reedsolomon + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From 938192d9255c54fc82a6d7313b1adc4742069211 Mon Sep 17 00:00:00 2001 From: Yorick Laupa Date: Mon, 14 Mar 2016 22:45:57 +0100 Subject: [PATCH 1375/3141] Add dotnet-timespan --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b31370c..81876926 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1834,6 +1834,7 @@ packages: "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore + - dotnet-timespan "Sebastian Dröge slomo@coaxion.net @sdroege": - conduit-iconv From 10a218a8436290ca4e962bcea5d6e18e4e291917 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 14 Mar 2016 17:51:39 -0700 Subject: [PATCH 1376/3141] Disable reedsolomon per #1279 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81aded99..791c7ec2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2006,8 +2006,9 @@ packages: "Kazuo Koga ": - xlsx-tabular - "Nicolas Trangez ikke@nicolast.be @NicolasT": - - reedsolomon + # https://github.com/fpco/stackage/issues/1279 + # "Nicolas Trangez ikke@nicolast.be @NicolasT": + # - reedsolomon # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 03ce96c2066ce19275ef14cf939954c1d3254157 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 15 Mar 2016 19:26:22 +0100 Subject: [PATCH 1377/3141] Add the 'pointful' package. As requested in https://github.com/23Skidoo/pointful/issues/7. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 791c7ec2..b17af1a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2006,6 +2006,9 @@ packages: "Kazuo Koga ": - xlsx-tabular + "Mikhail Glushenkov @23Skidoo": + - pointful + # https://github.com/fpco/stackage/issues/1279 # "Nicolas Trangez ikke@nicolast.be @NicolasT": # - reedsolomon From 4ca18079073a9368428c9c9f322bee88ffa0abb9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 15 Mar 2016 16:07:26 -0700 Subject: [PATCH 1378/3141] Add constraint "jwt < 0.7.0" per #1281 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 791c7ec2..6385f67b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2065,6 +2065,9 @@ packages: # https://github.com/fpco/stackage/issues/1276 - hint < 0.5 + # https://github.com/fpco/stackage/issues/1281 + - jwt < 0.7.0 + # end of packages From 839456e67c53d3f28ab34e4a2234e581618e60e3 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Tue, 15 Mar 2016 22:20:01 -0500 Subject: [PATCH 1379/3141] Add lackey and strive https://hackage.haskell.org/package/lackey https://hackage.haskell.org/package/strive --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a88c2d94..833997e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1179,12 +1179,14 @@ packages: - cgi "Taylor Fausak @tfausak": - - flow - - octane - - ekg-statsd - autoexporter + - ekg-statsd # Maintained by @tibbe. + - flow + - lackey + - octane - ratel - ratel-wai + - strive - wuss "Marios Titas @redneb": From 7146aed5fc4347ec189d2b97e5a580a414b591f8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 16 Mar 2016 14:12:20 +0900 Subject: [PATCH 1380/3141] Revert "some http2 tests failing (kazu-yamamoto/http2#8)" This should be fixed in http2-1.5.4 This reverts commit 600149d2fdf3d61710712c1f2a6c6dbc51fda4fe. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a88c2d94..324337a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2538,9 +2538,6 @@ expected-test-failures: # Problem with v0.1.6.0: https://github.com/fpco/stackage/issues/1206 - hsdev - # https://github.com/kazu-yamamoto/http2/issues/8 - - http2 - # https://github.com/elaye/turtle-options/issues/3 - turtle-options # end of expected-test-failures From 52295050db0e06b870c5e8f6566fa7bdf6d6d6d7 Mon Sep 17 00:00:00 2001 From: Lennart Kolmodin Date: Wed, 16 Mar 2016 10:49:20 +0100 Subject: [PATCH 1381/3141] Add binary-bits In kolmodin/binary-bits#12 I was asked to add binary-bits to stackage. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 324337a0..704260eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2008,6 +2008,9 @@ packages: "Mikhail Glushenkov @23Skidoo": - pointful + + "Lennart Kolmodin @kolmodin": + - binary-bits # https://github.com/fpco/stackage/issues/1279 # "Nicolas Trangez ikke@nicolast.be @NicolasT": From 6c7579cfc656bad0bb3304fba1ee52954a6f3e74 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 16 Mar 2016 23:14:44 -0700 Subject: [PATCH 1382/3141] Skip language-javascript test suite per erikd/language-javascript#46 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 324337a0..2306ec01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2229,6 +2229,7 @@ skipped-tests: - terminal-progress-bar - threads - yesod-static-angular + - language-javascript # - https://github.com/fpco/stackage/pull/906 - HaRe From 4aaa9b2c68c19a3dfc36297d7a48b23e7d8f8539 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 17 Mar 2016 08:42:47 -0700 Subject: [PATCH 1383/3141] Revert "Skip language-javascript test suite per erikd/language-javascript#46" This reverts commit 6c7579cfc656bad0bb3304fba1ee52954a6f3e74. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b75214e5..704260eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2232,7 +2232,6 @@ skipped-tests: - terminal-progress-bar - threads - yesod-static-angular - - language-javascript # - https://github.com/fpco/stackage/pull/906 - HaRe From c78952ede4757738c447709ce049921b95067a8e Mon Sep 17 00:00:00 2001 From: Nicolas Trangez Date: Thu, 17 Mar 2016 21:27:11 +0100 Subject: [PATCH 1384/3141] Revert "Disable reedsolomon per #1279" Re-enable the `reedsolomon` package, but disable the `llvm` Cabal flag: the Stackage build servers run a version of LLVM that's incompatible with the GHC version being used, causing the build to fail when the `llvm` flag (which passes `-fllvm` to GHC) is enabled. This reverts commit 10a218a8436290ca4e962bcea5d6e18e4e291917. Conflicts: build-constraints.yaml Fixes: fpco/stackage#1279 See: https://github.com/fpco/stackage/issues/1279 --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 704260eb..73807c03 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2012,9 +2012,8 @@ packages: "Lennart Kolmodin @kolmodin": - binary-bits - # https://github.com/fpco/stackage/issues/1279 - # "Nicolas Trangez ikke@nicolast.be @NicolasT": - # - reedsolomon + "Nicolas Trangez ikke@nicolast.be @NicolasT": + - reedsolomon # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. @@ -2142,6 +2141,9 @@ package-flags: fay: test: true + reedsolomon: + llvm: false + # end of package-flags From 123eeae72180dd852577d4a4ee281509e902c3d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Fri, 18 Mar 2016 09:27:02 +0800 Subject: [PATCH 1385/3141] add the github organization haskell-servant --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 704260eb..c9f2f0ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2680,6 +2680,9 @@ github-users: - RyanGlScott haskell-compat: - RyanGlScott + haskell-servant: + - jkarni + - SoenkeHahn # end of github-users From ce60953748bbd9a11062e09c6145de2ccb43613f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 18 Mar 2016 07:35:26 -0700 Subject: [PATCH 1386/3141] Add constraint "Earley < 0.11.0.0" per #1286 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cca56d4..e02b7ff2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2075,6 +2075,9 @@ packages: # https://github.com/fpco/stackage/issues/1281 - jwt < 0.7.0 + # https://github.com/fpco/stackage/issues/1286 + - Earley < 0.11.0.0 + # end of packages From 81ff4ef0be82896911e24da32233a6faa06fa681 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 18 Mar 2016 09:28:05 -0700 Subject: [PATCH 1387/3141] Expect strive test suite to fail per tfausak/strive#104 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2215e830..597a8491 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2550,6 +2550,10 @@ expected-test-failures: # https://github.com/elaye/turtle-options/issues/3 - turtle-options + + # https://github.com/tfausak/strive/issues/104 + - strive + # end of expected-test-failures From 2cf0de11a557394a31d34e1ddecd1c8c6360bb6f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 18 Mar 2016 10:15:03 -0700 Subject: [PATCH 1388/3141] Revert "Expect strive test suite to fail per tfausak/strive#104" This reverts commit 81ff4ef0be82896911e24da32233a6faa06fa681. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 597a8491..2215e830 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2550,10 +2550,6 @@ expected-test-failures: # https://github.com/elaye/turtle-options/issues/3 - turtle-options - - # https://github.com/tfausak/strive/issues/104 - - strive - # end of expected-test-failures From 96122aa05ec6994b8c0830fedc841ba9b0057d18 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 18 Mar 2016 13:36:44 -0700 Subject: [PATCH 1389/3141] Skip flow test suite per tfausak/flow#9 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2215e830..938871f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2256,6 +2256,9 @@ skipped-tests: # Requires stripe API key and unreleased test package https://github.com/fpco/stackage/issues/1272 - stripe-http-streams + # https://github.com/tfausak/flow/issues/9 + - flow + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 59ef05552ac48841f8eac7eeb2061f1106ccd741 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 18 Mar 2016 16:54:15 -0700 Subject: [PATCH 1390/3141] Revert "Skip flow test suite per tfausak/flow#9" This reverts commit 96122aa05ec6994b8c0830fedc841ba9b0057d18. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 938871f9..2215e830 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2256,9 +2256,6 @@ skipped-tests: # Requires stripe API key and unreleased test package https://github.com/fpco/stackage/issues/1272 - stripe-http-streams - # https://github.com/tfausak/flow/issues/9 - - flow - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 5d059c4d1b82d69f8410b80bfc41b4a3617a63b3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 19 Mar 2016 11:44:35 -0400 Subject: [PATCH 1391/3141] add github-backup requested by debian --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2215e830..6ad046fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -611,6 +611,7 @@ packages: "Joey Hess @joeyh": - git-annex + - github-backup - Win32-extras - concurrent-output - mountpoints From 516703fee33d6a0435e351f7a62b9bb53f0d2ce9 Mon Sep 17 00:00:00 2001 From: Alex McLean Date: Sat, 19 Mar 2016 23:09:15 +0000 Subject: [PATCH 1392/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2215e830..d618397b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2017,6 +2017,9 @@ packages: "Nicolas Trangez ikke@nicolast.be @NicolasT": - reedsolomon + "Alex McLean @yaxu": + - tidal + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From e0d40373de8e1863dbc1805a62faa88dda822042 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 19 Mar 2016 20:53:00 -0700 Subject: [PATCH 1393/3141] Add constraints "servant(-*) < 0.5" per #1290 --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2215e830..18c97287 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2078,6 +2078,14 @@ packages: # https://github.com/fpco/stackage/issues/1286 - Earley < 0.11.0.0 + # https://github.com/fpco/stackage/issues/1290 + - servant < 0.5 + - servant-blaze < 0.5 + - servant-client < 0.5 + - servant-docs < 0.5 + - servant-mock < 0.5 + - servant-server < 0.5 + # end of packages From 0617f9df85bbe4789ece8fe8130750a7ed958db2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 19 Mar 2016 20:58:27 -0700 Subject: [PATCH 1394/3141] Add constraint "hjsmin < 0.2" per #1291 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18c97287..a7c70b45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2086,6 +2086,9 @@ packages: - servant-mock < 0.5 - servant-server < 0.5 + # https://github.com/fpco/stackage/issues/1291 + - hjsmin < 0.2 + # end of packages From 42152a3ea8d5b33e725fc93c716bdcc94ea5cba0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 19 Mar 2016 20:59:59 -0700 Subject: [PATCH 1395/3141] Add constraint "language-javascript < 0.6" per #1292 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7c70b45..b319f5bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2089,6 +2089,9 @@ packages: # https://github.com/fpco/stackage/issues/1291 - hjsmin < 0.2 + # https://github.com/fpco/stackage/issues/1292 + - language-javascript < 0.6 + # end of packages From 3765a6083480ca502a8cc6c1851a642c44a2f618 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 19 Mar 2016 21:00:59 -0700 Subject: [PATCH 1396/3141] Add constraint "redis-resp < 0.4" per #1293 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b319f5bf..106f8c8b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2092,6 +2092,9 @@ packages: # https://github.com/fpco/stackage/issues/1292 - language-javascript < 0.6 + # https://github.com/fpco/stackage/issues/1293 + - redis-resp < 0.4 + # end of packages From e1682de0f23e6fd451face30e63b851bd36164e3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 19 Mar 2016 21:07:42 -0700 Subject: [PATCH 1397/3141] Remove constraint "jwt < 0.7.0", closes #1281 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 106f8c8b..9059cf95 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2072,9 +2072,6 @@ packages: # https://github.com/fpco/stackage/issues/1276 - hint < 0.5 - # https://github.com/fpco/stackage/issues/1281 - - jwt < 0.7.0 - # https://github.com/fpco/stackage/issues/1286 - Earley < 0.11.0.0 From f1ee7a833d2f27d6233d6a5cbc56d80a5a7f5a85 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 19 Mar 2016 21:14:28 -0700 Subject: [PATCH 1398/3141] Remove constraint "hint < 0.5", closes #1276 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9059cf95..fdf64a60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2069,9 +2069,6 @@ packages: - bifunctors < 5.2.1 - text-show < 3 - # https://github.com/fpco/stackage/issues/1276 - - hint < 0.5 - # https://github.com/fpco/stackage/issues/1286 - Earley < 0.11.0.0 From 8094b3b18cde7feeff1fcf6baf52dcc80e6ea9a8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 19 Mar 2016 21:24:35 -0700 Subject: [PATCH 1399/3141] Remove constraint "cryptohash < 0.11.7", closes #1240 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fdf64a60..b858f696 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1756,7 +1756,8 @@ packages: "Tim McGilchrist @tmcgilchrist": - riak - - airship + # https://github.com/helium/airship/issues/97 + # - airship "Yuras Shumovich @Yuras": - pdf-toolbox-core @@ -2055,9 +2056,6 @@ packages: # https://github.com/fpco/stackage/issues/1227 - diagrams-svg < 1.4 - # https://github.com/fpco/stackage/issues/1240 - - cryptohash < 0.11.7 - # https://github.com/fpco/stackage/issues/1258 - language-c < 0.5.0 From 55d842aa6813c2511a83007dbcf7d24d32def936 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Sun, 20 Mar 2016 23:58:26 +0900 Subject: [PATCH 1400/3141] add packages of relational-record, relational-query and others. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43ec244e..866990e8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2022,6 +2022,11 @@ packages: "Alex McLean @yaxu": - tidal + "Kei Hibino @khibino": + - relational-query + - relational-query-HDBC + - persistable-types-HDBC-pg + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From fef076ac394fda5cc8ad54da5ca1c3e47b6608da Mon Sep 17 00:00:00 2001 From: Peter Harpending Date: Sun, 20 Mar 2016 13:36:53 -0600 Subject: [PATCH 1401/3141] Add pharpend/semiring-simple --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43ec244e..83cd098c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1277,6 +1277,7 @@ packages: - editor-open - exceptional - pager + - semiring-simple "Philipp Hausmann @phile314": - tasty-silver From e0c3e7016018fc70459a7cbf625e425c7233deac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 20 Mar 2016 14:49:15 -0700 Subject: [PATCH 1402/3141] Add constraint "pandoc < 1.17" per #1296 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 309e62ee..651bbfac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2097,6 +2097,9 @@ packages: # https://github.com/fpco/stackage/issues/1293 - redis-resp < 0.4 + # https://github.com/fpco/stackage/issues/1296 + - pandoc < 1.17 + # end of packages From 2043e36d2e1b2f61d9f55f4988ea82591eaa6b63 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 20 Mar 2016 15:37:27 -0700 Subject: [PATCH 1403/3141] Disable tidal per #1297 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 651bbfac..54821c54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2020,8 +2020,9 @@ packages: "Nicolas Trangez ikke@nicolast.be @NicolasT": - reedsolomon - "Alex McLean @yaxu": - - tidal + # https://github.com/fpco/stackage/issues/1297 + # "Alex McLean @yaxu": + # - tidal "Kei Hibino @khibino": - relational-query From e9b2af691f7799c7d209f505aa97b06e39d9bcd1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 20 Mar 2016 15:40:35 -0700 Subject: [PATCH 1404/3141] Add constraint "morte < 1.5" per #1298 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54821c54..d6f183ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2101,6 +2101,9 @@ packages: # https://github.com/fpco/stackage/issues/1296 - pandoc < 1.17 + # https://github.com/fpco/stackage/issues/1298 + - morte < 1.5 + # end of packages From 96ace0f32959087cdf82e0b516bc2b5af54b4c4e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 20 Mar 2016 15:42:58 -0700 Subject: [PATCH 1405/3141] tidal also disabled per serialport issue, see #1299 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6f183ce..ef485599 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2021,6 +2021,7 @@ packages: - reedsolomon # https://github.com/fpco/stackage/issues/1297 + # https://github.com/fpco/stackage/issues/1299 # "Alex McLean @yaxu": # - tidal From 505c50ed84febec1a1a1bdf7880e0d681de40009 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 20 Mar 2016 15:48:07 -0700 Subject: [PATCH 1406/3141] Restore constraint "hint < 0.5" per reopened #1276 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef485599..812f58a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2079,6 +2079,9 @@ packages: - bifunctors < 5.2.1 - text-show < 3 + # https://github.com/fpco/stackage/issues/1276 + - hint < 0.5 + # https://github.com/fpco/stackage/issues/1286 - Earley < 0.11.0.0 From f1915161a7ecc74a19fdcda02b841e4c0e74e7a7 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Mon, 21 Mar 2016 11:34:01 +1100 Subject: [PATCH 1407/3141] Add airship back http://hackage.haskell.org/package/airship-0.5.0 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 812f58a0..96c87646 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1758,8 +1758,7 @@ packages: "Tim McGilchrist @tmcgilchrist": - riak - # https://github.com/helium/airship/issues/97 - # - airship + - airship "Yuras Shumovich @Yuras": - pdf-toolbox-core From 8134a8794edc30bd48a5e1763dd8bfdb83b49f65 Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Mon, 21 Mar 2016 07:57:07 +0100 Subject: [PATCH 1408/3141] Adding additional amazonka libraries --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 96c87646..2fb593ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1048,12 +1048,14 @@ packages: - amazonka-test - amazonka-apigateway - amazonka-autoscaling + - amazonka-certificatemanager - amazonka-cloudformation - amazonka-cloudfront - amazonka-cloudhsm - amazonka-cloudsearch-domains - amazonka-cloudsearch - amazonka-cloudtrail + - amazonka-cloudwatch-events - amazonka-cloudwatch-logs - amazonka-cloudwatch - amazonka-codecommit @@ -1065,10 +1067,12 @@ packages: - amazonka-datapipeline - amazonka-devicefarm - amazonka-directconnect + - amazonka-dms - amazonka-ds - amazonka-dynamodb-streams - amazonka-dynamodb - amazonka-ec2 + - amazonka-ecr - amazonka-ecs - amazonka-efs - amazonka-elasticache @@ -1077,6 +1081,7 @@ packages: - amazonka-elastictranscoder - amazonka-elb - amazonka-emr + - amazonka-gamelift - amazonka-glacier - amazonka-iam - amazonka-importexport @@ -1088,6 +1093,7 @@ packages: - amazonka-kms - amazonka-lambda - amazonka-marketplace-analytics + - amazonka-marketplace-metering - amazonka-ml - amazonka-opsworks - amazonka-rds From be2e8ab637a8dc1057f0d7a3ae11a6c06ed05bad Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Mon, 21 Mar 2016 16:23:27 +0900 Subject: [PATCH 1409/3141] add text-ldap, debian-build --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 96c87646..a5f196f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2028,6 +2028,8 @@ packages: - relational-query - relational-query-HDBC - persistable-types-HDBC-pg + - text-ldap + - debian-build # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From f16fd5da53ab44998e2b4738f5f40d08003ba9d5 Mon Sep 17 00:00:00 2001 From: Index Int Date: Mon, 21 Mar 2016 13:05:44 +0300 Subject: [PATCH 1410/3141] Add the union package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 96c87646..a619457d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1446,6 +1446,7 @@ packages: "Index Int ": - transformers-lift - ether + - union "Stack Builders stackage@stackbuilders.com @stackbuilders": - hapistrano From 727929869184239f17bf94f240e3a17f0e25bf38 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 21 Mar 2016 08:57:32 -0700 Subject: [PATCH 1411/3141] Remove constraint "hint < 0.5", closes #1276 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 96c87646..e54b1077 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2078,9 +2078,6 @@ packages: - bifunctors < 5.2.1 - text-show < 3 - # https://github.com/fpco/stackage/issues/1276 - - hint < 0.5 - # https://github.com/fpco/stackage/issues/1286 - Earley < 0.11.0.0 From 844b95237125ea9e76c0245ca5d05dd1cb5227f9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 22 Mar 2016 21:33:24 +0200 Subject: [PATCH 1412/3141] Add cryptonite-conduit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f7183923..540b7c79 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -73,6 +73,7 @@ packages: - monad-unlift - yaml - servius + - cryptonite-conduit "FP Complete michael@fpcomplete.com @snoyberg": - alex From b1d682fce901c568d7789534fd84a692b11e4b08 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 23 Mar 2016 12:15:01 +0900 Subject: [PATCH 1413/3141] latest dixi requires servant 0.5 (#1290) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f7183923..6122c219 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2097,6 +2097,8 @@ packages: - servant-docs < 0.5 - servant-mock < 0.5 - servant-server < 0.5 + # requires servant-server-0.5 + - dixi < 0.6.9.0 # https://github.com/fpco/stackage/issues/1291 - hjsmin < 0.2 From e893ddfd0b9683b96442c5c71100c8c5851be677 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 23 Mar 2016 12:41:11 +0900 Subject: [PATCH 1414/3141] update protocol-buffers bounds to 2.3 (#1118,#1307) --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6122c219..f17d4814 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2050,10 +2050,10 @@ packages: # https://github.com/fpco/stackage/issues/1096 - deepseq-generics < 0.2 - # https://github.com/fpco/stackage/issues/1118 - - protocol-buffers < 2.2 - - protocol-buffers-descriptor < 2.2 - - hprotoc < 2.2 + # https://github.com/fpco/stackage/issues/1307 + - protocol-buffers < 2.3 + - protocol-buffers-descriptor < 2.3 + - hprotoc < 2.3 # https://github.com/fpco/stackage/issues/1128 - machines < 0.6 From b99afb9d25ccd0560ed6104ede6d6ce291cee70b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 23 Mar 2016 14:46:02 +0900 Subject: [PATCH 1415/3141] temporarily disable dixi until servant 0.5 (#1308) --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa711cd2..7e295b5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -449,7 +449,8 @@ packages: "Liam O'Connor ": - patches-vector - composition-tree - - dixi + # temporarily disable dixi since latest needs servant 0.5 + #- dixi - latex-formulae-image - latex-formulae-pandoc - latex-formulae-hakyll @@ -2099,7 +2100,7 @@ packages: - servant-mock < 0.5 - servant-server < 0.5 # requires servant-server-0.5 - - dixi < 0.6.9.0 + #- dixi < 0.6.9.0 # https://github.com/fpco/stackage/issues/1291 - hjsmin < 0.2 From 17cbbab09f315be17e1b3b3b6937a510cf9cd7f9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 23 Mar 2016 14:48:25 +0900 Subject: [PATCH 1416/3141] Revert "Add constraint "pandoc < 1.17" per #1296" This reverts commit e0c3e7016018fc70459a7cbf625e425c7233deac. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e295b5d..fd88bcad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2111,9 +2111,6 @@ packages: # https://github.com/fpco/stackage/issues/1293 - redis-resp < 0.4 - # https://github.com/fpco/stackage/issues/1296 - - pandoc < 1.17 - # https://github.com/fpco/stackage/issues/1298 - morte < 1.5 From d576f978341b2f3f7dde941e85080cf5bc3a85f0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 23 Mar 2016 18:18:02 +0900 Subject: [PATCH 1417/3141] update to aeson-0.11: disable hpc-coveralls, datadog, flowdock, argon (#1211) enable katip-elasticsearch and newer stack --- build-constraints.yaml | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd88bcad..fd90fef4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -69,7 +69,8 @@ packages: - binary-conduit - lzma-conduit - mutable-containers - - hpc-coveralls + # needs update to aeson-0.11 + #- hpc-coveralls - monad-unlift - yaml - servius @@ -1313,10 +1314,12 @@ packages: - serf - uri-templater - librato - - datadog + # needs update to aeson-0.11 + #- datadog # http-types < 0.9 - # - engine-io-growler - - flowdock + #- engine-io-growler + # needs update to aeson-0.11 + #- flowdock - growler "Michael Xavier @MichaelXavier": @@ -1783,7 +1786,7 @@ packages: - IntervalMap "Michele Lacchia ": - - argon >= 0.3 + #- argon >= 0.3 - docopt - pathwalk @@ -2001,8 +2004,7 @@ packages: - hs-GeoIP - retry - katip - # requires bloodhound (which requires aeson >= 0.11) - # - katip-elasticsearch + - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple @@ -2067,13 +2069,8 @@ packages: - lens < 4.13.1 # See expected test failure below for same issue - # https://github.com/fpco/stackage/issues/1211 - - aeson < 0.10 - # stack-1.0.4 requires hpack-0.9 requires aeson >= 0.10 - - stack < 1.0.4 - # https://github.com/fpco/stackage/issues/1215 - - argon < 0.4.1.0 + #- argon < 0.4.1.0 # https://github.com/fpco/stackage/issues/1227 - diagrams-svg < 1.4 @@ -2227,10 +2224,6 @@ skipped-tests: # https://github.com/Soostone/retry/issues/30 - retry - # QuickCheck 2.8.2 - # Fixed in aeson 0.11.0.0 - - aeson - # doctest < 0.10 # Closed due to inactivity: https://github.com/fpco/stackage/issues/622 - bound @@ -2257,7 +2250,7 @@ skipped-tests: # Misc from GHC 7.10.3 upgrade # https://github.com/fpco/stackage/issues/1045 - - argon + #- argon - clock # HUnit < 1.3 From d0171a94d58471dbdfe866e4ddb60efd9e2a4482 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 23 Mar 2016 13:46:26 -0700 Subject: [PATCH 1418/3141] Add libasound2-dev to debian-bootstrap.sh Addresses #1297 --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 1f69e4d3..04e2db2d 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -39,6 +39,7 @@ apt-get install -y \ freeglut3-dev \ git \ libadns1-dev \ + libasound2-dev \ libblas-dev \ libbz2-dev \ libcairo2-dev \ From e70789ff0cf6532692aed626f028980405c86cc8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 24 Mar 2016 10:04:56 +0900 Subject: [PATCH 1419/3141] revert clock to 0.5.1 (last version with fromInteger instance, #1305) move clock from skipped-tests to expected-test-failures (#1045) --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd90fef4..c75fbf42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -219,7 +219,8 @@ packages: - uuid "Philipp Middendorf ": - - clock + # https://github.com/fpco/stackage/issues/1305 + - clock < 0.5.2 "Stefan Wehr ": - HTF @@ -2251,7 +2252,6 @@ skipped-tests: # Misc from GHC 7.10.3 upgrade # https://github.com/fpco/stackage/issues/1045 #- argon - - clock # HUnit < 1.3 - GLFW-b @@ -2579,6 +2579,9 @@ expected-test-failures: # https://github.com/elaye/turtle-options/issues/3 - turtle-options + + # https://github.com/fpco/stackage/issues/1045 (moved here from skipped-tests) + - clock # end of expected-test-failures From 80c22101602862d82e991cd94e78bab9f9f6457a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 24 Mar 2016 10:18:28 +0900 Subject: [PATCH 1420/3141] disable haskell-packages (abandoned and fails with aeson-0.11, haskell-suite/haskell-packages#23) --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c75fbf42..00e7caa8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2045,9 +2045,10 @@ packages: # 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 "Abandoned packages": - # https://github.com/fpco/stackage/issues/1056 - - haskell-packages + # fails with aeson-0.11 (https://github.com/haskell-suite/haskell-packages/issues/23) + #- haskell-packages - curl - hse-cpp From 18238c1ec62de90af498d610a78e4efd3138c7bf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 24 Mar 2016 12:05:30 +0900 Subject: [PATCH 1421/3141] twitter-types test failing with aeson-0.11 (himura/twitter-types#38) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00e7caa8..14434aea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2583,6 +2583,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1045 (moved here from skipped-tests) - clock + + # https://github.com/himura/twitter-types/issues/38 + - twitter-types # end of expected-test-failures From 75cdb18d519fc7cd51dd9062c929e546f4e4cdf6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 24 Mar 2016 12:48:41 +0900 Subject: [PATCH 1422/3141] pandoc tei tests failing (jgm/pandoc#2811) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14434aea..3144b61e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2586,6 +2586,9 @@ expected-test-failures: # https://github.com/himura/twitter-types/issues/38 - twitter-types + + # https://github.com/jgm/pandoc/issues/2811 + - pandoc # end of expected-test-failures From bf9282b298aebc935136e3fdb74e59d676a36b23 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 24 Mar 2016 13:01:27 +0900 Subject: [PATCH 1423/3141] mangopay fails with aeson-0.11 (prowdsponsor/mangopay#32) --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3144b61e..0546bdc0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -423,7 +423,8 @@ packages: - esqueleto - fb - fb-persistent - - mangopay + # https://github.com/prowdsponsor/mangopay/issues/32 + #- mangopay - nonce - serversession - serversession-backend-acid-state @@ -436,7 +437,8 @@ packages: - yesod-auth-account-fork - yesod-auth-fb - yesod-fb - - yesod-mangopay + # https://github.com/prowdsponsor/mangopay/issues/32 + #- yesod-mangopay "Alexander Altman ": # Maintaining on behalf of @roelvandijk: From 8711a617910e6382ee18cdfe7e1380ced2097004 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 24 Mar 2016 15:03:56 +0900 Subject: [PATCH 1424/3141] disable new katip-elasticsearch package due to tests failing (#1271) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0546bdc0..9f0dddfd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2007,7 +2007,8 @@ packages: - hs-GeoIP - retry - katip - - katip-elasticsearch + # tests failing initially https://github.com/fpco/stackage/pull/1271 + #- katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple From c41068b06b72635ab139818796ceb8a2b3ca72aa Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 24 Mar 2016 15:52:12 +0900 Subject: [PATCH 1425/3141] add leksah-server (leksah/leksah#267) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f0dddfd..322ba1dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -903,6 +903,7 @@ packages: "Jens Petersen juhpetersen@gmail.com @juhp": - cabal-rpm - cabal-sort + - leksah-server "Renzo Carbonara renzocarbonara@gmail.com @k0001": - network-simple From a74faeb3035950c86e2b2507d9acb76f768d28e2 Mon Sep 17 00:00:00 2001 From: wren romano Date: Thu, 24 Mar 2016 19:21:33 -0400 Subject: [PATCH 1426/3141] add wrengr's packages --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 322ba1dd..8faa561d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2047,6 +2047,18 @@ packages: - text-ldap - debian-build + "wren romano @wrengr": + - bytestring-lexing + - bytestring-trie + - data-or + - exact-combinatorics + - logfloat + - pointless-fun + - prelude-safeenum + - stm-chans + - unification-fd + - unix-bytestring + # 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 e7ec11377e88dbd5640e5be020ca2412f5fe4e5f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 25 Mar 2016 11:54:21 +0900 Subject: [PATCH 1427/3141] add more leksah dependencies (leksah/leksah#267) ghcjs-codemirror, ghcjs-dom, jsaddle, vado, vcsgui, vcswrapper, webkitgtk3, webkitgtk3-javascriptcore --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 322ba1dd..b9124818 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -903,7 +903,15 @@ packages: "Jens Petersen juhpetersen@gmail.com @juhp": - cabal-rpm - cabal-sort + - ghcjs-codemirror + - ghcjs-dom + - jsaddle - leksah-server + - vado + - vcsgui + - vcswrapper + - webkitgtk3 + - webkitgtk3-javascriptcore "Renzo Carbonara renzocarbonara@gmail.com @k0001": - network-simple From 77654c21439dc38d2e7addf679392dd0c09c7270 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 25 Mar 2016 11:58:02 +0900 Subject: [PATCH 1428/3141] add ltk (leksah/leksah#267) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9124818..8af6a7cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -907,6 +907,7 @@ packages: - ghcjs-dom - jsaddle - leksah-server + - ltk - vado - vcsgui - vcswrapper From 8e1d3affcb2087f462f6bae3031d349457987984 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 25 Mar 2016 15:01:11 +0900 Subject: [PATCH 1429/3141] Revert "pandoc tei tests failing (jgm/pandoc#2811)" This reverts commit 75cdb18d519fc7cd51dd9062c929e546f4e4cdf6. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93567f6a..12004d72 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2611,9 +2611,6 @@ expected-test-failures: # https://github.com/himura/twitter-types/issues/38 - twitter-types - - # https://github.com/jgm/pandoc/issues/2811 - - pandoc # end of expected-test-failures From 710016331c9bd15ad473985211d9b9f7279c3b50 Mon Sep 17 00:00:00 2001 From: Carlo Hamalainen Date: Sat, 26 Mar 2016 10:43:54 +0800 Subject: [PATCH 1430/3141] Add ghc-imported-from to build-constraints.yaml I've updated my package ghc-imported-from to build with Stack and now I'd like for users to be able to install it from stack. https://hackage.haskell.org/package/ghc-imported-from --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12004d72..41e2b48b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2068,6 +2068,9 @@ packages: - unification-fd - unix-bytestring + "Carlo Hamalainen @carlohamalainen": + - ghc-imported-from + # 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 abd3cc7bef9f778b9257d9df7b742ae73a41da39 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Sat, 26 Mar 2016 19:46:44 +0100 Subject: [PATCH 1431/3141] add giphy-api --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12004d72..bfcc4e73 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1934,6 +1934,9 @@ packages: - questioner - stack-run-auto + "Pascal Hartig @passy": + - giphy-api + "rightfold @rightfold": - open-browser From 778ddb234e95c739d8065860b4d439c63546a7f6 Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Sat, 26 Mar 2016 20:20:17 +0100 Subject: [PATCH 1432/3141] add taggy and taggy-lens packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12004d72..8836b6b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2044,6 +2044,10 @@ packages: "Nicolas Trangez ikke@nicolast.be @NicolasT": - reedsolomon + "Alp Mestanogullari alpmestan@gmail.com @alpmestan": + - taggy + - taggy-lens + # https://github.com/fpco/stackage/issues/1297 # https://github.com/fpco/stackage/issues/1299 # "Alex McLean @yaxu": From d8d99badefa024683e3778d16224e8b2cc22ee9e Mon Sep 17 00:00:00 2001 From: Yutaka Nishimura Date: Sun, 27 Mar 2016 12:08:18 +0900 Subject: [PATCH 1433/3141] add atndapi --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12004d72..786934a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2068,6 +2068,9 @@ packages: - unification-fd - unix-bytestring + "Yutaka Nishimura @ynishi": + - atndapi + # 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 ad778da979dfae76b9b58fca1b89ae0bd6e3a8d3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 27 Mar 2016 18:46:10 +0900 Subject: [PATCH 1434/3141] Revert 'Add constraint "redis-resp < 0.4" per #1293' This reverts commit 3765a6083480ca502a8cc6c1851a642c44a2f618. # Conflicts: # build-constraints.yaml --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ff3407d..9f863768 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2142,9 +2142,6 @@ packages: # https://github.com/fpco/stackage/issues/1292 - language-javascript < 0.6 - # https://github.com/fpco/stackage/issues/1293 - - redis-resp < 0.4 - # https://github.com/fpco/stackage/issues/1298 - morte < 1.5 From d5df74795c52c2c575c188a838bd257ffc82dd15 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 27 Mar 2016 13:23:39 +0300 Subject: [PATCH 1435/3141] Only perform nightly duplication checks after building --- automated/build.sh | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 23957ec3..ed4dbb39 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -82,8 +82,14 @@ ARGS_PREBUILD="$ARGS_COMMON -u $USER -v $CABAL_DIR:/home/stackage/.cabal -v $STA ARGS_BUILD="$ARGS_COMMON -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro -v $GHC_DIR:/home/stackage/.ghc:ro" ARGS_UPLOAD="$ARGS_COMMON -u $USER -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY -e AWS_SECRET_KEY=$AWS_SECRET_KEY -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:/home/stackage/.stackage -v $SSH_DIR:/home/ubuntu/.ssh:ro -v $GITCONFIG:/home/stackage/.gitconfig:ro -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro" -# Make sure we actually need this snapshot -docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET" +# Make sure we actually need this snapshot. We only check this for LTS releases +# since, for nightlies, we'd like to run builds even if they are unnecessary to +# get early warning information of upcoming failures. (See the duplicate check +# below for why this is safe.) +if [ $SHORTNAME = "lts" ] +then + docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET" +fi # Get latest stack curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C $EXTRA_BIN_DIR '*/stack' @@ -102,6 +108,13 @@ docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "/home/stackage/bin/stack update & # switch back to the current user docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER /home/stackage && sudo -E -u $USER env \"PATH=\$PATH:/home/stackage/bin\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" +# Make sure we actually need this snapshot. We used to perform this check +# exclusively before building. Now we perform it after as well for the case of +# nightly, where we don't perform this check beforehand. This is also slightly +# safer, in case someone else already uploaded a specific snapshot while we +# were building. +docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET" + # Successful build, so we need to: # # * Upload the docs to S3 From 9e5088277268befba6a143281cca72c5d302a2db Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 27 Mar 2016 21:48:05 +0900 Subject: [PATCH 1436/3141] ghc-imported-from test failing (#1315) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f863768..83776cf3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2076,7 +2076,9 @@ packages: - unix-bytestring "Carlo Hamalainen @carlohamalainen": - - ghc-imported-from + # https://github.com/fpco/stackage/pull/1315 + #- ghc-imported-from + [] # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 1ce9265b39a40241f7e5bc6baf7b5c2b283568b8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 27 Mar 2016 21:52:30 +0900 Subject: [PATCH 1437/3141] debian-bootstrap.sh: add libwebkitgtk-3.0-dev for webkitgtk3 --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 04e2db2d..528c6c70 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -84,6 +84,7 @@ apt-get install -y \ libtre-dev \ libudev-dev \ libusb-1.0-0-dev \ + libwebkitgtk-3.0-dev \ libxau-dev \ libxml2-dev \ libxss-dev \ From d2e91d713a059880dfe70e8de26ebebd898a31f9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 27 Mar 2016 21:55:34 +0900 Subject: [PATCH 1438/3141] giphy-api some tests failing (#1316) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83776cf3..395714f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1935,7 +1935,9 @@ packages: - stack-run-auto "Pascal Hartig @passy": - - giphy-api + # https://github.com/fpco/stackage/pull/1316 + #- giphy-api + [] "rightfold @rightfold": - open-browser From 0bec2b0e397bc4c9cfe7f5d706cc8945a78d8d07 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 27 Mar 2016 22:11:37 +0900 Subject: [PATCH 1439/3141] enable tidal (#1297, #1299) by allowing serialport test failure --- build-constraints.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 395714f7..dbdd279d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2053,10 +2053,8 @@ packages: - taggy - taggy-lens - # https://github.com/fpco/stackage/issues/1297 - # https://github.com/fpco/stackage/issues/1299 - # "Alex McLean @yaxu": - # - tidal + "Alex McLean @yaxu": + - tidal "Kei Hibino @khibino": - relational-query @@ -2622,6 +2620,9 @@ expected-test-failures: # https://github.com/himura/twitter-types/issues/38 - twitter-types + + # https://github.com/fpco/stackage/issues/1299 + - serialport # end of expected-test-failures From 4f37b22bb7ae8d685bab1aafec2db29ef0406656 Mon Sep 17 00:00:00 2001 From: Yutaka Nishimura Date: Sun, 27 Mar 2016 22:34:20 +0900 Subject: [PATCH 1440/3141] add atndapi --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbdd279d..4b37cbb1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2080,6 +2080,9 @@ packages: #- ghc-imported-from [] + "Yutaka Nishimura @ynishi": + - atndapi + # 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 42b03dc4f6b5bdac5793adc9b4506525ce45704f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 27 Mar 2016 23:28:58 +0900 Subject: [PATCH 1441/3141] default jsaddle to gtk3 (ghcjs/jsaddle#9) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbdd279d..59bc8ff0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2218,6 +2218,9 @@ package-flags: reedsolomon: llvm: false + # https://github.com/ghcjs/jsaddle/issues/9 + jsaddle: + gtk3: true # end of package-flags From 29fea2dfe2a33d8920dc8dd012123d12130bda92 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 27 Mar 2016 23:34:27 +0900 Subject: [PATCH 1442/3141] disable jsaddle for now (ghcjs/jsaddle#9) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59bc8ff0..9550a05e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -905,7 +905,8 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom - - jsaddle + # https://github.com/ghcjs/jsaddle/issues/9 + #- jsaddle - leksah-server - ltk - vado From bc4aab85ee3447d46bd64719c1b36088a5afa8e4 Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Mon, 28 Mar 2016 07:52:28 +0900 Subject: [PATCH 1443/3141] Add zot --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33d18453..994841b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2084,6 +2084,9 @@ packages: "Yutaka Nishimura @ynishi": - atndapi + "Yoshikuni Jujo @YoshikuniJujo": + - zot + # 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 abe72d759187eb917b70626d5fbcdf976d0126a1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 28 Mar 2016 11:27:03 +0900 Subject: [PATCH 1444/3141] foldl < 1.2.0 (#1321) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 994841b8..81ecf06c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2154,6 +2154,8 @@ packages: # https://github.com/fpco/stackage/issues/1298 - morte < 1.5 + # https://github.com/fpco/stackage/issues/1321 + - foldl < 1.2.0 # end of packages From da13ddafb5f4d100fd4da2cec82d387402e7a15e Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Mon, 28 Mar 2016 15:29:19 +1000 Subject: [PATCH 1445/3141] Add 'jose' to build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81ecf06c..73297858 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2081,6 +2081,9 @@ packages: #- ghc-imported-from [] + "Fraser Tweedale @frasertweedale": + - jose + "Yutaka Nishimura @ynishi": - atndapi From 9181c2bf8af735c71e36855ea632752086efc1ca Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 28 Mar 2016 10:22:02 +0300 Subject: [PATCH 1446/3141] Expected test failure philopon/apiary#23 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81ecf06c..549accfa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2635,6 +2635,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1299 - serialport + + # https://github.com/philopon/apiary/issues/23 + - apiary # end of expected-test-failures From 94fdb768ca433ce0b5c6d998ca96f753ee0bead8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 28 Mar 2016 17:00:01 +0900 Subject: [PATCH 1447/3141] debian-bootstrap.sh: add libgtksourceview-3.0-dev (for leksah) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 528c6c70..84dcad55 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -58,6 +58,7 @@ apt-get install -y \ libgsl0-dev \ libgtk-3-dev \ libgtk2.0-dev \ + libgtksourceview-3.0-dev \ libhidapi-dev \ libicu-dev \ libjudy-dev \ From df9d139adf37b4d046f4c336a9dfcee064cd1043 Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Mon, 28 Mar 2016 17:10:38 +0900 Subject: [PATCH 1448/3141] Add yjtools --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 549accfa..854a2a59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2086,6 +2086,7 @@ packages: "Yoshikuni Jujo @YoshikuniJujo": - zot + - yjtools # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From dff03bac7b2c5ad4756dc38ec31ba95f0756ec6a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 28 Mar 2016 17:39:16 +0900 Subject: [PATCH 1449/3141] Revert "twitter-types test failing with aeson-0.11 (himura/twitter-types#38)" should be fixed in 0.7.2.1 This reverts commit 18238c1ec62de90af498d610a78e4efd3138c7bf. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 549accfa..fcbd4142 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2630,9 +2630,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1045 (moved here from skipped-tests) - clock - # https://github.com/himura/twitter-types/issues/38 - - twitter-types - # https://github.com/fpco/stackage/issues/1299 - serialport From 740fc95a30ff05bf7a102e98e1c8284e7b9875e0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 28 Mar 2016 18:40:09 +0900 Subject: [PATCH 1450/3141] reenable katip-elasticsearch and allow tests to fail (#1271) --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3da28406..de528154 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2023,8 +2023,7 @@ packages: - hs-GeoIP - retry - katip - # tests failing initially https://github.com/fpco/stackage/pull/1271 - #- katip-elasticsearch + - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple @@ -2639,6 +2638,9 @@ expected-test-failures: # https://github.com/philopon/apiary/issues/23 - apiary + + # requires elasticsearch https://github.com/fpco/stackage/pull/1271 + - katip-elasticsearch # end of expected-test-failures From b88cdd56dbccea4ffcf2dd7f28e056c7e5b09090 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 28 Mar 2016 18:49:19 +0900 Subject: [PATCH 1451/3141] CURATORS.md: note that testsuites needing a system services are allowed to fail --- CURATORS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index efe7c107..1fb9d0e1 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -41,11 +41,13 @@ to refer to the issue for workarounds added to that file. ### Adding Debian packages for required system tools or libraries Additional (non-Haskell) system libraries or tools should be added to `stackage/debian-bootstrap.sh`. -Committing the changes should trigger a DockerHub. Normally only the nightly branch needs to be updated +Committing the changes to a branch should trigger a DockerHub. Normally only the nightly branch needs to be updated since new packages are not added to the current lts release. Use [Ubuntu Package content search](http://packages.ubuntu.com/) to determine which package provides particular dev files (it defaults to trusty which is the same version as the server). +Note we generally don't install/run services needed for testsuites in the docker images - packages with tests requiring some system service can be add to expected-test-failures. + ### Upgrading GHC version The Dockerfile contains information on which GHC versions should be used. You can modify it and push it to Github to trigger a DockerHub build. The master From e523d8d5a76d42f184585373ed4b41585355735f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 28 Mar 2016 13:53:50 +0300 Subject: [PATCH 1452/3141] Revert "Expected test failure philopon/apiary#23" This reverts commit 9181c2bf8af735c71e36855ea632752086efc1ca. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de528154..908a8b53 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2636,9 +2636,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1299 - serialport - # https://github.com/philopon/apiary/issues/23 - - apiary - # requires elasticsearch https://github.com/fpco/stackage/pull/1271 - katip-elasticsearch # end of expected-test-failures From d2613f312885bd1fc7b7a14aa63fbf5b2aa9a2a2 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 28 Mar 2016 20:06:58 +0200 Subject: [PATCH 1453/3141] Revert "giphy-api some tests failing (#1316)" This reverts commit d2e91d713a059880dfe70e8de26ebebd898a31f9. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 908a8b53..d557cf5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1936,9 +1936,7 @@ packages: - stack-run-auto "Pascal Hartig @passy": - # https://github.com/fpco/stackage/pull/1316 - #- giphy-api - [] + - giphy-api "rightfold @rightfold": - open-browser From c5ea511f2e0caf0a0e625cc19411ebfd97d81981 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Mar 2016 10:04:17 +0900 Subject: [PATCH 1454/3141] Revert "disable jsaddle for now (ghcjs/jsaddle#9)" should be fixed in 0.3.0.2 This reverts commit 29fea2dfe2a33d8920dc8dd012123d12130bda92. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 908a8b53..9161d46f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -905,8 +905,7 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom - # https://github.com/ghcjs/jsaddle/issues/9 - #- jsaddle + - jsaddle - leksah-server - ltk - vado From fe815732064215c049902b37e647e498fd1b973b Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Wed, 30 Mar 2016 10:20:49 +0900 Subject: [PATCH 1455/3141] Drop trailing spaces. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14d2facf..b39a6213 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2039,7 +2039,7 @@ packages: "Mikhail Glushenkov @23Skidoo": - pointful - + "Lennart Kolmodin @kolmodin": - binary-bits @@ -2076,10 +2076,10 @@ packages: # https://github.com/fpco/stackage/pull/1315 #- ghc-imported-from [] - + "Fraser Tweedale @frasertweedale": - jose - + "Yutaka Nishimura @ynishi": - atndapi From f21a8a7ca8070716871b4e2cb76486400a143be8 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Wed, 30 Mar 2016 10:27:56 +0900 Subject: [PATCH 1456/3141] add relatoinal-record --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b39a6213..a4af2613 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2057,6 +2057,7 @@ packages: - relational-query - relational-query-HDBC - persistable-types-HDBC-pg + - relational-record - text-ldap - debian-build From baae15764b3774cee68afbf090ba3d0fd942c511 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 30 Mar 2016 13:39:03 +0900 Subject: [PATCH 1457/3141] skip jsaddle tests since they timeout (ghcjs/jsaddle#9) they need an virtual framebuffer to run headless --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4af2613..54840190 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2333,6 +2333,8 @@ skipped-tests: # Requires stripe API key and unreleased test package https://github.com/fpco/stackage/issues/1272 - stripe-http-streams + # times out without framebuffer (https://github.com/ghcjs/jsaddle/issues/9) + - jsaddle # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 0cbd2d3ff2a75c4455e4f6d7559082726ff5fa6d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Mar 2016 10:46:03 +0300 Subject: [PATCH 1458/3141] Block warp 3.2.4 yesodweb/wai#526 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54840190..5ad2fda3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2157,6 +2157,9 @@ packages: # https://github.com/fpco/stackage/issues/1321 - foldl < 1.2.0 + + # https://github.com/yesodweb/wai/issues/526 + - warp < 3.2.4 || > 3.2.4 # end of packages From 5754a9e30ceed3403a55ad549fe0b0e222304e3d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 31 Mar 2016 19:43:28 +0300 Subject: [PATCH 1459/3141] Upper bound for #1328 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ad2fda3..ff6de524 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2160,6 +2160,9 @@ packages: # https://github.com/yesodweb/wai/issues/526 - warp < 3.2.4 || > 3.2.4 + + # https://github.com/fpco/stackage/issues/1328 + - doctest < 0.11 # end of packages From fef3808c0bfb40ffb0e91958cb2046825ff18d31 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 31 Mar 2016 19:44:44 +0300 Subject: [PATCH 1460/3141] Upper bound for #1290 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff6de524..931b46f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2145,6 +2145,7 @@ packages: - servant-server < 0.5 # requires servant-server-0.5 #- dixi < 0.6.9.0 + - giphy-api < 0.3 # https://github.com/fpco/stackage/issues/1291 - hjsmin < 0.2 From 9a7e78862e1441904b1f603bee7e635f58c79e93 Mon Sep 17 00:00:00 2001 From: Jan Gerlinger Date: Thu, 31 Mar 2016 22:45:44 +0200 Subject: [PATCH 1461/3141] Add irc-dcc --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 931b46f3..b9ced1b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2088,6 +2088,9 @@ packages: - zot - yjtools + "Jan Gerlinger @JanGe": + - irc-dcc + # 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 b9a4efbc16e54af8bac14fe3fdceec36d1e17de7 Mon Sep 17 00:00:00 2001 From: Lars Kuhtz Date: Fri, 1 Apr 2016 10:38:34 -0700 Subject: [PATCH 1462/3141] add configuration-tools --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9ced1b3..af9bc144 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1347,6 +1347,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors + - configuration-tools "Sam Rijs ": - ndjson-conduit From 60a97764ad8f54426da36ae92aba5ca1c425d01a Mon Sep 17 00:00:00 2001 From: "Henry J. Wylde" Date: Sat, 2 Apr 2016 15:36:36 +1300 Subject: [PATCH 1463/3141] Added werewolf --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9ced1b3..568a02f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1852,6 +1852,7 @@ packages: "Henry J. Wylde @hjwylde": - git-fmt - omnifmt + - werewolf "Will Sewell @willsewell": - benchpress From 4dca9f9940561600db2abedb979dbcd02976cd2b Mon Sep 17 00:00:00 2001 From: Yuras Shumovich Date: Sat, 2 Apr 2016 17:33:27 +0300 Subject: [PATCH 1464/3141] Add scanner library --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9ced1b3..0d50ca5b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1785,11 +1785,12 @@ packages: - riak - airship - "Yuras Shumovich @Yuras": + "Yuras Shumovich @Yuras": - pdf-toolbox-core - pdf-toolbox-content - pdf-toolbox-document - io-region + - scanner "Stanislav Chernichkin @schernichkin": - partial-isomorphisms From 1c3cc0b3c35f311a3caa97eca65129c9262142ad Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 2 Apr 2016 20:14:30 +0300 Subject: [PATCH 1465/3141] Remove upper bounds and close #1258 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9ced1b3..dc690abb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2125,9 +2125,6 @@ packages: # https://github.com/fpco/stackage/issues/1227 - diagrams-svg < 1.4 - # https://github.com/fpco/stackage/issues/1258 - - language-c < 0.5.0 - # https://github.com/fpco/stackage/issues/1265 - brick < 0.5 From 6f1ab03489325a038db9bdcdf74d551a024cb172 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 3 Apr 2016 18:35:02 +0900 Subject: [PATCH 1466/3141] re-enable hpc-coveralls (#1211) should build with aeson-0.11 now --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c79adb0a..f2769976 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -69,8 +69,7 @@ packages: - binary-conduit - lzma-conduit - mutable-containers - # needs update to aeson-0.11 - #- hpc-coveralls + - hpc-coveralls - monad-unlift - yaml - servius From 67a74a84ddd3e8bf62d8dd658765d52056c3ecd0 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Sun, 3 Apr 2016 16:03:29 +0100 Subject: [PATCH 1467/3141] Add dpor library. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f2769976..77f95857 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1590,6 +1590,7 @@ packages: "Michael Walker @barrucadu": - both + - dpor - dejafu - async-dejafu - hunit-dejafu From 0d89ac8cac53145d2f94cea379d34e9c89b71704 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 3 Apr 2016 18:03:42 +0200 Subject: [PATCH 1468/3141] Upper bounds for #1335 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77f95857..e692e644 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2167,6 +2167,11 @@ packages: # https://github.com/fpco/stackage/issues/1328 - doctest < 0.11 + + # https://github.com/fpco/stackage/issues/1335 + - dejafu < 0.3 + - async-dejafu < 0.1.1 + # end of packages From c36b822885c13f2133383ec6b394240a3f90e609 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 3 Apr 2016 21:24:15 +0200 Subject: [PATCH 1469/3141] Remove upper bound and close #1321 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e692e644..b12c655f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2159,9 +2159,6 @@ packages: # https://github.com/fpco/stackage/issues/1298 - morte < 1.5 - # https://github.com/fpco/stackage/issues/1321 - - foldl < 1.2.0 - # https://github.com/yesodweb/wai/issues/526 - warp < 3.2.4 || > 3.2.4 From b14754cf6770a06729da8269a3da8dd771a98248 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 3 Apr 2016 21:39:10 +0200 Subject: [PATCH 1470/3141] morte has been updated. Remove upper bound and close #1286, also close #1298 --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b12c655f..a5727ce4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2136,9 +2136,6 @@ packages: - bifunctors < 5.2.1 - text-show < 3 - # https://github.com/fpco/stackage/issues/1286 - - Earley < 0.11.0.0 - # https://github.com/fpco/stackage/issues/1290 - servant < 0.5 - servant-blaze < 0.5 @@ -2156,9 +2153,6 @@ packages: # https://github.com/fpco/stackage/issues/1292 - language-javascript < 0.6 - # https://github.com/fpco/stackage/issues/1298 - - morte < 1.5 - # https://github.com/yesodweb/wai/issues/526 - warp < 3.2.4 || > 3.2.4 From 1929932c825d33e40c34fea001da030b7b535530 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 4 Apr 2016 00:21:36 +0200 Subject: [PATCH 1471/3141] Expect Earely test-suite to fail ollef/Earley#27 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5727ce4..1f47b0eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2644,6 +2644,9 @@ expected-test-failures: # requires elasticsearch https://github.com/fpco/stackage/pull/1271 - katip-elasticsearch + + # https://github.com/ollef/Earley/issues/27 + - Earley # end of expected-test-failures From 46b7318a19df9ac9ef6e9fe9b63d2776a2636b95 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 4 Apr 2016 10:12:49 +0900 Subject: [PATCH 1472/3141] Revert "ghc-imported-from test failing (#1315)" ghc-imported-from-0.3.0.2 should work now This reverts commit 9e5088277268befba6a143281cca72c5d302a2db. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f47b0eb..76e2b6c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2077,9 +2077,7 @@ packages: - unix-bytestring "Carlo Hamalainen @carlohamalainen": - # https://github.com/fpco/stackage/pull/1315 - #- ghc-imported-from - [] + - ghc-imported-from "Fraser Tweedale @frasertweedale": - jose From 6e05d0b11107dec87785cb4afce5418f30fbeadb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 4 Apr 2016 10:58:45 +0900 Subject: [PATCH 1473/3141] re-disable ghc-imported-from (#1315) process-streaming-0.9.1.0 is too new This reverts commit 46b7318a19df9ac9ef6e9fe9b63d2776a2636b95. --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76e2b6c6..1f47b0eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2077,7 +2077,9 @@ packages: - unix-bytestring "Carlo Hamalainen @carlohamalainen": - - ghc-imported-from + # https://github.com/fpco/stackage/pull/1315 + #- ghc-imported-from + [] "Fraser Tweedale @frasertweedale": - jose From 9d50e5d833e986e70593a748a38a878d9e2c408e Mon Sep 17 00:00:00 2001 From: "Henry J. Wylde" Date: Mon, 4 Apr 2016 18:53:24 +1200 Subject: [PATCH 1474/3141] Added werewolf-slack --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f47b0eb..06b094e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1855,6 +1855,7 @@ packages: - git-fmt - omnifmt - werewolf + - werewolf-slack "Will Sewell @willsewell": - benchpress From 40ad5a462b6bf343e97fcff225d49f76f081ab55 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 4 Apr 2016 12:01:07 +0200 Subject: [PATCH 1475/3141] Revert "Expect Earely test-suite to fail ollef/Earley#27" This reverts commit 1929932c825d33e40c34fea001da030b7b535530. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06b094e5..2ed90463 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2645,9 +2645,6 @@ expected-test-failures: # requires elasticsearch https://github.com/fpco/stackage/pull/1271 - katip-elasticsearch - - # https://github.com/ollef/Earley/issues/27 - - Earley # end of expected-test-failures From 50174d48fdb058823549978f8b3cf0b3c2e93104 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 4 Apr 2016 12:12:50 +0200 Subject: [PATCH 1476/3141] Upper bound for tidalcycles/Tidal#100 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ed90463..c2ee44f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2164,6 +2164,8 @@ packages: - dejafu < 0.3 - async-dejafu < 0.1.1 + # https://github.com/tidalcycles/Tidal/issues/100 + - PortMidi < 0.1.6 # end of packages From 348a9d08c4571d8655fb8b252514dc1d8467cd14 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 4 Apr 2016 13:38:46 +0200 Subject: [PATCH 1477/3141] Revert "Upper bound for tidalcycles/Tidal#100" This reverts commit 50174d48fdb058823549978f8b3cf0b3c2e93104. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2ee44f0..2ed90463 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2164,8 +2164,6 @@ packages: - dejafu < 0.3 - async-dejafu < 0.1.1 - # https://github.com/tidalcycles/Tidal/issues/100 - - PortMidi < 0.1.6 # end of packages From 96d2db526da98af9e266b5eb53d027865f3356b3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 4 Apr 2016 10:58:01 +0200 Subject: [PATCH 1478/3141] Register Roman Cheplyaka's github user name Cc: @feuerbach --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ed90463..8fd04b6a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -560,7 +560,7 @@ packages: "Ben Gamari ": - vector-fftw - "Roman Cheplyaka ": + "Roman Cheplyaka @feuerbach": - action-permutations - amqp - heredoc From 0010e712848ac84765156b0cdd0860c95e0e9406 Mon Sep 17 00:00:00 2001 From: Jan Gerlinger Date: Mon, 4 Apr 2016 15:38:02 +0200 Subject: [PATCH 1479/3141] Add xdcc --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ed90463..d16d25ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2094,6 +2094,7 @@ packages: "Jan Gerlinger @JanGe": - irc-dcc + - xdcc # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From c0a2bf60aa9a78b2af64905b4a050c360fb521e5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 4 Apr 2016 16:34:59 +0200 Subject: [PATCH 1480/3141] Revert "re-disable ghc-imported-from (#1315)" This reverts commit 6e05d0b11107dec87785cb4afce5418f30fbeadb. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ed90463..bb94d4e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2078,9 +2078,7 @@ packages: - unix-bytestring "Carlo Hamalainen @carlohamalainen": - # https://github.com/fpco/stackage/pull/1315 - #- ghc-imported-from - [] + - ghc-imported-from "Fraser Tweedale @frasertweedale": - jose From 18a7c5835904aa256aa973b82d10a6398d31b1bc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 4 Apr 2016 16:42:12 +0200 Subject: [PATCH 1481/3141] Revert "Revert "re-disable ghc-imported-from (#1315)"" This reverts commit c0a2bf60aa9a78b2af64905b4a050c360fb521e5. --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bb94d4e2..2ed90463 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2078,7 +2078,9 @@ packages: - unix-bytestring "Carlo Hamalainen @carlohamalainen": - - ghc-imported-from + # https://github.com/fpco/stackage/pull/1315 + #- ghc-imported-from + [] "Fraser Tweedale @frasertweedale": - jose From 58fc9c5bdd2b3973834f304b9a44652afc30da71 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 4 Apr 2016 23:47:22 +0200 Subject: [PATCH 1482/3141] Note bifunctor haddocks being fixed for #1266 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fd04b6a..79d42bd1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2134,6 +2134,7 @@ packages: # https://github.com/fpco/stackage/issues/1266 - transformers-compat < 0.5 + # Re-enable bifunctor haddocks when this upper bound is lifted - bifunctors < 5.2.1 - text-show < 3 From 8ec778e66897f36d324626dd1954bf8a7c005183 Mon Sep 17 00:00:00 2001 From: Ismail Mustafa Date: Mon, 4 Apr 2016 21:21:57 -0400 Subject: [PATCH 1483/3141] add handwriting --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79d42bd1..12060b3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2095,6 +2095,9 @@ packages: "Jan Gerlinger @JanGe": - irc-dcc + "Ismail Mustafa @ismailmustafa": + - handwriting + # 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 911627dc0c55520e20d070fa1f0772e4fdd15402 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 5 Apr 2016 11:09:43 +0900 Subject: [PATCH 1484/3141] add gtksourceview3 (leksah/leksah#267) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79d42bd1..711d7660 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -904,6 +904,7 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom + - gtksourceview3 - jsaddle - leksah-server - ltk From b9623844de9fdd16b20786893842fc89bb537aa0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 5 Apr 2016 17:01:24 +0200 Subject: [PATCH 1485/3141] Re-enable ghc-imported-from and add upper bound for #1343 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 883e5f93..1b0a6d1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2079,9 +2079,7 @@ packages: - unix-bytestring "Carlo Hamalainen @carlohamalainen": - # https://github.com/fpco/stackage/pull/1315 - #- ghc-imported-from - [] + - ghc-imported-from "Fraser Tweedale @frasertweedale": - jose @@ -2169,6 +2167,9 @@ packages: - dejafu < 0.3 - async-dejafu < 0.1.1 + # https://github.com/fpco/stackage/issues/1343 + - pipes-transduce < 0.3.4.0 + # end of packages From 085a5b71f684da183d40034523c191fa91ab95fb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 5 Apr 2016 20:14:16 +0200 Subject: [PATCH 1486/3141] Expect process-streaming test-suite to fail danidiaz/process-streaming#12 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b0a6d1f..60a20c26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,6 +2651,10 @@ expected-test-failures: # requires elasticsearch https://github.com/fpco/stackage/pull/1271 - katip-elasticsearch + + # https://github.com/danidiaz/process-streaming/issues/12 + - process-streaming + # end of expected-test-failures From 5a50bd97eb391ff4df4682a0c079476113bb3d3d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 5 Apr 2016 22:11:26 +0200 Subject: [PATCH 1487/3141] Expect ghc-imported-from test-suite to fail #1315 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60a20c26..e25abb72 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2655,6 +2655,9 @@ expected-test-failures: # https://github.com/danidiaz/process-streaming/issues/12 - process-streaming + # https://github.com/fpco/stackage/pull/1315 + - ghc-imported-from + # end of expected-test-failures From 2629b582182445d48f74fad68ceb5b009d3e0c86 Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Wed, 6 Apr 2016 00:07:26 +0200 Subject: [PATCH 1488/3141] Add haxl-amazonka --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e25abb72..e19bfa64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1557,6 +1557,7 @@ packages: - misfortune "Timo von Holtz @tvh": + - haxl-amazonka - servant-JuicyPixels "Artyom @neongreen": From 77d6b3a60443bc148cfbafb4887fa863bc7e35c7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 6 Apr 2016 09:45:15 +0200 Subject: [PATCH 1489/3141] Skip concurrent-extra tests --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e3ef687..27a6caba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2349,6 +2349,9 @@ skipped-tests: # times out without framebuffer (https://github.com/ghcjs/jsaddle/issues/9) - jsaddle + + # Not included implicitly and has outdated bounds + - concurrent-extra # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 48e8d814dce28bf4da09abf0a116c81df5437d46 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 6 Apr 2016 09:54:45 +0200 Subject: [PATCH 1490/3141] Expect simpleirc tests to fail #1340 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7363f61..70db7acd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2663,6 +2663,9 @@ expected-test-failures: # https://github.com/fpco/stackage/pull/1315 - ghc-imported-from + # https://github.com/fpco/stackage/pull/1340 + - simpleirc + # end of expected-test-failures From df94494fe32e2a589cae69868b95d1f82aededde Mon Sep 17 00:00:00 2001 From: John Ky Date: Wed, 6 Apr 2016 18:30:51 +1000 Subject: [PATCH 1491/3141] Add maintainer John Ky --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70db7acd..e4558d2c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2096,6 +2096,10 @@ packages: - irc-dcc - xdcc + "John Ky newhoggy@gmail.com @newhoggy": + - hw-diagnostics + - hw-succinct + "Ismail Mustafa @ismailmustafa": - handwriting From b5b63b85a9b11de797b1c3ea56cd537ef04eb47d Mon Sep 17 00:00:00 2001 From: Jared Tobin Date: Wed, 6 Apr 2016 20:53:05 +0700 Subject: [PATCH 1492/3141] Update build-constraints.yaml Add packages 'sampling' and 'flat-mcmc' for Jared Tobin. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4558d2c..8fbadac8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1746,6 +1746,8 @@ packages: - speedy-slice - hasty-hamiltonian - declarative + - sampling + - flat-mcmc "Facundo Domínguez @facundominguez": - distributed-process From d1607407946fd6d95bf1d4a3b26aa516f7159acc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 6 Apr 2016 23:47:08 +0200 Subject: [PATCH 1493/3141] purescript upper bound for #1292 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fbadac8..776d74f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2164,6 +2164,7 @@ packages: # https://github.com/fpco/stackage/issues/1292 - language-javascript < 0.6 + - purescript < 0.8.4 # https://github.com/yesodweb/wai/issues/526 - warp < 3.2.4 || > 3.2.4 From 893c85f3769af78b4424755549dc5fc5475f3fd5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Apr 2016 07:48:09 +0300 Subject: [PATCH 1494/3141] Remove bounds for warp yesodweb/wai#526 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 776d74f9..156f4b6e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2166,9 +2166,6 @@ packages: - language-javascript < 0.6 - purescript < 0.8.4 - # https://github.com/yesodweb/wai/issues/526 - - warp < 3.2.4 || > 3.2.4 - # https://github.com/fpco/stackage/issues/1328 - doctest < 0.11 From 660637bc9803f336c7e0ba8e21f01a9feeb05487 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 7 Apr 2016 20:19:13 +0200 Subject: [PATCH 1495/3141] Fix typo in comment --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 156f4b6e..db326ce9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2355,7 +2355,7 @@ skipped-tests: # times out without framebuffer (https://github.com/ghcjs/jsaddle/issues/9) - jsaddle - # Not included implicitly and has outdated bounds + # Not included explicitly and has outdated bounds - concurrent-extra # end of skipped-tests From 43f6a215b3ac207fb1d6684af3ce91ccaeed598b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 7 Apr 2016 20:58:07 +0200 Subject: [PATCH 1496/3141] irc-dcc upper bound for #1348 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index db326ce9..102c24bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2176,6 +2176,9 @@ packages: # https://github.com/fpco/stackage/issues/1343 - pipes-transduce < 0.3.4.0 + # https://github.com/fpco/stackage/issues/1348 + - irc-dcc < 1.2.0 + # end of packages From dd27139b8ec5ccfa921766e83392f46d4ad91b91 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 8 Apr 2016 12:54:01 +0200 Subject: [PATCH 1497/3141] Remove irc-dcc upper bound and close #1348 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 102c24bb..db326ce9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2176,9 +2176,6 @@ packages: # https://github.com/fpco/stackage/issues/1343 - pipes-transduce < 0.3.4.0 - # https://github.com/fpco/stackage/issues/1348 - - irc-dcc < 1.2.0 - # end of packages From dea9958f97aff83c5f1d5e940eda922da378bc49 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 8 Apr 2016 12:55:31 +0200 Subject: [PATCH 1498/3141] hpack upper boun for #1349 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index db326ce9..1b69f311 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2176,6 +2176,8 @@ packages: # https://github.com/fpco/stackage/issues/1343 - pipes-transduce < 0.3.4.0 + # https://github.com/fpco/stackage/issues/1349 + - hpack < 0.12.0 # end of packages From 0dc22016d05ad8bfcce538454ab2ddd0cd15ed67 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 8 Apr 2016 14:42:59 +0200 Subject: [PATCH 1499/3141] Remove hpack upper bound and close #1349 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b69f311..db326ce9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2176,8 +2176,6 @@ packages: # https://github.com/fpco/stackage/issues/1343 - pipes-transduce < 0.3.4.0 - # https://github.com/fpco/stackage/issues/1349 - - hpack < 0.12.0 # end of packages From a4d227771f092cd8233f92e744f21e2f6911e3d2 Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Fri, 8 Apr 2016 22:13:36 +0900 Subject: [PATCH 1500/3141] Add io-machine --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index db326ce9..33b555e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2093,6 +2093,7 @@ packages: "Yoshikuni Jujo @YoshikuniJujo": - zot - yjtools + - io-machine "Jan Gerlinger @JanGe": - irc-dcc From 9eda9f3d7969dda75a2e2e443dbb02a2faf27271 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 8 Apr 2016 16:05:36 +0200 Subject: [PATCH 1501/3141] process-streaming test-suite should be fixed --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index db326ce9..4ccf0f64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2661,9 +2661,6 @@ expected-test-failures: # requires elasticsearch https://github.com/fpco/stackage/pull/1271 - katip-elasticsearch - # https://github.com/danidiaz/process-streaming/issues/12 - - process-streaming - # https://github.com/fpco/stackage/pull/1315 - ghc-imported-from From a8efddc4904af6e9444e5c98c364349bf28df0f1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 8 Apr 2016 16:09:12 +0200 Subject: [PATCH 1502/3141] lackey upper bound for #1291 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4ccf0f64..6aef32bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2158,6 +2158,7 @@ packages: # requires servant-server-0.5 #- dixi < 0.6.9.0 - giphy-api < 0.3 + - lackey < 0.3.0 # https://github.com/fpco/stackage/issues/1291 - hjsmin < 0.2 From c34b38d82f812e726ab26d387de9ce0ed92879af Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 9 Apr 2016 15:48:36 +0200 Subject: [PATCH 1503/3141] webkitgtk3-javascriptcore upper bound for #1351 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a72a689b..5d1f1db5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2178,6 +2178,9 @@ packages: # https://github.com/fpco/stackage/issues/1343 - pipes-transduce < 0.3.4.0 + # https://github.com/fpco/stackage/issues/1351 + - webkitgtk3-javascriptcore < 0.14.0.0 + # end of packages From 7aea4594ee21891ef686114e0904c44004465f39 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 10 Apr 2016 13:10:14 +0200 Subject: [PATCH 1504/3141] Move hjsmin upper bound from #1291 to close #1292 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d1f1db5..b813488e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2161,12 +2161,10 @@ packages: - giphy-api < 0.3 - lackey < 0.3.0 - # https://github.com/fpco/stackage/issues/1291 - - hjsmin < 0.2 - # https://github.com/fpco/stackage/issues/1292 - language-javascript < 0.6 - purescript < 0.8.4 + - hjsmin < 0.2 # https://github.com/fpco/stackage/issues/1328 - doctest < 0.11 From 2170e291fe14dcaa0b823684cf8bb38dc04296f4 Mon Sep 17 00:00:00 2001 From: Alois Cochard Date: Sun, 10 Apr 2016 17:31:27 +0200 Subject: [PATCH 1505/3141] Add `sarsi` and `machines-binary`. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b813488e..379cb241 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -884,11 +884,12 @@ packages: "Alois Cochard alois.cochard@gmail.com @aloiscochard": - codex + - machines-binary - machines-directory - machines-io - machines-process - # on behalf of Bryan O'Sullivan @bos - - wreq + - sarsi + - wreq # on behalf of Bryan O'Sullivan @bos "Andraz Bajt andraz@bajt.me @edofic": - effect-handlers From f6f5a7d7757b4f9f4b4273d3ea18db6639e4c422 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 10 Apr 2016 20:34:34 +0200 Subject: [PATCH 1506/3141] Disable sarsi #1352 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 379cb241..eff074ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -888,7 +888,8 @@ packages: - machines-directory - machines-io - machines-process - - sarsi + # https://github.com/fpco/stackage/pull/1352#issuecomment-208041561 + # - sarsi - wreq # on behalf of Bryan O'Sullivan @bos "Andraz Bajt andraz@bajt.me @edofic": From 6ec341a6807590bd1269198c88d33adb1e69729c Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 11 Apr 2016 16:55:27 +0200 Subject: [PATCH 1507/3141] add cabal-dependency-licenses --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eff074ec..995ab2f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -195,6 +195,7 @@ packages: "Jasper Van der Jeugt": - blaze-html - blaze-markup + - cabal-dependency-licenses - hakyll - stylish-haskell - profiteur From c8a00c75d4ea14191fd5896e6abe7eb7c4f7ab70 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 11 Apr 2016 09:48:34 -0700 Subject: [PATCH 1508/3141] Added constraints wrt language-javascript < 0.6 per #1292 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eff074ec..d6e04264 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2167,6 +2167,8 @@ packages: - language-javascript < 0.6 - purescript < 0.8.4 - hjsmin < 0.2 + - webdriver-angular < 0.1.10 + - yesod-static-angular < 0.1.8 # https://github.com/fpco/stackage/issues/1328 - doctest < 0.11 From 13cd66d036088cfb764e202c3c75b1d6ef2bb847 Mon Sep 17 00:00:00 2001 From: John Ky Date: Tue, 12 Apr 2016 08:07:55 +1000 Subject: [PATCH 1509/3141] Add hw-bits project --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4558d2c..6105f705 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2097,6 +2097,7 @@ packages: - xdcc "John Ky newhoggy@gmail.com @newhoggy": + - hw-bits - hw-diagnostics - hw-succinct From 89ead80a6cc45d10a1cc1f77ad08ad4380607c88 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 11 Apr 2016 21:21:28 -0700 Subject: [PATCH 1510/3141] Add constraint "mono-traversable < 0.10.2" per snoyberg/classy-prelude#0.10.2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a37ca53..acd0c2a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2185,6 +2185,9 @@ packages: # https://github.com/fpco/stackage/issues/1351 - webkitgtk3-javascriptcore < 0.14.0.0 + # https://github.com/snoyberg/classy-prelude/issues/124 + - mono-traversable < 0.10.2 + # end of packages From 2ac7e36f2c98efa6c408e02f03292629a80784b5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 12 Apr 2016 07:36:33 +0300 Subject: [PATCH 1511/3141] Revert "Add constraint "mono-traversable < 0.10.2" per snoyberg/classy-prelude#0.10.2" This reverts commit 89ead80a6cc45d10a1cc1f77ad08ad4380607c88. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index acd0c2a5..5a37ca53 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2185,9 +2185,6 @@ packages: # https://github.com/fpco/stackage/issues/1351 - webkitgtk3-javascriptcore < 0.14.0.0 - # https://github.com/snoyberg/classy-prelude/issues/124 - - mono-traversable < 0.10.2 - # end of packages From c4dd21e2429c9534ac1117028787c13754db7a26 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Tue, 12 Apr 2016 15:38:24 +0900 Subject: [PATCH 1512/3141] adding natural-transformations package The natural-transformations package provides type synonyms and newtype wrappers for working with natural transformations. https://hackage.haskell.org/package/natural-transformation --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a37ca53..77ca2c01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1609,6 +1609,7 @@ packages: "Dennis Gosnell @cdepillabout": - ig + - natural-transformation "Franklin Chen @FranklinChen": - Ebnf2ps From 44097fd18c20f4cb49cafa89cffe8141dd7c01fb Mon Sep 17 00:00:00 2001 From: Artyom Date: Tue, 12 Apr 2016 13:07:32 +0300 Subject: [PATCH 1513/3141] Add more @neongreen's packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a37ca53..c5097c32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1571,6 +1571,10 @@ packages: - microlens-ghc - microlens-contra - shortcut-links + - cheapskate-lucid + - cheapskate-highlight + - Spock-lucid + - charsetdetect-ae "Takano Akio aljee@hyper.cx @takano-akio": - fast-builder From a7e2361d74ba66d8a5c933a20f347da59f1a499e Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Tue, 12 Apr 2016 16:05:44 +0200 Subject: [PATCH 1514/3141] language-c-quote has been fixed. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a37ca53..8ebbf7ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -980,9 +980,7 @@ packages: - hspec-expectations-pretty-diff "Francesco Mazzoli f@mazzo.li @bitonic": - # Temporary block for: https://github.com/mainland/language-c-quote/issues/57 - # - language-c-quote - [] + - language-c-quote "Sönke Hahn soenkehahn@gmail.com @soenkehahn": - generics-eot From 50d24070ee0c0a551d218fe5e2c544f7fb3e7e0d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 12 Apr 2016 14:04:49 -0700 Subject: [PATCH 1515/3141] Add constraint "polyparse < 1.12" per #1361 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a37ca53..0d773574 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2185,6 +2185,9 @@ packages: # https://github.com/fpco/stackage/issues/1351 - webkitgtk3-javascriptcore < 0.14.0.0 + # https://github.com/fpco/stackage/issues/1361 + - polyparse < 1.12 + # end of packages From 48f815167e3259a2b9a86f96b8f972b49a35261f Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Wed, 13 Apr 2016 11:35:24 +0900 Subject: [PATCH 1516/3141] add read-env-var and envelope packages envelope hackage page: https://hackage.haskell.org/package/envelope read-env-var hackage page: https://hackage.haskell.org/package/read-env-var --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36d7fcaf..dea44fe0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1610,8 +1610,10 @@ packages: - irc "Dennis Gosnell @cdepillabout": + - envelope - ig - natural-transformation + - read-env-var "Franklin Chen @FranklinChen": - Ebnf2ps From 49a9ab7683498468be9b2d9d3bdb3c142d00ecb5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 13 Apr 2016 14:23:43 +0300 Subject: [PATCH 1517/3141] Add Stackage data flow --- DATA-FLOW.md | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 3 ++ 2 files changed, 132 insertions(+) create mode 100644 DATA-FLOW.md diff --git a/DATA-FLOW.md b/DATA-FLOW.md new file mode 100644 index 00000000..2cd30637 --- /dev/null +++ b/DATA-FLOW.md @@ -0,0 +1,129 @@ +# The Stackage data flow + +The Stackage project is really built on top of a number of different +subcomponents. This page covers how they fit together. The Stackage data flow +diagram gives a good bird's-eye view: + +![Stackage data flow diagram](https://cloud.githubusercontent.com/assets/49415/14490986/cad5274e-017e-11e6-85cc-a4d815175c61.png) + +## Inputs + +There are three inputs into the data flow: + +* [Hackage](http://hackage.haskell.org/) is the upstream repository of all + available open source Haskell packages that are part of our ecosystem. + Hackage provides both cabal file metadata (via the 00-index.tar file) and + tarballs of the individual packages. + +* [build-constraints.yaml](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) + is the primary Stackage input file. This is where package maintainers can add + packages to the Stackage package set. This also defines upper bounds, skipped + tests, and a few other pieces of metadata. + +* [stackage-content](https://github.com/fpco/stackage-content) is a Github + repository containing static file content served from stackage.org + +## Travis + +For [various +reasons](https://www.fpcomplete.com/blog/2015/05/distributing-packages-without-sysadmin), +we leverage Travis CI for running some processes. In particular: + +* [all-cabal-files](https://github.com/commercialhaskell/all-cabal-files/blob/hackage/.travis.yml) + clones all cabal files from Hackage's 00-index.tar file into a Git repository + without any modification + +* [all-cabal-hashes](https://github.com/commercialhaskell/all-cabal-hashes/blob/hackage/.travis.yml) + is mostly the same, but also includes cryptographic hashes of the package + tarballs for more secure download (as leveraged by + [Stack](http://haskellstack.com). It is powered by [all-cabal-hashes-tool](https://github.com/commercialhaskell/all-cabal-hashes-tool) + +* [all-cabal-packages](https://github.com/commercialhaskell/all-cabal-packages) + uses [hackage-mirror](http://github.com/fpco/hackage-mirror) to populate the + hackage.fpcomplete.com mirror of Hackage, which provides S3-backed high + availability hosting of all package tarballs + +* [all-cabal-metadata](https://github.com/commercialhaskell/all-cabal-metadata) + uses + [all-cabal-metadata-tool](https://github.com/commercialhaskell/all-cabal-metadata-tool) + to query extra metadata from Hackage about packages and put them into YAML + files. As we'll see later, this avoids the need to make a lot of costly calls + to Hackage APIs + +Travis does not currently provide a means of running jobs on a regular basis. +Therefore, we have a simple cron job on the Stackage build server that triggers +each of the above builds every 30 minutes. + +## stackage-curator + +The heart of running Stackage builds is the +[stackage-curator](https://github.com/fpco/stackage-curator) tool. We run this +on a daily basis on the Stackage build server for Stackage Nightly, and on a +weekly basis for LTS Haskell. The build process is [highly +automated](https://github.com/fpco/stackage/blob/master/automated/build.sh) and +leverages Docker quite a bit. + +stackage-curator needs to know about the most recent versions of all packages, +their tarball contents, and some metadata, all of which it gets from the +Travis-generated sources mentioned in the previous section. In addition, it +needs to know about build constraints, which can come from one of two places: + +* When doing an LTS Haskell minor version bump (e.g., building lts-5.13), it + grabs the previous version (e.g., lts-5.12) and converts the previous package + set into constraints. For example, if lts-5.12 contains the package foo-5.6.7, + this will be converted into the constraint `foo >= 5.6.7 && < 5.7`. +* When doing a Stackage Nightly build or LTS Haskell major version bump (e.g., + building lts-6.0), it grabs the latest version of the build-constraints.yaml + file. + +By combining these constraints with the current package data, stackage-curator +can generate a build plan and check it. (As an aside, this build plan +generation and checking also occurs every time you make a pull request to the +stackage repo.) If there are version bounds problems, one of the [Stackage +curators](https://github.com/fpco/stackage/blob/master/CURATORS.md) will open +up a Github issue and will add upper bounds, temporarily block a package, or +some other corrective action. + +Once a valid build plan is found, stackage-curator will build all packages, +build docs, and run test suites. Assuming that all succeeds, it generates some +artifacts: + +* Uploads the build plan as a YAML file to either + [stackage-nightly](https://github.com/fpco/stackage-nightly) or + [lts-haskell](https://github.com/fpco/lts-haskell) +* Uploads the generated Haddock docs and a package index (containing all used + .cabal files) to haddock.stackage.org. + +## stackage-server-cron + +On the Stackage build server, we run the [stackage-server-cron +executable](https://github.com/fpco/stackage-server/blob/master/app/stackage-server-cron.hs) +regularly, which generates: + +* A [SQLite + database](https://github.com/fpco/stackage-server/blob/master/Stackage/Database.hs) + containing information on snapshots, the packages they contain, Hackage + metadata about packages, and a bit more. This database is uploaded to S3. +* A Hoogle database for each snapshot, which is also uploaded to S3 + +## stackage-server + +The [software running stackage.org](https://github.com/fpco/stackage-server) is +a relatively simple Yesod web application. It pulls data from the +stackage-content repo, the SQLite database, the Hoogle databases, and the build +plans for Stackage Nightly and LTS Haskell. It doesn't generate anything +important of its own except for a user interface. + +## Stack + +[Stack](http://haskellstack.com) takes advantage of many of the pieces listed above as well: + +* It by default uses the all-cabal-hashes repo for getting package metadata, + and downloads package contents from the hackage.fpcomplete.com mirror (using + the hashes in the repo for verification) +* There are some metadata files in stackage-content which contain information + on, for example, where to download GHC tarballs from to make `stack setup` + work +* Stack downloads the raw build plans for Stackage Nightly and LTS Haskell from + the Github repo and uses them when deciding which packages to build for a + given stack.yaml file diff --git a/README.md b/README.md index 0a577251..ebfd3735 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ Stackage both easier and more secure: * [stackage-install](https://github.com/fpco/stackage-install) [![Build Status](https://travis-ci.org/fpco/stackage-install.svg?branch=master)](https://travis-ci.org/fpco/stackage-install) * [stackage-build-plan](https://github.com/fpco/stackage-build-plan) [![Build Status](https://travis-ci.org/fpco/stackage-build-plan.svg?branch=master)](https://travis-ci.org/fpco/stackage-build-plan) +Curious how it all fits together? See the [Stackage data +flow](https://github.com/fpco/stackage/blob/master/DATA-FLOW.md). + Build the package set --------------------- From daf4172a39c3d60861145b0318ae75aaf9e9f428 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 15 Apr 2016 09:46:11 -0700 Subject: [PATCH 1518/3141] Add constraint autoexporter < 0.2.0 per #1363 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dea44fe0..94b5475a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2193,6 +2193,9 @@ packages: # https://github.com/fpco/stackage/issues/1361 - polyparse < 1.12 + # https://github.com/fpco/stackage/issues/1363 + - autoexporter < 0.2.0 + # end of packages From 6b90be123f8b0ab3f8747885b7fa35c6e74962b3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 15 Apr 2016 09:53:48 -0700 Subject: [PATCH 1519/3141] Add persistent < 2.5 constraints per #1364 --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 94b5475a..d1d78189 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2196,6 +2196,15 @@ packages: # https://github.com/fpco/stackage/issues/1363 - autoexporter < 0.2.0 + # https://github.com/fpco/stackage/issues/1364 + - persistent < 2.5 + - persistent-postgresql < 2.5 + - persistent-sqlite < 2.5 + - persistent-template < 2.5 + # Packages depending on new versions of the above + - persistent-mongoDB < 2.5 + - persistent-mysql < 2.5 + # end of packages From 41ab2c781a6f9a6e567d85211f75d9a8a5a87f33 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 15 Apr 2016 11:27:02 -0700 Subject: [PATCH 1520/3141] Add constraint "wai-logger < 2.2.6" per #1365 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1d78189..f1c95efb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2205,6 +2205,9 @@ packages: - persistent-mongoDB < 2.5 - persistent-mysql < 2.5 + # https://github.com/fpco/stackage/issues/1365 + - wai-logger < 2.2.6 + # end of packages From 3e801f01ae0e8c4012d7c08d2b51fd33d2aa416d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 15 Apr 2016 12:03:46 -0700 Subject: [PATCH 1521/3141] Tighten constraint on wai-logger per buggy version 2.2.5, see #1365 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1c95efb..41388304 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2206,7 +2206,7 @@ packages: - persistent-mysql < 2.5 # https://github.com/fpco/stackage/issues/1365 - - wai-logger < 2.2.6 + - wai-logger < 2.2.5 # end of packages From bfadf0b5e7cdd2808f5c91c3faabb853b645c547 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 15 Apr 2016 12:09:36 -0700 Subject: [PATCH 1522/3141] Constrain fast-logger per #1365 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41388304..9d634b70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2206,7 +2206,8 @@ packages: - persistent-mysql < 2.5 # https://github.com/fpco/stackage/issues/1365 - - wai-logger < 2.2.5 + - wai-logger < 2.2.6 + - fast-logger < 2.4.4 # end of packages From 8372d922b94661df349ee10d2751fc988261b2d8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 15 Apr 2016 13:23:33 -0700 Subject: [PATCH 1523/3141] Lift constraint on doctest 0.11, skip straggling test suites #1328 --- build-constraints.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d634b70..794b0571 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2177,9 +2177,6 @@ packages: - webdriver-angular < 0.1.10 - yesod-static-angular < 0.1.8 - # https://github.com/fpco/stackage/issues/1328 - - doctest < 0.11 - # https://github.com/fpco/stackage/issues/1335 - dejafu < 0.3 - async-dejafu < 0.1.1 @@ -2390,6 +2387,16 @@ skipped-tests: # Not included explicitly and has outdated bounds - concurrent-extra + + # doctest < 0.11 + # Closed due to inactivity: https://github.com/fpco/stackage/issues/1328 + - ad + - composition-tree + - linear + - patches-vector + - semigroupoids + - wuss + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 7a7800be718c2681fd8241b20b47a2e4a508a8c8 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Fri, 15 Apr 2016 15:47:55 -0500 Subject: [PATCH 1524/3141] Support doctest 0.11 in wuss As reported in https://github.com/fpco/stackage/issues/1328. Fixed by https://github.com/tfausak/wuss/commit/b7a3484d7c53817528cb709e9992efc95ea9e9c4. Released in https://hackage.haskell.org/package/wuss-1.0.4. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 794b0571..e0c12c9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2395,7 +2395,6 @@ skipped-tests: - linear - patches-vector - semigroupoids - - wuss # end of skipped-tests From 20619fa63b14d4be12422b544f2e27b0857df1a4 Mon Sep 17 00:00:00 2001 From: John Ky Date: Sun, 17 Apr 2016 00:28:29 +1000 Subject: [PATCH 1525/3141] New package hw-prim --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e0c12c9f..5a2e440f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2110,6 +2110,7 @@ packages: "John Ky newhoggy@gmail.com @newhoggy": - hw-bits - hw-diagnostics + - hw-prim - hw-succinct "Ismail Mustafa @ismailmustafa": From 3601f49a628def5c9cc00252efdb53d0e5a07ada Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sat, 16 Apr 2016 10:49:05 -0500 Subject: [PATCH 1526/3141] Add bento https://github.com/tfausak/bento --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e0c12c9f..b8bddd73 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1204,6 +1204,7 @@ packages: "Taylor Fausak @tfausak": - autoexporter + - bento - ekg-statsd # Maintained by @tibbe. - flow - lackey From 76dfdd25e76b4a95886929d7f8183c7bbf61331a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 16 Apr 2016 18:39:16 -0700 Subject: [PATCH 1527/3141] Remove constraint "autoexporter < 0.2.0", closes #1363 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e0c12c9f..ae50e618 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2190,9 +2190,6 @@ packages: # https://github.com/fpco/stackage/issues/1361 - polyparse < 1.12 - # https://github.com/fpco/stackage/issues/1363 - - autoexporter < 0.2.0 - # https://github.com/fpco/stackage/issues/1364 - persistent < 2.5 - persistent-postgresql < 2.5 From 0a6cfc034ebc58c172ab5c2bc28fa04bf998c5d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Sicard-Ram=C3=ADrez?= Date: Sun, 17 Apr 2016 17:53:52 -0500 Subject: [PATCH 1528/3141] [ #1222 ] Re-enable Agda. Added support for unordered-containers 0.2.6.0 in Agda 2.5.1. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7dfb0110..be6aebf5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1546,9 +1546,7 @@ packages: - ipython-kernel "Andrés Sicard-Ramírez @asr": - # Temporarily removed due to upper bound on unordered-containers. - # - Agda - [] + - Agda "James Cook @mokus0": - dependent-sum From 26c2fa9e92b96224876d8f6547dc029f11d054d6 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Sun, 17 Apr 2016 22:04:37 -0400 Subject: [PATCH 1529/3141] add protolude --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7dfb0110..605e01a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2117,6 +2117,9 @@ packages: "Ismail Mustafa @ismailmustafa": - handwriting + "Stephen Diehl @sdiehl": + - protolude + # 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 0acec5ea4c4434ae7f57f78f17e794d6dcdf44d2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 18 Apr 2016 21:29:32 +0900 Subject: [PATCH 1530/3141] bound for data-default-0.6.0 (#1371) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a15b8c63..fba701ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2206,6 +2206,8 @@ packages: - wai-logger < 2.2.6 - fast-logger < 2.4.4 + # https://github.com/fpco/stackage/issues/1371 + - data-default < 0.6.0 # end of packages From a7f87c4a52f1e6eb9a04730bc674f0d052d77018 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 19 Apr 2016 16:17:56 +0900 Subject: [PATCH 1531/3141] re-enable agda-snippets and agda-snippets-hakyll (#1369) --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fba701ea..a4fad6bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -458,9 +458,8 @@ packages: - latex-formulae-image - latex-formulae-pandoc - latex-formulae-hakyll - # - agda-snippets-hakyll - # Temporarily removed due to Agda's upper bound on unordered-containers. - # - agda-snippets + - agda-snippets + - agda-snippets-hakyll "Dan Burton @DanBurton": - hspec-jenkins From 7b7f5322b4b45f8e3327b0817c0b09b5f1be7380 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 20 Apr 2016 10:14:08 +0900 Subject: [PATCH 1532/3141] hakyll-4.8.0.0 (#1374) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4fad6bd..fb15b790 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -196,7 +196,8 @@ packages: - blaze-html - blaze-markup - cabal-dependency-licenses - - hakyll + # https://github.com/fpco/stackage/issues/1374 + - hakyll < 4.8.0.0 - stylish-haskell - profiteur - psqueues From c5741255b522ef9e652e41e76eb8488256c47264 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 20 Apr 2016 10:18:40 +0900 Subject: [PATCH 1533/3141] add idris (idris-lang/idris-dev#2501) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb15b790..aed55c06 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -908,6 +908,7 @@ packages: - ghcjs-codemirror - ghcjs-dom - gtksourceview3 + - idris - jsaddle - leksah-server - ltk From b23c5b1f17128e88cb45f480f329a6a2b36652da Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 20 Apr 2016 16:05:57 +0900 Subject: [PATCH 1534/3141] Revert "hakyll-4.8.0.0 (#1374)" This reverts commit 7b7f5322b4b45f8e3327b0817c0b09b5f1be7380. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aed55c06..7dc6e2f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -196,8 +196,7 @@ packages: - blaze-html - blaze-markup - cabal-dependency-licenses - # https://github.com/fpco/stackage/issues/1374 - - hakyll < 4.8.0.0 + - hakyll - stylish-haskell - profiteur - psqueues From f760fe5f0db109cebcc5d51f856f3691ecc10b6b Mon Sep 17 00:00:00 2001 From: John Ky Date: Thu, 21 Apr 2016 08:00:53 +1000 Subject: [PATCH 1535/3141] New hw-conduit project --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7dc6e2f8..3a46f0b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2108,6 +2108,7 @@ packages: "John Ky newhoggy@gmail.com @newhoggy": - hw-bits + - hw-conduit - hw-diagnostics - hw-prim - hw-succinct From d3edd53abbe31843a2ec9b11ad07553e27f118b5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 21 Apr 2016 14:44:44 +0900 Subject: [PATCH 1536/3141] hakyll-0.8.0.0 hakyll-tests not building (jaspervdj/hakyll#415) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a46f0b6..6b23d013 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2709,6 +2709,8 @@ expected-test-failures: # https://github.com/fpco/stackage/pull/1340 - simpleirc + # https://github.com/jaspervdj/hakyll/issues/415 + - hakyll # end of expected-test-failures From fc19062117f5e4553bec72e0334306bfe4b6fb2d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 21 Apr 2016 11:11:56 +0300 Subject: [PATCH 1537/3141] Add new empty expected-benchmark-failures section (pinging @juhp) --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b23d013..640c774d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2713,6 +2713,13 @@ expected-test-failures: - hakyll # end of expected-test-failures +# Benchmarks which are known not to build. Note that, currently we do not run +# benchmarks, and therefore failures are only for building, not running. +expected-benchmark-failures: + [] + +# end of expected-benchmark-failures + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: From c7c01f39e7da9815b81b850503c43ceaabdfd427 Mon Sep 17 00:00:00 2001 From: Christoph Hegemann Date: Thu, 21 Apr 2016 14:25:15 +0200 Subject: [PATCH 1538/3141] Update build-constraints.yaml psc-ide has been deprecated and shouldn't be installed anymore --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b23d013..7319d088 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1694,9 +1694,6 @@ packages: # https://github.com/fpco/stackage/issues/873 # - sbp - "Christoph Hegemann @nfjinjing": - moesocks From 0ee0e14d1d36c058d468fe7df7359eb566ce8a37 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 21 Apr 2016 20:08:08 +0300 Subject: [PATCH 1539/3141] Expected benchmark failures #1372 --- build-constraints.yaml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 640c774d..f3e37081 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2716,7 +2716,39 @@ expected-test-failures: # Benchmarks which are known not to build. Note that, currently we do not run # benchmarks, and therefore failures are only for building, not running. expected-benchmark-failures: - [] + - Frames + - attoparsec + - bzlib-conduit + - cacophony + - carray + - cipher-aes128 + - cryptohash + - dbus + - effect-handlers + - fast-builder + - gitson + - hashable + - http-link-header + - idris + - jose-jwt + - lens + - lucid + - mongoDB + - mutable-containers + - picoparsec + - pipes + - psqueues + - rethinkdb + - stateWriter + - streaming-commons + - thyme + - vector-binary-instances + - vinyl + - warp + - web-routing + - xmlgen + - yesod-core + - yi-rope # end of expected-benchmark-failures From e0451cbc390afabed874a71e5b3b85129597ee46 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 22 Apr 2016 07:11:50 +0900 Subject: [PATCH 1540/3141] Revert "hakyll-0.8.0.0 hakyll-tests not building (jaspervdj/hakyll#415)" should be fixed in hakyll-4.8.0.1 This reverts commit d3edd53abbe31843a2ec9b11ad07553e27f118b5. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e974e6cb..fa06dd38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2706,8 +2706,6 @@ expected-test-failures: # https://github.com/fpco/stackage/pull/1340 - simpleirc - # https://github.com/jaspervdj/hakyll/issues/415 - - hakyll # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 0bd0598dc85678ae0d74549d5dc659537ff4ca9f Mon Sep 17 00:00:00 2001 From: Braden Walters Date: Fri, 22 Apr 2016 17:27:26 +0200 Subject: [PATCH 1541/3141] Add hakyll-sass --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa06dd38..811480e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2116,6 +2116,9 @@ packages: "Stephen Diehl @sdiehl": - protolude + "Braden Walters @meoblast001": + - hakyll-sass + # 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 fa44a06f4ef88a59e9644c252cdd9a0b9d7d918a Mon Sep 17 00:00:00 2001 From: Daishi Nakajima Date: Sat, 23 Apr 2016 02:14:01 +0900 Subject: [PATCH 1542/3141] add yesod-job-queue --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa06dd38..87adf5d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2115,6 +2115,9 @@ packages: "Stephen Diehl @sdiehl": - protolude + + "Daishi Nakajima @nakaji_dayo": + - yesod-job-queue # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 9ee537b5d3cd564ecd1f7368f0f95f9dde7f817f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 23 Apr 2016 23:21:59 +0900 Subject: [PATCH 1543/3141] Diff-0.3.4 (#1380) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa06dd38..e6bd5fdf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2206,6 +2206,9 @@ packages: # https://github.com/fpco/stackage/issues/1371 - data-default < 0.6.0 + + # https://github.com/fpco/stackage/issues/1380 + - Diff < 0.3.4 # end of packages From db3b13d6563bfc11362c2636228a9ec69f311c74 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 23 Apr 2016 23:25:27 +0900 Subject: [PATCH 1544/3141] Diff < 0.3.3 (#1380) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6bd5fdf..f24c48e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2208,7 +2208,7 @@ packages: - data-default < 0.6.0 # https://github.com/fpco/stackage/issues/1380 - - Diff < 0.3.4 + - Diff < 0.3.3 # end of packages From 9ff87338b3ae7fe4cee447a233af83642086616e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Apr 2016 09:28:35 +0900 Subject: [PATCH 1545/3141] tagged-0.8.4 (#1381) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f24c48e0..5aa636b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2209,6 +2209,9 @@ packages: # https://github.com/fpco/stackage/issues/1380 - Diff < 0.3.3 + + # https://github.com/fpco/stackage/issues/1381 + - tagged < 0.8.4 # end of packages From 6d7d3a7c5a1fe5aff66fa48fb83d6c0a4e789025 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Apr 2016 23:26:48 +0900 Subject: [PATCH 1546/3141] idris regression-and-sanity-tests intermittent failures (#1382) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf26fabb..ff55a4df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2718,6 +2718,8 @@ expected-test-failures: # https://github.com/fpco/stackage/pull/1340 - simpleirc + # https://github.com/fpco/stackage/issues/1382 + - idris # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 6a3ed76da41dc5d96240b29f4fb837487020da8b Mon Sep 17 00:00:00 2001 From: Stackage Build host Date: Sun, 24 Apr 2016 16:23:25 +0000 Subject: [PATCH 1547/3141] Initial check-cabal.sh --- automated/check-cabal.sh | 72 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100755 automated/check-cabal.sh diff --git a/automated/check-cabal.sh b/automated/check-cabal.sh new file mode 100755 index 00000000..c920f98a --- /dev/null +++ b/automated/check-cabal.sh @@ -0,0 +1,72 @@ +#!/usr/bin/env bash + +# This script is intended for testing Cabal HEAD against a Stackage snapshot. + +set -eux + +ROOT=$(cd $(dirname $0) ; pwd) +TARGET=$1 + +# For nightly-YYYY-MM-DD, tag should be nightly +# For lts-X.Y, tag should be ltsX +SHORTNAME=$(echo $TARGET | cut -d- -f 1) +if [ $SHORTNAME = "lts" ] +then + TAG=$(echo $TARGET | sed 's@^lts-\([0-9]*\)\.[0-9]*@lts\1@') + PLAN_URL=https://raw.githubusercontent.com/fpco/lts-haskell/master/$TARGET.yaml +else + TAG=$SHORTNAME + PLAN_URL=https://raw.githubusercontent.com/fpco/stackage-nightly/master/$TARGET.yaml +fi + +IMAGE=snoyberg/stackage:$TAG + +PLAN_FILE=$TARGET-plan.yaml +DOCMAP_FILE=$TARGET-docmap.yaml +BUNDLE_FILE=$TARGET.bundle= + +CABAL_DIR=$ROOT/cabal +STACK_DIR=$ROOT/stack +GHC_DIR=$ROOT/ghc +DOT_STACKAGE_DIR=$ROOT/dot-stackage +WORKDIR=$ROOT/$TAG/work +EXTRA_BIN_DIR=$ROOT/extra-bin + +mkdir -p \ + "$CABAL_DIR" \ + "$STACK_DIR" \ + "$GHC_DIR" \ + "$DOT_STACKAGE_DIR" \ + "$WORKDIR" \ + "$EXTRA_BIN_DIR" + +curl "$PLAN_URL" > $WORKDIR/$PLAN_FILE + +mkdir -p $ROOT/bin +BINDIR=$(cd $ROOT/bin ; pwd) +( +cd $BINDIR +rm -f stackage-curator stackage-curator.bz2 +wget https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 +bunzip2 stackage-curator.bz2 +chmod +x stackage-curator +) + +ARGS_COMMON="--rm -v $WORKDIR:/home/stackage/work -w /home/stackage/work -v $BINDIR/stackage-curator:/usr/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR:/home/stackage/bin:ro" +ARGS_PREBUILD="$ARGS_COMMON -u $USER -v $CABAL_DIR:/home/stackage/.cabal -v $STACK_DIR:/home/stackage/.stack -v $GHC_DIR:/home/stackage/.ghc -v $DOT_STACKAGE_DIR:/home/stackage/.stackage" +ARGS_BUILD="$ARGS_COMMON -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro -v $GHC_DIR:/home/stackage/.ghc:ro" + +# Get latest stack +curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C $EXTRA_BIN_DIR '*/stack' + +# Do all of the pre-build actions: +# +# * Update the package index +# * Fetch all needed tarballs (the build step does not have write access to the tarball directory) +# * Do a single unpack to create the package index cache (again due to directory perms) +docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "/home/stackage/bin/stack update && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && /home/stackage/bin/stack unpack random" + +# Now do the actual build. We need to first set the owner of the home directory +# correctly, so we run the command as root, change owner, and then use sudo to +# switch back to the current user +docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER /home/stackage && sudo -E -u $USER env \"PATH=\$PATH:/home/stackage/bin\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET --cabal-from-head" From 1dddcd303b777f5c774d2f5225f039103ca99e96 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Apr 2016 16:19:06 +0300 Subject: [PATCH 1548/3141] Expected Haddock failure for yesod-job-queue #1383 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff55a4df..37034ef5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2785,6 +2785,9 @@ expected-haddock-failures: # Problem with v0.1.6.0: https://github.com/fpco/stackage/issues/1206 - hsdev + # https://github.com/fpco/stackage/issues/1383 + - yesod-job-queue + # end of expected-haddock-failures From a9cfc5e61f295a92a2e331c6ef122f5b8ec7d4f9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Apr 2016 19:53:00 +0300 Subject: [PATCH 1549/3141] Remove upper bounds and close #1365 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37034ef5..0e3955e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2206,10 +2206,6 @@ packages: - persistent-mongoDB < 2.5 - persistent-mysql < 2.5 - # https://github.com/fpco/stackage/issues/1365 - - wai-logger < 2.2.6 - - fast-logger < 2.4.4 - # https://github.com/fpco/stackage/issues/1371 - data-default < 0.6.0 From 4b782c85b707fd0023727c5d8990c5e3ee83fbe2 Mon Sep 17 00:00:00 2001 From: vivid-synth Date: Mon, 25 Apr 2016 22:04:42 -0400 Subject: [PATCH 1550/3141] Add 'vivid' and 'midair' --- build-constraints.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e3955e1..dcb2acfb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2122,6 +2122,11 @@ packages: "Braden Walters @meoblast001": - hakyll-sass + "Tom Murphy @amindfv" + - vivid + - midair + - nano-erl + # 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 @@ -2898,6 +2903,12 @@ github-users: haskell-servant: - jkarni - SoenkeHahn + vivid: + - vivid-synth + midair: + - vivid-synth + nano-erl: + - vivid-synth # end of github-users From f97fdcd39b948cb5eb27782bf19a7b74e43039f1 Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Tue, 26 Apr 2016 11:56:10 +0200 Subject: [PATCH 1551/3141] add the inline-java and sparkle packages --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e3955e1..307a20e8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2061,6 +2061,8 @@ packages: "Alp Mestanogullari alpmestan@gmail.com @alpmestan": - taggy - taggy-lens + - inline-java + - sparkle "Alex McLean @yaxu": - tidal From 1b39991bffabc39ac704f28f3339be031efef790 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 26 Apr 2016 14:08:31 +0300 Subject: [PATCH 1552/3141] Extra upper bound for #1227 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e3955e1..3006c977 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2155,6 +2155,7 @@ packages: # https://github.com/fpco/stackage/issues/1227 - diagrams-svg < 1.4 + - Chart-diagrams < 1.7 # https://github.com/fpco/stackage/issues/1265 - brick < 0.5 From 53a15e031a0bb1d57b486cfa6010a32862fa2144 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 26 Apr 2016 14:12:36 +0300 Subject: [PATCH 1553/3141] Add some missing #1227 upper bounds --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4913a4df..d668a7df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2158,6 +2158,8 @@ packages: # https://github.com/fpco/stackage/issues/1227 - diagrams-svg < 1.4 - Chart-diagrams < 1.7 + - Chart < 1.7 + - Chart-cairo < 1.7 # https://github.com/fpco/stackage/issues/1265 - brick < 0.5 From c57e2e5ee9f6acd8306f086fff0bdc1dede365f6 Mon Sep 17 00:00:00 2001 From: vivid-synth Date: Tue, 26 Apr 2016 18:26:52 -0400 Subject: [PATCH 1554/3141] Fix yaml syntax error --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcb2acfb..1ac231f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2122,7 +2122,7 @@ packages: "Braden Walters @meoblast001": - hakyll-sass - "Tom Murphy @amindfv" + "Tom Murphy @amindfv": - vivid - midair - nano-erl From 6462561b3482edbd09427f028dcedd9df8d98a65 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Tue, 26 Apr 2016 18:45:14 -0400 Subject: [PATCH 1555/3141] Add postgresql-transactional to stackage. We just released the 1.0 and [uploaded it](https://hackage.haskell.org/package/postgresql-transactional) to Hackage. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d668a7df..e85bdbae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2123,6 +2123,9 @@ packages: "Braden Walters @meoblast001": - hakyll-sass + + "Patrick Thomson ": + - postgresql-transactional # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From ea4c3ed7491ceacc2021211e720a6c576b50c991 Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Tue, 26 Apr 2016 18:54:00 -0700 Subject: [PATCH 1556/3141] Add `versions` --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d668a7df..c2787127 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -625,6 +625,7 @@ packages: "Colin Woodbury @fosskers": - microlens-aeson - kanji + - versions "Ketil Malde": - biocore From d1b2360fbf2973e9f56a221598992ce17c925043 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Apr 2016 07:20:03 +0300 Subject: [PATCH 1557/3141] Temporary block for #1388 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18c802e9..568cda5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2062,8 +2062,9 @@ packages: "Alp Mestanogullari alpmestan@gmail.com @alpmestan": - taggy - taggy-lens - - inline-java - - sparkle + # https://github.com/fpco/stackage/issues/1388 + #- inline-java + #- sparkle "Alex McLean @yaxu": - tidal From 524e40c7aa0f668392c68facb2e8148dee884204 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Apr 2016 07:24:50 +0300 Subject: [PATCH 1558/3141] Expect benchmark failure #1389 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 568cda5d..6b528756 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2770,6 +2770,9 @@ expected-benchmark-failures: - yesod-core - yi-rope + # https://github.com/fpco/stackage/issues/1389 + - thread-local-storage + # end of expected-benchmark-failures From 442bae59f0286c99b238290f87299cf68ae89c47 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Apr 2016 10:29:27 +0300 Subject: [PATCH 1559/3141] Add JDK libraries --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 84dcad55..739cabd9 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -102,6 +102,7 @@ apt-get install -y \ wget \ zip \ stack \ + openjdk-7-jdk \ zlib1g-dev mkdir /tmp/nettle-build From 3b5e52ff8d15f94f0e615cc1258731ffc086c26d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Apr 2016 13:27:37 +0300 Subject: [PATCH 1560/3141] Remove temporary block and close #1388 This reverts commit d1b2360fbf2973e9f56a221598992ce17c925043. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b528756..9c8b1df1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2062,9 +2062,8 @@ packages: "Alp Mestanogullari alpmestan@gmail.com @alpmestan": - taggy - taggy-lens - # https://github.com/fpco/stackage/issues/1388 - #- inline-java - #- sparkle + - inline-java + - sparkle "Alex McLean @yaxu": - tidal From 363fbfa59840259f1a49786482187d56db899188 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Apr 2016 13:36:46 +0300 Subject: [PATCH 1561/3141] Block #1388 again This reverts commit 3b5e52ff8d15f94f0e615cc1258731ffc086c26d. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c8b1df1..6b528756 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2062,8 +2062,9 @@ packages: "Alp Mestanogullari alpmestan@gmail.com @alpmestan": - taggy - taggy-lens - - inline-java - - sparkle + # https://github.com/fpco/stackage/issues/1388 + #- inline-java + #- sparkle "Alex McLean @yaxu": - tidal From 942ce1386204c662f5f77d85470893a99d527c32 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Apr 2016 14:36:36 +0200 Subject: [PATCH 1562/3141] drop the bound on clock (#1305) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b528756..63de81cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -220,7 +220,7 @@ packages: "Philipp Middendorf ": # https://github.com/fpco/stackage/issues/1305 - - clock < 0.5.2 + - clock "Stefan Wehr ": - HTF From a32332c7a2fb41b6624e0445bfe5a4d05851a503 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Apr 2016 15:58:57 +0200 Subject: [PATCH 1563/3141] Revert "tagged-0.8.4 (#1381)" This reverts commit 9ff87338b3ae7fe4cee447a233af83642086616e. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63de81cc..ffa7201b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2226,9 +2226,6 @@ packages: # https://github.com/fpco/stackage/issues/1380 - Diff < 0.3.3 - - # https://github.com/fpco/stackage/issues/1381 - - tagged < 0.8.4 # end of packages From 902c3991d840e1c6c5744751c6fa071944bf2f58 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Apr 2016 18:54:58 +0300 Subject: [PATCH 1564/3141] Add libjvm.so symlink for #1388 --- debian-bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 739cabd9..8cf7a572 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -125,3 +125,6 @@ rm -rf /tmp/nettle-build # faster anyways and uses less RAM. update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20 update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10 + +# See: https://github.com/fpco/stackage/issues/1388 +ln -n /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so /usr/lib From 3dc3492930f620cf888bedf675d40e949afe6078 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Apr 2016 21:14:26 +0300 Subject: [PATCH 1565/3141] Try out inline-java again #1388 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ffa7201b..5f9688e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2062,9 +2062,8 @@ packages: "Alp Mestanogullari alpmestan@gmail.com @alpmestan": - taggy - taggy-lens - # https://github.com/fpco/stackage/issues/1388 - #- inline-java - #- sparkle + - inline-java + - sparkle "Alex McLean @yaxu": - tidal From c10e4aac12a4576066660126e786e9c378dae05e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 28 Apr 2016 08:35:51 +0300 Subject: [PATCH 1566/3141] Revert "Try out inline-java again #1388" This reverts commit 3dc3492930f620cf888bedf675d40e949afe6078. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f9688e3..ffa7201b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2062,8 +2062,9 @@ packages: "Alp Mestanogullari alpmestan@gmail.com @alpmestan": - taggy - taggy-lens - - inline-java - - sparkle + # https://github.com/fpco/stackage/issues/1388 + #- inline-java + #- sparkle "Alex McLean @yaxu": - tidal From 2b73c87096fd6afda932d1724e5887ea43416616 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 29 Apr 2016 12:05:07 +0200 Subject: [PATCH 1567/3141] hpack-0.13.0 (#1392) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ffa7201b..90289ea4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2226,6 +2226,9 @@ packages: # https://github.com/fpco/stackage/issues/1380 - Diff < 0.3.3 + + # https://github.com/fpco/stackage/issues/1392 + - hpack < 0.13.0 # end of packages From b26c7f3b041534d2a92fadeea9c2b47d216b8010 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 29 Apr 2016 12:08:15 +0200 Subject: [PATCH 1568/3141] move to servant-0.6 - disable google-translate, haskell-kubernetes, and smsaero - reintroduce dixi - switch servant-jquery to servant-js --- build-constraints.yaml | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 90289ea4..a38a227a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -10,7 +10,8 @@ packages: "David Johnson djohnson.m@gmail.com @dmjio": - envy - s3-signer - - google-translate + # https://github.com/fpco/stackage/issues/1290 + # - google-translate # - hackernews - ses-html - stripe-haskell @@ -453,8 +454,7 @@ packages: "Liam O'Connor ": - patches-vector - composition-tree - # temporarily disable dixi since latest needs servant 0.5 - #- dixi + - dixi - latex-formulae-image - latex-formulae-pandoc - latex-formulae-hakyll @@ -870,7 +870,7 @@ packages: - servant - servant-client - servant-docs - - servant-jquery + - servant-js - servant-server "Alexandr Ruchkin voidex@live.com @mvoidex": @@ -1740,7 +1740,8 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - - smsaero + # https://github.com/fpco/stackage/issues/1290 + #- smsaero - swagger2 - servant-swagger @@ -2042,7 +2043,9 @@ packages: - Chart-diagrams "Aaron Levin @aaronmblevin": - - haskell-kubernetes + [] + # https://github.com/fpco/stackage/issues/1290 + #- haskell-kubernetes "Aaron Levin @aaronmblevin": - free-vl @@ -2181,16 +2184,14 @@ packages: - text-show < 3 # https://github.com/fpco/stackage/issues/1290 - - servant < 0.5 - - servant-blaze < 0.5 - - servant-client < 0.5 - - servant-docs < 0.5 - - servant-mock < 0.5 - - servant-server < 0.5 - # requires servant-server-0.5 - #- dixi < 0.6.9.0 - - giphy-api < 0.3 - - lackey < 0.3.0 + - servant < 0.7 + - servant-blaze < 0.7 + - servant-client < 0.7 + - servant-docs < 0.7 + - servant-foreign < 0.7 + - servant-js < 0.7 + - servant-mock < 0.7 + - servant-server < 0.7 # https://github.com/fpco/stackage/issues/1292 - language-javascript < 0.6 @@ -2389,7 +2390,7 @@ skipped-tests: - threads - yesod-static-angular - # - https://github.com/fpco/stackage/pull/906 + # https://github.com/fpco/stackage/pull/906 - HaRe # https://github.com/haskell/zlib/issues/2 From cba3eae406b469b6a07402644e6914336c34369d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 29 Apr 2016 12:56:13 +0200 Subject: [PATCH 1569/3141] update servant issue --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a38a227a..48167653 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2183,7 +2183,7 @@ packages: - bifunctors < 5.2.1 - text-show < 3 - # https://github.com/fpco/stackage/issues/1290 + # https://github.com/fpco/stackage/issues/1394 - servant < 0.7 - servant-blaze < 0.7 - servant-client < 0.7 From 43f51d928a1090261800914e27c1a4a05dc1142f Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 29 Apr 2016 16:11:04 +0300 Subject: [PATCH 1570/3141] Add arithmoi --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 48167653..c1d87d8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1010,6 +1010,7 @@ packages: - waitra # Not a maintainer + - arithmoi - hashable - haxl - monad-time From d4a2ef5cafa17ab8fb08e13d713cfe6139db7af8 Mon Sep 17 00:00:00 2001 From: Mihaly Barasz Date: Fri, 29 Apr 2016 16:09:51 +0200 Subject: [PATCH 1571/3141] Add lens-datetime --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 48167653..1ed45ea3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1892,6 +1892,7 @@ packages: - should-not-typecheck "Mihaly Barasz klao@nilcons.com @klao": + - lens-datetime - tz - tzdata From 7c417915f5dae1ece7948f15c871b4b28b14834d Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 29 Apr 2016 10:21:30 -0400 Subject: [PATCH 1572/3141] Add "opensource" library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 48167653..271447c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -613,6 +613,7 @@ packages: - MusicBrainz - DAV - hopenpgp-tools + - opensource "Joey Hess @joeyh": - git-annex From 0cac5df4a8ac63d9af1e1c9d4d6ebc4ceeb4043d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 29 Apr 2016 21:38:33 +0200 Subject: [PATCH 1573/3141] regex-tdfa-1.2.2 (ChrisKuklewicz/regex-tdfa#2) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 48167653..b3176a4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1028,7 +1028,8 @@ packages: #- regex-parsec - regex-pcre - regex-posix - - regex-tdfa + # https://github.com/ChrisKuklewicz/regex-tdfa/issues/2 + - regex-tdfa < 1.2.2 #- regex-tdfa-utf8 #- regex-tre From 5e4038042667c9ba477328b3f3951efe56969d12 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 29 Apr 2016 21:42:14 +0200 Subject: [PATCH 1574/3141] aeson < 0.11.2.0 (#1398) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b3176a4b..908973c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -510,7 +510,8 @@ packages: # - bloodhound "Adam Bergmark @bergmark": - - aeson + # https://github.com/fpco/stackage/issues/1398 + - aeson < 0.11.2.0 - fay - fay-base - fay-dom From a15c1826d752f0cc8db7bcbfd5065ac626951b5c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 29 Apr 2016 21:52:45 +0200 Subject: [PATCH 1575/3141] let servant doctest fail (haskell-servant/servant#488) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 908973c7..414a4a46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2734,6 +2734,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1382 - idris + + # https://github.com/haskell-servant/servant/issues/488 + - servant # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 57d998f17aae73ec773560c7176f7f7116c67e7e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 29 Apr 2016 22:04:37 +0200 Subject: [PATCH 1576/3141] Revert "Expect benchmark failure #1389" should be fixed in thread-local-storage-0.1.0.4 This reverts commit 524e40c7aa0f668392c68facb2e8148dee884204. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 342931eb..f21affdd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2777,9 +2777,6 @@ expected-benchmark-failures: - yesod-core - yi-rope - # https://github.com/fpco/stackage/issues/1389 - - thread-local-storage - # end of expected-benchmark-failures From 1c4d39f0356b21fa1aa5e1a017caf01fd367cb7f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 30 Apr 2016 00:09:11 +0200 Subject: [PATCH 1577/3141] Revert "hpack-0.13.0 (#1392)" This reverts commit 2b73c87096fd6afda932d1724e5887ea43416616. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 62fba2a6..c445d534 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2232,9 +2232,6 @@ packages: # https://github.com/fpco/stackage/issues/1380 - Diff < 0.3.3 - - # https://github.com/fpco/stackage/issues/1392 - - hpack < 0.13.0 # end of packages From 8ac2972c360c3e79aa06443ce42203b4664288ed Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 30 Apr 2016 00:23:46 +0200 Subject: [PATCH 1578/3141] temporarily disable avers-api and avers-server (wereHamster/avers-api#3) --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c445d534..7d55f06b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -929,8 +929,9 @@ packages: "Tomas Carnecky": - avers - - avers-api - - avers-server + # https://github.com/wereHamster/avers-api/issues/3 + #- avers-api + #- avers-server - css-syntax - etcd - github-types From ddb2641e0c0ed045f3035a4f4711566856b03032 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 30 Apr 2016 00:30:37 +0200 Subject: [PATCH 1579/3141] allow darcs tests to fail (#1399) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d55f06b..f6b0ab1b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2738,6 +2738,9 @@ expected-test-failures: # https://github.com/haskell-servant/servant/issues/488 - servant + + # https://github.com/fpco/stackage/issues/1399 + - darcs # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 293580a15387a32b6cae34a5d490e0034986eaa7 Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Sat, 30 Apr 2016 13:11:45 -0400 Subject: [PATCH 1580/3141] Add flag for pinchot This flag is needed only when building for GHC < 8.0. --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6b0ab1b..e6969ff0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2307,6 +2307,12 @@ package-flags: # https://github.com/ghcjs/jsaddle/issues/9 jsaddle: gtk3: true + + # Only necessary for template-haskell < 2.11, so please + # remove this when moving up to GHC 8.0 + pinchot: + oldTemplateHaskell: true + # end of package-flags From 1c1ca85cadbe584b96dd98581e30c6673574c2a0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 30 Apr 2016 23:43:06 +0200 Subject: [PATCH 1581/3141] pinchot-0.18 (massysett/pinchot#2) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6b0ab1b..6c17acc6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -165,7 +165,8 @@ packages: - cartel - Earley - ofx - - pinchot + # https://github.com/massysett/pinchot/issues/2 + - pinchot < 0.18.0.0 - validation "Neil Mitchell": From db63ed3679d69b2ab63c4e4ebce9b237d341b4bd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 30 Apr 2016 23:52:55 +0200 Subject: [PATCH 1582/3141] Revert "pinchot-0.18 (massysett/pinchot#2)" This reverts commit 1c1ca85cadbe584b96dd98581e30c6673574c2a0. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 646736f0..e6969ff0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -165,8 +165,7 @@ packages: - cartel - Earley - ofx - # https://github.com/massysett/pinchot/issues/2 - - pinchot < 0.18.0.0 + - pinchot - validation "Neil Mitchell": From 7189163bd4020d92a37545434e31bd1e6cf2ea04 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 May 2016 00:05:39 +0200 Subject: [PATCH 1583/3141] pinchot-0.18 (massysett/pinchot#2) again overriding flag seems insufficent (#1400) This reverts commit db63ed3679d69b2ab63c4e4ebce9b237d341b4bd. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6969ff0..646736f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -165,7 +165,8 @@ packages: - cartel - Earley - ofx - - pinchot + # https://github.com/massysett/pinchot/issues/2 + - pinchot < 0.18.0.0 - validation "Neil Mitchell": From 08872d5ce5044ee23325d0a0570f15c17d4d19d1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 1 May 2016 06:58:05 +0200 Subject: [PATCH 1584/3141] brypt now needs data-default-0.6 (#1371) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 646736f0..e00c433f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2231,6 +2231,7 @@ packages: # https://github.com/fpco/stackage/issues/1371 - data-default < 0.6.0 + - bcrypt < 0.0.9 # https://github.com/fpco/stackage/issues/1380 - Diff < 0.3.3 From 97f568cb1f0fd202a22ffa2417b276042908b557 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 1 May 2016 17:13:31 +0300 Subject: [PATCH 1585/3141] Fix capitalization of flag #1400 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e00c433f..98adea71 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -165,8 +165,7 @@ packages: - cartel - Earley - ofx - # https://github.com/massysett/pinchot/issues/2 - - pinchot < 0.18.0.0 + - pinchot - validation "Neil Mitchell": @@ -2313,7 +2312,7 @@ package-flags: # Only necessary for template-haskell < 2.11, so please # remove this when moving up to GHC 8.0 pinchot: - oldTemplateHaskell: true + oldtemplatehaskell: true # end of package-flags From c97089f728519434cd18266bb960323f12df563a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 May 2016 09:49:45 +0200 Subject: [PATCH 1586/3141] trim whitespace --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98adea71..3947e0b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2128,13 +2128,13 @@ packages: "Stephen Diehl @sdiehl": - protolude - + "Daishi Nakajima @nakaji_dayo": - yesod-job-queue "Braden Walters @meoblast001": - hakyll-sass - + "Patrick Thomson ": - postgresql-transactional From bc4c1bed125b79979139289e5d529f5e732dccc7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 May 2016 10:11:37 +0200 Subject: [PATCH 1587/3141] Remove upper bounds and close #1292 --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3947e0b7..58c81aec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2199,13 +2199,6 @@ packages: - servant-mock < 0.7 - servant-server < 0.7 - # https://github.com/fpco/stackage/issues/1292 - - language-javascript < 0.6 - - purescript < 0.8.4 - - hjsmin < 0.2 - - webdriver-angular < 0.1.10 - - yesod-static-angular < 0.1.8 - # https://github.com/fpco/stackage/issues/1335 - dejafu < 0.3 - async-dejafu < 0.1.1 From 858f5a91ca29a65fb8eb4fa93d056cc9dc0327bf Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 May 2016 10:11:47 +0200 Subject: [PATCH 1588/3141] Remove upper bounds and close #1335 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58c81aec..21e10c1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2199,10 +2199,6 @@ packages: - servant-mock < 0.7 - servant-server < 0.7 - # https://github.com/fpco/stackage/issues/1335 - - dejafu < 0.3 - - async-dejafu < 0.1.1 - # https://github.com/fpco/stackage/issues/1343 - pipes-transduce < 0.3.4.0 From 8b1a8068d68382893ab256c31f88b95372cc19b6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 May 2016 10:11:56 +0200 Subject: [PATCH 1589/3141] Remove upper bound and close #1343 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21e10c1d..c468da70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2199,9 +2199,6 @@ packages: - servant-mock < 0.7 - servant-server < 0.7 - # https://github.com/fpco/stackage/issues/1343 - - pipes-transduce < 0.3.4.0 - # https://github.com/fpco/stackage/issues/1351 - webkitgtk3-javascriptcore < 0.14.0.0 From 3d171de37469dfb6f9b3c40c9125344b6da78d9b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 May 2016 20:57:51 +0200 Subject: [PATCH 1590/3141] Upper bound for #1401 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c468da70..a2bdf0f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2220,6 +2220,10 @@ packages: # https://github.com/fpco/stackage/issues/1380 - Diff < 0.3.3 + + # https://github.com/fpco/stackage/issues/1401 + # test-suite failure + - async-dejafu < 0.1.2.0 # end of packages From a17d9092595720e11e2d197fd340be7963f2150d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 May 2016 21:36:11 +0200 Subject: [PATCH 1591/3141] Restrict upper bound for #1401 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2bdf0f5..2c243d94 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2223,7 +2223,7 @@ packages: # https://github.com/fpco/stackage/issues/1401 # test-suite failure - - async-dejafu < 0.1.2.0 + - async-dejafu < 0.1.1.0 # end of packages From 971c202636ac6d337fac4ffeda8dc5abb57ddcbf Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 May 2016 21:59:34 +0200 Subject: [PATCH 1592/3141] dejafu upper bound for #1401 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c243d94..993403ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2224,6 +2224,7 @@ packages: # https://github.com/fpco/stackage/issues/1401 # test-suite failure - async-dejafu < 0.1.1.0 + - dejafu < 0.3.0.0 # end of packages From 79da4fb90b241be0a15e9e4a47fffce0eebb95f5 Mon Sep 17 00:00:00 2001 From: John Ky Date: Thu, 21 Apr 2016 19:32:47 +1000 Subject: [PATCH 1593/3141] New hw-rankselect package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 993403ad..7e584232 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2121,6 +2121,7 @@ packages: - hw-conduit - hw-diagnostics - hw-prim + - hw-rankselect - hw-succinct "Ismail Mustafa @ismailmustafa": From 9546534d9f1ae1a3cd1c11df56b99ee6c7167c07 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 2 May 2016 10:43:51 +0200 Subject: [PATCH 1594/3141] Remove upper bounds and close #1401 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 993403ad..31a4f8e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2221,10 +2221,6 @@ packages: # https://github.com/fpco/stackage/issues/1380 - Diff < 0.3.3 - # https://github.com/fpco/stackage/issues/1401 - # test-suite failure - - async-dejafu < 0.1.1.0 - - dejafu < 0.3.0.0 # end of packages From c561fb67f48c5b6faea34071a1f1d649f9f5459c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 2 May 2016 10:44:56 +0200 Subject: [PATCH 1595/3141] Remove upper bound and close #1398 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2feec46e..fa650e32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -510,8 +510,7 @@ packages: # - bloodhound "Adam Bergmark @bergmark": - # https://github.com/fpco/stackage/issues/1398 - - aeson < 0.11.2.0 + - aeson - fay - fay-base - fay-dom From 39bb3eff25faf04bfb0bb53b151bc7710f03d490 Mon Sep 17 00:00:00 2001 From: Toshio Ito Date: Mon, 2 May 2016 19:09:25 +0900 Subject: [PATCH 1596/3141] MAINTAINERS.md: Clarify the third requirement about the version of GHC. See also: #1403 --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 8f71098e..540d2905 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -4,7 +4,7 @@ The idea behind Stackage is that, if all packages work with the newest versions * 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 compatible with the newest versions of all dependencies. -* All packages are 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)). +* 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)). ## Adding a package From baf82225987be48bb967c5269b40b05c675385c1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 2 May 2016 14:57:58 +0200 Subject: [PATCH 1597/3141] Skip ed25519 tests due to outdated doctest dependency --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa650e32..79eb70bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2416,6 +2416,7 @@ skipped-tests: - linear - patches-vector - semigroupoids + - ed25519 # end of skipped-tests From d7fcf941a4555ad4e3b9ebf8bc631b94bda5b3a3 Mon Sep 17 00:00:00 2001 From: John Ky Date: Mon, 2 May 2016 22:59:31 +1000 Subject: [PATCH 1598/3141] New hw-parser project --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa650e32..f1b14743 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2119,6 +2119,7 @@ packages: - hw-bits - hw-conduit - hw-diagnostics + - hw-parser - hw-prim - hw-rankselect - hw-succinct From 4875ce13d14d69845ae76514c6643334a75eb5e3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 2 May 2016 15:01:21 +0200 Subject: [PATCH 1599/3141] Upper bounds for #1405 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79eb70bc..cd509838 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2221,6 +2221,10 @@ packages: # https://github.com/fpco/stackage/issues/1380 - Diff < 0.3.3 + # https://github.com/fpco/stackage/issues/1405 + - Cabal < 1.24.0.0 + - cabal-install < 1.24.0.0 + # end of packages From 1901c31a11de095caa7574954d432752e550f9c5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 3 May 2016 09:51:48 +0200 Subject: [PATCH 1600/3141] CURATORS: Update timing section with how the build script builds even if there's already a nightly --- CURATORS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 1fb9d0e1..ac3d1cf5 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -123,11 +123,11 @@ develop this advice over time. For now: if you're not sure, ask Michael for guidance. ### Timing -A cronjob on the build server keeps trying to build nightly unless it has already succeeded. -(Nightly builds should be run once a day. A common technique I use is, after a -build succeeds, write something like `sleep 20h; -/opt/stackage-build/stackage/automated/build.sh nightly-2015-01-02`.) +A looping script on the build server keeps trying to build nightly +with `sleep 30m` interleaved. It only publishes the nightly once per +day. This way new package versions or build failures can be caught +early and hopefully the nightlies will be timely. LTS minor bumps typically are run on Sundays. From 1f3de6a7c36681c29697d19f9906235272c8e2ce Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 3 May 2016 11:23:02 +0200 Subject: [PATCH 1601/3141] Upper bound for fpco/stackage-curator#17 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index afc14826..2f0b8ca3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2226,6 +2226,9 @@ packages: - Cabal < 1.24.0.0 - cabal-install < 1.24.0.0 + # https://github.com/fpco/stackage-curator/issues/17 + - monad-unlift < 0.2.0 + # end of packages From 788e612092b59ac51cf997e1b9d2baaa5c35e9f6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 3 May 2016 11:24:04 +0200 Subject: [PATCH 1602/3141] idris benchmarks have been fixed --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f0b8ca3..660a66b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2762,7 +2762,6 @@ expected-benchmark-failures: - gitson - hashable - http-link-header - - idris - jose-jwt - lens - lucid From 1e58a16879a6238b96b115cfef313180330f54c9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 3 May 2016 14:13:41 +0200 Subject: [PATCH 1603/3141] Revert "Upper bound for fpco/stackage-curator#17" This reverts commit 1f3de6a7c36681c29697d19f9906235272c8e2ce. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 660a66b8..dc56abe6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2226,9 +2226,6 @@ packages: - Cabal < 1.24.0.0 - cabal-install < 1.24.0.0 - # https://github.com/fpco/stackage-curator/issues/17 - - monad-unlift < 0.2.0 - # end of packages From faec396bd42ab4e7cd446f007eea7db1bb16667d Mon Sep 17 00:00:00 2001 From: Toshio Ito Date: Wed, 4 May 2016 09:36:16 +0900 Subject: [PATCH 1604/3141] build-constraints: add debug-ito and his packages. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa650e32..7bf309d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2143,6 +2143,11 @@ packages: - midair - nano-erl + "Toshio Ito @debug-ito": + - fold-debounce + - fold-debounce-conduit + - stopwatch + # 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 0131205db7aa2fce5498295c01f93c811dbee167 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 4 May 2016 10:10:28 +0200 Subject: [PATCH 1605/3141] Add github nick for Toralf Wittner Cc @twittner --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc56abe6..25fcb4d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -732,7 +732,7 @@ packages: "Paul Rouse ": - yesod-auth-hashdb - "Toralf Wittner ": + "Toralf Wittner @twittner": - bytestring-conversion - cql - cql-io From a3aa2bd5658727a9698ed9a9e8de28e1fbd8e857 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Wed, 4 May 2016 11:44:01 +0200 Subject: [PATCH 1606/3141] add dataurl and psql-helpers package --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc56abe6..f8e7dc02 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -822,6 +822,8 @@ packages: - hackmanager - digestive-bootstrap - blaze-bootstrap + - dataurl + - psql-helpers "Joey Eremondi ": - aeson-pretty From ff0b0a8fdb38d57ec40ba5906ed4d38f12045385 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 4 May 2016 17:27:40 +0200 Subject: [PATCH 1607/3141] Add github nick for Simon Michael. Cc: @simonmichael --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53112b4d..5d314b54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -683,7 +683,7 @@ packages: - tostring - uri-encode - "Simon Michael ": + "Simon Michael @simonmichael": - regex-compat-tdfa - darcs - hledger From 31e4515fa29aa1cf2f7fbd4fded20fdc861caa0a Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Wed, 4 May 2016 21:39:08 -0600 Subject: [PATCH 1608/3141] some really bad libraries :| --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6d587cc..305d8fda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1250,6 +1250,8 @@ packages: - tries - path-extra - pred-trie + - pred-set + - HSet "Fumiaki Kinoshita @fumieval": - control-bool From 213fafe7b4f262864d1ea3b09df8dfec55e8bc09 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Thu, 5 May 2016 13:10:19 -0700 Subject: [PATCH 1609/3141] Adding 'uncertain' package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b4238bb..a3e6635a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1330,6 +1330,7 @@ packages: - prompt - tagged-binary - typelits-witnesses + - uncertain "Ian Duncan @iand675": - feature-flags From c9728bf423d475cf5b27a4ea8d2595034f8eefbb Mon Sep 17 00:00:00 2001 From: John Ky Date: Fri, 6 May 2016 22:15:36 +1000 Subject: [PATCH 1610/3141] New hw-json project --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3e6635a..2f239fce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2124,6 +2124,7 @@ packages: - hw-bits - hw-conduit - hw-diagnostics + - hw-json - hw-parser - hw-prim - hw-rankselect From 175d967fbe196f9c5a9b77e34e5295b3d5ea6563 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 6 May 2016 18:26:54 +0200 Subject: [PATCH 1611/3141] Unskip ed25519 tests --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f239fce..20f18585 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2153,7 +2153,7 @@ packages: "Toshio Ito @debug-ito": - fold-debounce - fold-debounce-conduit - - stopwatch + - stopwatch # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. @@ -2432,7 +2432,6 @@ skipped-tests: - linear - patches-vector - semigroupoids - - ed25519 # end of skipped-tests From 8b8099977f29e3d40ceb88c1cd6041ba344b9d23 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 6 May 2016 19:13:24 +0200 Subject: [PATCH 1612/3141] Upper bound for #1418 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20f18585..ce31473d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2237,6 +2237,9 @@ packages: - Cabal < 1.24.0.0 - cabal-install < 1.24.0.0 + # https://github.com/fpco/stackage/issues/1418 + - nested-routes < 7.1.0 + # end of packages From d20c67a8720c54b46cb4ac392506190edf256031 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 6 May 2016 21:31:46 +0200 Subject: [PATCH 1613/3141] All issues with avers-{api,server} have been resolved --- build-constraints.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce31473d..18b97e38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -930,9 +930,8 @@ packages: "Tomas Carnecky": - avers - # https://github.com/wereHamster/avers-api/issues/3 - #- avers-api - #- avers-server + - avers-api + - avers-server - css-syntax - etcd - github-types @@ -2809,9 +2808,6 @@ expected-haddock-failures: # https://github.com/fpco/stackage/issues/994 - Michelangelo - # https://github.com/wereHamster/avers-api/issues/2 - - avers-api - # https://github.com/ekmett/bifunctors/issues/42 - bifunctors From 502f50988c11c56580cc6f2320f90578fb81e213 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 7 May 2016 15:26:55 +0200 Subject: [PATCH 1614/3141] Expect http-client-tls tests to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18b97e38..1f2255fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2753,6 +2753,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1399 - darcs + + # https://github.com/snoyberg/http-client/issues/196 + - http-client-tls # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 5de2f32030180fbaa33fcca02fc56c5583f407f6 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sat, 7 May 2016 09:24:21 -0500 Subject: [PATCH 1615/3141] Add github-release https://github.com/tfausak/github-release This also adds optparse-generic, which is one of github-release's dependencies. That library is maintained by @Gabriel439. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f2255fc..35dd3aec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1213,8 +1213,10 @@ packages: - bento - ekg-statsd # Maintained by @tibbe. - flow + - github-release - lackey - octane + - optparse-generic # Maintained by @Gabriel439. - ratel - ratel-wai - strive From ea4c8215d198afd9d9d65d6faecc9296a71293d7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 7 May 2016 22:59:29 +0200 Subject: [PATCH 1616/3141] Expect test failure for danidiaz/process-streaming#13 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35dd3aec..f1be1a40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2758,6 +2758,9 @@ expected-test-failures: # https://github.com/snoyberg/http-client/issues/196 - http-client-tls + + https://github.com/danidiaz/process-streaming/issues/13 + - process-streaming # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 49a154b2f05fdbf34a1724426ae6b1669ddab5a2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 7 May 2016 23:13:05 +0200 Subject: [PATCH 1617/3141] Fix comment typo --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1be1a40..a4bf7998 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2759,7 +2759,7 @@ expected-test-failures: # https://github.com/snoyberg/http-client/issues/196 - http-client-tls - https://github.com/danidiaz/process-streaming/issues/13 + # https://github.com/danidiaz/process-streaming/issues/13 - process-streaming # end of expected-test-failures From a1803b9393c581517eb7f3cbce834f3c91da4ba5 Mon Sep 17 00:00:00 2001 From: AndrewRademacher Date: Sat, 7 May 2016 21:10:15 -0500 Subject: [PATCH 1618/3141] Applied fix for #1254 --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4bf7998..462fb407 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1895,8 +1895,7 @@ packages: "Andrew Rademacher ": - aeson-casing - # https://github.com/fpco/stackage/pull/1254 - #- graylog + - graylog "Callum Rogers @CRogers": - should-not-typecheck @@ -2761,6 +2760,9 @@ expected-test-failures: # https://github.com/danidiaz/process-streaming/issues/13 - process-streaming + + # https://github.com/fpco/stackage/pull/1254 + - graylog # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 41be28c664b77f895acdf6a8e48eae77598feb03 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 8 May 2016 13:03:15 +0200 Subject: [PATCH 1619/3141] Upper bound for #1422 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 462fb407..72fd9fa0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2240,6 +2240,9 @@ packages: # https://github.com/fpco/stackage/issues/1418 - nested-routes < 7.1.0 + # https://github.com/fpco/stackage/issues/1422 + - werewolf < 1.1.0.0 + # end of packages From 3f637dd908adccd5fc9cb916d0a93f8293e2bd36 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 8 May 2016 13:29:15 +0200 Subject: [PATCH 1620/3141] Revert expected test failure for http-client-tls snoyberg/http-client#196 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72fd9fa0..0af52f46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2758,9 +2758,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1399 - darcs - # https://github.com/snoyberg/http-client/issues/196 - - http-client-tls - # https://github.com/danidiaz/process-streaming/issues/13 - process-streaming From 9354c78dad363de0d5a1bbebfac3a816e44fa530 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 9 May 2016 13:51:29 +0200 Subject: [PATCH 1621/3141] Expect wai-predicates test suite to fail #1412 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0af52f46..7ffeb991 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2763,6 +2763,9 @@ expected-test-failures: # https://github.com/fpco/stackage/pull/1254 - graylog + + # https://github.com/fpco/stackage/issues/1412 + - wai-predicates # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From c1e539973107608227a08c9083ef7ef214067552 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 9 May 2016 19:56:04 +0200 Subject: [PATCH 1622/3141] Re-enable process-streaming test-suite via https://github.com/danidiaz/process-streaming/issues/13 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ffeb991..8488e5ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2758,9 +2758,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1399 - darcs - # https://github.com/danidiaz/process-streaming/issues/13 - - process-streaming - # https://github.com/fpco/stackage/pull/1254 - graylog From 1f06472c6af0071ecdf2ae84a4073ede7ca9d491 Mon Sep 17 00:00:00 2001 From: Cies Breijs Date: Tue, 10 May 2016 00:20:40 +0200 Subject: [PATCH 1623/3141] Add htoml --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ffeb991..f3b85014 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2155,6 +2155,10 @@ packages: - fold-debounce-conduit - stopwatch + "Cies Breijs @cies": + - htoml + + # 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 0874f8d96434721978cb129275fcb178e05a97e3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 10 May 2016 09:45:13 +0900 Subject: [PATCH 1624/3141] Revert "regex-tdfa-1.2.2 (ChrisKuklewicz/regex-tdfa#2)" hakyll, cabal-debian, yi have been fixed This reverts commit 0cac5df4a8ac63d9af1e1c9d4d6ebc4ceeb4043d. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ffeb991..1b652b4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1032,8 +1032,7 @@ packages: #- regex-parsec - regex-pcre - regex-posix - # https://github.com/ChrisKuklewicz/regex-tdfa/issues/2 - - regex-tdfa < 1.2.2 + - regex-tdfa #- regex-tdfa-utf8 #- regex-tre From ec43dc8c9505494600ad35bde45d24d628c8c939 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 10 May 2016 12:46:18 +0900 Subject: [PATCH 1625/3141] add gi-gtk under juhp --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b652b4f..3f387953 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -910,6 +910,7 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom + - gi-gtk - gtksourceview3 - idris - jsaddle From 0d98ffc0f0acb15be3fc8cada3ad3ca4dd001276 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 9 May 2016 21:48:38 -0700 Subject: [PATCH 1626/3141] Add constraint "th-orphans < 0.13.1" per #1427 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b652b4f..37d83514 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2242,6 +2242,9 @@ packages: # https://github.com/fpco/stackage/issues/1422 - werewolf < 1.1.0.0 + # https://github.com/fpco/stackage/issues/1427 + - th-orphans < 0.13.1 + # end of packages From 8bfab487ac26d5691f9d70acea3d67713881d1fc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 9 May 2016 21:48:58 -0700 Subject: [PATCH 1627/3141] Add constraint "hpack < 0.14.0" per #1428 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37d83514..4a977fd2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2245,6 +2245,9 @@ packages: # https://github.com/fpco/stackage/issues/1427 - th-orphans < 0.13.1 + # https://github.com/fpco/stackage/issues/1428 + - hpack < 0.14.0 + # end of packages From 1f187d7c4fadcc847a8109c95a9401fc6ee01087 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 9 May 2016 21:50:59 -0700 Subject: [PATCH 1628/3141] Add constraint "cabal-helper < 0.7" per #1429 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a977fd2..468d0f02 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2248,6 +2248,9 @@ packages: # https://github.com/fpco/stackage/issues/1428 - hpack < 0.14.0 + # https://github.com/fpco/stackage/issues/1429 + - cabal-helper < 0.7 + # end of packages From b46d3f60b446bac3be61c3ebd173034954ce6401 Mon Sep 17 00:00:00 2001 From: Martijn Rijkeboer Date: Tue, 10 May 2016 19:11:46 +0200 Subject: [PATCH 1629/3141] Add protobuf-simple --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 189fc661..9c08ac52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2157,6 +2157,9 @@ packages: "Cies Breijs @cies": - htoml + + "Martijn Rijkeboer @mrijkeboer": + - protobuf-simple # If you stop maintaining a package you can move it here. From 9657e2e2837ca1dd3c55882fa532de197ccee052 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 11 May 2016 13:53:59 +0300 Subject: [PATCH 1630/3141] Upper bound for #1432 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c08ac52..d35c0057 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2259,6 +2259,9 @@ packages: # https://github.com/fpco/stackage/issues/1429 - cabal-helper < 0.7 + # https://github.com/fpco/stackage/issues/1432 + - OpenGLRaw < 3.2 + # end of packages From dbc48a937bbfda3597f93f05d3808739681996e1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 11 May 2016 13:54:42 +0300 Subject: [PATCH 1631/3141] Upper bound for #1433 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d35c0057..2b700d0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2262,6 +2262,9 @@ packages: # https://github.com/fpco/stackage/issues/1432 - OpenGLRaw < 3.2 + # https://github.com/fpco/stackage/issues/1433 + - vty < 5.5 + # end of packages From 79bd5327480bb74df4bc7de64e165218f1609126 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 11 May 2016 19:20:28 +0300 Subject: [PATCH 1632/3141] Remove upper bounds and close #1433 This reverts commit dbc48a937bbfda3597f93f05d3808739681996e1. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b700d0d..d35c0057 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2262,9 +2262,6 @@ packages: # https://github.com/fpco/stackage/issues/1432 - OpenGLRaw < 3.2 - # https://github.com/fpco/stackage/issues/1433 - - vty < 5.5 - # end of packages From 61be7e18f86d3f05375ecd5965bfec5dc01a01fe Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 11 May 2016 11:13:16 -0700 Subject: [PATCH 1633/3141] Added constraint "gi-cairo < 0.1.14.13" per #1434 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d35c0057..2e8e01fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2262,6 +2262,9 @@ packages: # https://github.com/fpco/stackage/issues/1432 - OpenGLRaw < 3.2 + # https://github.com/fpco/stackage/issues/1434 + - gi-cairo < 0.1.14.13 + # end of packages From 37d0605ad60ec5b65cbce1cb45d12e734c630bc3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 11 May 2016 11:16:03 -0700 Subject: [PATCH 1634/3141] Added more constraints per #1434 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e8e01fb..be8da1d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2264,6 +2264,8 @@ packages: # https://github.com/fpco/stackage/issues/1434 - gi-cairo < 0.1.14.13 + - gi-gdk < 0.3.18.13 + - gi-gtk < 0.3.18.13 # end of packages From fdd5567298e4cda8c83b0cd49dd7dfb0a8124874 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 11 May 2016 13:43:26 -0700 Subject: [PATCH 1635/3141] Add constraints per #1435 --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index be8da1d8..f0f7c06e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2267,6 +2267,14 @@ packages: - gi-gdk < 0.3.18.13 - gi-gtk < 0.3.18.13 + # https://github.com/fpco/stackage/issues/1435 + - gi-glib < 0.2.46.13 + - gi-atk < 0.2.18.13 + - gi-gdkpixbuf < 0.2.32.13 + - gi-gio < 0.2.46.13 + - gi-gobject < 0.2.46.13 + - gi-pango < 0.1.38.13 + # end of packages From 5134a6e9b6acd238b26a482c5c57aa57b8ac3d10 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 11 May 2016 13:43:56 -0700 Subject: [PATCH 1636/3141] Add constraint "hw-json < 0.0.0.3" per haskell-works/hw-json#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0f7c06e..01633d56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2275,6 +2275,9 @@ packages: - gi-gobject < 0.2.46.13 - gi-pango < 0.1.38.13 + # https://github.com/haskell-works/hw-json/issues/1 + - hw-json < 0.0.0.3 + # end of packages From 3758bd3445d872486c415ede8b31a02e88549319 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 11 May 2016 13:50:17 -0700 Subject: [PATCH 1637/3141] Disable gi-gtk and remove constraints, see #1434 #1435 --- build-constraints.yaml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 01633d56..06b8fd26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -910,7 +910,9 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom - - gi-gtk + # https://github.com/fpco/stackage/issues/1434 + # https://github.com/fpco/stackage/issues/1435 + # - gi-gtk - gtksourceview3 - idris - jsaddle @@ -2262,19 +2264,6 @@ packages: # https://github.com/fpco/stackage/issues/1432 - OpenGLRaw < 3.2 - # https://github.com/fpco/stackage/issues/1434 - - gi-cairo < 0.1.14.13 - - gi-gdk < 0.3.18.13 - - gi-gtk < 0.3.18.13 - - # https://github.com/fpco/stackage/issues/1435 - - gi-glib < 0.2.46.13 - - gi-atk < 0.2.18.13 - - gi-gdkpixbuf < 0.2.32.13 - - gi-gio < 0.2.46.13 - - gi-gobject < 0.2.46.13 - - gi-pango < 0.1.38.13 - # https://github.com/haskell-works/hw-json/issues/1 - hw-json < 0.0.0.3 From e8a585b3c168dd7bc71d3dbf3dccde5eb09d7f14 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 11 May 2016 22:31:55 -0700 Subject: [PATCH 1638/3141] Trying another constraint per haskell-works/hw-json#1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06b8fd26..65a275ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2266,6 +2266,7 @@ packages: # https://github.com/haskell-works/hw-json/issues/1 - hw-json < 0.0.0.3 + - hw-rankselect < 0.0.0.3 # end of packages From f2e23ccb14b00a2c7bb995f19d511e70178f0564 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 11 May 2016 22:36:00 -0700 Subject: [PATCH 1639/3141] Try one more constraint for haskell-works/hw-json#1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65a275ab..5458e3c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2267,6 +2267,7 @@ packages: # https://github.com/haskell-works/hw-json/issues/1 - hw-json < 0.0.0.3 - hw-rankselect < 0.0.0.3 + - hw-prim < 0.11 # end of packages From 2270f351451d5ea3e10e33124567c3d059072096 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 11 May 2016 22:47:23 -0700 Subject: [PATCH 1640/3141] Adjust erroneous constraint on hw-prim --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5458e3c2..23478c55 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2267,7 +2267,7 @@ packages: # https://github.com/haskell-works/hw-json/issues/1 - hw-json < 0.0.0.3 - hw-rankselect < 0.0.0.3 - - hw-prim < 0.11 + - hw-prim < 0.0.0.11 # end of packages From 043c708a0907b160fc9e37e29f7eec09b542382d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Wed, 4 May 2016 11:04:58 +0800 Subject: [PATCH 1641/3141] change servant maintainers to maintainers group --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23478c55..b2ca0181 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -869,7 +869,7 @@ packages: - alarmclock - bank-holidays-england - "Haskell Servant jkarni@gmail.com @jkarni": + "Haskell Servant haskell-servant-maintainers@googlegroups.com @@haskell-servant/maintainers": - servant - servant-client - servant-docs @@ -2964,9 +2964,6 @@ github-users: - RyanGlScott haskell-compat: - RyanGlScott - haskell-servant: - - jkarni - - SoenkeHahn vivid: - vivid-synth midair: From 1a8b478097e2932b513b5d3874059c4daa5f5f4a Mon Sep 17 00:00:00 2001 From: Julian Arni Date: Thu, 12 May 2016 10:44:03 +0200 Subject: [PATCH 1642/3141] Update build-constraints.yaml Add several servant packages. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23478c55..b171c92f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -875,6 +875,11 @@ packages: - servant-docs - servant-js - servant-server + - servant-lucid + - servant-blaze + - servant-foreign + - servant-mock + - servant-cassava "Alexandr Ruchkin voidex@live.com @mvoidex": - hdocs From 795c42bd9dc628b4aa668a1c1afb5f52aee44a64 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 12 May 2016 18:21:19 +0900 Subject: [PATCH 1643/3141] move to Ubuntu 16.04 LTS This should allow libsystemd-journal (#696) and also gi-gtk to build --- Dockerfile | 2 +- build-constraints.yaml | 5 +---- debian-bootstrap.sh | 3 ++- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4c4e1012..59041d90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04 +FROM ubuntu:16.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 diff --git a/build-constraints.yaml b/build-constraints.yaml index 23478c55..c7b90b24 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2359,10 +2359,7 @@ skipped-builds: - Win32-notify - Win32-extras - # The Docker image needs libsystemd-dev from Ubuntu 15.04+ for this. - # See: https://github.com/fpco/stackage/issues/696 - - libsystemd-journal - +# end of skipped-builds # By skipping a test suite, we do not pull in the build dependencies diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 8cf7a572..976bfceb 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -26,7 +26,7 @@ add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse # Get Stack sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 -echo 'deb http://download.fpcomplete.com/ubuntu trusty main'|sudo tee /etc/apt/sources.list.d/fpco.list +echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|sudo tee /etc/apt/sources.list.d/fpco.list apt-get update apt-get install -y \ @@ -81,6 +81,7 @@ apt-get install -y \ libsndfile1-dev \ libsqlite3-dev \ libssl-dev \ + libsystemd-dev \ libtagc0-dev \ libtre-dev \ libudev-dev \ From 57abb3e4f7a626795bf7a1abd17d3f9a78a748bd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 12 May 2016 18:22:37 +0300 Subject: [PATCH 1644/3141] Specific constraint on Win32 yesodweb/yesod#1231 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23478c55..95216d47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2269,6 +2269,9 @@ packages: - hw-rankselect < 0.0.0.3 - hw-prim < 0.0.0.11 + # Need to always match the version shipped with GHC + - Win32 == 2.3.1.0 + # end of packages From 9f5b901f885d46ddd4e210f15c38fa1b8581a45a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 12 May 2016 18:38:58 +0300 Subject: [PATCH 1645/3141] Remove upper bound and close #1432 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92e13f15..c1332e77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2261,9 +2261,6 @@ packages: # https://github.com/fpco/stackage/issues/1429 - cabal-helper < 0.7 - # https://github.com/fpco/stackage/issues/1432 - - OpenGLRaw < 3.2 - # https://github.com/haskell-works/hw-json/issues/1 - hw-json < 0.0.0.3 - hw-rankselect < 0.0.0.3 From 46f1efb0aad44f19db4f82bae10d1442fbf6953c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 12 May 2016 19:34:09 +0300 Subject: [PATCH 1646/3141] Don't use sudo --- debian-bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 976bfceb..63c31a8f 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,8 +25,8 @@ add-apt-repository -y ppa:marutter/rrutter add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse # Get Stack -sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 -echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|sudo tee /etc/apt/sources.list.d/fpco.list +apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 +echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|tee /etc/apt/sources.list.d/fpco.list apt-get update apt-get install -y \ From 032ec5b5226a26a4848bc70c9fb81ebd4568759b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 12 May 2016 20:12:06 +0300 Subject: [PATCH 1647/3141] Revert "Don't use sudo" This reverts commit 46f1efb0aad44f19db4f82bae10d1442fbf6953c. --- debian-bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 63c31a8f..976bfceb 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,8 +25,8 @@ add-apt-repository -y ppa:marutter/rrutter add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse # Get Stack -apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 -echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|tee /etc/apt/sources.list.d/fpco.list +sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 +echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|sudo tee /etc/apt/sources.list.d/fpco.list apt-get update apt-get install -y \ From 18b2e51a76e2814c14b9c80a25040182a690c939 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 12 May 2016 20:12:29 +0300 Subject: [PATCH 1648/3141] Revert "move to Ubuntu 16.04 LTS" This reverts commit 795c42bd9dc628b4aa668a1c1afb5f52aee44a64. --- Dockerfile | 2 +- build-constraints.yaml | 5 ++++- debian-bootstrap.sh | 3 +-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 59041d90..4c4e1012 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:14.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 diff --git a/build-constraints.yaml b/build-constraints.yaml index c1332e77..6aad2eaa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2359,7 +2359,10 @@ skipped-builds: - Win32-notify - Win32-extras -# end of skipped-builds + # The Docker image needs libsystemd-dev from Ubuntu 15.04+ for this. + # See: https://github.com/fpco/stackage/issues/696 + - libsystemd-journal + # By skipping a test suite, we do not pull in the build dependencies diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 976bfceb..8cf7a572 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -26,7 +26,7 @@ add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse # Get Stack sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 -echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|sudo tee /etc/apt/sources.list.d/fpco.list +echo 'deb http://download.fpcomplete.com/ubuntu trusty main'|sudo tee /etc/apt/sources.list.d/fpco.list apt-get update apt-get install -y \ @@ -81,7 +81,6 @@ apt-get install -y \ libsndfile1-dev \ libsqlite3-dev \ libssl-dev \ - libsystemd-dev \ libtagc0-dev \ libtre-dev \ libudev-dev \ From 2c455eaf9a00dfca7d0e6057d99e0597165251bc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 13 May 2016 15:46:42 +0900 Subject: [PATCH 1649/3141] take 2 at Ubuntu 16.04 Xenial (#1439) - not sure if ppa:zoogie/sdl2-snapshots was ever really needed (#444): there seem to be newer sdl packages in 14.04 Trusty already. - not sure what the ppa:openstack-ubuntu-testing/icehouse was needed for: that ppa is not available for 16.04, commenting it out for now. - libsystemd-dev is needed to build libsystemd-journal (#696) - 16.04 has openjdk-8 rather than 7 (#1388) - libphash does not seem to be in Xenial, disabling phash for now (#618) - use nettle-dev from ubuntu (hopefully 3.2 is compatible enough with 3.1) - don't need to install git first - python-software-properties is a dependency of software-properties-common - this should allow the gi-gtk stack to build since it needs newer gtk stack - switch from texlive-full to texlive to save time and space (not sure what requires texlive?) this builds for me locally --- Dockerfile | 2 +- build-constraints.yaml | 8 +++----- debian-bootstrap.sh | 34 ++++++++++------------------------ 3 files changed, 14 insertions(+), 30 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4c4e1012..59041d90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04 +FROM ubuntu:16.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 diff --git a/build-constraints.yaml b/build-constraints.yaml index 6aad2eaa..cffbe17b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1353,7 +1353,8 @@ packages: "Michael Xavier @MichaelXavier": - angel - uri-bytestring - - phash + # https://github.com/MichaelXavier/phash/issues/5 + #- phash - cron - tasty-tap - tasty-fail-fast @@ -2359,10 +2360,7 @@ skipped-builds: - Win32-notify - Win32-extras - # The Docker image needs libsystemd-dev from Ubuntu 15.04+ for this. - # See: https://github.com/fpco/stackage/issues/696 - - libsystemd-journal - +# end of skipped-builds # By skipping a test suite, we do not pull in the build dependencies diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 8cf7a572..3103ee04 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -17,16 +17,16 @@ locale-gen en_US.UTF-8 export DEBIAN_FRONTEND=noninteractive apt-get update -apt-get install -y software-properties-common python-software-properties git +apt-get install -y software-properties-common add-apt-repository ppa:hvr/ghc -y -add-apt-repository -y ppa:zoogie/sdl2-snapshots add-apt-repository -y ppa:marutter/rrutter -add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse +# not sure what this was needed for +#add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse # Get Stack -sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 -echo 'deb http://download.fpcomplete.com/ubuntu trusty main'|sudo tee /etc/apt/sources.list.d/fpco.list +apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 +echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|tee /etc/apt/sources.list.d/fpco.list apt-get update apt-get install -y \ @@ -74,13 +74,13 @@ apt-get install -y \ libopenal-dev \ libpango1.0-dev \ libpcap0.8-dev \ - libphash0-dev \ libpq-dev \ libsdl2-dev \ libsnappy-dev \ libsndfile1-dev \ libsqlite3-dev \ libssl-dev \ + libsystemd-dev \ libtagc0-dev \ libtre-dev \ libudev-dev \ @@ -94,32 +94,18 @@ apt-get install -y \ libzmq3-dev \ llvm \ m4 \ + nettle-dev \ nodejs \ npm \ r-base \ r-base-dev \ - texlive-full \ + texlive \ wget \ zip \ stack \ - openjdk-7-jdk \ + openjdk-8-jdk \ zlib1g-dev -mkdir /tmp/nettle-build -( -cd /tmp/nettle-build -wget https://ftp.gnu.org/gnu/nettle/nettle-3.1.1.tar.gz -tar zxf nettle-3.1.1.tar.gz -cd nettle-3.1.1 -./configure --prefix=/usr -make -make install - -mkdir -p /usr/lib/x86_64-linux-gnu/ -ln -sfv /usr/lib/libnettle.so.6.1 /usr/lib/x86_64-linux-gnu/libnettle.so.6 -) -rm -rf /tmp/nettle-build - # Buggy versions of ld.bfd fail to link some Haskell packages: # https://sourceware.org/bugzilla/show_bug.cgi?id=17689. Gold is # faster anyways and uses less RAM. @@ -127,4 +113,4 @@ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20 update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10 # See: https://github.com/fpco/stackage/issues/1388 -ln -n /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so /usr/lib +ln -n /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so /usr/lib From a788d186698be0300b1938f25d0a175f2dd281f5 Mon Sep 17 00:00:00 2001 From: alpheccar Date: Fri, 13 May 2016 15:15:04 +0200 Subject: [PATCH 1650/3141] Add package hbayes --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6aad2eaa..0384db37 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,6 +3,7 @@ ghc-major-version: "7.10" packages: "alpheccar @alpheccar": - HPDF + - hbayes "Dmitry Bogatov ": - once From 9c9a5451775bddc683ae7aafaaede123a63beef4 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Wed, 4 May 2016 05:36:08 +0900 Subject: [PATCH 1651/3141] Add opaleye-trans package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6aad2eaa..1806b6a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1625,6 +1625,7 @@ packages: - envelope - ig - natural-transformation + - opaleye-trans - read-env-var "Franklin Chen @FranklinChen": From 398bd0fefb2d1dddedc994a1e870f14faf27ab44 Mon Sep 17 00:00:00 2001 From: David Reaver Date: Sat, 14 May 2016 11:04:50 -0700 Subject: [PATCH 1652/3141] Add stratosphere --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6aad2eaa..e2efd6d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2163,6 +2163,8 @@ packages: "Martijn Rijkeboer @mrijkeboer": - protobuf-simple + "David Reaver @jdreaver": + - stratosphere # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From a1ad0c39b7b51335d500de25d8833e528c356531 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 15 May 2016 00:51:49 -0700 Subject: [PATCH 1653/3141] Add megaparsec-related constraints per #1446 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6aad2eaa..100c26a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2269,6 +2269,10 @@ packages: # Need to always match the version shipped with GHC - Win32 == 2.3.1.0 + # https://github.com/fpco/stackage/issues/1446 + - megaparsec < 5.0.0 + - hspec-megaparsec < 0.2.0 + # end of packages From ec444b3857911925e5f5ff97a61babf2ee1fbb63 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 15 May 2016 00:53:24 -0700 Subject: [PATCH 1654/3141] Add constraint "process-extras < 0.4" per #1447 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 100c26a8..82b74264 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2273,6 +2273,9 @@ packages: - megaparsec < 5.0.0 - hspec-megaparsec < 0.2.0 + # https://github.com/fpco/stackage/issues/1447 + - process-extras < 0.4 + # end of packages From 07369bdd7eafe408ba045f0214d21edd914e6b57 Mon Sep 17 00:00:00 2001 From: Peter Harpending Date: Sun, 15 May 2016 12:17:34 -0600 Subject: [PATCH 1655/3141] Add pharpend/optparse-helper. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51f77ccc..b54e2dc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1313,6 +1313,7 @@ packages: "Peter Harpending @pharpend": - editor-open - exceptional + - optparse-helper - pager - semiring-simple From a576ed5f9f77f48acd83f3e22347434a82817bcd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 16 May 2016 11:55:27 +0900 Subject: [PATCH 1656/3141] bound for language-thrift (#1446) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51f77ccc..210142ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2276,6 +2276,7 @@ packages: # https://github.com/fpco/stackage/issues/1446 - megaparsec < 5.0.0 - hspec-megaparsec < 0.2.0 + - language-thrift < 0.9.0.0 # https://github.com/fpco/stackage/issues/1447 - process-extras < 0.4 From da8d94385795152abc3f37716b15a5860edcedae Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 16 May 2016 13:04:51 +0900 Subject: [PATCH 1657/3141] process-extras-0.3.4 does not build (#1447) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit src/System/Process/Common.hs:144:20: src/System/Process/Common.hs:162:33: src/System/Process/Common.hs:199:24: Could not deduce (Monoid b) arising from a use of ‘<>’ --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 210142ce..8d1d2312 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2279,7 +2279,7 @@ packages: - language-thrift < 0.9.0.0 # https://github.com/fpco/stackage/issues/1447 - - process-extras < 0.4 + - process-extras < 0.3.4 # end of packages From 9599f01c63315d7eba1a42da39cd17e7149fd4d8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 16 May 2016 13:22:26 +0900 Subject: [PATCH 1658/3141] disable stratosphere due to style test failing (#1445) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d1d2312..7e1e0ad6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2166,7 +2166,9 @@ packages: - protobuf-simple "David Reaver @jdreaver": - - stratosphere + [] + # https://github.com/fpco/stackage/pull/1445 + #- stratosphere # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 09f9e299e2f76b9861cad3d8f14aaa98b3805197 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 16 May 2016 13:27:46 +0900 Subject: [PATCH 1659/3141] bytestring-builder < 0.10.8.1.0 (#1449) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e1e0ad6..63e2ba67 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2283,6 +2283,8 @@ packages: # https://github.com/fpco/stackage/issues/1447 - process-extras < 0.3.4 + # https://github.com/fpco/stackage/issues/1449 + - bytestring-builder < 0.10.8.1.0 # end of packages From cdfd6a5dee2d65567663232005091d1cf7f5fe1d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 16 May 2016 13:58:59 +0900 Subject: [PATCH 1660/3141] drop bound on polyparse (#1361) fixed by graphviz-2999.18.1.0 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63e2ba67..61b9b90f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2229,9 +2229,6 @@ packages: # https://github.com/fpco/stackage/issues/1351 - webkitgtk3-javascriptcore < 0.14.0.0 - # https://github.com/fpco/stackage/issues/1361 - - polyparse < 1.12 - # https://github.com/fpco/stackage/issues/1364 - persistent < 2.5 - persistent-postgresql < 2.5 From 849271b375f4ddd7685592c46fc80bee0ddf19b9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 16 May 2016 15:14:18 +0900 Subject: [PATCH 1661/3141] move to servant-0.7 (#1394) --- build-constraints.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 90f5937f..901ac47a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2218,16 +2218,6 @@ packages: - bifunctors < 5.2.1 - text-show < 3 - # https://github.com/fpco/stackage/issues/1394 - - servant < 0.7 - - servant-blaze < 0.7 - - servant-client < 0.7 - - servant-docs < 0.7 - - servant-foreign < 0.7 - - servant-js < 0.7 - - servant-mock < 0.7 - - servant-server < 0.7 - # https://github.com/fpco/stackage/issues/1351 - webkitgtk3-javascriptcore < 0.14.0.0 From d1e2fd7be3b1a550f3d13cf4b118980bd01b2024 Mon Sep 17 00:00:00 2001 From: David Reaver Date: Mon, 16 May 2016 16:26:21 -0700 Subject: [PATCH 1662/3141] Re-enable stratosphere --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 901ac47a..4dc2bbb2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2168,9 +2168,7 @@ packages: - protobuf-simple "David Reaver @jdreaver": - [] - # https://github.com/fpco/stackage/pull/1445 - #- stratosphere + - stratosphere # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 22c21eaef240384ae13c9719ce7318c0d04a29b2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 17 May 2016 09:58:11 +0900 Subject: [PATCH 1663/3141] singletons < 2.1 (#1451) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4dc2bbb2..4e4f9b58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2272,6 +2272,9 @@ packages: # https://github.com/fpco/stackage/issues/1449 - bytestring-builder < 0.10.8.1.0 + + # https://github.com/fpco/stackage/issues/1451 + - singletons < 2.1 # end of packages From 0e5b6bb9e6a9e82fdba9e9a82c800c615614d5b0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 17 May 2016 10:07:03 +0900 Subject: [PATCH 1664/3141] th-desugar < 1.6 (#1451) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e4f9b58..a26f12f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2275,6 +2275,7 @@ packages: # https://github.com/fpco/stackage/issues/1451 - singletons < 2.1 + - th-desugar < 1.6 # end of packages From e9ebd483a4dea525abe6ccbaa2d968d272adf116 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 17 May 2016 10:47:44 +0900 Subject: [PATCH 1665/3141] disable avers-server for servant-0.7 (wereHamster/avers-server#1) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a26f12f1..33a676c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -935,7 +935,8 @@ packages: "Tomas Carnecky": - avers - avers-api - - avers-server + # https://github.com/wereHamster/avers-server/issues/1 + #- avers-server - css-syntax - etcd - github-types From 308143e62b4f87a9d2a9c08ac4a850571dd9b3cc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 17 May 2016 11:25:39 +0900 Subject: [PATCH 1666/3141] CURATORS.md: clearing the build cache after moving to new ghc or ubuntu version --- CURATORS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index ac3d1cf5..9cdaa81b 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -70,7 +70,11 @@ docker rmi $(docker images -q) but `docker pull snoyberg/stackage:nightly` can also be run instead just to update the nightly image say. For a new GHC version you should also delete the cache directories on the stackage-build server to -force all packages to be rebuilt. See: [issue#746](https://github.com/fpco/stackage/issues/746). +force all packages to be rebuilt. See: [issue#746](https://github.com/fpco/stackage/issues/746). Eg: +``` +rm -r nightly/work/builds/nightly/ +``` +This should also be done when moving the Nightly docker image to a new version of Ubuntu. ## stackage-build server From 95d7242fec53f38c4ec5c2e7b701c596afdba529 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 17 May 2016 11:05:16 +0900 Subject: [PATCH 1667/3141] new issue for disabled servant-pandoc (#1452) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33a676c1..85e481cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1542,7 +1542,7 @@ packages: "Matthew Pickering @mpickering": - refact - # https://github.com/fpco/stackage/issues/1094 + # https://github.com/fpco/stackage/issues/1452 # - servant-pandoc - ghc-exactprint - apply-refact From d8741384de97687ae9fe29e4955335928b2ddf6e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 17 May 2016 11:08:24 +0900 Subject: [PATCH 1668/3141] remove servant from expected test fails (haskell-servant/servant#488) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85e481cb..78359ff8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2783,9 +2783,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1382 - idris - # https://github.com/haskell-servant/servant/issues/488 - - servant - # https://github.com/fpco/stackage/issues/1399 - darcs From 417fd34eac765ef8ca2248759371172676e43c76 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 17 May 2016 17:00:40 +0900 Subject: [PATCH 1669/3141] enable gi-gtk (#1434, #1435) --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78359ff8..8e79b114 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -911,9 +911,7 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom - # https://github.com/fpco/stackage/issues/1434 - # https://github.com/fpco/stackage/issues/1435 - # - gi-gtk + - gi-gtk - gtksourceview3 - idris - jsaddle From 4faf04e6e8af75983e58f54b85daca73344381c1 Mon Sep 17 00:00:00 2001 From: Justin Leitgeb Date: Tue, 17 May 2016 02:48:38 -0500 Subject: [PATCH 1670/3141] Change maintainers for Stack Builders and add atomic-write --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e79b114..951d07be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1491,6 +1491,7 @@ packages: - union "Stack Builders stackage@stackbuilders.com @stackbuilders": + - atomic-write - hapistrano - inflections - twitter-feed @@ -2953,7 +2954,6 @@ github-users: - stepcut stackbuilders: - sestrella - - CristhianMotoche - jsl - jpvillaisaza - jsantos17 From 8b1861c48403a75b5960ea588786adda9bada453 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 17 May 2016 14:10:17 -0400 Subject: [PATCH 1671/3141] Restore cmark benchmarks --- build-constraints.yaml | 5 +---- debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e79b114..ee6163b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2162,7 +2162,7 @@ packages: "Cies Breijs @cies": - htoml - + "Martijn Rijkeboer @mrijkeboer": - protobuf-simple @@ -2888,9 +2888,6 @@ skipped-benchmarks: - postgresql-binary - scientific - # Pulls in discount which depends on extra C libraries - - cmark - # Old criterion - acid-state diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 3103ee04..8e8a2e87 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -68,6 +68,7 @@ apt-get install -y \ libmagic-dev \ libmagickcore-dev \ libmagickwand-dev \ + libmarkdown2-dev \ libmysqlclient-dev \ libncurses-dev \ libnotify-dev \ From c3439d050766d004a1fb0f9622e1cb6afeb12afc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 10:34:58 +0900 Subject: [PATCH 1672/3141] Revert "disable avers-server for servant-0.7 (wereHamster/avers-server#1)" 0.0.5 should build with servant-0.7 This reverts commit e9ebd483a4dea525abe6ccbaa2d968d272adf116. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e79b114..f0c75c55 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -933,8 +933,7 @@ packages: "Tomas Carnecky": - avers - avers-api - # https://github.com/wereHamster/avers-server/issues/1 - #- avers-server + - avers-server - css-syntax - etcd - github-types From 86f9f0021ab661cc1f31201f4a22b993ba268d77 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 10:38:59 +0900 Subject: [PATCH 1673/3141] remove some whitespace (#1454) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0c75c55..3a9417c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2161,7 +2161,7 @@ packages: "Cies Breijs @cies": - htoml - + "Martijn Rijkeboer @mrijkeboer": - protobuf-simple From 89483b9648daf96ee1b1b94e6c2156fffeb34cf3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 15:32:11 +0900 Subject: [PATCH 1674/3141] bindings-libzip does not build with Ubuntu 16.04/libzip-1.0 also affects LibZip --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7daf669a..a754452f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2000,8 +2000,10 @@ packages: - simple-postgresql-orm "Sergey Astanin @astanin": - - bindings-libzip < 0.11 - - LibZip < 0.11 + [] + # https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support + #- bindings-libzip < 0.11 + #- LibZip < 0.11 "Anthony Cowley @acowley": - Frames From 26610e2e96ac0b10727708e5e3b73df72657f61b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 15:59:24 +0900 Subject: [PATCH 1675/3141] gi-glib-0.2.46.14 fails to build (haskell-gi/haskell-gi#29) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a754452f..305638dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -916,7 +916,8 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom - - gi-gtk + # https://github.com/haskell-gi/haskell-gi/issues/29 + #- gi-gtk - gtksourceview3 - idris - jsaddle From 520c88cbf53979ceee665e3e4bc87e66a423e496 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 16:04:23 +0900 Subject: [PATCH 1676/3141] debian-bootstrap.sh: add libgnutls-dev for gnutls --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 8e8a2e87..115ecebc 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -54,6 +54,7 @@ apt-get install -y \ libglib2.0-dev \ libglu1-mesa-dev \ libgmp3-dev \ + libgnutls-dev \ libgsasl7-dev \ libgsl0-dev \ libgtk-3-dev \ From 79516f382c88a41adc226deb4757c294b0dc14fb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 16:11:09 +0900 Subject: [PATCH 1677/3141] hledger-ui build fail (simonmichael/hledger#344) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 305638dd..8b7305c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -688,7 +688,8 @@ packages: - regex-compat-tdfa - darcs - hledger - - hledger-ui + # https://github.com/simonmichael/hledger/issues/344 + #- hledger-ui - hledger-web - shelltestrunner From be7c2ae1c4586b01092c3cf54c45f2b2b6a93eed Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 16:25:32 +0900 Subject: [PATCH 1678/3141] nettle some tests fail with libnettle-3.2 (stbuehler/haskell-nettle#8) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b7305c3..c2063049 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2798,6 +2798,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1412 - wai-predicates + + # https://github.com/stbuehler/haskell-nettle/issues/8 + - nettle # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 631635cd707c7bc96f525878a24d1be3390eb54f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 18:33:23 +0900 Subject: [PATCH 1679/3141] Revert "gi-glib-0.2.46.14 fails to build (haskell-gi/haskell-gi#29)" should be fixed by gi-*-0.*.*.15 This reverts commit 26610e2e96ac0b10727708e5e3b73df72657f61b. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 305638dd..a754452f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -916,8 +916,7 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom - # https://github.com/haskell-gi/haskell-gi/issues/29 - #- gi-gtk + - gi-gtk - gtksourceview3 - idris - jsaddle From 3a26a37b39755d6e3194f7b608a7239e5d873769 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 18:35:44 +0900 Subject: [PATCH 1680/3141] try removing texlive completely! (#1441) --- debian-bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 115ecebc..c00e859b 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -101,7 +101,6 @@ apt-get install -y \ npm \ r-base \ r-base-dev \ - texlive \ wget \ zip \ stack \ From 3e7f3dbf737f9a73b5279640d3184f07ac53b656 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 18:33:23 +0900 Subject: [PATCH 1681/3141] Revert "gi-glib-0.2.46.14 fails to build (haskell-gi/haskell-gi#29)" should be fixed by gi-*-0.*.*.15 This reverts commit 26610e2e96ac0b10727708e5e3b73df72657f61b. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2063049..696afbaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -917,8 +917,7 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom - # https://github.com/haskell-gi/haskell-gi/issues/29 - #- gi-gtk + - gi-gtk - gtksourceview3 - idris - jsaddle From 0f7680780b9967f84c94afa04c1cb4a14a91c13e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 18:35:44 +0900 Subject: [PATCH 1682/3141] try removing texlive completely! (#1441) --- debian-bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 115ecebc..c00e859b 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -101,7 +101,6 @@ apt-get install -y \ npm \ r-base \ r-base-dev \ - texlive \ wget \ zip \ stack \ From d5a57eda06794f5e06aaba508086413fab1a0351 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 16:11:09 +0900 Subject: [PATCH 1683/3141] hledger-ui build fail (simonmichael/hledger#344) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a754452f..3ddb240d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -688,7 +688,8 @@ packages: - regex-compat-tdfa - darcs - hledger - - hledger-ui + # https://github.com/simonmichael/hledger/issues/344 + #- hledger-ui - hledger-web - shelltestrunner From e47615b9b416c7ac72bc1c97b321c5d8bc62b1cc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 16:25:32 +0900 Subject: [PATCH 1684/3141] nettle some tests fail with libnettle-3.2 (stbuehler/haskell-nettle#8) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ddb240d..696afbaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2797,6 +2797,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1412 - wai-predicates + + # https://github.com/stbuehler/haskell-nettle/issues/8 + - nettle # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 4775fda6c9533091e3ab617ef954232d0e2fcc39 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 18:54:40 +0900 Subject: [PATCH 1685/3141] twitter-conduit linkage problem with cryptonite (#1459) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 696afbaf..9853e777 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2800,6 +2800,9 @@ expected-test-failures: # https://github.com/stbuehler/haskell-nettle/issues/8 - nettle + + # https://github.com/fpco/stackage/issues/1459 + - twitter-conduit # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From a5f2d8292bc4ad315d6e045272e60781bebf9108 Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Wed, 18 May 2016 12:53:17 +0200 Subject: [PATCH 1686/3141] Adding amazonka-coginito-idp --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9853e777..3e08cf4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1092,6 +1092,7 @@ packages: - amazonka-codedeploy - amazonka-codepipeline - amazonka-cognito-identity + - amazonka-cognito-idp - amazonka-cognito-sync - amazonka-config - amazonka-datapipeline From 63c881f52c915f22be69ac12679e186fbf506473 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Wed, 18 May 2016 10:12:57 -0400 Subject: [PATCH 1687/3141] Build some benchmarks which have been fixed --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9853e777..66e1b6b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2816,8 +2816,6 @@ expected-benchmark-failures: - cipher-aes128 - cryptohash - dbus - - effect-handlers - - fast-builder - gitson - hashable - http-link-header @@ -2827,13 +2825,10 @@ expected-benchmark-failures: - mongoDB - mutable-containers - picoparsec - - pipes - - psqueues - rethinkdb - stateWriter - streaming-commons - thyme - - vector-binary-instances - vinyl - warp - web-routing @@ -2841,6 +2836,9 @@ expected-benchmark-failures: - yesod-core - yi-rope + # https://github.com/commercialhaskell/stack/issues/2153 + - vector-binary-instances + # end of expected-benchmark-failures From dcda15bf93273050ef94f9bee999e6a932a2370b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 19 May 2016 13:36:12 +0900 Subject: [PATCH 1688/3141] move hledger* back to < 0.27 to build with regex-tdfa (#1463) --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb8da0d6..8f3aab0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -687,10 +687,11 @@ packages: "Simon Michael @simonmichael": - regex-compat-tdfa - darcs - - hledger + - hledger < 0.27 + - hledger-lib < 0.27 # https://github.com/simonmichael/hledger/issues/344 #- hledger-ui - - hledger-web + - hledger-web < 0.27 - shelltestrunner "Mihai Maruseac ": From e39614fbf4cb88503bcee206285fba952cdad44b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 19 May 2016 14:48:58 +0900 Subject: [PATCH 1689/3141] hledger-0.26 benchmark build fails (#1463) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f3aab0f..5b92b264 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -687,6 +687,7 @@ packages: "Simon Michael @simonmichael": - regex-compat-tdfa - darcs + # https://github.com/fpco/stackage/issues/1463 - hledger < 0.27 - hledger-lib < 0.27 # https://github.com/simonmichael/hledger/issues/344 @@ -2841,6 +2842,8 @@ expected-benchmark-failures: # https://github.com/commercialhaskell/stack/issues/2153 - vector-binary-instances + # https://github.com/fpco/stackage/issues/1463 + - hledger # end of expected-benchmark-failures From 189ead2f67cc6877fbb4a1ee48992a82c865644f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 19 May 2016 15:48:25 +0900 Subject: [PATCH 1690/3141] disable hledger until latest can build with current regex-tdfa (#1463) See discussion in simonmichael/hledger#344 --- build-constraints.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b92b264..e154ef82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -688,11 +688,10 @@ packages: - regex-compat-tdfa - darcs # https://github.com/fpco/stackage/issues/1463 - - hledger < 0.27 - - hledger-lib < 0.27 - # https://github.com/simonmichael/hledger/issues/344 + #- hledger < 0.27 + #- hledger-lib < 0.27 #- hledger-ui - - hledger-web < 0.27 + #- hledger-web < 0.27 - shelltestrunner "Mihai Maruseac ": @@ -2841,9 +2840,6 @@ expected-benchmark-failures: # https://github.com/commercialhaskell/stack/issues/2153 - vector-binary-instances - - # https://github.com/fpco/stackage/issues/1463 - - hledger # end of expected-benchmark-failures From 18a008a5d633fb3c8fc0475bcad6a040947b446a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 19 May 2016 16:00:30 +0900 Subject: [PATCH 1691/3141] bring back just hledger-lib now for hledger-interest (#1463) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e154ef82..49485a8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -689,7 +689,7 @@ packages: - darcs # https://github.com/fpco/stackage/issues/1463 #- hledger < 0.27 - #- hledger-lib < 0.27 + - hledger-lib < 0.27 #- hledger-ui #- hledger-web < 0.27 - shelltestrunner From dfa0d5a7a33761adf2ff0101dc4ad05ff85f39be Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 20 May 2016 10:15:58 +0900 Subject: [PATCH 1692/3141] latest hledger should build now (#1463) hledger-ui-0.27.4 needs vty-5.5 --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49485a8f..7d5196b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -687,11 +687,10 @@ packages: "Simon Michael @simonmichael": - regex-compat-tdfa - darcs - # https://github.com/fpco/stackage/issues/1463 - #- hledger < 0.27 - - hledger-lib < 0.27 - #- hledger-ui - #- hledger-web < 0.27 + - hledger + - hledger-lib + - hledger-ui < 0.27.4 + - hledger-web - shelltestrunner "Mihai Maruseac ": From 8c59ba9e8ada7c293ce8b37591e850164236ea92 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 20 May 2016 10:18:24 +0900 Subject: [PATCH 1693/3141] latest haskell-gi packages need transformers-0.5 (haskell-gi/haskell-gi#30) --- build-constraints.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d5196b4..6628fdde 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -917,7 +917,16 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom - - gi-gtk + # https://github.com/haskell-gi/haskell-gi/issues/30 + - gi-atk < 2.0.1 + - gi-cairo < 1.0.1 + - gi-gdk < 3.0.1 + - gi-gdkpixbuf < 2.0.1 + - gi-gio < 2.0.1 + - gi-glib < 2.0.1 + - gi-gobject < 2.0.1 + - gi-gtk < 3.0.1 + - gi-pango < 1.0.1 - gtksourceview3 - idris - jsaddle From c6e438ea3684294aa65fd0175eb2b4d38c29dd64 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 20 May 2016 12:05:34 +0900 Subject: [PATCH 1694/3141] latest hledger-ui should build now (simonmichael/hledger#344) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6628fdde..95867039 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -689,7 +689,8 @@ packages: - darcs - hledger - hledger-lib - - hledger-ui < 0.27.4 + # https://github.com/simonmichael/hledger/issues/344 + #- hledger-ui - hledger-web - shelltestrunner From 79f98cee9939392d6b2669e1aee6800abb8986ed Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 20 May 2016 12:13:48 +0900 Subject: [PATCH 1695/3141] enable hledger-ui to build now (simonmichael/hledger#344) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95867039..d327bb69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -689,8 +689,7 @@ packages: - darcs - hledger - hledger-lib - # https://github.com/simonmichael/hledger/issues/344 - #- hledger-ui + - hledger-ui - hledger-web - shelltestrunner From 1959b95242864633022c1e181c93566b78d3d074 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 20 May 2016 17:47:23 +0900 Subject: [PATCH 1696/3141] allow gi-gtk haddock to fail needs > 8GB? of ram --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d327bb69..86863870 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,6 +2874,8 @@ expected-haddock-failures: # https://github.com/fpco/stackage/issues/1383 - yesod-job-queue + # uses all server memory + - gi-gtk # end of expected-haddock-failures From 59216404880e5d0932bda175c9baee49ac29873d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 20 May 2016 17:50:12 +0900 Subject: [PATCH 1697/3141] build.sh: run stackage-server-cron.sh at end, instead of cronjob avoid build.sh and stackage-server-cron.sh competing for memory --- automated/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/automated/build.sh b/automated/build.sh index ed4dbb39..b70f50b1 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -122,3 +122,6 @@ docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-avail # * Upload the new plan .yaml file to the appropriate Github repo # * 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 && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" + +echo Running stackage-server-cron.sh: +/home/ubuntu/stackage-server-cron.sh | tee /home/ubuntu/stackage-server-cron.log From cb64515b111fa3e660a388e26a7995ab4d9ee818 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 20 May 2016 18:36:58 +0900 Subject: [PATCH 1698/3141] build.sh: add date's and message for stackage-server-cron.sh --- automated/build.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index b70f50b1..68e5c4a3 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -2,6 +2,8 @@ set -eux +date + ROOT=$(cd $(dirname $0) ; pwd) TARGET=$1 @@ -123,5 +125,9 @@ docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-avail # * 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 && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" -echo Running stackage-server-cron.sh: +date + +# moved here from crontab to reduce memory competition +echo -n Running "stackage-server-cron.sh: " /home/ubuntu/stackage-server-cron.sh | tee /home/ubuntu/stackage-server-cron.log +echo "done." From 5681b75a7c1205b6e6cb16c89b8cf9361c850ba7 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 20 May 2016 18:33:28 -0400 Subject: [PATCH 1699/3141] Add zippers --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86863870..d1083f80 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -358,6 +358,7 @@ packages: - void - wl-pprint-extras - wl-pprint-terminfo + - zippers - fixed - half - gl From b7a8d0d714059f1e1ff48f9b06a84c180be28d57 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 21 May 2016 10:58:05 +0900 Subject: [PATCH 1700/3141] stack < 1.1.2 (#1467) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86863870..ea757967 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2293,6 +2293,9 @@ packages: # https://github.com/fpco/stackage/issues/1451 - singletons < 2.1 - th-desugar < 1.6 + + # https://github.com/fpco/stackage/issues/1467 + - stack < 1.1.2 # end of packages From ca8fd15ea9c1b420128974fe049b1d5475c5d60e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 21 May 2016 11:00:29 +0900 Subject: [PATCH 1701/3141] latest haskell-gi allows transformers < 0.5 (haskell-gi/haskell-gi#30) --- build-constraints.yaml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea757967..babcb8bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -917,16 +917,15 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom - # https://github.com/haskell-gi/haskell-gi/issues/30 - - gi-atk < 2.0.1 - - gi-cairo < 1.0.1 - - gi-gdk < 3.0.1 - - gi-gdkpixbuf < 2.0.1 - - gi-gio < 2.0.1 - - gi-glib < 2.0.1 - - gi-gobject < 2.0.1 - - gi-gtk < 3.0.1 - - gi-pango < 1.0.1 + - gi-atk + - gi-cairo + - gi-gdk + - gi-gdkpixbuf + - gi-gio + - gi-glib + - gi-gobject + - gi-gtk + - gi-pango - gtksourceview3 - idris - jsaddle From c58adbd1f58e4bfb5e7ca7485058ae4453a55c21 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 21 May 2016 11:34:13 +0900 Subject: [PATCH 1702/3141] Revert "latest haskell-gi allows transformers < 0.5 (haskell-gi/haskell-gi#30)" gi-glib-2.0.2 failed to configure This reverts commit ca8fd15ea9c1b420128974fe049b1d5475c5d60e. --- build-constraints.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a6c55319..2a214517 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -918,15 +918,16 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom - - gi-atk - - gi-cairo - - gi-gdk - - gi-gdkpixbuf - - gi-gio - - gi-glib - - gi-gobject - - gi-gtk - - gi-pango + # https://github.com/haskell-gi/haskell-gi/issues/30 + - gi-atk < 2.0.1 + - gi-cairo < 1.0.1 + - gi-gdk < 3.0.1 + - gi-gdkpixbuf < 2.0.1 + - gi-gio < 2.0.1 + - gi-glib < 2.0.1 + - gi-gobject < 2.0.1 + - gi-gtk < 3.0.1 + - gi-pango < 1.0.1 - gtksourceview3 - idris - jsaddle From 12c215bbbdfce8bb2eb98aef0df543a4c8e55c16 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 21 May 2016 15:27:33 +0900 Subject: [PATCH 1703/3141] Run stackage-server-cron.sh by hand for the time being Reverting "build.sh: add date's and message for stackage-server-cron.sh" Reverting "build.sh: run stackage-server-cron.sh at end, instead of cronjob" --- automated/build.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 68e5c4a3..ed4dbb39 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -2,8 +2,6 @@ set -eux -date - ROOT=$(cd $(dirname $0) ; pwd) TARGET=$1 @@ -124,10 +122,3 @@ docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-avail # * Upload the new plan .yaml file to the appropriate Github repo # * 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 && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" - -date - -# moved here from crontab to reduce memory competition -echo -n Running "stackage-server-cron.sh: " -/home/ubuntu/stackage-server-cron.sh | tee /home/ubuntu/stackage-server-cron.log -echo "done." From dd82ba75941d993e54d2ce2599b00f509f0059b9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 21 May 2016 16:57:30 +0900 Subject: [PATCH 1704/3141] monoid-subclasses-0.4.2.1 requires new containers (#1468) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a214517..857ebbcc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2297,6 +2297,9 @@ packages: # https://github.com/fpco/stackage/issues/1467 - stack < 1.1.2 + + # https://github.com/fpco/stackage/issues/1468 + - monoid-subclasses < 0.4.2.1 # end of packages From 76f694ac4763312569e5b79fbec3495527aaddf5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 21 May 2016 17:00:44 +0900 Subject: [PATCH 1705/3141] data-default-class < 0.1.0 (#1469) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 857ebbcc..92107c85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2300,6 +2300,9 @@ packages: # https://github.com/fpco/stackage/issues/1468 - monoid-subclasses < 0.4.2.1 + + # https://github.com/fpco/stackage/issues/1469 + - data-default-class < 0.1.0 # end of packages From b4edc2680fc925dbfa7702d3f47a6e63c6502c30 Mon Sep 17 00:00:00 2001 From: Artyom Date: Sun, 22 May 2016 11:38:04 +0300 Subject: [PATCH 1706/3141] Add ilist --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92107c85..d79942a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1604,6 +1604,7 @@ packages: - cheapskate-highlight - Spock-lucid - charsetdetect-ae + - ilist "Takano Akio aljee@hyper.cx @takano-akio": - fast-builder From 49d1a3a202c2eb1cc53d81e1e731a7a2b865d8a4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 22 May 2016 17:45:58 +0900 Subject: [PATCH 1707/3141] drop constraints on stack and hpack (#1428, #1467) --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92107c85..be227489 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2266,9 +2266,6 @@ packages: # https://github.com/fpco/stackage/issues/1427 - th-orphans < 0.13.1 - # https://github.com/fpco/stackage/issues/1428 - - hpack < 0.14.0 - # https://github.com/fpco/stackage/issues/1429 - cabal-helper < 0.7 @@ -2295,9 +2292,6 @@ packages: - singletons < 2.1 - th-desugar < 1.6 - # https://github.com/fpco/stackage/issues/1467 - - stack < 1.1.2 - # https://github.com/fpco/stackage/issues/1468 - monoid-subclasses < 0.4.2.1 From 9156a3ea48bba8be8b319ca586f592e07a57a84f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 22 May 2016 17:55:16 +0900 Subject: [PATCH 1708/3141] allow latest haskell-gi again (haskell-gi#30) --- build-constraints.yaml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index be227489..151fe859 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -918,16 +918,15 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom - # https://github.com/haskell-gi/haskell-gi/issues/30 - - gi-atk < 2.0.1 - - gi-cairo < 1.0.1 - - gi-gdk < 3.0.1 - - gi-gdkpixbuf < 2.0.1 - - gi-gio < 2.0.1 - - gi-glib < 2.0.1 - - gi-gobject < 2.0.1 - - gi-gtk < 3.0.1 - - gi-pango < 1.0.1 + - gi-atk + - gi-cairo + - gi-gdk + - gi-gdkpixbuf + - gi-gio + - gi-glib + - gi-gobject + - gi-gtk + - gi-pango - gtksourceview3 - idris - jsaddle From 4dce3793951a1982d9f883786bbecf1163821f46 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 22 May 2016 18:06:18 +0900 Subject: [PATCH 1709/3141] gtk2hs-buildtools < 0.13.1.0 (#1471) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 151fe859..0bbf3db8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2296,6 +2296,9 @@ packages: # https://github.com/fpco/stackage/issues/1469 - data-default-class < 0.1.0 + + # https://github.com/fpco/stackage/issues/1471 + - gtk2hs-buildtools < 0.13.1.0 # end of packages From 8d29f22605057be5385cbe3e837a507bbfc2b10d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 22 May 2016 18:07:02 +0900 Subject: [PATCH 1710/3141] latest haddock-api and haddock-library need ghc-8.0.1 (#1472) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bbf3db8..f4d52cca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2299,6 +2299,10 @@ packages: # https://github.com/fpco/stackage/issues/1471 - gtk2hs-buildtools < 0.13.1.0 + + # https://github.com/fpco/stackage/issues/1472 + - haddock-api < 2.17.2 + - haddock-library < 1.4.1 # end of packages From f79fc1ee0d4f70ac4e9197c82ecb9290fd3ac079 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 22 May 2016 18:13:04 +0900 Subject: [PATCH 1711/3141] new automated/run-nightly.sh driving nightly builds and stackage-server-cron --- automated/run-nightly.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 automated/run-nightly.sh diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh new file mode 100755 index 00000000..a6f5f73a --- /dev/null +++ b/automated/run-nightly.sh @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +while true; do + /opt/stackage-build/stackage/automated/build.sh nightly-$(date -u +%F) + date + echo + + /home/ubuntu/stackage-server-cron.sh | grep -v Skipping | tee -a /home/ubuntu/stackage-server-cron.log + date + + sleep 30m +done From 44dc0bb3daafef8f505f9dea880695b962e9dfc0 Mon Sep 17 00:00:00 2001 From: klappvisor Date: Sun, 22 May 2016 14:34:34 +0200 Subject: [PATCH 1712/3141] Add telegram-api --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4d52cca..243a718a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2186,6 +2186,8 @@ packages: "David Reaver @jdreaver": - stratosphere + "Alexey Rodiontsev @klappvisor": + - telegram-api # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. @@ -2999,6 +3001,8 @@ github-users: - vivid-synth nano-erl: - vivid-synth + telegram-api: + - klappvisor # end of github-users From 67d16105939dd5c0901b7604e84ab3453460b9f0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 23 May 2016 11:13:04 +0900 Subject: [PATCH 1713/3141] glib < 0.13.3.0 (gtk2hs/gtk2hs#173) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4d52cca..a82f683f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -927,6 +927,8 @@ packages: - gi-gobject - gi-gtk - gi-pango + # https://github.com/gtk2hs/gtk2hs/issues/173 + - glib < 0.13.3.0 - gtksourceview3 - idris - jsaddle From 63de55c928071440011710b1460ba8cc24f1036e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 23 May 2016 11:23:58 +0900 Subject: [PATCH 1714/3141] debian-bootstrap.sh: add libgirepository1.0-dev for haskell-gi --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index c00e859b..f297de94 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -51,6 +51,7 @@ apt-get install -y \ libfreenect-dev \ libgd2-xpm-dev \ libgeoip-dev \ + libgirepository1.0-dev \ libglib2.0-dev \ libglu1-mesa-dev \ libgmp3-dev \ From 47d6b488246f4f759ee742675408e39408bf7dbd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 23 May 2016 11:35:34 +0900 Subject: [PATCH 1715/3141] add haskell-gi under juhp (haskell-gi/haskell-gi#30) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a82f683f..d11f7123 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -930,6 +930,7 @@ packages: # https://github.com/gtk2hs/gtk2hs/issues/173 - glib < 0.13.3.0 - gtksourceview3 + - haskell-gi - idris - jsaddle - leksah-server From ae9995867f9bd66b8ce2e9ab60f413a2d549a916 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 23 May 2016 11:49:32 +0900 Subject: [PATCH 1716/3141] monad-peel tests not building (l29ah/monad-peel#1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c358249e..d7cc2739 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2828,6 +2828,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1459 - twitter-conduit + + # https://github.com/l29ah/monad-peel/issues/1 + - monad-peel # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 52aa4c9bd787e6e240857d378376e21cebe01f08 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 23 May 2016 11:57:49 +0900 Subject: [PATCH 1717/3141] upperbounds for gtk2hs packages (#1471) --- build-constraints.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7cc2739..6287420d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -927,9 +927,6 @@ packages: - gi-gobject - gi-gtk - gi-pango - # https://github.com/gtk2hs/gtk2hs/issues/173 - - glib < 0.13.3.0 - - gtksourceview3 - haskell-gi - idris - jsaddle @@ -938,9 +935,17 @@ packages: - vado - vcsgui - vcswrapper - - webkitgtk3 - webkitgtk3-javascriptcore + # gtk2hs: + # https://github.com/gtk2hs/gtk2hs/issues/173 + # https://github.com/fpco/stackage/issues/1471 + - cairo < 0.13.2.0 + - gio < 0.13.2.0 + - glib < 0.13.3.0 + - gtksourceview3 + - webkitgtk3 + "Renzo Carbonara renzocarbonara@gmail.com @k0001": - network-simple - pipes-aeson From 98b0f34d8659d40610efcd396739ddc9421b0f6f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 23 May 2016 12:02:55 +0900 Subject: [PATCH 1718/3141] move haskell-gi packages to separate paragraph --- build-constraints.yaml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6287420d..7b24e0a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -918,16 +918,6 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom - - gi-atk - - gi-cairo - - gi-gdk - - gi-gdkpixbuf - - gi-gio - - gi-glib - - gi-gobject - - gi-gtk - - gi-pango - - haskell-gi - idris - jsaddle - leksah-server @@ -946,6 +936,18 @@ packages: - gtksourceview3 - webkitgtk3 + # haskell-gi: + - gi-atk + - gi-cairo + - gi-gdk + - gi-gdkpixbuf + - gi-gio + - gi-glib + - gi-gobject + - gi-gtk + - gi-pango + - haskell-gi + "Renzo Carbonara renzocarbonara@gmail.com @k0001": - network-simple - pipes-aeson From 02d97edab6441ade695caa5017dfddba6bdb4143 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 23 May 2016 12:20:58 +0900 Subject: [PATCH 1719/3141] pango < 0.13.2.0 (#1471) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b24e0a9..50f0a3b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -934,6 +934,7 @@ packages: - gio < 0.13.2.0 - glib < 0.13.3.0 - gtksourceview3 + - pango < 0.13.2.0 - webkitgtk3 # haskell-gi: From 9ada3c8322ea52b05bf374d6740b09fe66581a95 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 23 May 2016 12:28:18 +0900 Subject: [PATCH 1720/3141] gtk, gtk3 < 0.14.3 (#1471) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 50f0a3b2..af0d68c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -933,6 +933,8 @@ packages: - cairo < 0.13.2.0 - gio < 0.13.2.0 - glib < 0.13.3.0 + - gtk < 0.14.3 + - gtk3 < 0.14.3 - gtksourceview3 - pango < 0.13.2.0 - webkitgtk3 From 379476cdc5ebb5ce9753e690531fc396271d66ed Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 23 May 2016 13:15:25 +0900 Subject: [PATCH 1721/3141] run-nightly.sh: no longer output stackage-server-cron --- automated/run-nightly.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index a6f5f73a..d1f04485 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -5,7 +5,10 @@ while true; do date echo - /home/ubuntu/stackage-server-cron.sh | grep -v Skipping | tee -a /home/ubuntu/stackage-server-cron.log + echo "Running stackage-server-cron..." + echo "('tail -f /home/ubuntu/stackage-server-cron.log' to watch)" + /home/ubuntu/stackage-server-cron.sh >> /home/ubuntu/stackage-server-cron.log 2>&1 + echo "done." date sleep 30m From 55944b42370d2fff72add192a64337caebb1fdd6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 23 May 2016 13:18:08 +0900 Subject: [PATCH 1722/3141] bounds for gtksourceview3 and webkitgtk3 (#1471) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af0d68c8..97477192 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -935,9 +935,9 @@ packages: - glib < 0.13.3.0 - gtk < 0.14.3 - gtk3 < 0.14.3 - - gtksourceview3 + - gtksourceview3 < 0.13.3.0 - pango < 0.13.2.0 - - webkitgtk3 + - webkitgtk3 < 0.14.2.0 # haskell-gi: - gi-atk From d3cbd08e9ea6ec9428af76631952d1537f323b4b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 23 May 2016 13:52:00 +0900 Subject: [PATCH 1723/3141] webkitgtk3-javascriptcore < 0.13.2.0 (#1471) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97477192..561a4b21 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -925,7 +925,6 @@ packages: - vado - vcsgui - vcswrapper - - webkitgtk3-javascriptcore # gtk2hs: # https://github.com/gtk2hs/gtk2hs/issues/173 @@ -938,6 +937,7 @@ packages: - gtksourceview3 < 0.13.3.0 - pango < 0.13.2.0 - webkitgtk3 < 0.14.2.0 + - webkitgtk3-javascriptcore < 0.13.2.0 # haskell-gi: - gi-atk From f5cadf5b62cf00300f08607d0bae5082cc9620d2 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 23 May 2016 09:02:13 +0300 Subject: [PATCH 1724/3141] carray benchmarks fixed --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 561a4b21..7d66df8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2850,7 +2850,6 @@ expected-benchmark-failures: - attoparsec - bzlib-conduit - cacophony - - carray - cipher-aes128 - cryptohash - dbus From 3fbf5e7b0f24e03bb15a3efdd102c570608772b1 Mon Sep 17 00:00:00 2001 From: Marcin Mrotek Date: Mon, 23 May 2016 10:53:44 +0200 Subject: [PATCH 1725/3141] Removed diagrams-hsqml and duplicate entry Removed diagrams-hsqml and duplicate entry for type-list. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d66df8f..c7ac80b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -861,13 +861,9 @@ packages: - shake-language-c "Marcin Mrotek ": - - diagrams-hsqml - type-list - vinyl-utils - "Marcin Mrotek ": - - type-list - "David Turner @davecturner": - alarmclock - bank-holidays-england From 75ab0410305ac9abf3912e301fffa15d2389eec2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 23 May 2016 20:42:25 +0900 Subject: [PATCH 1726/3141] Revert "monad-peel tests not building (l29ah/monad-peel#1)" fixed by monad-peel-0.2.1.1 This reverts commit ae9995867f9bd66b8ce2e9ab60f413a2d549a916. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7ac80b3..f0f9557d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2834,9 +2834,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1459 - twitter-conduit - - # https://github.com/l29ah/monad-peel/issues/1 - - monad-peel # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 22bdf61013e80a60f329210f3b22d3dd472cb771 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 May 2016 05:10:15 +0300 Subject: [PATCH 1727/3141] Clarify new GHC releases --- MAINTAINERS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 540d2905..4251c9f9 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -55,6 +55,15 @@ Maintainers are humans, humans get sick/have babies/go on holiday. If you have r The time limits are intended to stop people being inconvenienced because of problems in other packages. Where such inconvenience happens, we will drop the offending packages from Stackage. While upper bounds are sometimes a temporary solution, they are against the ethos of Stackage, so will not be kept for long. +## Upgrading to a new GHC version + +The Stackage curation team tries to move Stackage Nightly to new versions of GHC quickly as they become available, while keeping LTS Haskell on a regular release schedule. For package maintainers, the most important impacts of a new GHC release are: + +* We will typically do a sweep through the Stackage upper bounds and aggressively remove packages that block them. This is because, in most cases, we will need to move to the newest versions of a package to get support for the latest GHC, and asking package maintainers to backport their fixes is an undo burden +* Packages that are incompatible with the newest GHC version will be temporarily blocked + +If your package ends up being temporarily removed from Stackage Nightly, please simply send a pull request to add it back once it and its dependencies are compatible with the newest GHC version. + ## Adding a package to an LTS snapshot The steps above affect the Stackage Nightly builds, but do not directly affect From 9119838f9674ad58264f58d28561fec25b662995 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 May 2016 05:36:32 +0300 Subject: [PATCH 1728/3141] Some clarifications --- MAINTAINERS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 4251c9f9..60308c45 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -59,7 +59,8 @@ The time limits are intended to stop people being inconvenienced because of prob The Stackage curation team tries to move Stackage Nightly to new versions of GHC quickly as they become available, while keeping LTS Haskell on a regular release schedule. For package maintainers, the most important impacts of a new GHC release are: -* We will typically do a sweep through the Stackage upper bounds and aggressively remove packages that block them. This is because, in most cases, we will need to move to the newest versions of a package to get support for the latest GHC, and asking package maintainers to backport their fixes is an undo burden +* We will typically do a sweep through the Stackage upper bounds and aggressively remove packages that block them. This is because, in most cases, we will need to move to the newest versions of a package to get support for the latest GHC, and asking package maintainers to backport their fixes is an undue burden + * We will definitely do this at a GHC major version release, and may do so at a minor version release * Packages that are incompatible with the newest GHC version will be temporarily blocked If your package ends up being temporarily removed from Stackage Nightly, please simply send a pull request to add it back once it and its dependencies are compatible with the newest GHC version. From d2d6a2344b169f289ff8957966624d518a31dd17 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 24 May 2016 11:36:54 +0900 Subject: [PATCH 1729/3141] move haskell-gi packages to @garetxe See https://github.com/haskell-gi/haskell-gi/issues/30#issuecomment-221065981 for ack --- build-constraints.yaml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0f9557d..88364fe5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -935,18 +935,6 @@ packages: - webkitgtk3 < 0.14.2.0 - webkitgtk3-javascriptcore < 0.13.2.0 - # haskell-gi: - - gi-atk - - gi-cairo - - gi-gdk - - gi-gdkpixbuf - - gi-gio - - gi-glib - - gi-gobject - - gi-gtk - - gi-pango - - haskell-gi - "Renzo Carbonara renzocarbonara@gmail.com @k0001": - network-simple - pipes-aeson @@ -2195,9 +2183,22 @@ packages: "David Reaver @jdreaver": - stratosphere + "Alexey Rodiontsev @klappvisor": - telegram-api + "Iñaki García Etxebarria @garetxe": + - gi-atk + - gi-cairo + - gi-gdk + - gi-gdkpixbuf + - gi-gio + - gi-glib + - gi-gobject + - gi-gtk + - gi-pango + - haskell-gi + # 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 249cf25527b4e29a5c010170f1c12581e671fcde Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 May 2016 05:39:10 +0300 Subject: [PATCH 1730/3141] Basic GHC 8 updates --- .travis.yml | 2 +- Dockerfile | 2 +- build-constraints.yaml | 4 ++-- check | 3 ++- debian-bootstrap.sh | 4 ++-- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index b697bd6b..47bbda04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ addons: - libgmp-dev env: -- GHCVER=7.10.3 +- GHCVER=8.0.1 install: # Download and unpack the stack executable diff --git a/Dockerfile b/Dockerfile index 59041d90..c6886c39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:16.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 -ENV PATH /opt/ghc/7.10.3/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PATH /opt/ghc/8.0.1/bin:/usr/sbin:/usr/bin:/sbin:/bin ADD debian-bootstrap.sh /tmp/debian-bootstrap.sh RUN /tmp/debian-bootstrap.sh && rm /tmp/debian-bootstrap.sh diff --git a/build-constraints.yaml b/build-constraints.yaml index f0f9557d..e88c91ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,4 @@ -ghc-major-version: "7.10" +ghc-major-version: "8.0" # Constraints for brand new builds packages: "alpheccar @alpheccar": @@ -2285,7 +2285,7 @@ packages: - hw-prim < 0.0.0.11 # Need to always match the version shipped with GHC - - Win32 == 2.3.1.0 + - Win32 == 2.3.1.1 # https://github.com/fpco/stackage/issues/1446 - megaparsec < 5.0.0 diff --git a/check b/check index d72aa5b3..c25c3c4a 100755 --- a/check +++ b/check @@ -2,4 +2,5 @@ # Convenience script for checking constraints locally -exec stack exec --resolver ghc-7.10.3 stackage-curator check +cd `dirname $0` +exec stack exec --resolver ghc-8.0.1 stackage-curator check diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index f297de94..36768586 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -31,8 +31,8 @@ echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|tee /etc/apt/source apt-get update apt-get install -y \ build-essential \ - ghc-7.10.3 \ - ghc-7.10.3-htmldocs \ + ghc-8.0.1 \ + ghc-8.0.1-htmldocs \ hscolour \ sudo \ curl \ From 121f598617263f91e7d93355a1273fbfab0e02af Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 May 2016 05:41:46 +0300 Subject: [PATCH 1731/3141] Remove all Stackage upper bounds for GHC 8 upgrade --- build-constraints.yaml | 106 +---------------------------------------- 1 file changed, 2 insertions(+), 104 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e88c91ca..8ee295f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2207,113 +2207,11 @@ packages: - curl - hse-cpp - "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1096 - - deepseq-generics < 0.2 - - # https://github.com/fpco/stackage/issues/1307 - - protocol-buffers < 2.3 - - protocol-buffers-descriptor < 2.3 - - hprotoc < 2.3 - - # https://github.com/fpco/stackage/issues/1128 - - machines < 0.6 - - # https://github.com/fpco/stackage/issues/1147 - - comonad < 4.3 - - pointed < 5 - - kan-extensions < 5 - - lens < 4.13.1 - # See expected test failure below for same issue - - # https://github.com/fpco/stackage/issues/1215 - #- argon < 0.4.1.0 - - # https://github.com/fpco/stackage/issues/1227 - - diagrams-svg < 1.4 - - Chart-diagrams < 1.7 - - Chart < 1.7 - - Chart-cairo < 1.7 - - # https://github.com/fpco/stackage/issues/1265 - - brick < 0.5 - - # https://github.com/fpco/stackage/issues/1266 - - transformers-compat < 0.5 - # Re-enable bifunctor haddocks when this upper bound is lifted - - bifunctors < 5.2.1 - - text-show < 3 - - # https://github.com/fpco/stackage/issues/1351 - - webkitgtk3-javascriptcore < 0.14.0.0 - - # https://github.com/fpco/stackage/issues/1364 - - persistent < 2.5 - - persistent-postgresql < 2.5 - - persistent-sqlite < 2.5 - - persistent-template < 2.5 - # Packages depending on new versions of the above - - persistent-mongoDB < 2.5 - - persistent-mysql < 2.5 - - # https://github.com/fpco/stackage/issues/1371 - - data-default < 0.6.0 - - bcrypt < 0.0.9 - - # https://github.com/fpco/stackage/issues/1380 - - Diff < 0.3.3 - - # https://github.com/fpco/stackage/issues/1405 - - Cabal < 1.24.0.0 - - cabal-install < 1.24.0.0 - - # https://github.com/fpco/stackage/issues/1418 - - nested-routes < 7.1.0 - - # https://github.com/fpco/stackage/issues/1422 - - werewolf < 1.1.0.0 - - # https://github.com/fpco/stackage/issues/1427 - - th-orphans < 0.13.1 - - # https://github.com/fpco/stackage/issues/1429 - - cabal-helper < 0.7 - - # https://github.com/haskell-works/hw-json/issues/1 - - hw-json < 0.0.0.3 - - hw-rankselect < 0.0.0.3 - - hw-prim < 0.0.0.11 - + "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.3.1.1 - # https://github.com/fpco/stackage/issues/1446 - - megaparsec < 5.0.0 - - hspec-megaparsec < 0.2.0 - - language-thrift < 0.9.0.0 - - # https://github.com/fpco/stackage/issues/1447 - - process-extras < 0.3.4 - - # https://github.com/fpco/stackage/issues/1449 - - bytestring-builder < 0.10.8.1.0 - - # https://github.com/fpco/stackage/issues/1451 - - singletons < 2.1 - - th-desugar < 1.6 - - # https://github.com/fpco/stackage/issues/1468 - - monoid-subclasses < 0.4.2.1 - - # https://github.com/fpco/stackage/issues/1469 - - data-default-class < 0.1.0 - - # https://github.com/fpco/stackage/issues/1471 - - gtk2hs-buildtools < 0.13.1.0 - - # https://github.com/fpco/stackage/issues/1472 - - haddock-api < 2.17.2 - - haddock-library < 1.4.1 + "Stackage upper bounds": [] # end of packages From 64ba817f949c968ecc70be42a6b80c4a4ac1192d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 May 2016 05:47:14 +0300 Subject: [PATCH 1732/3141] Remove a bunch of my own packages --- build-constraints.yaml | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ee295f9..83106d3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -51,7 +51,6 @@ packages: - yackage - yesod - yesod-auth - - yesod-auth-deskcom - authenticate-oauth - yesod-bin - yesod-eventsource @@ -62,32 +61,24 @@ packages: - yesod-static - yesod-test - yesod-websockets - - repa - - repa-io - - repa-algorithms - - repa-devil - - JuicyPixels-repa - cereal-conduit - binary-conduit - lzma-conduit - mutable-containers - hpc-coveralls - monad-unlift + - monad-unlift-ref - yaml - servius - cryptonite-conduit - "FP Complete michael@fpcomplete.com @snoyberg": - alex - async - - aws - base16-bytestring - c2hs - cairo - cassava - Chart - # lucid-svg < 0.6 - # - Chart-diagrams - compdata - configurator - convertible @@ -99,7 +90,6 @@ packages: - fixed-list - foreign-store - formatting - #- fpco-api - gtk2hs-buildtools - happy - hmatrix @@ -117,22 +107,9 @@ packages: - random-source - shelly - smtLib - - stackage - - stackage-curator - - stackage-types - - stackage-update - - stackage-upload - - stackage-cli - - stackage-install - - stackage-build-plan - - stackage-cabal - - stackage-sandbox - - stackage-setup - - stackage-metadata - statistics-linreg - th-expand-syns - thyme - - web-fpco - criterion - th-lift - singletons @@ -141,10 +118,6 @@ packages: - kure - - ide-backend - - ide-backend-server - - ide-backend-rts - - hackage-mirror - wai-middleware-consul - wai-middleware-crowd From dce0852ea7c091631b3322c70b92a0592fa1a591 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 May 2016 05:58:16 +0300 Subject: [PATCH 1733/3141] Remove a few more of my own packages --- build-constraints.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83106d3a..34a55864 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,15 +36,12 @@ packages: - markdown - mime-mail - mime-mail-ses - - monadcryptorandom - network-conduit-tls - persistent - persistent-mysql - persistent-postgresql - persistent-sqlite - persistent-template - - random-shuffle - - sphinx - stm-conduit - wai-websockets - warp-tls @@ -76,48 +73,28 @@ packages: - async - base16-bytestring - c2hs - - cairo - cassava - - Chart - - compdata - - configurator - - convertible - csv-conduit - - diagrams-cairo - - dimensional - executable-hash - executable-path - - fixed-list - foreign-store - formatting - gtk2hs-buildtools - happy - - hmatrix - - hmatrix-gsl - - hxt - - hxt-relaxng - hybrid-vectors - indents - language-c - lhs2tex - persistent-mongoDB - pretty-class - - quandl-api - - random-fu - - random-source - shelly - - smtLib - - statistics-linreg - th-expand-syns - - thyme - criterion - th-lift - singletons - th-desugar - quickcheck-assertions - - kure - - hackage-mirror - wai-middleware-consul - wai-middleware-crowd From cb54d78615c0e154913007e9437ff30de6e13661 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 May 2016 07:25:20 +0300 Subject: [PATCH 1734/3141] WIP: Remove all GHC8 incompatible packages --- build-constraints.yaml | 988 ++++++++++++++++++++++------------------- 1 file changed, 523 insertions(+), 465 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34a55864..581e3826 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6,27 +6,28 @@ packages: - hbayes "Dmitry Bogatov ": - - once + [] + # GHC 8 - once "David Johnson djohnson.m@gmail.com @dmjio": - - envy + # GHC 8 - envy - s3-signer # https://github.com/fpco/stackage/issues/1290 # - google-translate # - hackernews - - ses-html - - stripe-haskell - - stripe-http-streams - - stripe-core + # GHC 8 - ses-html + # GHC 8 - stripe-haskell + # GHC 8 - stripe-http-streams + # GHC 8 - stripe-core "Piotr Mlodawski @pmlodawski": - signal - - ghc-session + # GHC 8 - ghc-session "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - cabal-install - - cabal-src + # GHC 8 - cabal-src - case-insensitive - classy-prelude-yesod - conduit-combinators @@ -42,27 +43,27 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stm-conduit - - wai-websockets + # GHC 8 - stm-conduit + # GHC 8 - wai-websockets - warp-tls - yackage - yesod - yesod-auth - - authenticate-oauth + # GHC 8 - authenticate-oauth - yesod-bin - yesod-eventsource - - yesod-fay + # GHC 8 - yesod-fay - yesod-gitrepo - yesod-newsfeed - yesod-sitemap - yesod-static - yesod-test - - yesod-websockets + # GHC 8 - yesod-websockets - cereal-conduit - - binary-conduit + # GHC 8 - binary-conduit - lzma-conduit - mutable-containers - - hpc-coveralls + # GHC 8 - hpc-coveralls - monad-unlift - monad-unlift-ref - yaml @@ -74,7 +75,7 @@ packages: - base16-bytestring - c2hs - cassava - - csv-conduit + # GHC 8 - csv-conduit - executable-hash - executable-path - foreign-store @@ -85,9 +86,9 @@ packages: - indents - language-c - lhs2tex - - persistent-mongoDB + # GHC 8 - persistent-mongoDB - pretty-class - - shelly + # GHC 8 - shelly - th-expand-syns - criterion - th-lift @@ -95,7 +96,7 @@ packages: - th-desugar - quickcheck-assertions - - hackage-mirror + # GHC 8 - hackage-mirror - wai-middleware-consul - wai-middleware-crowd - monad-logger-json @@ -116,8 +117,8 @@ packages: - cartel - Earley - ofx - - pinchot - - validation + # GHC 8 - pinchot + # GHC 8 - validation "Neil Mitchell": - hlint @@ -138,8 +139,8 @@ packages: "Alan Zimmerman": - hjsmin - language-javascript - - Strafunski-StrategyLib - - HaRe + # GHC 8 - Strafunski-StrategyLib + # GHC 8 - HaRe "Alfredo Di Napoli ": - mandrill @@ -148,15 +149,16 @@ packages: - blaze-html - blaze-markup - cabal-dependency-licenses - - hakyll + # GHC 8 - hakyll - stylish-haskell - profiteur - psqueues - - websockets - - websockets-snap + # GHC 8 - websockets + # GHC 8 - websockets-snap "Sibi Prabakaran @psibi": - - download + [] + # GHC 8 - download "haskell-opengl": - OpenGL @@ -208,7 +210,7 @@ packages: "Jonathan Daugherty ": - brick - - dbmigrations + # GHC 8 - dbmigrations - text-zipper - vty @@ -247,10 +249,10 @@ packages: "Edward Kmett ": - ad - adjunctions - - approximate + # GHC 8 - approximate - bifunctors - - bits - - bound + # GHC 8 - bits + # GHC 8 - bound - bytes - charset - comonad @@ -279,8 +281,8 @@ packages: - lca - lens - linear - - linear-accelerate - - log-domain + # GHC 8 - linear-accelerate + # GHC 8 - log-domain - machines - monadic-arrays - monad-products @@ -307,18 +309,18 @@ packages: - vector-instances - void - wl-pprint-extras - - wl-pprint-terminfo + # GHC 8 - wl-pprint-terminfo - zippers - fixed - half - gl - lens-aeson - zlib-lens - - hyperloglog + # GHC 8 - hyperloglog "Andrew Farmer ": - scotty - - wai-middleware-static + # GHC 8 - wai-middleware-static "Simon Hengel ": - hspec @@ -338,38 +340,39 @@ packages: "Brent Yorgey ": - active - - BlogLiterately - - BlogLiterately-diagrams - - diagrams - - diagrams-builder - - diagrams-haddock - - diagrams-cairo - - diagrams-contrib - - diagrams-core - - diagrams-gtk - - diagrams-lib - - diagrams-postscript - - diagrams-rasterific - - diagrams-svg + # GHC 8 - BlogLiterately + # GHC 8 - BlogLiterately-diagrams + # GHC 8 - diagrams + # GHC 8 - diagrams-builder + # GHC 8 - diagrams-haddock + # GHC 8 - diagrams-cairo + # GHC 8 - diagrams-contrib + # GHC 8 - diagrams-core + # GHC 8 - diagrams-gtk + # GHC 8 - diagrams-lib + # GHC 8 - diagrams-postscript + # GHC 8 - diagrams-rasterific + # GHC 8 - diagrams-svg - dual-tree - force-layout - - haxr + # GHC 8 - haxr - MonadRandom - monoid-extras "Vincent Berthoux ": - JuicyPixels - - FontyFruity - - Rasterific - - svg-tree - - rasterific-svg - - asciidiagram + # GHC 8 - FontyFruity + # GHC 8 - Rasterific + # GHC 8 - svg-tree + # GHC 8 - rasterific-svg + # GHC 8 - asciidiagram "Patrick Brisbin": - gravatar "Paul Harper ": - - yesod-auth-oauth2 + [] + # GHC 8 - yesod-auth-oauth2 "Felipe Lessa @meteficha": - country-codes @@ -380,15 +383,15 @@ packages: #- mangopay - nonce - serversession - - serversession-backend-acid-state + # GHC 8 - serversession-backend-acid-state - serversession-backend-persistent - serversession-backend-redis - - serversession-frontend-snap + # GHC 8 - serversession-frontend-snap - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus - yesod-auth-account-fork - - yesod-auth-fb + # GHC 8 - yesod-auth-fb - yesod-fb # https://github.com/prowdsponsor/mangopay/issues/32 #- yesod-mangopay @@ -401,17 +404,19 @@ packages: - ChannelT "Trevor L. McDonell ": - - accelerate + [] + # GHC 8 - accelerate "Liam O'Connor ": - - patches-vector - - composition-tree - - dixi - - latex-formulae-image - - latex-formulae-pandoc - - latex-formulae-hakyll - - agda-snippets - - agda-snippets-hakyll + [] + # GHC 8 - patches-vector + # GHC 8 - composition-tree + # GHC 8 - dixi + # GHC 8 - latex-formulae-image + # GHC 8 - latex-formulae-pandoc + # GHC 8 - latex-formulae-hakyll + # GHC 8 - agda-snippets + # GHC 8 - agda-snippets-hakyll "Dan Burton @DanBurton": - hspec-jenkins @@ -423,14 +428,14 @@ packages: - rev-state - runmemo - tardis - - lens-family-th + # GHC 8 - lens-family-th "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server - binary-list - byteset - - grouped-list - - haskintex + # GHC 8 - grouped-list + # GHC 8 - haskintex - HaTeX # fails see #885 #- hatex-guide @@ -447,9 +452,9 @@ packages: - pipes-parse - pipes-concurrency - pipes-safe - - turtle + # GHC 8 - turtle - foldl - - morte + # GHC 8 - morte "Andrew Thaddeus Martin ": - yesod-table @@ -463,16 +468,16 @@ packages: "Adam Bergmark @bergmark": - aeson - - fay - - fay-base - - fay-dom - - fay-jquery - - fay-text - - fay-uri - - feed - - snaplet-fay + # GHC 8 - fay + # GHC 8 - fay-base + # GHC 8 - fay-dom + # GHC 8 - fay-jquery + # GHC 8 - fay-text + # GHC 8 - fay-uri + # GHC 8 - feed + # GHC 8 - snaplet-fay - time-compat - - through-text + # GHC 8 - through-text "Sebastiaan Visser ": - clay @@ -494,13 +499,13 @@ packages: "Michal J. Gajda ": - iterable - - Octree + # GHC 8 - Octree - FenwickTree - - hPDB + # GHC 8 - hPDB # Build failure with GHC 7.10.2, see: https://ghc.haskell.org/trac/ghc/ticket/10565 # - hPDB-examples - - wordpass + # GHC 8 - wordpass - json-autotype - posix-realtime @@ -528,7 +533,7 @@ packages: - tasty-smallcheck - tasty-html - time-lens - - timezone-olson + # GHC 8 - timezone-olson - timezone-series - traverse-with-class - tuples-homogenous-h98 @@ -548,28 +553,28 @@ packages: "Joachim Breitner ": - circle-packing - - arbtt - - ghc-heap-view - - tttool - - gipeda - - list-fusion-probe + # GHC 8 - arbtt + # GHC 8 - ghc-heap-view + # GHC 8 - tttool + # GHC 8 - gipeda + # GHC 8 - list-fusion-probe - haskell-spacegoo - - tasty-expected-failure + # GHC 8 - tasty-expected-failure "Aditya Bhargava @clinty": - - hOpenPGP + # GHC 8 - hOpenPGP - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools + # GHC 8 - hopenpgp-tools - opensource "Joey Hess @joeyh": - - git-annex - - github-backup + # GHC 8 - git-annex + # GHC 8 - github-backup - Win32-extras - concurrent-output - mountpoints @@ -577,8 +582,8 @@ packages: "Colin Woodbury @fosskers": - microlens-aeson - - kanji - - versions + # GHC 8 - kanji + # GHC 8 - versions "Ketil Malde": - biocore @@ -604,9 +609,9 @@ packages: "Florian Eggenhofer ": - ClustalParser - - EntrezHTTP + # GHC 8 - EntrezHTTP - Genbank - - RNAlien + # GHC 8 - RNAlien - Taxonomy - TaxonomyTools - ViennaRNAParser @@ -615,9 +620,9 @@ packages: - aeson-utils - arrow-list - attoparsec-expr - - bumper + # GHC 8 - bumper - code-builder - - fay-builder + # GHC 8 - fay-builder - generic-aeson - generic-xmlpickler - hxt-pickle-utils @@ -627,8 +632,8 @@ packages: - rest-client - rest-core - rest-gen - - rest-happstack - - rest-snap + # GHC 8 - rest-happstack + # GHC 8 - rest-snap - rest-stringmap - rest-types - rest-wai @@ -637,28 +642,28 @@ packages: "Simon Michael @simonmichael": - regex-compat-tdfa - - darcs - - hledger - - hledger-lib - - hledger-ui - - hledger-web - - shelltestrunner + # GHC 8 - darcs + # GHC 8 - hledger + # GHC 8 - hledger-lib + # GHC 8 - hledger-ui + # GHC 8 - hledger-web + # GHC 8 - shelltestrunner "Mihai Maruseac ": - io-manager "Dimitri Sabadie ": - ghc-syb-utils @@ -669,32 +674,32 @@ packages: # - system-canonicalpath "Daniel Gröber @DanielG": - - ghc-mod + # GHC 8 - ghc-mod - cabal-helper "Yann Esposito ": - human-readable-duration - - holy-project + # GHC 8 - holy-project - wai-middleware-caching - wai-middleware-caching-lru - wai-middleware-caching-redis # not package maintainer - - ekg - - ekg-json + # GHC 8 - ekg + # GHC 8 - ekg-json "Paul Rouse ": - yesod-auth-hashdb "Toralf Wittner @twittner": - bytestring-conversion - - cql - - cql-io + # GHC 8 - cql + # GHC 8 - cql-io - redis-resp - redis-io - swagger - tinylog - - wai-predicates - - wai-routing + # GHC 8 - wai-predicates + # GHC 8 - wai-routing - zeromq4-haskell "trupill@gmail.com": @@ -720,7 +725,7 @@ packages: - file-location - fuzzcheck - haddock-api - - here + # GHC 8 - here - hlibgit2 - gitlib-libgit2 - hostname-validate @@ -733,9 +738,9 @@ packages: - parallel-io - text-binary - Chart-cairo - - ghc-events + # GHC 8 - ghc-events - monad-extras - - stack < 9.9.9 + # GHC 8 - stack < 9.9.9 "Michael Sloan ": - th-orphans @@ -749,9 +754,9 @@ packages: - list-t - mtl-prelude - neat-interpolation - - partial-handler + # GHC 8 - partial-handler - postgresql-binary - - slave-thread + # GHC 8 - slave-thread - stm-containers "Iustin Pop ": @@ -772,7 +777,7 @@ packages: - validate-input - ignore - elm-bridge - - hackmanager + # GHC 8 - hackmanager - digestive-bootstrap - blaze-bootstrap - dataurl @@ -794,17 +799,18 @@ packages: "Arthur Fayzrakhmanov ": - - sodium + # GHC 8 - sodium - yesod-form-richtext "Sebastian Nagel @ch1bo": - - hdevtools + [] + # GHC 8 - hdevtools "Andrey Chudnov ": - language-ecmascript "Tom Ellis ": - - opaleye + # GHC 8 - opaleye - product-profunctors "Samplecount stefan@samplecount.com @kaoskorobase": @@ -815,8 +821,9 @@ packages: - vinyl-utils "David Turner @davecturner": - - alarmclock - - bank-holidays-england + [] + # GHC 8 - alarmclock + # GHC 8 - bank-holidays-england "Haskell Servant haskell-servant-maintainers@googlegroups.com @@haskell-servant/maintainers": - servant @@ -831,21 +838,22 @@ packages: - servant-cassava "Alexandr Ruchkin voidex@live.com @mvoidex": - - hdocs - - hformat - - hsdev - - simple-log - - text-region + [] + # GHC 8 - hdocs + # GHC 8 - hformat + # GHC 8 - hsdev + # GHC 8 - simple-log + # GHC 8 - text-region "Aleksey Kliger aleksey@lambdageek.org @lambdageek": - unbound-generics "Alois Cochard alois.cochard@gmail.com @aloiscochard": - - codex - - machines-binary + # GHC 8 - codex + # GHC 8 - machines-binary - machines-directory - machines-io - - machines-process + # GHC 8 - machines-process # https://github.com/fpco/stackage/pull/1352#issuecomment-208041561 # - sarsi - wreq # on behalf of Bryan O'Sullivan @bos @@ -853,7 +861,7 @@ packages: "Andraz Bajt andraz@bajt.me @edofic": - effect-handlers - koofr-client - - snowflake + # GHC 8 - snowflake "Leza M. Lutonda lemol-c@hotmail.com @lemol": - HaskellNet @@ -861,16 +869,16 @@ packages: "Jens Petersen juhpetersen@gmail.com @juhp": - cabal-rpm - - cabal-sort + # GHC 8 - cabal-sort - ghcjs-codemirror - ghcjs-dom - - idris + # GHC 8 - idris - jsaddle - - leksah-server - - ltk + # GHC 8 - leksah-server + # GHC 8 - ltk - vado - - vcsgui - - vcswrapper + # GHC 8 - vcsgui + # GHC 8 - vcswrapper # gtk2hs: # https://github.com/gtk2hs/gtk2hs/issues/173 @@ -901,39 +909,40 @@ packages: - network-simple - pipes-aeson - pipes-attoparsec - - pipes-binary + # GHC 8 - pipes-binary - pipes-network "Tomas Carnecky": - - avers - - avers-api - - avers-server - - css-syntax + # GHC 8 - avers + # GHC 8 - avers-api + # GHC 8 - avers-server + # GHC 8 - css-syntax - etcd - - github-types - - github-webhook-handler - - github-webhook-handler-snap - - google-cloud - - kraken - - libinfluxdb - - mole - - publicsuffix - - rethinkdb-client-driver + # GHC 8 - github-types + # GHC 8 - github-webhook-handler + # GHC 8 - github-webhook-handler-snap + # GHC 8 - google-cloud + # GHC 8 - kraken + # GHC 8 - libinfluxdb + # GHC 8 - mole + # GHC 8 - publicsuffix + # GHC 8 - rethinkdb-client-driver "Alexandr Kurilin alex@kurilin.net @alex_kurilin": - bcrypt "Jeffrey Rosenbluth jeffrey.rosenbluth@gmail.com": - palette - - diagrams-canvas - - diagrams-rasterific - - lucid-svg - - diagrams-html5 - - static-canvas + # GHC 8 - diagrams-canvas + # GHC 8 - diagrams-rasterific + # GHC 8 - lucid-svg + # GHC 8 - diagrams-html5 + # GHC 8 - static-canvas - svg-builder "Gabríel Arthúr Pétursson gabriel@system.is": - - sdl2 + [] + # GHC 8 - sdl2 "Leon Mergen leon@solatis.com @solatis": - base32string @@ -970,28 +979,28 @@ packages: "Oleg Grenrus oleg.grenrus@iki.fi @phadej": - aeson-compat - - aeson-extra + # GHC 8 - aeson-extra - binary-orphans - binary-tagged - edit-distance - - github + # GHC 8 - github - insert-ordered-containers - JuicyPixels-scale-dct - lattices - monad-http - - postgresql-simple-url + # GHC 8 - postgresql-simple-url - range-set-list - regex-applicative-text - servant-yaml - spdx - these - - time-parsers - - waitra + # GHC 8 - time-parsers + # GHC 8 - waitra # Not a maintainer - - arithmoi + # GHC 8 - arithmoi - hashable - - haxl + # GHC 8 - haxl - monad-time - packdeps - unordered-containers @@ -1016,7 +1025,7 @@ packages: - bower-json - boxes - pattern-arrows - - purescript + # GHC 8 - purescript # Universe - universe @@ -1027,13 +1036,14 @@ packages: - universe-reverse-instances "Abhinav Gupta @abhinav": - - farmhash - - language-thrift - - pinch - - sandman + [] + # GHC 8 - farmhash + # GHC 8 - language-thrift + # GHC 8 - pinch + # GHC 8 - sandman "Adam C. Foltzer acfoltzer@galois.com @acfoltzer": - - cryptol + # GHC 8 - cryptol - gitrev - persistent-refs @@ -1041,77 +1051,77 @@ packages: - jose-jwt "Brendan Hay brendan.g.hay@gmail.com @brendanhay": - - amazonka - - amazonka-core - - amazonka-test - - amazonka-apigateway - - amazonka-autoscaling - - amazonka-certificatemanager - - amazonka-cloudformation - - amazonka-cloudfront - - amazonka-cloudhsm - - amazonka-cloudsearch-domains - - amazonka-cloudsearch - - amazonka-cloudtrail - - amazonka-cloudwatch-events - - amazonka-cloudwatch-logs - - amazonka-cloudwatch - - amazonka-codecommit - - amazonka-codedeploy - - amazonka-codepipeline - - amazonka-cognito-identity - - amazonka-cognito-idp - - amazonka-cognito-sync - - amazonka-config - - amazonka-datapipeline - - amazonka-devicefarm - - amazonka-directconnect - - amazonka-dms - - amazonka-ds - - amazonka-dynamodb-streams - - amazonka-dynamodb - - amazonka-ec2 - - amazonka-ecr - - amazonka-ecs - - amazonka-efs - - amazonka-elasticache - - amazonka-elasticbeanstalk - - amazonka-elasticsearch - - amazonka-elastictranscoder - - amazonka-elb - - amazonka-emr - - amazonka-gamelift - - amazonka-glacier - - amazonka-iam - - amazonka-importexport - - amazonka-inspector - - amazonka-iot-dataplane - - amazonka-iot - - amazonka-kinesis - - amazonka-kinesis-firehose - - amazonka-kms - - amazonka-lambda - - amazonka-marketplace-analytics - - amazonka-marketplace-metering - - amazonka-ml - - amazonka-opsworks - - amazonka-rds - - amazonka-redshift - - amazonka-route53-domains - - amazonka-route53 - - amazonka-s3 - - amazonka-sdb - - amazonka-ses - - amazonka-sns - - amazonka-sqs - - amazonka-ssm - - amazonka-storagegateway - - amazonka-sts - - amazonka-support - - amazonka-swf - - amazonka-waf - - amazonka-workspaces - - ede + # GHC 8 - amazonka + # GHC 8 - amazonka-core + # GHC 8 - amazonka-test + # GHC 8 - amazonka-apigateway + # GHC 8 - amazonka-autoscaling + # GHC 8 - amazonka-certificatemanager + # GHC 8 - amazonka-cloudformation + # GHC 8 - amazonka-cloudfront + # GHC 8 - amazonka-cloudhsm + # GHC 8 - amazonka-cloudsearch-domains + # GHC 8 - amazonka-cloudsearch + # GHC 8 - amazonka-cloudtrail + # GHC 8 - amazonka-cloudwatch-events + # GHC 8 - amazonka-cloudwatch-logs + # GHC 8 - amazonka-cloudwatch + # GHC 8 - amazonka-codecommit + # GHC 8 - amazonka-codedeploy + # GHC 8 - amazonka-codepipeline + # GHC 8 - amazonka-cognito-identity + # GHC 8 - amazonka-cognito-idp + # GHC 8 - amazonka-cognito-sync + # GHC 8 - amazonka-config + # GHC 8 - amazonka-datapipeline + # GHC 8 - amazonka-devicefarm + # GHC 8 - amazonka-directconnect + # GHC 8 - amazonka-dms + # GHC 8 - amazonka-ds + # GHC 8 - amazonka-dynamodb-streams + # GHC 8 - amazonka-dynamodb + # GHC 8 - amazonka-ec2 + # GHC 8 - amazonka-ecr + # GHC 8 - amazonka-ecs + # GHC 8 - amazonka-efs + # GHC 8 - amazonka-elasticache + # GHC 8 - amazonka-elasticbeanstalk + # GHC 8 - amazonka-elasticsearch + # GHC 8 - amazonka-elastictranscoder + # GHC 8 - amazonka-elb + # GHC 8 - amazonka-emr + # GHC 8 - amazonka-gamelift + # GHC 8 - amazonka-glacier + # GHC 8 - amazonka-iam + # GHC 8 - amazonka-importexport + # GHC 8 - amazonka-inspector + # GHC 8 - amazonka-iot-dataplane + # GHC 8 - amazonka-iot + # GHC 8 - amazonka-kinesis + # GHC 8 - amazonka-kinesis-firehose + # GHC 8 - amazonka-kms + # GHC 8 - amazonka-lambda + # GHC 8 - amazonka-marketplace-analytics + # GHC 8 - amazonka-marketplace-metering + # GHC 8 - amazonka-ml + # GHC 8 - amazonka-opsworks + # GHC 8 - amazonka-rds + # GHC 8 - amazonka-redshift + # GHC 8 - amazonka-route53-domains + # GHC 8 - amazonka-route53 + # GHC 8 - amazonka-s3 + # GHC 8 - amazonka-sdb + # GHC 8 - amazonka-ses + # GHC 8 - amazonka-sns + # GHC 8 - amazonka-sqs + # GHC 8 - amazonka-ssm + # GHC 8 - amazonka-storagegateway + # GHC 8 - amazonka-sts + # GHC 8 - amazonka-support + # GHC 8 - amazonka-swf + # GHC 8 - amazonka-waf + # GHC 8 - amazonka-workspaces + # GHC 8 - ede - pagerduty - semver - text-manipulate @@ -1122,8 +1132,8 @@ packages: "Gershom Bazerman @gbaz": - jmacro - jmacro-rpc - - jmacro-rpc-happstack - - jmacro-rpc-snap + # GHC 8 - jmacro-rpc-happstack + # GHC 8 - jmacro-rpc-snap - mbox - kmeans # Not compatible with GHC 7.10.2 (yes, it's a regression in GHC) @@ -1143,9 +1153,9 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - - plot - - plot-gtk - - plot-gtk3 + # GHC 8 - plot + # GHC 8 - plot-gtk + # GHC 8 - plot-gtk3 - vector-buffer # Blocking due to https://github.com/amcphail/hmatrix-repa/issues/2 @@ -1173,10 +1183,11 @@ packages: "David Fox @ddssff": - debian - - cabal-debian + # GHC 8 - cabal-debian "Stefan Saasen ": - - jwt + [] + # GHC 8 - jwt "Sven Bartscher sven.bartscher@weltraumschlangen.de @kritzefitz": - setlocale @@ -1187,16 +1198,16 @@ packages: "Taylor Fausak @tfausak": - autoexporter - bento - - ekg-statsd # Maintained by @tibbe. + # GHC 8 - ekg-statsd # Maintained by @tibbe. - flow - - github-release + # GHC 8 - github-release - lackey - - octane + # GHC 8 - octane - optparse-generic # Maintained by @Gabriel439. - ratel - ratel-wai - - strive - - wuss + # GHC 8 - strive + # GHC 8 - wuss "Marios Titas @redneb": - btrfs @@ -1213,25 +1224,27 @@ packages: - wai-middleware-prometheus "William Casarin @jb55": - - bson-lens + # GHC 8 - bson-lens - cased - pipes-csv - - pipes-mongodb + # GHC 8 - pipes-mongodb - skeletons "Smirnov Alexey @chemist": - - snmp - - agentx + [] + # GHC 8 - snmp + # GHC 8 - agentx "David Raymond Christiansen @david-christiansen": - annotated-wl-pprint "Yitz Gale gale@sefer.org @ygale": - - timezone-series - - timezone-olson + [] + # GHC 8 - timezone-series + # GHC 8 - timezone-olson "Josh Holland josh@inv.alid.pw @jshholland": - - sandi + # GHC 8 - sandi - data-ordlist - xmonad @@ -1251,20 +1264,20 @@ packages: - clash-vhdl - clash-verilog - clash-systemverilog - - clash-ghc + # GHC 8 - clash-ghc "Athan Clark @athanclark": - commutative - - digestive-functors-lucid + # GHC 8 - digestive-functors-lucid - ltext - markup - - nested-routes + # GHC 8 - nested-routes - path-extra - - poly-arity + # GHC 8 - poly-arity - urlpath - wai-transformers - - wai-middleware-content-type - - wai-middleware-verbs + # GHC 8 - wai-middleware-content-type + # GHC 8 - wai-middleware-verbs - webpage - composition-extra - rose-trees @@ -1272,7 +1285,7 @@ packages: - timemap - tries - path-extra - - pred-trie + # GHC 8 - pred-trie - pred-set - HSet @@ -1286,7 +1299,7 @@ packages: "Peter Harpending @pharpend": - editor-open - exceptional - - optparse-helper + # GHC 8 - optparse-helper - pager - semiring-simple @@ -1294,12 +1307,12 @@ packages: - tasty-silver "Michael Thompson @michaelt": - - pipes-text - - lens-simple + # GHC 8 - pipes-text + # GHC 8 - lens-simple - lens-family-core - lens-family - - streaming - - streaming-bytestring + # GHC 8 - streaming + # GHC 8 - streaming-bytestring "Justin Le @mstksg": @@ -1315,7 +1328,7 @@ packages: - metrics - pipes-wai - serf - - uri-templater + # GHC 8 - uri-templater - librato # needs update to aeson-0.11 #- datadog @@ -1327,42 +1340,43 @@ packages: "Michael Xavier @MichaelXavier": - angel - - uri-bytestring + # GHC 8 - uri-bytestring # https://github.com/MichaelXavier/phash/issues/5 #- phash - cron - - tasty-tap - - tasty-fail-fast + # GHC 8 - tasty-tap + # GHC 8 - tasty-fail-fast - drifter - drifter-postgresql "Lars Kuhtz @larskuhtz": - - wai-cors + # GHC 8 - wai-cors - configuration-tools "Sam Rijs ": - ndjson-conduit - - attoparsec-trans + # GHC 8 - attoparsec-trans - operational-class "Anupam Jain ": - - wai-routes + [] + # GHC 8 - wai-routes "Daniel Patterson ": - - hspec-snap + # GHC 8 - hspec-snap - hworker - - hworker-ses + # GHC 8 - hworker-ses - fn - - fn-extra + # GHC 8 - fn-extra "Chris Wong @lfairy": - nationstates "Mathieu Boespflug @mboes": - distributed-closure - - H - - ihaskell-inline-r - - inline-r + # GHC 8 - H + # GHC 8 - ihaskell-inline-r + # GHC 8 - inline-r - th-lift "Christopher Reichert @creichert": @@ -1378,23 +1392,24 @@ packages: [] "Hirotomo Moriwaki @philopon": - - apiary - - apiary-logger - - apiary-persistent - - apiary-websockets - - apiary-cookie - - apiary-session - - apiary-clientsession - - apiary-authenticate - - apiary-eventsource - - apiary-mongoDB - - apiary-memcached - - types-compat - - web-routing - - bytestring-read - - memcached-binary - - barrier - - haddocset + [] + # GHC 8 - apiary + # GHC 8 - apiary-logger + # GHC 8 - apiary-persistent + # GHC 8 - apiary-websockets + # GHC 8 - apiary-cookie + # GHC 8 - apiary-session + # GHC 8 - apiary-clientsession + # GHC 8 - apiary-authenticate + # GHC 8 - apiary-eventsource + # GHC 8 - apiary-mongoDB + # GHC 8 - apiary-memcached + # GHC 8 - types-compat + # GHC 8 - web-routing + # GHC 8 - bytestring-read + # GHC 8 - memcached-binary + # GHC 8 - barrier + # GHC 8 - haddocset "Kai Zhang @kaizhang": - clustering @@ -1402,15 +1417,15 @@ packages: "Michel Boucey @MichelBoucey": - IPv6Addr - - ip6addr - - cayley-client + # GHC 8 - ip6addr + # GHC 8 - cayley-client - Spintax "koral koral@mailoo.org @k0ral": - - atom-conduit + # GHC 8 - atom-conduit - conduit-parse - - opml-conduit - - rss-conduit + # GHC 8 - opml-conduit + # GHC 8 - rss-conduit - timerep - xml-conduit-parse @@ -1418,7 +1433,7 @@ packages: - protocol-buffers - hprotoc - protocol-buffers-descriptor - - ekg-core + # GHC 8 - ekg-core - digits - hbeanstalk - iso3166-country-codes @@ -1443,8 +1458,8 @@ packages: "John Lenz @wuzzeb": - yesod-auth-account - yesod-static-angular - - hspec-webdriver - - webdriver-angular + # GHC 8 - hspec-webdriver + # GHC 8 - webdriver-angular "Sven Heyll @sheyll": - b9 @@ -1466,23 +1481,23 @@ packages: "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write - - hapistrano - - inflections - - twitter-feed + # GHC 8 - hapistrano + # GHC 8 - inflections + # GHC 8 - twitter-feed - dotenv "Sergey Alirzaev ": - monad-peel - - Network-NineP + # GHC 8 - Network-NineP "Oliver Charles ": - - engine-io + # GHC 8 - engine-io - diff3 - - digestive-functors-aeson - - exhaustive - - libsystemd-journal - - network-carbon - - socket-io + # GHC 8 - digestive-functors-aeson + # GHC 8 - exhaustive + # GHC 8 - libsystemd-journal + # GHC 8 - network-carbon + # GHC 8 - socket-io "Scott Murphy scott.murphy@plowtech.net @smurphy8": [] @@ -1517,37 +1532,39 @@ packages: - refact # https://github.com/fpco/stackage/issues/1452 # - servant-pandoc - - ghc-exactprint - - apply-refact + # GHC 8 - ghc-exactprint + # GHC 8 - apply-refact "Andrew Gibiansky @gibiansky": - - ihaskell - - ihaskell-aeson - - ihaskell-basic - - ihaskell-blaze - - ihaskell-charts - - ihaskell-diagrams - - ihaskell-hatex - - ihaskell-juicypixels - - ihaskell-magic - - ihaskell-rlangqq - - ihaskell-static-canvas - - ghc-parser - - ipython-kernel + [] + # GHC 8 - ihaskell + # GHC 8 - ihaskell-aeson + # GHC 8 - ihaskell-basic + # GHC 8 - ihaskell-blaze + # GHC 8 - ihaskell-charts + # GHC 8 - ihaskell-diagrams + # GHC 8 - ihaskell-hatex + # GHC 8 - ihaskell-juicypixels + # GHC 8 - ihaskell-magic + # GHC 8 - ihaskell-rlangqq + # GHC 8 - ihaskell-static-canvas + # GHC 8 - ghc-parser + # GHC 8 - ipython-kernel "Andrés Sicard-Ramírez @asr": - - Agda + [] + # GHC 8 - Agda "James Cook @mokus0": - dependent-sum - dependent-sum-template - dependent-map - - dice + # GHC 8 - dice - hstatsd - - misfortune + # GHC 8 - misfortune "Timo von Holtz @tvh": - - haxl-amazonka + # GHC 8 - haxl-amazonka - servant-JuicyPixels "Artyom @neongreen": @@ -1564,15 +1581,16 @@ packages: - charsetdetect-ae "Takano Akio aljee@hyper.cx @takano-akio": - - fast-builder + # GHC 8 - fast-builder - filelock "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - quadtree "Brian Lewis brian@lorf.org @bsl": - - bindings-GLFW - - GLFW-b + [] + # GHC 8 - bindings-GLFW + # GHC 8 - GLFW-b "Niklas Hambüchen mail@nh2.me @nh2": - hidapi @@ -1581,16 +1599,17 @@ packages: - reinterpret-cast "Brandon Martin @codedmart": - - engine-io-wai - - rethinkdb + [] + # GHC 8 - engine-io-wai + # GHC 8 - rethinkdb "Michael Walker @barrucadu": - - both - - dpor - - dejafu - - async-dejafu - - hunit-dejafu - - tasty-dejafu + # GHC 8 - both + # GHC 8 - dpor + # GHC 8 - dejafu + # GHC 8 - async-dejafu + # GHC 8 - hunit-dejafu + # GHC 8 - tasty-dejafu - irc-ctcp - irc-conduit - irc-client @@ -1602,7 +1621,7 @@ packages: - envelope - ig - natural-transformation - - opaleye-trans + # GHC 8 - opaleye-trans - read-env-var "Franklin Chen @FranklinChen": @@ -1618,30 +1637,35 @@ packages: - pointedlist - word-trie - xdg-basedir - - yi - - yi-fuzzy-open - - yi-language - - yi-rope + # GHC 8 - yi + # GHC 8 - yi-fuzzy-open + # GHC 8 - yi-language + # GHC 8 - yi-rope "Tobias Bexelius @tobbebex": - - GPipe + [] + # GHC 8 - GPipe "Patrick Redmond @plredmond": - - GPipe-GLFW + [] + # GHC 8 - GPipe-GLFW "Csaba Hruska @csabahruska": - - lambdacube-ir - - lambdacube-gl - - lambdacube-compiler + [] + # GHC 8 - lambdacube-ir + # GHC 8 - lambdacube-gl + # GHC 8 - lambdacube-compiler "Spencer Janssen ": - Xauth "Sebastian de Bellefon @Helkafen": - - wai-middleware-metrics + [] + # GHC 8 - wai-middleware-metrics "Stefan Berthold": - - smallcaps + [] + # GHC 8 - smallcaps "Gregory Collins ": - hashtables @@ -1650,7 +1674,7 @@ packages: "Andrew Cowie @afcowie": - http-common - - http-streams + # GHC 8 - http-streams "Devan Stormont ": - forecast-io @@ -1670,7 +1694,7 @@ packages: "Peter Simons simons@cryp.to @peti": - funcmp - hackage-db - - hledger-interest + # GHC 8 - hledger-interest - hopenssl # https://github.com/fpco/stackage/issues/840 # - hsdns @@ -1681,7 +1705,8 @@ packages: - streamproc "Mark Fine @markfine": - - postgresql-schema + [] + # GHC 8 - postgresql-schema # https://github.com/fpco/stackage/issues/873 # - sbp @@ -1698,12 +1723,12 @@ packages: - find-clumpiness "Simon Marechal @bartavelle": - - compactmap - - stateWriter + # GHC 8 - compactmap + # GHC 8 - stateWriter - filecache - - pcre-utils + # GHC 8 - pcre-utils - strict-base-types - - withdependencies + # GHC 8 - withdependencies # http-types < 0.9 # - stm-firehose # - hslogstash @@ -1721,8 +1746,9 @@ packages: - multiplate "Sumit Sahrawat @sumitsahrawat": - - plot-gtk-ui - - calculator + [] + # GHC 8 - plot-gtk-ui + # GHC 8 - calculator "Emmanuel Touzery @emmanueltouzery": - app-settings @@ -1733,7 +1759,7 @@ packages: # https://github.com/fpco/stackage/issues/1290 #- smsaero - swagger2 - - servant-swagger + # GHC 8 - servant-swagger "Jared Tobin @jtobin": - mwc-probability @@ -1746,44 +1772,47 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - - distributed-process - - distributed-process-async - - distributed-process-client-server - - distributed-process-execution - - distributed-process-extras - - distributed-process-registry - - distributed-process-simplelocalnet - - distributed-process-supervisor - - distributed-process-task - - distributed-static + # GHC 8 - distributed-process + # GHC 8 - distributed-process-async + # GHC 8 - distributed-process-client-server + # GHC 8 - distributed-process-execution + # GHC 8 - distributed-process-extras + # GHC 8 - distributed-process-registry + # GHC 8 - distributed-process-simplelocalnet + # GHC 8 - distributed-process-supervisor + # GHC 8 - distributed-process-task + # GHC 8 - distributed-static - network-transport - network-transport-tcp - network-transport-composed - rank1dynamic "Alexander Vershilov @qnikst": + [] # https://github.com/qnikst/imagemagick/issues/41 #- imagemagick - - network-transport-zeromq + # GHC 8 - network-transport-zeromq "Takahiro Himura @thimura": - lens-regex - twitter-conduit - - twitter-types - - twitter-types-lens + # GHC 8 - twitter-types + # GHC 8 - twitter-types-lens "Robbin C. ": - - zim-parser + [] + # GHC 8 - zim-parser "David Wiltshire @dave77": # on behalf of Alexey Karakulov @w3rs - hashable-time "Tim Baumann @timjb": - - engine-io-yesod + [] + # GHC 8 - engine-io-yesod "Tim McGilchrist @tmcgilchrist": - - riak + # GHC 8 - riak - airship "Yuras Shumovich @Yuras": @@ -1811,22 +1840,25 @@ packages: - blake2 "Adam Curtis @kallisti-dev": - - webdriver + [] + # GHC 8 - webdriver "Luke Iannini @lukexi": - inline-c - inline-c-cpp - - ekg + # GHC 8 - ekg "Emin Karayel ": - - sync-mht + [] + # GHC 8 - sync-mht "Michael Schröder @mcschroeder": - ctrie - ttrie "Greg Weber ": - - base-noprelude + [] + # GHC 8 - base-noprelude # https://github.com/fpco/stackage/pull/979 # "Andrew Lelechenko @Bodigrim": @@ -1844,7 +1876,8 @@ packages: # - hashids "Joe Hermaszewski @expipiplus1": - - exact-real + [] + # GHC 8 - exact-real # "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": # https://github.com/fpco/stackage/issues/1039 @@ -1854,24 +1887,25 @@ packages: "Henry J. Wylde @hjwylde": - git-fmt - omnifmt - - werewolf - - werewolf-slack + # GHC 8 - werewolf + # GHC 8 - werewolf-slack "Will Sewell @willsewell": - - benchpress - - pusher-http-haskell + [] + # GHC 8 - benchpress + # GHC 8 - pusher-http-haskell "Lazlo Grun @lazlo28": - natural-sort - - lentil + # GHC 8 - lentil "Yorick Laupa yo.eight@gmail.com @YoEight": - - eventstore + # GHC 8 - eventstore - dotnet-timespan "Sebastian Dröge slomo@coaxion.net @sdroege": - conduit-iconv - - conduit-connection + # GHC 8 - conduit-connection "Andrew Rademacher ": - aeson-casing @@ -1882,11 +1916,12 @@ packages: "Mihaly Barasz klao@nilcons.com @klao": - lens-datetime - - tz + # GHC 8 - tz - tzdata "Timothy Klim @TimothyKlim": - - pkcs10 + [] + # GHC 8 - pkcs10 "David Luposchainsky @quchen": - binary-typed @@ -1894,30 +1929,30 @@ packages: "Jeremy Shaw @stepcut": - boomerang - - clckwrks - - clckwrks-cli - - clckwrks-plugin-page - - clckwrks-plugin-media - - clckwrks-theme-bootstrap - - hackage-whatsnew - - happstack-authenticate - - happstack-clientsession - - happstack-hsp - - happstack-jmacro - - happstack-server - - happstack-server-tls + # GHC 8 - clckwrks + # GHC 8 - clckwrks-cli + # GHC 8 - clckwrks-plugin-page + # GHC 8 - clckwrks-plugin-media + # GHC 8 - clckwrks-theme-bootstrap + # GHC 8 - hackage-whatsnew + # GHC 8 - happstack-authenticate + # GHC 8 - happstack-clientsession + # GHC 8 - happstack-hsp + # GHC 8 - happstack-jmacro + # GHC 8 - happstack-server + # GHC 8 - happstack-server-tls - hsx-jmacro - - ixset + # GHC 8 - ixset - reform - reform-blaze - reform-hamlet - - reform-happstack - - reform-hsp - - userid + # GHC 8 - reform-happstack + # GHC 8 - reform-hsp + # GHC 8 - userid - web-plugins - web-routes - web-routes-boomerang - - web-routes-happstack + # GHC 8 - web-routes-happstack - web-routes-hsp - web-routes-th - web-routes-wai @@ -1929,10 +1964,10 @@ packages: - file-modules - frontmatter - read-editor - - hspec-setup + # GHC 8 - hspec-setup - hzulip - list-prompt - - memoization-utils + # GHC 8 - memoization-utils - package-description-remote - projectroot - questioner @@ -1945,13 +1980,15 @@ packages: - open-browser "Denis Redozubov @dredozubov": - - tracy + [] + # GHC 8 - tracy "Yuji Yamamoto @igrep": - yes-precure5-command "Hans-Christian Esperer @hce": - - wai-session-postgresql + [] + # GHC 8 - wai-session-postgresql "Haisheng Wu ": - hoauth2 @@ -1960,7 +1997,8 @@ packages: - scrypt "Jakub Waszczuk @kawu": - - dawg-ord + [] + # GHC 8 - dawg-ord "Amit Levy @alevy": - postgresql-orm @@ -1976,7 +2014,8 @@ packages: #- LibZip < 0.11 "Anthony Cowley @acowley": - - Frames + [] + # GHC 8 - Frames "Takayuki Muranushi @nushio3": - binary-search @@ -1992,7 +2031,8 @@ packages: - mustache "Cindy Wang @CindyLinz": - - NoTrace + [] + # GHC 8 - NoTrace "Jean-Philippe Bernardy @jyp": - polynomials-bernstein @@ -2006,17 +2046,19 @@ packages: - pandoc-types # https://github.com/fpco/stackage/issues/1248 - zip-archive < 0.3 - - pandoc - - pandoc-citeproc + # GHC 8 - pandoc + # GHC 8 - pandoc-citeproc "Karun Ramakrishnan karun012@gmail.com @karun012": - doctest-discover "Elie Genard @eliegenard": - - turtle-options + [] + # GHC 8 - turtle-options "Ruey-Lin Hsu @petercommand": - - MASMGen + [] + # GHC 8- MASMGen "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv @@ -2024,15 +2066,15 @@ packages: - rotating-log - ua-parser - hs-GeoIP - - retry - - katip - - katip-elasticsearch + # GHC 8 - retry + # GHC 8 - katip + # GHC 8 - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - - SVGFonts - - Chart-diagrams + # GHC 8 - SVGFonts + # GHC 8 - Chart-diagrams "Aaron Levin @aaronmblevin": [] @@ -2052,7 +2094,8 @@ packages: - binary-bits "Nicolas Trangez ikke@nicolast.be @NicolasT": - - reedsolomon + [] + # GHC 8 - reedsolomon "Alp Mestanogullari alpmestan@gmail.com @alpmestan": - taggy @@ -2062,13 +2105,14 @@ packages: #- sparkle "Alex McLean @yaxu": - - tidal + [] + # GHC 8 - tidal "Kei Hibino @khibino": - - relational-query - - relational-query-HDBC - - persistable-types-HDBC-pg - - relational-record + # GHC 8 - relational-query + # GHC 8 - relational-query-HDBC + # GHC 8 - persistable-types-HDBC-pg + # GHC 8 - relational-record - text-ldap - debian-build @@ -2085,7 +2129,8 @@ packages: - unix-bytestring "Carlo Hamalainen @carlohamalainen": - - ghc-imported-from + [] + # GHC 8 - ghc-imported-from "Fraser Tweedale @frasertweedale": - jose @@ -2099,8 +2144,9 @@ packages: - io-machine "Jan Gerlinger @JanGe": - - irc-dcc - - xdcc + [] + # GHC 8 - irc-dcc + # GHC 8 - xdcc "John Ky newhoggy@gmail.com @newhoggy": - hw-bits @@ -2122,14 +2168,15 @@ packages: - yesod-job-queue "Braden Walters @meoblast001": - - hakyll-sass + [] + # GHC 8 - hakyll-sass "Patrick Thomson ": - postgresql-transactional "Tom Murphy @amindfv": - vivid - - midair + # GHC 8 - midair - nano-erl "Toshio Ito @debug-ito": @@ -2161,7 +2208,10 @@ packages: # Need to always match the version shipped with GHC - Win32 == 2.3.1.1 - "Stackage upper bounds": [] + "Stackage upper bounds": + # These are all temporary, and need to be removed before starting GHC 8 + - data-default < 0.6 + - data-default-class < 0.1 # end of packages @@ -2351,10 +2401,19 @@ skipped-tests: # Closed due to inactivity: https://github.com/fpco/stackage/issues/1328 - ad - composition-tree - - linear - - patches-vector + # GHC 8 - linear + # GHC 8 - patches-vector - semigroupoids + # GHC 8 (bytestring-handle) + - tar + + # GHC 8 (snap-server) + - wreq + + # GHC 8 + - hastache + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -2421,7 +2480,6 @@ expected-test-failures: - system-filepath # Requires a running webdriver server - - webdriver-snoy - webdriver-angular # Weird conflicts with sandboxing From 4ae65a7be9e61c09029934323aca091d6eaed089 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 May 2016 14:13:25 +0300 Subject: [PATCH 1735/3141] Finish blocking packages for GHC 8 --- build-constraints.yaml | 226 ++++++++++++++++++++++------------------- 1 file changed, 120 insertions(+), 106 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 581e3826..06cc0026 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -29,8 +29,8 @@ packages: - cabal-install # GHC 8 - cabal-src - case-insensitive - - classy-prelude-yesod - - conduit-combinators + # GHC 8 - classy-prelude-yesod + # GHC 8 - conduit-combinators - conduit-extra - hebrew-time - keter @@ -61,11 +61,11 @@ packages: # GHC 8 - yesod-websockets - cereal-conduit # GHC 8 - binary-conduit - - lzma-conduit - - mutable-containers + # GHC 8 - lzma-conduit + # GHC 8 - mutable-containers # GHC 8 - hpc-coveralls - monad-unlift - - monad-unlift-ref + # GHC 8 - monad-unlift-ref - yaml - servius - cryptonite-conduit @@ -88,7 +88,6 @@ packages: - lhs2tex # GHC 8 - persistent-mongoDB - pretty-class - # GHC 8 - shelly - th-expand-syns - criterion - th-lift @@ -110,7 +109,7 @@ packages: "Omari Norman ": - rainbow - rainbox - - pipes-cliff + # GHC 8 - pipes-cliff - anonymous-sums - multiarg - prednote @@ -231,7 +230,7 @@ packages: - pure-io # https://github.com/jgoerzen/testpack/issues/11 #- scrobble GHC 7.10, for QuickCheck 2.8 via testpack - - shell-conduit + # GHC 8 - shell-conduit - sourcemap - hindent - descriptive @@ -247,7 +246,7 @@ packages: - MFlow "Edward Kmett ": - - ad + # BLOCKED comonad 5 - ad - adjunctions # GHC 8 - approximate - bifunctors @@ -260,7 +259,7 @@ packages: - comonad-transformers # https://github.com/ekmett/compensated/issues/7 #- compensated - - compressed + # BLOCKED pointed 5 - compressed - concurrent-supply - constraints - contravariant @@ -280,19 +279,18 @@ packages: - kan-extensions - lca - lens - - linear + # GHC 8 - linear # GHC 8 - linear-accelerate # GHC 8 - log-domain - - machines + # BLOCKED distributive 0.5 - machines - monadic-arrays - monad-products - monad-products - - monad-st - - monad-st + # GHC 8 - monad-st - mtl - nats - numeric-extras - - parsers + # GHC 8 - parsers - pointed - prelude-extras - profunctor-extras @@ -304,7 +302,7 @@ packages: - semigroupoids - semigroups - speculation - - streams + # BLOCKED comonad 5 - streams - tagged - vector-instances - void @@ -332,14 +330,14 @@ packages: - base-compat "Mario Blazevic @blamario": - - monad-parallel - - monad-coroutine + # GHC 8 - monad-parallel + # GHC 8 - monad-coroutine - incremental-parser - monoid-subclasses - picoparsec "Brent Yorgey ": - - active + # GHC 8 - active # GHC 8 - BlogLiterately # GHC 8 - BlogLiterately-diagrams # GHC 8 - diagrams @@ -354,7 +352,7 @@ packages: # GHC 8 - diagrams-rasterific # GHC 8 - diagrams-svg - dual-tree - - force-layout + # GHC 8 - force-layout # GHC 8 - haxr - MonadRandom - monoid-extras @@ -376,21 +374,21 @@ packages: "Felipe Lessa @meteficha": - country-codes - - esqueleto + # BLOCKED persistent 2.5 - esqueleto - fb - - fb-persistent + # BLOCKED persistent 2.5 - fb-persistent # https://github.com/prowdsponsor/mangopay/issues/32 #- mangopay - nonce - serversession # GHC 8 - serversession-backend-acid-state - - serversession-backend-persistent + # BLOCKED persistent 2.5 - serversession-backend-persistent - serversession-backend-redis # GHC 8 - serversession-frontend-snap - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus - - yesod-auth-account-fork + # BLOCKED persistent 2.5 - yesod-auth-account-fork # GHC 8 - yesod-auth-fb - yesod-fb # https://github.com/prowdsponsor/mangopay/issues/32 @@ -432,28 +430,28 @@ packages: "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server - - binary-list + # GHC 8 - binary-list - byteset # GHC 8 - grouped-list # GHC 8 - haskintex - - HaTeX + # GHC 8 - HaTeX # fails see #885 #- hatex-guide - include-file - - matrix + # GHC 8 - matrix - pcre-light - - phantom-state + # GHC 8 - phantom-state - post-mess-age - sorted-list "Gabriel Gonzalez ": - pipes - - pipes-extras + # GHC 8 - pipes-extras - pipes-parse - pipes-concurrency - - pipes-safe + # GHC 8 - pipes-safe # GHC 8 - turtle - - foldl + # GHC 8 - foldl # GHC 8 - morte "Andrew Thaddeus Martin ": @@ -484,15 +482,17 @@ packages: - fclabels "Rodrigo Setti ": - - messagepack - - messagepack-rpc + [] + # GHC 8 - messagepack + # GHC 8 - messagepack-rpc "Boris Lykah ": - - groundhog - - groundhog-th - - groundhog-sqlite - - groundhog-postgresql - - groundhog-mysql + [] + # GHC 8 - groundhog + # GHC 8 - groundhog-th + # GHC 8 - groundhog-sqlite + # GHC 8 - groundhog-postgresql + # GHC 8 - groundhog-mysql "Janne Hellsten ": - sqlite-simple @@ -534,7 +534,7 @@ packages: - tasty-html - time-lens # GHC 8 - timezone-olson - - timezone-series + # GHC 8 - timezone-series - traverse-with-class - tuples-homogenous-h98 @@ -613,7 +613,7 @@ packages: - Genbank # GHC 8 - RNAlien - Taxonomy - - TaxonomyTools + # GHC 8 - TaxonomyTools - ViennaRNAParser "Silk ": @@ -660,7 +660,7 @@ packages: # GHC 8 - luminance-samples - monad-journal # GHC 8 - msi-kb-backlit - - smoothie + # GHC 8 - smoothie # GHC 8 - tellbot # GHC 8 - wavefront # GHC 8 - zero @@ -688,7 +688,8 @@ packages: # GHC 8 - ekg-json "Paul Rouse ": - - yesod-auth-hashdb + [] + # GHC 8 - yesod-auth-hashdb "Toralf Wittner @twittner": - bytestring-conversion @@ -722,12 +723,12 @@ packages: - bytestring-trie - data-accessor - data-accessor-mtl - - file-location + # GHC 8 - file-location - fuzzcheck - haddock-api # GHC 8 - here - hlibgit2 - - gitlib-libgit2 + # GHC 8 - gitlib-libgit2 - hostname-validate - interpolatedstring-perl6 - iproute @@ -750,12 +751,12 @@ packages: - base-prelude - cases - focus - - hasql + # GHC 8 - hasql - list-t - mtl-prelude - neat-interpolation # GHC 8 - partial-handler - - postgresql-binary + # GHC 8 - postgresql-binary # GHC 8 - slave-thread - stm-containers @@ -764,21 +765,21 @@ packages: "Alexander Thiemann ": - Spock - - Spock-digestive + # GHC 8 - Spock-digestive - Spock-worker - graph-core - highjson - hvect - reroute - users - - users-persistent + # BLOCKED persistent 2.5 - users-persistent - users-postgresql-simple - users-test - validate-input - ignore - elm-bridge # GHC 8 - hackmanager - - digestive-bootstrap + # GHC 8 - digestive-bootstrap - blaze-bootstrap - dataurl - psql-helpers @@ -818,7 +819,7 @@ packages: "Marcin Mrotek ": - type-list - - vinyl-utils + # GHC 8 - vinyl-utils "David Turner @davecturner": [] @@ -851,8 +852,8 @@ packages: "Alois Cochard alois.cochard@gmail.com @aloiscochard": # GHC 8 - codex # GHC 8 - machines-binary - - machines-directory - - machines-io + # BLOCKED distributive 0.5 - machines-directory + # BLOCKED distributive 0.5 - machines-io # GHC 8 - machines-process # https://github.com/fpco/stackage/pull/1352#issuecomment-208041561 # - sarsi @@ -873,7 +874,7 @@ packages: - ghcjs-codemirror - ghcjs-dom # GHC 8 - idris - - jsaddle + # BLOCKED lens 4.14 - jsaddle # GHC 8 - leksah-server # GHC 8 - ltk - vado @@ -906,11 +907,11 @@ packages: - haskell-gi "Renzo Carbonara renzocarbonara@gmail.com @k0001": - - network-simple - - pipes-aeson + # GHC 8 - network-simple + # GHC 8 - pipes-aeson - pipes-attoparsec # GHC 8 - pipes-binary - - pipes-network + # GHC 8 - pipes-network "Tomas Carnecky": # GHC 8 - avers @@ -948,15 +949,15 @@ packages: - base32string - base58string - bitcoin-api - - bitcoin-api-extra + # GHC 8 - bitcoin-api-extra - bitcoin-block - bitcoin-script - bitcoin-tx - bitcoin-types - hexstring - - network-attoparsec - - network-anonymous-i2p - - network-anonymous-tor + # GHC 8 - network-attoparsec + # GHC 8 - network-anonymous-i2p + # GHC 8 - network-anonymous-tor "Timothy Jones git@zmthy.io @zmthy": - http-media @@ -965,7 +966,7 @@ packages: - gitson - pcre-heavy - http-link-header - - microformats2-parser + # GHC 8 - microformats2-parser - hspec-expectations-pretty-diff "Francesco Mazzoli f@mazzo.li @bitonic": @@ -1226,7 +1227,7 @@ packages: "William Casarin @jb55": # GHC 8 - bson-lens - cased - - pipes-csv + # GHC 8 - pipes-csv # GHC 8 - pipes-mongodb - skeletons @@ -1269,7 +1270,7 @@ packages: "Athan Clark @athanclark": - commutative # GHC 8 - digestive-functors-lucid - - ltext + # GHC 8 - ltext - markup # GHC 8 - nested-routes - path-extra @@ -1307,10 +1308,11 @@ packages: - tasty-silver "Michael Thompson @michaelt": + [] # GHC 8 - pipes-text # GHC 8 - lens-simple - - lens-family-core - - lens-family + # GHC 8 - lens-family-core + # GHC 8 - lens-family # GHC 8 - streaming # GHC 8 - streaming-bytestring @@ -1321,7 +1323,7 @@ packages: - prompt - tagged-binary - typelits-witnesses - - uncertain + # BLOCKED comonad 5 - uncertain "Ian Duncan @iand675": - feature-flags @@ -1329,14 +1331,14 @@ packages: - pipes-wai - serf # GHC 8 - uri-templater - - librato + # GHC 8 - librato # needs update to aeson-0.11 #- datadog # http-types < 0.9 #- engine-io-growler # needs update to aeson-0.11 #- flowdock - - growler + # GHC 8 - growler "Michael Xavier @MichaelXavier": - angel @@ -1423,11 +1425,11 @@ packages: "koral koral@mailoo.org @k0ral": # GHC 8 - atom-conduit - - conduit-parse + # GHC 8 - conduit-parse # GHC 8 - opml-conduit # GHC 8 - rss-conduit - timerep - - xml-conduit-parse + # GHC 8 - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - protocol-buffers @@ -1450,7 +1452,7 @@ packages: - hedis < 0.7.0 "Rob O'Callahan ropoctl@gmail.com": - - pipes-fastx + # GHC 8 - pipes-fastx - pipes-illumina - seqalign - thermonuc @@ -1465,7 +1467,8 @@ packages: - b9 "Will Thompson @wjt": - - bustle + [] + # GHC 8 - bustle "Jakub Fijałkowski kuba@codinginfinity.me @jakubfijalkowski": - hlibsass @@ -1477,14 +1480,14 @@ packages: "Index Int ": - transformers-lift - ether - - union + # GHC 8 - union "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write # GHC 8 - hapistrano # GHC 8 - inflections # GHC 8 - twitter-feed - - dotenv + # BLOCKED megaparsec 5 - dotenv "Sergey Alirzaev ": - monad-peel @@ -1596,7 +1599,7 @@ packages: - hidapi - iso8601-time - network-house - - reinterpret-cast + # GHC 8 - reinterpret-cast "Brandon Martin @codedmart": [] @@ -1612,14 +1615,14 @@ packages: # GHC 8 - tasty-dejafu - irc-ctcp - irc-conduit - - irc-client + # GHC 8 - irc-client "Trevor Elliott @elliottt": - irc "Dennis Gosnell @cdepillabout": - envelope - - ig + # GHC 8 - ig - natural-transformation # GHC 8 - opaleye-trans - read-env-var @@ -1714,9 +1717,9 @@ packages: - moesocks "Gregory W. Schwartz @GregorySchwartz": - - fasta - - diversity - - modify-fasta + # GHC 8 - fasta + # GHC 8 - diversity + # GHC 8 - modify-fasta - tree-fun - random-tree - clumpiness @@ -1743,7 +1746,8 @@ packages: - zip "Thomas Bereknyei ": - - multiplate + [] + # GHC 8 - multiplate "Sumit Sahrawat @sumitsahrawat": [] @@ -1766,9 +1770,9 @@ packages: - mcmc-types - mighty-metropolis - speedy-slice - - hasty-hamiltonian - - declarative - - sampling + # BLOCKED comonad 5 - hasty-hamiltonian + # BLOCKED comonad 5 - declarative + # GHC 8 - sampling - flat-mcmc "Facundo Domínguez @facundominguez": @@ -1782,9 +1786,9 @@ packages: # GHC 8 - distributed-process-supervisor # GHC 8 - distributed-process-task # GHC 8 - distributed-static - - network-transport - - network-transport-tcp - - network-transport-composed + # GHC 8 - network-transport + # GHC 8 - network-transport-tcp + # GHC 8 - network-transport-composed - rank1dynamic "Alexander Vershilov @qnikst": @@ -1795,7 +1799,7 @@ packages: "Takahiro Himura @thimura": - lens-regex - - twitter-conduit + # GHC 8 - twitter-conduit # GHC 8 - twitter-types # GHC 8 - twitter-types-lens @@ -1824,7 +1828,7 @@ packages: "Stanislav Chernichkin @schernichkin": - partial-isomorphisms - - vinyl + # GHC 8 - vinyl "Christoph Breitkopf @bokesan": - IntervalMap @@ -1844,8 +1848,9 @@ packages: # GHC 8 - webdriver "Luke Iannini @lukexi": - - inline-c - - inline-c-cpp + [] + # GHC 8 - inline-c + # GHC 8 - inline-c-cpp # GHC 8 - ekg "Emin Karayel ": @@ -1885,8 +1890,9 @@ packages: # - Michelangelo "Henry J. Wylde @hjwylde": - - git-fmt - - omnifmt + [] + # GHC 8 - git-fmt + # GHC 8 - omnifmt # GHC 8 - werewolf # GHC 8 - werewolf-slack @@ -1965,7 +1971,7 @@ packages: - frontmatter - read-editor # GHC 8 - hspec-setup - - hzulip + # GHC 8 - hzulip - list-prompt # GHC 8 - memoization-utils - package-description-remote @@ -2139,7 +2145,7 @@ packages: - atndapi "Yoshikuni Jujo @YoshikuniJujo": - - zot + # GHC 8 - zot - yjtools - io-machine @@ -2152,11 +2158,11 @@ packages: - hw-bits - hw-conduit - hw-diagnostics - - hw-json - - hw-parser + # GHC 8 - hw-json + # GHC 8 - hw-parser - hw-prim - hw-rankselect - - hw-succinct + # GHC 8 - hw-succinct "Ismail Mustafa @ismailmustafa": - handwriting @@ -2165,7 +2171,8 @@ packages: - protolude "Daishi Nakajima @nakaji_dayo": - - yesod-job-queue + [] + # GHC 8 - yesod-job-queue "Braden Walters @meoblast001": [] @@ -2191,7 +2198,8 @@ packages: - protobuf-simple "David Reaver @jdreaver": - - stratosphere + [] + # BLOCKED comonad 5 - stratosphere "Alexey Rodiontsev @klappvisor": - telegram-api @@ -2210,8 +2218,12 @@ packages: "Stackage upper bounds": # These are all temporary, and need to be removed before starting GHC 8 - - data-default < 0.6 + - data-default < 0.7 - data-default-class < 0.1 + + # This will almost certainly result in build failures. Used to + # work around shelly upper bound on time + - c2hs < 0 # end of packages @@ -2271,9 +2283,6 @@ package-flags: nix-paths: allow-relative-paths: true - twitter-types: - time15: true - darcs: use-time-1point5: true @@ -2336,7 +2345,7 @@ skipped-tests: - bound - heaps - hyphenation - - machines + # BLOCKED distributive 0.5 - machines # https://github.com/kaizhang/clustering/issues/2 - clustering @@ -2413,6 +2422,11 @@ skipped-tests: # GHC 8 - hastache + - system-filepath + - system-fileio + + # doctest 0.11 + - linear # end of skipped-tests @@ -2468,7 +2482,7 @@ expected-test-failures: # Cloud Haskell tests seem to be unreliable - distributed-process - lockfree-queue - - network-transport-tcp + # GHC 8 - network-transport-tcp # No AWS creds available - aws From 20f0342229aef18d1028aa850c3629ac9c88fbb5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 May 2016 14:18:01 +0300 Subject: [PATCH 1736/3141] Upper bound on base-noprelude --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 88364fe5..d72c9564 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1864,7 +1864,7 @@ packages: - ttrie "Greg Weber ": - - base-noprelude + - base-noprelude < 4.9 # https://github.com/fpco/stackage/pull/979 # "Andrew Lelechenko @Bodigrim": From 46f9ba8c36ad56f710d7eb04a64e55867a115392 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 May 2016 14:20:33 +0300 Subject: [PATCH 1737/3141] Remove upper bound on c2hs --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf3bc027..d891bb1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2220,10 +2220,6 @@ packages: # These are all temporary, and need to be removed before starting GHC 8 - data-default < 0.7 - data-default-class < 0.1 - - # This will almost certainly result in build failures. Used to - # work around shelly upper bound on time - - c2hs < 0 # end of packages From fb31f26f57a7d089de774d5fe5a788a9d1c4b100 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 May 2016 15:52:32 +0300 Subject: [PATCH 1738/3141] Skip shelly tests --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d891bb1f..4dcb2b9a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2420,6 +2420,7 @@ skipped-tests: - hastache - system-filepath - system-fileio + - shelly # doctest 0.11 - linear From 1198365cd5aae4ca80d154edf36a5082b41080fd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 May 2016 12:31:08 +0300 Subject: [PATCH 1739/3141] Remove more upper bounds --- build-constraints.yaml | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4dcb2b9a..d380fb0c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -383,7 +383,7 @@ packages: - serversession # GHC 8 - serversession-backend-acid-state # BLOCKED persistent 2.5 - serversession-backend-persistent - - serversession-backend-redis + # BLOCKED redis 0.8 - serversession-backend-redis # GHC 8 - serversession-frontend-snap - serversession-frontend-wai - serversession-frontend-yesod @@ -593,7 +593,7 @@ packages: - blastxml - bioace # https://github.com/BioHaskell/biophd/issues/3 - - biophd < 0.0.5 || > 0.0.8 + - biophd - biopsl # https://github.com/ingolia/SamTools/issues/3 # - samtools @@ -881,18 +881,15 @@ packages: # GHC 8 - vcsgui # GHC 8 - vcswrapper - # gtk2hs: - # https://github.com/gtk2hs/gtk2hs/issues/173 - # https://github.com/fpco/stackage/issues/1471 - - cairo < 0.13.2.0 - - gio < 0.13.2.0 - - glib < 0.13.3.0 - - gtk < 0.14.3 - - gtk3 < 0.14.3 - - gtksourceview3 < 0.13.3.0 - - pango < 0.13.2.0 - - webkitgtk3 < 0.14.2.0 - - webkitgtk3-javascriptcore < 0.13.2.0 + - cairo + - gio + - glib + - gtk + - gtk3 + - gtksourceview3 + - pango + - webkitgtk3 + - webkitgtk3-javascriptcore "Renzo Carbonara renzocarbonara@gmail.com @k0001": # GHC 8 - network-simple @@ -1322,7 +1319,7 @@ packages: # GHC 8 - librato # needs update to aeson-0.11 #- datadog - # http-types < 0.9 + # http-types #- engine-io-growler # needs update to aeson-0.11 #- flowdock @@ -1436,8 +1433,7 @@ packages: - SHA - data-ordlist - cron - # https://github.com/fpco/stackage/issues/1247 - - hedis < 0.7.0 + - hedis "Rob O'Callahan ropoctl@gmail.com": # GHC 8 - pipes-fastx @@ -1720,7 +1716,7 @@ packages: # GHC 8 - pcre-utils - strict-base-types # GHC 8 - withdependencies - # http-types < 0.9 + # http-types # - stm-firehose # - hslogstash @@ -2037,8 +2033,7 @@ packages: - texmath - highlighting-kate - pandoc-types - # https://github.com/fpco/stackage/issues/1248 - - zip-archive < 0.3 + - zip-archive # GHC 8 - pandoc # GHC 8 - pandoc-citeproc From 6f5f41265dbb388173067ef91ccae00a69edd07f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 May 2016 12:32:42 +0300 Subject: [PATCH 1740/3141] Add dummy configure-args fpco/stackage-curator#19 --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d380fb0c..09e8a77f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2294,6 +2294,14 @@ package-flags: # end of package-flags +# Special configure options for individual packages + +configure-args: + inline-java: + - "--FIXME" + +# end of configure-args + # Used for packages that cannot be built on Linux skipped-builds: From ed945d0801979f93c6801c41f48e59bcba0f4885 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 May 2016 13:00:10 +0300 Subject: [PATCH 1741/3141] Upper bound for #1477 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09e8a77f..6274d940 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2215,6 +2215,9 @@ packages: # These are all temporary, and need to be removed before starting GHC 8 - data-default < 0.7 - data-default-class < 0.1 + + # https://github.com/fpco/stackage/issues/1477 + - gi-javascriptcore < 3.1 # end of packages From d3bda66eb97746fb940e4dfe5b4ad99b347ddee2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 May 2016 13:01:45 +0300 Subject: [PATCH 1742/3141] Add back issue reference --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6274d940..64af3faf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2212,7 +2212,7 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # These are all temporary, and need to be removed before starting GHC 8 + # https://github.com/fpco/stackage/issues/1469 - data-default < 0.7 - data-default-class < 0.1 From ce9db10bccc532d4e01e6a5a769d94f25037ab81 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 May 2016 13:22:11 +0300 Subject: [PATCH 1743/3141] Some minor cleanups --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 64af3faf..68671d48 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1517,8 +1517,7 @@ packages: "Matthew Pickering @mpickering": - refact - # https://github.com/fpco/stackage/issues/1452 - # - servant-pandoc + # GHC 8 - servant-pandoc # GHC 8 - ghc-exactprint # GHC 8 - apply-refact @@ -2690,6 +2689,7 @@ expected-test-failures: # Fails sporadically: https://github.com/fpco/stackage/issues/1125 - jose-jwt + # https://github.com/fpco/stackage/issues/1187 # openfile: does not exist - skein From f5599103231178eca37bd4bef76c042a2452a836 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 May 2016 15:59:23 +0300 Subject: [PATCH 1744/3141] Rename doc dir for GHC 8 --- debian-bootstrap.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 36768586..4fe8f8e5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -24,6 +24,9 @@ add-apt-repository -y ppa:marutter/rrutter # not sure what this was needed for #add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse +# Set the GHC version +GHCVER=8.0.1 + # Get Stack apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|tee /etc/apt/sources.list.d/fpco.list @@ -31,8 +34,8 @@ echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|tee /etc/apt/source apt-get update apt-get install -y \ build-essential \ - ghc-8.0.1 \ - ghc-8.0.1-htmldocs \ + ghc-$GHCVER \ + ghc-$GHCVER-htmldocs \ hscolour \ sudo \ curl \ @@ -108,6 +111,9 @@ apt-get install -y \ openjdk-8-jdk \ zlib1g-dev +# Put documentation where we expect it +mv /opt/ghc/$GHCVER/share/doc/ghc-$GHCVER/ /opt/ghc/$GHCVER/share/doc/ghc + # Buggy versions of ld.bfd fail to link some Haskell packages: # https://sourceware.org/bugzilla/show_bug.cgi?id=17689. Gold is # faster anyways and uses less RAM. From 5b788bf0ee899a5813d9c89105ab12dc287d0367 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 May 2016 15:59:33 +0300 Subject: [PATCH 1745/3141] Remove unneeded workaround for #1388 --- debian-bootstrap.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4fe8f8e5..8b3cfacb 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -119,6 +119,3 @@ mv /opt/ghc/$GHCVER/share/doc/ghc-$GHCVER/ /opt/ghc/$GHCVER/share/doc/ghc # faster anyways and uses less RAM. update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20 update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10 - -# See: https://github.com/fpco/stackage/issues/1388 -ln -n /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so /usr/lib From 6f736931c286126c87644de7bc8ce2fbbc23f4ac Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 May 2016 17:19:38 +0300 Subject: [PATCH 1746/3141] Expect Haddock failure conal/MemoTrie#10 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68671d48..db257b35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2819,6 +2819,9 @@ expected-haddock-failures: # uses all server memory - gi-gtk + + # https://github.com/conal/MemoTrie/issues/10 + - MemoTrie # end of expected-haddock-failures From 1f50bb874c7fcdc06ae5b27d01a7f6711ad2eb2a Mon Sep 17 00:00:00 2001 From: Ian Jeffries Date: Wed, 25 May 2016 13:58:50 -0400 Subject: [PATCH 1747/3141] Add hjsonpointer and hjsonschema. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index db257b35..bfb42161 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2197,6 +2197,10 @@ packages: - gi-pango - haskell-gi + "Ian Grant Jeffries @seagreen": + - hjsonpointer + - hjsonschema + # 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 2b80b4d51ed831d232c05c2736613977b5456803 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Thu, 26 May 2016 01:25:06 +0700 Subject: [PATCH 1748/3141] =?UTF-8?q?Add=20the=20=E2=80=98JuicyPixels-extr?= =?UTF-8?q?a=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index db257b35..1c21770d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1727,6 +1727,7 @@ packages: - hspec-megaparsec - plan-b - zip + - JuicyPixels-extra "Thomas Bereknyei ": [] From 43488f1aa6a948b3c6432115a679b9865da9e2e2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 26 May 2016 19:22:23 +0900 Subject: [PATCH 1749/3141] reenable cabal-sort Henning released 0.0.5.3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c21770d..35cf6ccb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -870,7 +870,7 @@ packages: "Jens Petersen juhpetersen@gmail.com @juhp": - cabal-rpm - # GHC 8 - cabal-sort + - cabal-sort - ghcjs-codemirror - ghcjs-dom # GHC 8 - idris From 1f6dbae1386a0681bd077fefbab69cc2d66df2a9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 26 May 2016 10:55:39 +0300 Subject: [PATCH 1750/3141] Block biophd BioHaskell/biophd#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35cf6ccb..15819f62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -593,7 +593,7 @@ packages: - blastxml - bioace # https://github.com/BioHaskell/biophd/issues/3 - - biophd + # - biophd - biopsl # https://github.com/ingolia/SamTools/issues/3 # - samtools From 9075473e392435b0b9d5c6a9e790724ff2cc2811 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 26 May 2016 14:23:46 +0300 Subject: [PATCH 1751/3141] More GHC 8 blocks --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 15819f62..1ecd02b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -749,7 +749,8 @@ packages: "Nikita Volkov ": - base-prelude - - cases + # https://github.com/nikita-volkov/cases/issues/2 + # GHC 8 - cases - focus # GHC 8 - hasql - list-t @@ -1917,7 +1918,8 @@ packages: - pgp-wordlist "Jeremy Shaw @stepcut": - - boomerang + # https://github.com/Happstack/boomerang/issues/2 + # GHC 8 - boomerang # GHC 8 - clckwrks # GHC 8 - clckwrks-cli # GHC 8 - clckwrks-plugin-page From 9ae879dc77ee61fc8c821339efbf6586f492d48e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 26 May 2016 14:42:17 +0300 Subject: [PATCH 1752/3141] Add back cases --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ecd02b0..93e255ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -749,8 +749,7 @@ packages: "Nikita Volkov ": - base-prelude - # https://github.com/nikita-volkov/cases/issues/2 - # GHC 8 - cases + - cases - focus # GHC 8 - hasql - list-t From 0250747756e9c56a8d668e4e5d55a02fcfd60848 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 26 May 2016 16:39:21 +0300 Subject: [PATCH 1753/3141] Some more GHC 8 blocked packages --- build-constraints.yaml | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93e255ca..b71099c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -532,7 +532,8 @@ packages: - tasty-quickcheck - tasty-smallcheck - tasty-html - - time-lens + # https://github.com/feuerbach/data-lens-light/issues/7 + # GHC 8 - time-lens # GHC 8 - timezone-olson # GHC 8 - timezone-series - traverse-with-class @@ -794,7 +795,8 @@ packages: #- elm-package - language-glsl - prettyclass - - QuasiText + # https://github.com/mikeplus64/QuasiText/issues/3 + # GHC 8 - QuasiText - union-find - zip-archive @@ -1168,7 +1170,9 @@ packages: # - inline-r "David Fox @ddssff": - - debian + [] + # https://github.com/ddssff/debian-haskell/issues/6 + # GHC 8 - debian # GHC 8 - cabal-debian "Stefan Saasen ": @@ -1360,7 +1364,8 @@ packages: - nationstates "Mathieu Boespflug @mboes": - - distributed-closure + # https://github.com/tweag/distributed-closure/issues/3 + # GHC 8 - distributed-closure # GHC 8 - H # GHC 8 - ihaskell-inline-r # GHC 8 - inline-r @@ -1800,8 +1805,10 @@ packages: # GHC 8 - engine-io-yesod "Tim McGilchrist @tmcgilchrist": + [] # GHC 8 - riak - - airship + # https://github.com/helium/airship/issues/101 + # GHC 8 - airship "Yuras Shumovich @Yuras": - pdf-toolbox-core @@ -1941,7 +1948,7 @@ packages: # GHC 8 - userid - web-plugins - web-routes - - web-routes-boomerang + # GHC 8 - web-routes-boomerang # GHC 8 - web-routes-happstack - web-routes-hsp - web-routes-th @@ -2759,6 +2766,12 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1459 - twitter-conduit + + # https://github.com/hspec/HUnit/issues/7 + - HUnit + + # https://github.com/IreneKnapp/direct-sqlite/issues/63 + - direct-sqlite # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -2824,6 +2837,9 @@ expected-haddock-failures: # https://github.com/conal/MemoTrie/issues/10 - MemoTrie + + # GHC 8 + - cassava # end of expected-haddock-failures From fe8fdaa6550a5be37e9c7edb44850e50825717b6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 26 May 2016 16:56:49 +0300 Subject: [PATCH 1754/3141] And more --- build-constraints.yaml | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b71099c8..35c7902e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -506,7 +506,8 @@ packages: # - hPDB-examples # GHC 8 - wordpass - - json-autotype + # https://github.com/nilcons/hflags/issues/17 + # GHC 8 - json-autotype - posix-realtime "Dominic Steinitz ": @@ -769,7 +770,8 @@ packages: # GHC 8 - Spock-digestive - Spock-worker - graph-core - - highjson + # https://github.com/agrafix/highjson/issues/1 + # GHC 8 - highjson - hvect - reroute - users @@ -778,7 +780,8 @@ packages: - users-test - validate-input - ignore - - elm-bridge + # https://github.com/agrafix/elm-bridge/issues/14 + # GHC 8 - elm-bridge # GHC 8 - hackmanager # GHC 8 - digestive-bootstrap - blaze-bootstrap @@ -874,7 +877,7 @@ packages: - cabal-rpm - cabal-sort - ghcjs-codemirror - - ghcjs-dom + # GHC 8 - ghcjs-dom # GHC 8 - idris # BLOCKED lens 4.14 - jsaddle # GHC 8 - leksah-server @@ -960,7 +963,8 @@ packages: - language-c-quote "Sönke Hahn soenkehahn@gmail.com @soenkehahn": - - generics-eot + # https://github.com/soenkehahn/generics-eot/issues/4 + # GHC 8 - generics-eot - getopt-generics - graph-wrapper - string-conversions @@ -1126,7 +1130,7 @@ packages: - kmeans # Not compatible with GHC 7.10.2 (yes, it's a regression in GHC) # - boolsimplifier - - cubicspline + # GHC 8 - cubicspline - maximal-cliques "Alexander Bondarenko @wiz": @@ -1138,9 +1142,10 @@ packages: - generics-sop "Vivian McPhail @amcphail": - - hmatrix-gsl-stats - - hsignal - - hstatistics + # https://github.com/albertoruiz/hmatrix/issues/192 + # GHC 8 - hmatrix-gsl-stats + # GHC 8 - hsignal + # GHC 8 - hstatistics # GHC 8 - plot # GHC 8 - plot-gtk # GHC 8 - plot-gtk3 @@ -1503,7 +1508,8 @@ packages: "Alexey Khudyakov @Shimuuar": - histogram-fill - fixed-vector - - fixed-vector-hetero + # https://github.com/Shimuuar/fixed-vector-hetero/issues/2 + # GHC 8 - fixed-vector-hetero - type-level-numbers "Ryan Scott @RyanGlScott": @@ -2022,7 +2028,9 @@ packages: - pure-cdb "Suhail Shergill @suhailshergill": - - extensible-effects + [] + # https://github.com/suhailshergill/extensible-effects/issues/64 + # GHC 8 - extensible-effects "Justus Adam @JustusAdam": - mustache @@ -2202,7 +2210,7 @@ packages: - gi-gio - gi-glib - gi-gobject - - gi-gtk + # GHC 8 - gi-gtk - gi-pango - haskell-gi @@ -2772,6 +2780,12 @@ expected-test-failures: # https://github.com/IreneKnapp/direct-sqlite/issues/63 - direct-sqlite + + # https://github.com/tfausak/flow/issues/10 + - flow + + # https://github.com/well-typed/hackage-security/issues/164 + - hackage-security # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 8c6e1ede18761f160368013ecab3d2c015295a34 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 26 May 2016 18:07:44 +0300 Subject: [PATCH 1755/3141] Add and remove a few things --- build-constraints.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35c7902e..0a1a5772 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -533,8 +533,7 @@ packages: - tasty-quickcheck - tasty-smallcheck - tasty-html - # https://github.com/feuerbach/data-lens-light/issues/7 - # GHC 8 - time-lens + - time-lens # GHC 8 - timezone-olson # GHC 8 - timezone-series - traverse-with-class @@ -1122,8 +1121,9 @@ packages: - cabal-file-th "Gershom Bazerman @gbaz": - - jmacro - - jmacro-rpc + # http://hub.darcs.net/gershomb/jmacro/issue/3 + # GHC 8 - jmacro + # GHC 8 - jmacro-rpc # GHC 8 - jmacro-rpc-happstack # GHC 8 - jmacro-rpc-snap - mbox @@ -1944,7 +1944,7 @@ packages: # GHC 8 - happstack-jmacro # GHC 8 - happstack-server # GHC 8 - happstack-server-tls - - hsx-jmacro + # GHC 8 - hsx-jmacro # GHC 8 - ixset - reform - reform-blaze @@ -2786,6 +2786,9 @@ expected-test-failures: # https://github.com/well-typed/hackage-security/issues/164 - hackage-security + + # GHC 8 issue not reported upstream since issue tracker disabled + - hspec-expectations-pretty-diff # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 515ca82e1a14e0e76e7dd844d4b0ad0e9d14321d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 26 May 2016 18:22:14 +0300 Subject: [PATCH 1756/3141] Onward and downward --- build-constraints.yaml | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0a1a5772..86ac3d19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -536,7 +536,8 @@ packages: - time-lens # GHC 8 - timezone-olson # GHC 8 - timezone-series - - traverse-with-class + # https://github.com/feuerbach/traverse-with-class/issues/3 + # GHC 8 - traverse-with-class - tuples-homogenous-h98 "George Giorgidze ": @@ -1957,7 +1958,8 @@ packages: # GHC 8 - web-routes-boomerang # GHC 8 - web-routes-happstack - web-routes-hsp - - web-routes-th + # https://github.com/Happstack/web-routes-th/issues/1 + # GHC 8 - web-routes-th - web-routes-wai "Pedro Tacla Yamada @yamadapc": @@ -2180,7 +2182,7 @@ packages: - postgresql-transactional "Tom Murphy @amindfv": - - vivid + # GHC 8 - vivid # GHC 8 - midair - nano-erl @@ -2789,6 +2791,18 @@ expected-test-failures: # GHC 8 issue not reported upstream since issue tracker disabled - hspec-expectations-pretty-diff + + # https://github.com/clash-lang/clash-prelude/issues/57 + - clash-prelude + + # https://github.com/xmonad/xmonad/issues/36 + - xmonad + + # https://github.com/fpco/stackage/issues/1480 + - text + + # https://gitlab.com/twittner/swagger/issues/6 + - swagger # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -2823,6 +2837,9 @@ expected-benchmark-failures: # https://github.com/commercialhaskell/stack/issues/2153 - vector-binary-instances + + # GHC 8 + - cassava # end of expected-benchmark-failures @@ -2857,6 +2874,12 @@ expected-haddock-failures: # GHC 8 - cassava + + # https://github.com/GetShopTV/swagger2/issues/66 + - swagger2 + + # https://github.com/bos/statistics/issues/93 + - statistics # end of expected-haddock-failures From 4d9473a0efa049a826fcae2d39b19ed400a70039 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 26 May 2016 18:32:55 +0300 Subject: [PATCH 1757/3141] You shall not PAAASSSS --- build-constraints.yaml | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86ac3d19..c0a64ff8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -39,7 +39,8 @@ packages: - mime-mail-ses - network-conduit-tls - persistent - - persistent-mysql + # https://github.com/bos/mysql/issues/20 + # GHC 8 - persistent-mysql - persistent-postgresql - persistent-sqlite - persistent-template @@ -1200,8 +1201,9 @@ packages: - lackey # GHC 8 - octane - optparse-generic # Maintained by @Gabriel439. - - ratel - - ratel-wai + # https://github.com/tfausak/ratel/issues/1 + # GHC 8 - ratel + # GHC 8 - ratel-wai # GHC 8 - strive # GHC 8 - wuss @@ -1216,7 +1218,8 @@ packages: "Will Coster @fimad": - prometheus-client - prometheus-metrics-ghc - - scalpel + # https://github.com/fimad/scalpel/issues/33 + # GHC 8 - scalpel - wai-middleware-prometheus "William Casarin @jb55": @@ -1428,9 +1431,10 @@ packages: # GHC 8 - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - - protocol-buffers - - hprotoc - - protocol-buffers-descriptor + # https://github.com/k-bx/protocol-buffers/issues/38 + # GHC 8 - protocol-buffers + # GHC 8 - hprotoc + # GHC 8 - protocol-buffers-descriptor # GHC 8 - ekg-core - digits - hbeanstalk @@ -1772,6 +1776,7 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": + [] # GHC 8 - distributed-process # GHC 8 - distributed-process-async # GHC 8 - distributed-process-client-server @@ -1785,7 +1790,8 @@ packages: # GHC 8 - network-transport # GHC 8 - network-transport-tcp # GHC 8 - network-transport-composed - - rank1dynamic + # https://github.com/haskell-distributed/rank1dynamic/issues/15 + # GHC 8 - rank1dynamic "Alexander Vershilov @qnikst": [] @@ -2803,6 +2809,9 @@ expected-test-failures: # https://gitlab.com/twittner/swagger/issues/6 - swagger + + # https://github.com/peti/language-nix/issues/2 + - language-nix # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -2880,6 +2889,9 @@ expected-haddock-failures: # https://github.com/bos/statistics/issues/93 - statistics + + # https://github.com/aelve/microlens/issues/72 + - microlens # end of expected-haddock-failures From 108d43e24dab48a9dfdbd8a07ba54a6478146faa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 26 May 2016 19:00:52 +0300 Subject: [PATCH 1758/3141] metrics --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0a64ff8..36a626ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -537,8 +537,7 @@ packages: - time-lens # GHC 8 - timezone-olson # GHC 8 - timezone-series - # https://github.com/feuerbach/traverse-with-class/issues/3 - # GHC 8 - traverse-with-class + - traverse-with-class - tuples-homogenous-h98 "George Giorgidze ": @@ -2892,6 +2891,9 @@ expected-haddock-failures: # https://github.com/aelve/microlens/issues/72 - microlens + + # https://github.com/iand675/metrics/issues/5 + - metrics # end of expected-haddock-failures From 4cb443bb13a53d9e333857ae7ab60b21e4e06091 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 26 May 2016 19:35:53 +0300 Subject: [PATCH 1759/3141] Have I left the valley of death? --- build-constraints.yaml | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36a626ea..0b0ca66a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -816,8 +816,10 @@ packages: - language-ecmascript "Tom Ellis ": + [] # GHC 8 - opaleye - - product-profunctors + # https://github.com/tomjaguarpaw/product-profunctors/issues/16 + # GHC 8 - product-profunctors "Samplecount stefan@samplecount.com @kaoskorobase": - shake-language-c @@ -1199,7 +1201,8 @@ packages: # GHC 8 - github-release - lackey # GHC 8 - octane - - optparse-generic # Maintained by @Gabriel439. + # https://github.com/Gabriel439/Haskell-Optparse-Generic-Library/issues/23 + # GHC 8 - optparse-generic # Maintained by @Gabriel439. # https://github.com/tfausak/ratel/issues/1 # GHC 8 - ratel # GHC 8 - ratel-wai @@ -1830,7 +1833,8 @@ packages: - scanner "Stanislav Chernichkin @schernichkin": - - partial-isomorphisms + [] + # GHC 8 - partial-isomorphisms # GHC 8 - vinyl "Christoph Breitkopf @bokesan": @@ -2011,11 +2015,12 @@ packages: # GHC 8 - dawg-ord "Amit Levy @alevy": - - postgresql-orm + # https://github.com/alevy/postgresql-orm/issues/17 + # GHC 8 - postgresql-orm - simple - simple-templates - simple-session - - simple-postgresql-orm + # GHC 8 - simple-postgresql-orm "Sergey Astanin @astanin": [] @@ -2144,7 +2149,9 @@ packages: # GHC 8 - ghc-imported-from "Fraser Tweedale @frasertweedale": - - jose + [] + # https://github.com/frasertweedale/hs-jose/issues/14 + # GHC 8 - jose "Yutaka Nishimura @ynishi": - atndapi @@ -2811,6 +2818,12 @@ expected-test-failures: # https://github.com/peti/language-nix/issues/2 - language-nix + + # https://github.com/thoughtpolice/hs-ed25519/issues/15 + - ed25519 + + # https://github.com/twanvl/multiset/issues/18 + - multiset # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -2894,6 +2907,9 @@ expected-haddock-failures: # https://github.com/iand675/metrics/issues/5 - metrics + + # https://github.com/haskell/haddock/issues/516 + - haddock-api # end of expected-haddock-failures From 6b45af02f44076ae4dcab9b53e922d115fda3126 Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Thu, 26 May 2016 14:09:20 -0400 Subject: [PATCH 1760/3141] Added blosum package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5d6e6c3..9279e8e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1725,6 +1725,7 @@ packages: - random-tree - clumpiness - find-clumpiness + - blosum "Simon Marechal @bartavelle": # GHC 8 - compactmap From d447b20abdc3bd10ba78bd784868724f5b5180a0 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Thu, 26 May 2016 20:00:15 +0100 Subject: [PATCH 1761/3141] GHC 8 compatibility --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5d6e6c3..f48de37f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1609,11 +1609,11 @@ packages: "Michael Walker @barrucadu": # GHC 8 - both - # GHC 8 - dpor - # GHC 8 - dejafu - # GHC 8 - async-dejafu - # GHC 8 - hunit-dejafu - # GHC 8 - tasty-dejafu + - dpor + - dejafu + - async-dejafu + - hunit-dejafu + - tasty-dejafu - irc-ctcp - irc-conduit # GHC 8 - irc-client From 32a850cdbf9cb2faafa2c2993f2c41dafd319f36 Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Thu, 26 May 2016 17:28:58 -0400 Subject: [PATCH 1762/3141] Pinchot is GHC 8 compatible --- build-constraints.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f48de37f..c22620aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -117,7 +117,7 @@ packages: - cartel - Earley - ofx - # GHC 8 - pinchot + - pinchot # GHC 8 - validation "Neil Mitchell": @@ -2324,11 +2324,6 @@ package-flags: jsaddle: gtk3: true - # Only necessary for template-haskell < 2.11, so please - # remove this when moving up to GHC 8.0 - pinchot: - oldtemplatehaskell: true - # end of package-flags # Special configure options for individual packages From 9e2b0352185214bbdbc68603c90cd85a8a02df65 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Thu, 26 May 2016 16:15:03 -0700 Subject: [PATCH 1763/3141] Re-enable GHC 8-compatible packages All these have been built and tested locally against `nightly-2016-05-26` --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f48de37f..c6b5be65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1030,11 +1030,10 @@ packages: - universe-reverse-instances "Abhinav Gupta @abhinav": - [] - # GHC 8 - farmhash - # GHC 8 - language-thrift - # GHC 8 - pinch - # GHC 8 - sandman + - farmhash + - pinch + - sandman + - language-thrift "Adam C. Foltzer acfoltzer@galois.com @acfoltzer": # GHC 8 - cryptol From a0e0cd3270b259a5e78994905c31f22e3dd32a20 Mon Sep 17 00:00:00 2001 From: Csongor Kiss Date: Fri, 27 May 2016 00:40:53 +0100 Subject: [PATCH 1764/3141] Add back wai-websockets and websockets for GHC 8 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f48de37f..0f81afad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -45,7 +45,7 @@ packages: - persistent-sqlite - persistent-template # GHC 8 - stm-conduit - # GHC 8 - wai-websockets + - wai-websockets - warp-tls - yackage - yesod @@ -153,7 +153,7 @@ packages: - stylish-haskell - profiteur - psqueues - # GHC 8 - websockets + - websockets # GHC 8 - websockets-snap "Sibi Prabakaran @psibi": From 9a911c67dfe250bbad63cd80e77c62b12e7550a6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 27 May 2016 05:04:50 +0300 Subject: [PATCH 1765/3141] Remove test suite failure tfausak/flow#10 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fca0d4cd..ed18752d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2794,9 +2794,6 @@ expected-test-failures: # https://github.com/IreneKnapp/direct-sqlite/issues/63 - direct-sqlite - # https://github.com/tfausak/flow/issues/10 - - flow - # https://github.com/well-typed/hackage-security/issues/164 - hackage-security From 609653477fe1f1ecd7e80a51311204a4d292b17e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 27 May 2016 05:27:03 +0300 Subject: [PATCH 1766/3141] Block blosum #1483 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed18752d..5f5d76d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1724,7 +1724,7 @@ packages: - random-tree - clumpiness - find-clumpiness - - blosum + # GHC 8 - blosum "Simon Marechal @bartavelle": # GHC 8 - compactmap From b52c69482fb82107153e6bebace221e0ae5a8520 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 27 May 2016 05:30:59 +0300 Subject: [PATCH 1767/3141] Add back extensible-effects --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f5d76d3..02abf854 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2040,9 +2040,7 @@ packages: - pure-cdb "Suhail Shergill @suhailshergill": - [] - # https://github.com/suhailshergill/extensible-effects/issues/64 - # GHC 8 - extensible-effects + - extensible-effects "Justus Adam @JustusAdam": - mustache From 4efd04e8216b7a3258f2f2136752c16540302b34 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Thu, 26 May 2016 23:23:38 -0400 Subject: [PATCH 1768/3141] github-types is GHC 8 compatible --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02abf854..13bf8eee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -911,7 +911,7 @@ packages: # GHC 8 - avers-server # GHC 8 - css-syntax - etcd - # GHC 8 - github-types + - github-types # GHC 8 - github-webhook-handler # GHC 8 - github-webhook-handler-snap # GHC 8 - google-cloud From 967f07f0cb0a107250396935272153223a664376 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 27 May 2016 06:23:54 +0300 Subject: [PATCH 1769/3141] Add back scalpel fimad/scalpel#33 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02abf854..254be3b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1219,8 +1219,7 @@ packages: "Will Coster @fimad": - prometheus-client - prometheus-metrics-ghc - # https://github.com/fimad/scalpel/issues/33 - # GHC 8 - scalpel + - scalpel - wai-middleware-prometheus "William Casarin @jb55": From 234b31684d250128bb0564e237f37409fa5af7e3 Mon Sep 17 00:00:00 2001 From: gbaz Date: Fri, 27 May 2016 02:00:16 -0400 Subject: [PATCH 1770/3141] reenable boolsimplifier as it works with ghc 8 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31357f17..89534041 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1130,8 +1130,7 @@ packages: # GHC 8 - jmacro-rpc-snap - mbox - kmeans - # Not compatible with GHC 7.10.2 (yes, it's a regression in GHC) - # - boolsimplifier + - boolsimplifier # GHC 8 - cubicspline - maximal-cliques From f337d9da083a3a6743d65a004b548ea8c2b15af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Fri, 27 May 2016 11:02:53 +0200 Subject: [PATCH 1771/3141] Pin gi-* bindings to versions with stack workaround Stack does not understand the "custom-setup" stanza introduced in cabal 1.24: https://github.com/commercialhaskell/stack/issues/2094 so pin the versions of the bindings to those using the "explicit-setup-deps" workaround. --- build-constraints.yaml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89534041..2e0ebe65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2213,15 +2213,18 @@ packages: - telegram-api "Iñaki García Etxebarria @garetxe": - - gi-atk - - gi-cairo - - gi-gdk - - gi-gdkpixbuf - - gi-gio - - gi-glib - - gi-gobject - # GHC 8 - gi-gtk - - gi-pango + # Pinned to versions not using custom-setup, since stack does + # not understand that syntax yet: + # https://github.com/commercialhaskell/stack/issues/2094 + - gi-atk == 2.0.3 + - gi-cairo == 1.0.3 + - gi-gdk == 3.0.3 + - gi-gdkpixbuf == 2.0.3 + - gi-gio == 2.0.3 + - gi-glib == 2.0.3 + - gi-gobject == 2.0.3 + # GHC 8 - gi-gtk == 3.0.3 + - gi-pango == 1.0.3 - haskell-gi "Ian Grant Jeffries @seagreen": From 0b216b113d9839ec54086ba6de0602a699b4b303 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 27 May 2016 06:54:57 -0400 Subject: [PATCH 1772/3141] publicsuffix is GHC 8 compatible --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e0ebe65..90391cb9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -918,7 +918,7 @@ packages: # GHC 8 - kraken # GHC 8 - libinfluxdb # GHC 8 - mole - # GHC 8 - publicsuffix + - publicsuffix # GHC 8 - rethinkdb-client-driver "Alexandr Kurilin alex@kurilin.net @alex_kurilin": From 926cfd8ff95fc3efd9dfd5018cc9ffe3060b5148 Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Fri, 27 May 2016 14:37:15 +0200 Subject: [PATCH 1773/3141] upper bounds relaxed for cayley-client & ip6addr --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e0ebe65..4569ce01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1417,8 +1417,8 @@ packages: "Michel Boucey @MichelBoucey": - IPv6Addr - # GHC 8 - ip6addr - # GHC 8 - cayley-client + - ip6addr + - cayley-client - Spintax "koral koral@mailoo.org @k0ral": From 0c6d79183cbab8b996c3554aa41ac5906bd54576 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 27 May 2016 16:24:12 +0300 Subject: [PATCH 1774/3141] Temporarily block pinchot again #1485 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0a824d9..7063bbcb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -117,7 +117,8 @@ packages: - cartel - Earley - ofx - - pinchot + # https://github.com/fpco/stackage/pull/1485 + # GHC 8 - pinchot # GHC 8 - validation "Neil Mitchell": From 66876d26540abdffa15b6b8b48dd03f1f72f8c33 Mon Sep 17 00:00:00 2001 From: Douglas McClean Date: Fri, 27 May 2016 09:37:32 -0400 Subject: [PATCH 1775/3141] Re-enable dimensional and related packages These build on GHC 8 now. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7063bbcb..b0deacb1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2232,6 +2232,11 @@ packages: - hjsonpointer - hjsonschema + "Doug McClean ": + - dimensional + - exact-pi + - numtype-dk + # 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 38da3140fe1583379bb284714930ef6f7614a035 Mon Sep 17 00:00:00 2001 From: Hans-Christian Esperer Date: Fri, 27 May 2016 18:54:37 +0200 Subject: [PATCH 1776/3141] Re-enable wai-session-postgresql for ghc8 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09e8a77f..65fa9236 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1976,8 +1976,7 @@ packages: - yes-precure5-command "Hans-Christian Esperer @hce": - [] - # GHC 8 - wai-session-postgresql + - wai-session-postgresql "Haisheng Wu ": - hoauth2 From 5dce477699ec4734795e70cd8dc98eff0d2543f6 Mon Sep 17 00:00:00 2001 From: Lane Seppala Date: Fri, 27 May 2016 11:00:15 -0600 Subject: [PATCH 1777/3141] Add back airship for GHC 8 Removed unnecessary ImpredicativeTypes and now compiles under GHC 8. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7063bbcb..05c3415d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1821,8 +1821,7 @@ packages: "Tim McGilchrist @tmcgilchrist": [] # GHC 8 - riak - # https://github.com/helium/airship/issues/101 - # GHC 8 - airship + - airship "Yuras Shumovich @Yuras": - pdf-toolbox-core From cb298e550ccf212d815b6b1c7ee4bc0d8067fea8 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 27 May 2016 14:05:06 -0400 Subject: [PATCH 1778/3141] GHC 8.0: Add back wai-middleware-static --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7063bbcb..b1ffc086 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -64,7 +64,7 @@ packages: # GHC 8 - binary-conduit # GHC 8 - lzma-conduit # GHC 8 - mutable-containers - # GHC 8 - hpc-coveralls + - hpc-coveralls - monad-unlift # GHC 8 - monad-unlift-ref - yaml @@ -320,7 +320,7 @@ packages: "Andrew Farmer ": - scotty - # GHC 8 - wai-middleware-static + - wai-middleware-static "Simon Hengel ": - hspec @@ -2079,7 +2079,7 @@ packages: - rotating-log - ua-parser - hs-GeoIP - # GHC 8 - retry + - retry # GHC 8 - katip # GHC 8 - katip-elasticsearch From e6a6ccdb9cf8600d5c34854dcd75003091fc8363 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 27 May 2016 12:38:21 -0700 Subject: [PATCH 1779/3141] lens-family-th is now on GHC 8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7063bbcb..f9bb2681 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -428,7 +428,7 @@ packages: - rev-state - runmemo - tardis - # GHC 8 - lens-family-th + - lens-family-th "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server From 9f60483c3fa67678fefc9d735cb99ef6db73bfa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Fri, 27 May 2016 16:02:15 -0400 Subject: [PATCH 1780/3141] phantom-state should work with GHC-8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9bb2681..c4e8e9aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -442,7 +442,7 @@ packages: - include-file # GHC 8 - matrix - pcre-light - # GHC 8 - phantom-state + - phantom-state - post-mess-age - sorted-list From f972ad1442baa3cf8235b85a84dc09427631a543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Fri, 27 May 2016 16:06:07 -0400 Subject: [PATCH 1781/3141] grouped-list should work with GHC-8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9bb2681..c78fd6fd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -434,7 +434,7 @@ packages: - bimap-server # GHC 8 - binary-list - byteset - # GHC 8 - grouped-list + - grouped-list # GHC 8 - haskintex # GHC 8 - HaTeX # fails see #885 From 45aea93f312eea8eea696fdf6550171959dcc324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Fri, 27 May 2016 22:16:31 +0200 Subject: [PATCH 1782/3141] Add loop --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9bb2681..f25206e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1597,6 +1597,7 @@ packages: "Niklas Hambüchen mail@nh2.me @nh2": - hidapi - iso8601-time + - loop - network-house # GHC 8 - reinterpret-cast From 04573afc7fadae81718169b7131031de11ef92f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Fri, 27 May 2016 22:25:56 +0200 Subject: [PATCH 1783/3141] Add back reinterpret-cast, checked compilation on GHC 8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f25206e9..2d137f6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1599,7 +1599,7 @@ packages: - iso8601-time - loop - network-house - # GHC 8 - reinterpret-cast + - reinterpret-cast "Brandon Martin @codedmart": [] From 617ebc04973135d906def66ed41cdb6f5c72db00 Mon Sep 17 00:00:00 2001 From: voidex Date: Sat, 28 May 2016 00:34:37 +0300 Subject: [PATCH 1784/3141] GHC 8: hdocs, hformat, hsdev, simple-log, text-region hsdev also passes test --- build-constraints.yaml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9bb2681..8c3e6305 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -847,12 +847,11 @@ packages: - servant-cassava "Alexandr Ruchkin voidex@live.com @mvoidex": - [] - # GHC 8 - hdocs - # GHC 8 - hformat - # GHC 8 - hsdev - # GHC 8 - simple-log - # GHC 8 - text-region + - hdocs + - hformat + - hsdev + - simple-log + - text-region "Aleksey Kliger aleksey@lambdageek.org @lambdageek": - unbound-generics @@ -2749,9 +2748,6 @@ expected-test-failures: - graphviz - zip - # Problem with v0.1.6.0: https://github.com/fpco/stackage/issues/1206 - - hsdev - # https://github.com/elaye/turtle-options/issues/3 - turtle-options From 5bf827d9e8b3f56ad031378aad01fdc3b5e27aca Mon Sep 17 00:00:00 2001 From: Brandon Martin Date: Fri, 27 May 2016 16:15:27 -0600 Subject: [PATCH 1785/3141] add rethinkdb for ghc 8 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9bb2681..80e7ae9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1601,9 +1601,8 @@ packages: # GHC 8 - reinterpret-cast "Brandon Martin @codedmart": - [] # GHC 8 - engine-io-wai - # GHC 8 - rethinkdb + - rethinkdb "Michael Walker @barrucadu": # GHC 8 - both From 9f9d78dc5416c962829ab1f011f6af689f579503 Mon Sep 17 00:00:00 2001 From: gbaz Date: Fri, 27 May 2016 18:26:17 -0400 Subject: [PATCH 1786/3141] jmacro patched for ghc 8 jmacro-rpc now unblocked too. -happstack, -snap blocked on those two respectively, cubicspline blocked on hmatrix. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9bb2681..52bb6d8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1124,9 +1124,8 @@ packages: - cabal-file-th "Gershom Bazerman @gbaz": - # http://hub.darcs.net/gershomb/jmacro/issue/3 - # GHC 8 - jmacro - # GHC 8 - jmacro-rpc + - jmacro + - jmacro-rpc # GHC 8 - jmacro-rpc-happstack # GHC 8 - jmacro-rpc-snap - mbox From 24dd3f34219cfe0dae8ca047f96798c668a456c6 Mon Sep 17 00:00:00 2001 From: Drew Hess Date: Fri, 27 May 2016 17:54:13 -0700 Subject: [PATCH 1787/3141] Add hpio. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9bb2681..a5b5810b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2232,6 +2232,9 @@ packages: - hjsonpointer - hjsonschema + "Drew Hess @dhess": + - hpio + # 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 843a42c6615a18bdab9c9fa9ac640a45ed9ffd21 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sat, 28 May 2016 07:22:28 -0400 Subject: [PATCH 1788/3141] Re-enable packages which are compatible with GHC 8 --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9bb2681..6aaa45a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -910,14 +910,14 @@ packages: # GHC 8 - avers # GHC 8 - avers-api # GHC 8 - avers-server - # GHC 8 - css-syntax + - css-syntax - etcd - github-types - # GHC 8 - github-webhook-handler + - github-webhook-handler # GHC 8 - github-webhook-handler-snap - # GHC 8 - google-cloud - # GHC 8 - kraken - # GHC 8 - libinfluxdb + - google-cloud + - kraken + - libinfluxdb # GHC 8 - mole - publicsuffix # GHC 8 - rethinkdb-client-driver From 777c90a2f3123f7c3ff614695e952992e7c3d787 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sat, 28 May 2016 22:21:29 +0700 Subject: [PATCH 1789/3141] =?UTF-8?q?Add=20the=20=E2=80=98identicon?= =?UTF-8?q?=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9bb2681..89842b56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1745,6 +1745,7 @@ packages: - plan-b - zip - JuicyPixels-extra + - identicon "Thomas Bereknyei ": [] From 773df559dc66ad8cf430d6bfb703d4a86ef9cff8 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sat, 28 May 2016 09:55:35 -0700 Subject: [PATCH 1790/3141] Add `optparse-generic` to Stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9bb2681..78f608d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -447,6 +447,7 @@ packages: - sorted-list "Gabriel Gonzalez ": + - optparse-generic - pipes # GHC 8 - pipes-extras - pipes-parse From 8d4d7ff580c4f13b311584c51382dc009b6ba84a Mon Sep 17 00:00:00 2001 From: Jan Gerlinger Date: Sat, 28 May 2016 19:04:49 +0200 Subject: [PATCH 1791/3141] Re-add irc-dcc and xdcc (GHC 8) --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9bb2681..46a662c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2159,9 +2159,8 @@ packages: - io-machine "Jan Gerlinger @JanGe": - [] - # GHC 8 - irc-dcc - # GHC 8 - xdcc + - irc-dcc + - xdcc "John Ky newhoggy@gmail.com @newhoggy": - hw-bits From e78275f8fc387a105dad1fb8b4dd593f670f6315 Mon Sep 17 00:00:00 2001 From: Jan Gerlinger Date: Sat, 28 May 2016 19:29:57 +0200 Subject: [PATCH 1792/3141] Remove xdcc again --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46a662c4..fa2a4719 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2160,7 +2160,7 @@ packages: "Jan Gerlinger @JanGe": - irc-dcc - - xdcc + # GHC 8 - xdcc "John Ky newhoggy@gmail.com @newhoggy": - hw-bits From 8aa5bb65c13deaccf858caf156ce965943381219 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 28 May 2016 21:45:49 +0300 Subject: [PATCH 1793/3141] Upper bounds for #1510 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3779e0a9..627a3773 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2254,6 +2254,9 @@ packages: # https://github.com/fpco/stackage/issues/1477 - gi-javascriptcore < 3.1 + + # https://github.com/fpco/stackage/issues/1510 + - pipes < 4.2 # end of packages From 1aa7761c9b594adc5e361bdd18872636f5a72e65 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 28 May 2016 21:47:35 +0300 Subject: [PATCH 1794/3141] Relax some GHC 8 bounds --- build-constraints.yaml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 627a3773..31fc5b1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -817,10 +817,8 @@ packages: - language-ecmascript "Tom Ellis ": - [] # GHC 8 - opaleye - # https://github.com/tomjaguarpaw/product-profunctors/issues/16 - # GHC 8 - product-profunctors + - product-profunctors "Samplecount stefan@samplecount.com @kaoskorobase": - shake-language-c @@ -965,8 +963,7 @@ packages: - language-c-quote "Sönke Hahn soenkehahn@gmail.com @soenkehahn": - # https://github.com/soenkehahn/generics-eot/issues/4 - # GHC 8 - generics-eot + - generics-eot - getopt-generics - graph-wrapper - string-conversions @@ -1142,10 +1139,9 @@ packages: - generics-sop "Vivian McPhail @amcphail": - # https://github.com/albertoruiz/hmatrix/issues/192 - # GHC 8 - hmatrix-gsl-stats - # GHC 8 - hsignal - # GHC 8 - hstatistics + - hmatrix-gsl-stats + - hsignal + - hstatistics # GHC 8 - plot # GHC 8 - plot-gtk # GHC 8 - plot-gtk3 @@ -2814,9 +2810,6 @@ expected-test-failures: # https://gitlab.com/twittner/swagger/issues/6 - swagger - # https://github.com/peti/language-nix/issues/2 - - language-nix - # https://github.com/thoughtpolice/hs-ed25519/issues/15 - ed25519 From 136180e7f0f9de7d281714e0e88e3f04e8305086 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 28 May 2016 21:50:45 +0300 Subject: [PATCH 1795/3141] Fix formatting --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5fff5be0..bb86039a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1815,7 +1815,6 @@ packages: # GHC 8 - engine-io-yesod "Tim McGilchrist @tmcgilchrist": - [] # GHC 8 - riak - airship From c833ba8bcd14cb5e641b8c71de23761cc45c6124 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 28 May 2016 22:02:00 +0300 Subject: [PATCH 1796/3141] Temporary GHC 8 block for greydot/hdaemonize#3 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ebd6d773..ed0a5a4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -551,7 +551,8 @@ packages: - courier "Aycan iRiCAN ": - - hdaemonize + # https://github.com/greydot/hdaemonize/issues/3 + # GHC 8 - hdaemonize - hsyslog - hweblib From da4f7102ffc8db111c1a283bd86e5c528a8bf8cf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 28 May 2016 22:09:47 +0300 Subject: [PATCH 1797/3141] Expect test failure dhess/hpio#47 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed0a5a4f..4204323b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2814,6 +2814,9 @@ expected-test-failures: # https://github.com/twanvl/multiset/issues/18 - multiset + + # https://github.com/dhess/hpio/issues/47 + - hpio # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 1eb759c5d4f58547d93540b84dbaf7c0306c6ad6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 28 May 2016 22:23:44 +0300 Subject: [PATCH 1798/3141] Temporary block for fpco/monad-logger-syslog#3 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4204323b..d8eb5957 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -100,7 +100,8 @@ packages: - wai-middleware-consul - wai-middleware-crowd - monad-logger-json - - monad-logger-syslog + # https://github.com/fpco/monad-logger-syslog/issues/3 + # - monad-logger-syslog - fsnotify - hinotify From ce711efa4cb7de8dfd66a3f611eeb6aa6156dc82 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Sat, 28 May 2016 14:19:51 -0700 Subject: [PATCH 1799/3141] Add back here See tmhedberg/here#12 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8eb5957..a8ecf945 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -732,7 +732,7 @@ packages: # GHC 8 - file-location - fuzzcheck - haddock-api - # GHC 8 - here + - here - hlibgit2 # GHC 8 - gitlib-libgit2 - hostname-validate From 99bd8937dad9e370195824297f84744ba5cb1a4f Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Sat, 28 May 2016 17:56:18 -0400 Subject: [PATCH 1800/3141] Pinchot is GHC 8 compatible (retry) I uploaded a new version 0.18.0.2 which should fix the problem noted in pull request #1485. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8eb5957..064d30a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -118,8 +118,7 @@ packages: - cartel - Earley - ofx - # https://github.com/fpco/stackage/pull/1485 - # GHC 8 - pinchot + - pinchot # GHC 8 - validation "Neil Mitchell": From ec26101ddfab9342884ec4712cb704d5d3e14f13 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 May 2016 08:16:25 +0300 Subject: [PATCH 1801/3141] Add back hdaemonize --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8eb5957..c458e4fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -552,8 +552,7 @@ packages: - courier "Aycan iRiCAN ": - # https://github.com/greydot/hdaemonize/issues/3 - # GHC 8 - hdaemonize + - hdaemonize - hsyslog - hweblib From 3520028a6738bfc31c2c57e0ba9e45524414e7c7 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Sun, 29 May 2016 12:21:02 +0300 Subject: [PATCH 1802/3141] Add protocol-buffers and ekg-core --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b8272ac..c2375ebd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1427,11 +1427,10 @@ packages: # GHC 8 - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - # https://github.com/k-bx/protocol-buffers/issues/38 - # GHC 8 - protocol-buffers - # GHC 8 - hprotoc - # GHC 8 - protocol-buffers-descriptor - # GHC 8 - ekg-core + - protocol-buffers + - hprotoc + - protocol-buffers-descriptor + - ekg-core - digits - hbeanstalk - iso3166-country-codes From 4a11276350213d3b889654f3253889f5d39cf76e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 May 2016 18:06:17 +0300 Subject: [PATCH 1803/3141] multiset not expected to fail --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c458e4fc..167deaaa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2812,9 +2812,6 @@ expected-test-failures: # https://github.com/thoughtpolice/hs-ed25519/issues/15 - ed25519 - # https://github.com/twanvl/multiset/issues/18 - - multiset - # https://github.com/dhess/hpio/issues/47 - hpio # end of expected-test-failures From 2c7968f97ca2a2756b27cf3288be8d956755a413 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 May 2016 18:07:49 +0300 Subject: [PATCH 1804/3141] Upper bound for #1515 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38b8249f..13cffa3e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2250,6 +2250,9 @@ packages: # https://github.com/fpco/stackage/issues/1510 - pipes < 4.2 + + # https://github.com/fpco/stackage/issues/1515 + - hsyslog < 3 # end of packages From 0c57bc5951587f03d54a1bfed6e63ea670dbf6ad Mon Sep 17 00:00:00 2001 From: Marcin Mrotek Date: Sun, 29 May 2016 19:02:45 +0200 Subject: [PATCH 1805/3141] Added zoom-refs Added zoom-refs (works with both lts-6.0 and nightly-2016-05-29) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a389f201..e88a623f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -826,6 +826,7 @@ packages: "Marcin Mrotek ": - type-list + - zoom-refs # GHC 8 - vinyl-utils "David Turner @davecturner": From 4adf7c2fb7ad236c925ee57009dad9287240aebf Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sun, 29 May 2016 19:26:21 +0300 Subject: [PATCH 1806/3141] Enable tests on some packages lifted their bounds --- build-constraints.yaml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a389f201..6156abac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -281,7 +281,7 @@ packages: - kan-extensions - lca - lens - # GHC 8 - linear + - linear # GHC 8 - linear-accelerate # GHC 8 - log-domain # BLOCKED distributive 0.5 - machines @@ -2356,21 +2356,15 @@ skipped-tests: # Too lazy to keep the test dependencies up to date - cases - - hasql-postgres - - list-t - - postgresql-binary - - slave-thread - - stm-containers # Just a temporary package with a flimsy, inherited test suite - Cabal-ide-backend # QuickCheck 2.8 - - testpack - vector + + # requires testpack - https://github.com/jgoerzen/testpack/issues/11 - MissingH - # https://github.com/Soostone/retry/issues/30 - - retry # doctest < 0.10 # Closed due to inactivity: https://github.com/fpco/stackage/issues/622 @@ -2382,11 +2376,6 @@ skipped-tests: # https://github.com/kaizhang/clustering/issues/2 - clustering - # tasty < 0.11 - # Closed due to inactivity: https://github.com/fpco/stackage/issues/817 - - uuid - - uuid-types - # https://github.com/fpco/stackage/issues/934 - cacophony @@ -2442,7 +2431,6 @@ skipped-tests: # Closed due to inactivity: https://github.com/fpco/stackage/issues/1328 - ad - composition-tree - # GHC 8 - linear # GHC 8 - patches-vector - semigroupoids @@ -2458,9 +2446,6 @@ skipped-tests: - system-fileio - shelly - # doctest 0.11 - - linear - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 014b31ebba2114809c406a7ac84b043e9adbef47 Mon Sep 17 00:00:00 2001 From: bartavelle Date: Sun, 29 May 2016 19:35:40 +0200 Subject: [PATCH 1807/3141] Add bartavelle's packages --- build-constraints.yaml | 9 +++++---- debian-bootstrap.sh | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a389f201..80cf3efe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1721,12 +1721,13 @@ packages: # GHC 8 - blosum "Simon Marechal @bartavelle": - # GHC 8 - compactmap - # GHC 8 - stateWriter + - compactmap + - stateWriter - filecache - # GHC 8 - pcre-utils + - pcre-utils - strict-base-types - # GHC 8 - withdependencies + - withdependencies + - hruby # http-types # - stm-firehose # - hslogstash diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 8b3cfacb..8d4469ce 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -105,6 +105,7 @@ apt-get install -y \ npm \ r-base \ r-base-dev \ + ruby-dev \ wget \ zip \ stack \ From f7c2890a96b8b684e1a8c21cddf10f0ad1ba45a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Sun, 29 May 2016 13:46:56 -0400 Subject: [PATCH 1808/3141] Added matrix back, now compatible with GHC-8. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e88a623f..38731472 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -440,7 +440,7 @@ packages: # fails see #885 #- hatex-guide - include-file - # GHC 8 - matrix + - matrix - pcre-light - phantom-state - post-mess-age From cac6cd0f9750bd7244bc5ec76413f61f456c1f13 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sun, 29 May 2016 20:13:22 -0400 Subject: [PATCH 1809/3141] rethinkdb-client-driver builds with GHC 8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3af2f7f7..aafe0396 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -919,7 +919,7 @@ packages: - libinfluxdb # GHC 8 - mole - publicsuffix - # GHC 8 - rethinkdb-client-driver + - rethinkdb-client-driver "Alexandr Kurilin alex@kurilin.net @alex_kurilin": - bcrypt From 20ba4a15fa4ad2826c0071e6863eb90e0d7fbabc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 30 May 2016 07:02:29 +0300 Subject: [PATCH 1810/3141] Add back laziness-induced skipped tests --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3af2f7f7..f271f93c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2357,6 +2357,10 @@ skipped-tests: # Too lazy to keep the test dependencies up to date - cases + - list-t + - postgresql-binary + - slave-thread + - stm-containers # Just a temporary package with a flimsy, inherited test suite - Cabal-ide-backend From c09bffb0e8310f5c74a2bcf18f856e581a39f5a0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 30 May 2016 09:03:25 +0300 Subject: [PATCH 1811/3141] Add back elm-bridge agrafix/elm-bridge#14 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f271f93c..414f061b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -782,8 +782,7 @@ packages: - users-test - validate-input - ignore - # https://github.com/agrafix/elm-bridge/issues/14 - # GHC 8 - elm-bridge + - elm-bridge # GHC 8 - hackmanager # GHC 8 - digestive-bootstrap - blaze-bootstrap From 1f23bef8288fea8423f454a07e601e273154194d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 May 2016 08:26:19 +0200 Subject: [PATCH 1812/3141] Expect multiset test-suite to fail twanvl/multiset#24 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9603ca87..0ff9b055 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2805,6 +2805,9 @@ expected-test-failures: # https://github.com/dhess/hpio/issues/47 - hpio + + # https://github.com/twanvl/multiset/issues/24 + - multiset # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 0762ed2af7607435d1742983449090d95dfc366f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 May 2016 08:30:26 +0200 Subject: [PATCH 1813/3141] Upper bound for #1523 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ff9b055..ce8b4b6c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2254,6 +2254,9 @@ packages: # https://github.com/fpco/stackage/issues/1515 - hsyslog < 3 + + # https://github.com/fpco/stackage/issues/1523 + - gtk2hs-buildtools < 0.13.2.0 # end of packages From 228f5b4cbd1bae56ae89e4257c966d3ab6c3f7ee Mon Sep 17 00:00:00 2001 From: Richard Eisenberg Date: Mon, 30 May 2016 09:19:35 -0400 Subject: [PATCH 1814/3141] Add Richard Eisenberg's packages --- build-constraints.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 399e866e..5fbc6ec1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -92,8 +92,6 @@ packages: - th-expand-syns - criterion - th-lift - - singletons - - th-desugar - quickcheck-assertions # GHC 8 - hackage-mirror @@ -2228,6 +2226,14 @@ packages: "Drew Hess @dhess": - hpio + "Richard Eisenberg @goldfirere": + - th-desugar + - singletons + - units + - units-defs + - HUnit-approx + - units-parser + # 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 19809e6138046eaa86da503a9d15e869fe3367d6 Mon Sep 17 00:00:00 2001 From: Juan Pedro Villa Isaza Date: Mon, 30 May 2016 09:12:33 -0500 Subject: [PATCH 1815/3141] Re-add inflections (compatible with GHC 8) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 399e866e..b64e1574 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1478,7 +1478,7 @@ packages: "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write # GHC 8 - hapistrano - # GHC 8 - inflections + - inflections # GHC 8 - twitter-feed # BLOCKED megaparsec 5 - dotenv From ddbd68b7c282b60b5294ae1063d06ad6a9fec0ba Mon Sep 17 00:00:00 2001 From: Takayuki Muranushi Date: Tue, 31 May 2016 00:01:28 +0900 Subject: [PATCH 1816/3141] add unicode-show --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5fbc6ec1..9301d05d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2025,6 +2025,7 @@ packages: "Takayuki Muranushi @nushio3": - binary-search + - unicode-show "Jason Shipman @jship": # on behalf of Boris Sukholitko @bosu From 61404beffd949ae8abc807cb18d06e1dd85a8751 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 30 May 2016 18:15:41 +0300 Subject: [PATCH 1817/3141] Remove expected test failure acid-state/safecopy#25 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 399e866e..d5b99b8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2606,9 +2606,6 @@ expected-test-failures: # https://github.com/lymar/hastache/issues/47 GHC 7.10 - hastache - # https://github.com/acid-state/safecopy/issues/25 GHC 7.10 - - safecopy - # https://github.com/haskell/ghc-events/issues/9 - ghc-events From 44d53e16f9895e6daf6edade68cad2cdfa683b78 Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Mon, 30 May 2016 18:32:59 +0100 Subject: [PATCH 1818/3141] Re-enable yesod-auth-hashdb for GHC 8 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5423cc98..308a61cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -690,8 +690,7 @@ packages: # GHC 8 - ekg-json "Paul Rouse ": - [] - # GHC 8 - yesod-auth-hashdb + - yesod-auth-hashdb "Toralf Wittner @twittner": - bytestring-conversion From 1ab6d40154c26bf8c798bfaf6e9421a5eca85925 Mon Sep 17 00:00:00 2001 From: koral Date: Mon, 30 May 2016 20:26:02 +0200 Subject: [PATCH 1819/3141] Register imm package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5423cc98..e08317d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1420,6 +1420,7 @@ packages: # GHC 8 - conduit-parse # GHC 8 - opml-conduit # GHC 8 - rss-conduit + - imm - timerep # GHC 8 - xml-conduit-parse From dd8e56dbc16e9f80c31661886c38ea8ae0687a68 Mon Sep 17 00:00:00 2001 From: Juan Pedro Villa Isaza Date: Mon, 30 May 2016 14:11:57 -0500 Subject: [PATCH 1820/3141] Re-add hapistrano and twitter-feed (compatible with GHC 8) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5423cc98..b844ba4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1475,9 +1475,9 @@ packages: "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write - # GHC 8 - hapistrano + - hapistrano - inflections - # GHC 8 - twitter-feed + - twitter-feed # BLOCKED megaparsec 5 - dotenv "Sergey Alirzaev ": From 175f935c204dfa76e6b23e66c9134cb52635aeac Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 May 2016 23:27:28 +0200 Subject: [PATCH 1821/3141] Upper bounds for #1523 --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 308a61cc..4c933c52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2263,6 +2263,13 @@ packages: # https://github.com/fpco/stackage/issues/1523 - gtk2hs-buildtools < 0.13.2.0 + - cairo < 0.13.3.0 + - gio < 0.13.3.0 + - glib < 0.13.4.0 + - gtk < 0.14.4 + - gtk3 < 0.14.4 + - pango < 0.13.3.0 + # end of packages From edff5ff9138f9bf3674d1a76c8fa4a147e0f54a7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 31 May 2016 07:12:11 +0300 Subject: [PATCH 1822/3141] Don't expect test failure dhess/hpio#47 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce4fa0f1..85a3b865 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2816,9 +2816,6 @@ expected-test-failures: # https://github.com/thoughtpolice/hs-ed25519/issues/15 - ed25519 - # https://github.com/dhess/hpio/issues/47 - - hpio - # https://github.com/twanvl/multiset/issues/24 - multiset # end of expected-test-failures From 2ace9c2107f034d5ae22361034d1f484901d39bf Mon Sep 17 00:00:00 2001 From: Georges Dubus Date: Tue, 31 May 2016 14:07:17 +0200 Subject: [PATCH 1823/3141] Add back webdriver The recently released webdriver-0.8.3 compiles fine on snapshot nightly-2016-05-30. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85a3b865..2514dca2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1842,8 +1842,7 @@ packages: - blake2 "Adam Curtis @kallisti-dev": - [] - # GHC 8 - webdriver + - webdriver "Luke Iannini @lukexi": [] From 064d669d4b412e76e26c1ab3b88750d048ff4fd4 Mon Sep 17 00:00:00 2001 From: Georges Dubus Date: Tue, 31 May 2016 14:34:06 +0200 Subject: [PATCH 1824/3141] Re-add servant-swagger (GHC 8) Release 1.1 is now compatible with GHC 8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85a3b865..196fed90 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1758,7 +1758,7 @@ packages: # https://github.com/fpco/stackage/issues/1290 #- smsaero - swagger2 - # GHC 8 - servant-swagger + - servant-swagger "Jared Tobin @jtobin": - mwc-probability From 29781067a5cce5f1189ba058f68226ec2b3df2ea Mon Sep 17 00:00:00 2001 From: Jan Gerlinger Date: Tue, 31 May 2016 15:36:38 +0200 Subject: [PATCH 1825/3141] Re-add xdcc (GHC 8) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2514dca2..bccf89cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2151,7 +2151,7 @@ packages: "Jan Gerlinger @JanGe": - irc-dcc - # GHC 8 - xdcc + - xdcc "John Ky newhoggy@gmail.com @newhoggy": - hw-bits From f48638baa392b36931eeccdcf0bed138cbe778a6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 31 May 2016 17:58:05 +0300 Subject: [PATCH 1826/3141] Add back some of my packages (pinging @bergmark) --- build-constraints.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 688e1ae2..4076bbfa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -27,10 +27,10 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - cabal-install - # GHC 8 - cabal-src + - cabal-src - case-insensitive - # GHC 8 - classy-prelude-yesod - # GHC 8 - conduit-combinators + - classy-prelude-yesod + - conduit-combinators - conduit-extra - hebrew-time - keter @@ -50,7 +50,7 @@ packages: - yackage - yesod - yesod-auth - # GHC 8 - authenticate-oauth + - authenticate-oauth - yesod-bin - yesod-eventsource # GHC 8 - yesod-fay @@ -59,14 +59,14 @@ packages: - yesod-sitemap - yesod-static - yesod-test - # GHC 8 - yesod-websockets + - yesod-websockets - cereal-conduit # GHC 8 - binary-conduit # GHC 8 - lzma-conduit - # GHC 8 - mutable-containers + - mutable-containers - hpc-coveralls - monad-unlift - # GHC 8 - monad-unlift-ref + - monad-unlift-ref - yaml - servius - cryptonite-conduit From e7b056251e0ac04cc3346b9f494a97db0db8c00a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Tue, 31 May 2016 11:53:50 -0400 Subject: [PATCH 1827/3141] Get more Daniel-Diaz's packages back! --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4076bbfa..d2cb7171 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -430,11 +430,11 @@ packages: "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server - # GHC 8 - binary-list + - binary-list - byteset - grouped-list - # GHC 8 - haskintex - # GHC 8 - HaTeX + - haskintex + - HaTeX # fails see #885 #- hatex-guide - include-file From e37058fde6bcad0574be515f0239c4bf8e33ed1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Tue, 31 May 2016 11:56:13 -0400 Subject: [PATCH 1828/3141] Delay haskintex addition until hint is compatible with GHC 8, so that it can be tested. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2cb7171..867a9e8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -433,7 +433,7 @@ packages: - binary-list - byteset - grouped-list - - haskintex + # needs hint to work with GHC 8: - haskintex - HaTeX # fails see #885 #- hatex-guide From 774e34120333ac9ddecfa142b71d388ac331a22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksey=20Kliger=20=28=CE=BBgeek=29?= Date: Tue, 31 May 2016 11:59:29 -0400 Subject: [PATCH 1829/3141] Add indentation packages to Stackage indentation-core, indentation-parsec, indentation-trifecta --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4076bbfa..68893d04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -851,6 +851,9 @@ packages: "Aleksey Kliger aleksey@lambdageek.org @lambdageek": - unbound-generics + - indentation-core + - indentation-parsec + - indentation-trifecta "Alois Cochard alois.cochard@gmail.com @aloiscochard": # GHC 8 - codex From b639d26dcb4de44e012fd6104dda9881bd90b7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Tue, 31 May 2016 12:41:55 -0400 Subject: [PATCH 1830/3141] Added Clipboard package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 867a9e8c..bd32aad0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -432,6 +432,7 @@ packages: - bimap-server - binary-list - byteset + - Clipboard - grouped-list # needs hint to work with GHC 8: - haskintex - HaTeX From c20d88a3e977fbd573754642ffdca6ef9c868f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Tue, 31 May 2016 12:42:58 -0400 Subject: [PATCH 1831/3141] Do not add Clipboard to stackage yet! --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd32aad0..867a9e8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -432,7 +432,6 @@ packages: - bimap-server - binary-list - byteset - - Clipboard - grouped-list # needs hint to work with GHC 8: - haskintex - HaTeX From 4ff6f2b269977fa24bcce4b058c431ff801fe12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Tue, 31 May 2016 13:41:13 -0400 Subject: [PATCH 1832/3141] Add Clipboard package to Stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 867a9e8c..bd32aad0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -432,6 +432,7 @@ packages: - bimap-server - binary-list - byteset + - Clipboard - grouped-list # needs hint to work with GHC 8: - haskintex - HaTeX From 52be0e4a1786fa54e789b1dfdd4c8e35c662378b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Jun 2016 00:00:36 +0200 Subject: [PATCH 1833/3141] Expect phantom-state benchmarks to fail #1539 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 867a9e8c..084c1adf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2854,6 +2854,9 @@ expected-benchmark-failures: # GHC 8 - cassava + + # https://github.com/fpco/stackage/issues/1539 + - phantom-state # end of expected-benchmark-failures From 9fd30316354e3b96a7af97ad96abfbddcc3d8bea Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Jun 2016 00:04:02 +0200 Subject: [PATCH 1834/3141] Expect hpio tests to fail #1540 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 084c1adf..e6f36867 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2817,6 +2817,9 @@ expected-test-failures: # https://github.com/twanvl/multiset/issues/24 - multiset + + # https://github.com/fpco/stackage/issues/1540 + - hpio # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 94424a8f89b1044d65685e43caa39e949dae56c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Tue, 31 May 2016 19:02:32 -0400 Subject: [PATCH 1835/3141] phantom-state is not expected to fail (Fix #1539) Since version 0.2.1.2 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6f36867..d78a5b32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2857,9 +2857,6 @@ expected-benchmark-failures: # GHC 8 - cassava - - # https://github.com/fpco/stackage/issues/1539 - - phantom-state # end of expected-benchmark-failures From b309cdfd05d7b27d19e66ff74c101855b694bd68 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Jun 2016 11:43:40 +0200 Subject: [PATCH 1836/3141] Add libxrandr-dev for #1537 --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 8d4469ce..d0446464 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -94,6 +94,7 @@ apt-get install -y \ libwebkitgtk-3.0-dev \ libxau-dev \ libxml2-dev \ + libxrandr-dev libxss-dev \ libyaml-dev \ libzip-dev \ From 5c6fb57212a2a10d98418097ad36acaab660193a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Jun 2016 12:20:59 +0200 Subject: [PATCH 1837/3141] Add missing newline escape #1537 --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index d0446464..01eeece3 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -94,7 +94,7 @@ apt-get install -y \ libwebkitgtk-3.0-dev \ libxau-dev \ libxml2-dev \ - libxrandr-dev + libxrandr-dev \ libxss-dev \ libyaml-dev \ libzip-dev \ From a17de5f89f099f4447110637e799f9c2d67e1104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksey=20Kliger=20=28=CE=BBgeek=29?= Date: Wed, 1 Jun 2016 07:35:40 -0400 Subject: [PATCH 1838/3141] Just indenation-core and indentation-parsec Trifecta can wait. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68893d04..5a42f9af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -853,7 +853,6 @@ packages: - unbound-generics - indentation-core - indentation-parsec - - indentation-trifecta "Alois Cochard alois.cochard@gmail.com @aloiscochard": # GHC 8 - codex From c4350e9a9b6914aaca381bba0b77e5d6f0b894ee Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Wed, 1 Jun 2016 07:32:47 -0500 Subject: [PATCH 1839/3141] Enable octane It now builds with both lts-6.1 and nightly-2016-05-30. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33de8bad..ce606db2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1192,7 +1192,7 @@ packages: - flow # GHC 8 - github-release - lackey - # GHC 8 - octane + - octane # https://github.com/Gabriel439/Haskell-Optparse-Generic-Library/issues/23 # GHC 8 - optparse-generic # Maintained by @Gabriel439. # https://github.com/tfausak/ratel/issues/1 From 49deb797bfc3a9374d673884edd382983599c4da Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Wed, 1 Jun 2016 16:13:01 +0300 Subject: [PATCH 1840/3141] partial-handler, slave-thread --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33de8bad..8df832a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -757,9 +757,9 @@ packages: - list-t - mtl-prelude - neat-interpolation - # GHC 8 - partial-handler + - partial-handler # GHC 8 - postgresql-binary - # GHC 8 - slave-thread + - slave-thread - stm-containers "Iustin Pop ": From 138cc9f6ecd08e556f3c1c1f23487a3f34484428 Mon Sep 17 00:00:00 2001 From: Douglas McClean Date: Fri, 27 May 2016 09:37:32 -0400 Subject: [PATCH 1841/3141] Re-enable dimensional and related packages These build on GHC 8 now. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1ebd1df..4f23981a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2234,6 +2234,11 @@ packages: - HUnit-approx - units-parser + "Doug McClean ": + - dimensional + - exact-pi + - numtype-dk + # 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 9d086108e29e752e992640288dbf078859f56fe8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Jun 2016 23:48:31 +0200 Subject: [PATCH 1842/3141] Upper bound for #1545 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c99fe905..199e7e5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2277,6 +2277,9 @@ packages: - gtk3 < 0.14.4 - pango < 0.13.3.0 + # https://github.com/fpco/stackage/issues/1545 + - cacophony < 0.7.0 + # end of packages From cb7e6239ef6333dfb04cd828023f1d1d76d6d464 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Jun 2016 10:09:53 +0200 Subject: [PATCH 1843/3141] Remove upper bound and close #1545 This reverts commit 9d086108e29e752e992640288dbf078859f56fe8. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 199e7e5a..c99fe905 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2277,9 +2277,6 @@ packages: - gtk3 < 0.14.4 - pango < 0.13.3.0 - # https://github.com/fpco/stackage/issues/1545 - - cacophony < 0.7.0 - # end of packages From 9e2796e556b11f915378a384094f6872972d1dec Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Jun 2016 10:29:46 +0200 Subject: [PATCH 1844/3141] unix-compat upper bound for #1546 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c99fe905..46da212d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2277,6 +2277,9 @@ packages: - gtk3 < 0.14.4 - pango < 0.13.3.0 + # https://github.com/fpco/stackage/issues/1546 + - unix-compat < 0.4.2.0 + # end of packages From b52d0f8ef210a329f452122e2ebf051e1059dc69 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Thu, 2 Jun 2016 11:50:10 +0200 Subject: [PATCH 1845/3141] Add intero & weigh --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46da212d..7f5c48ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -236,6 +236,8 @@ packages: - descriptive - wrap - path + - intero + - weigh # requires old haddock currently - haskell-docs # TODO: Add structured-haskell-mode once they've been ported to HSE 1.16. From 170237e2c764d1533c25a33dc48d8a5db51e8362 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 2 Jun 2016 13:25:01 +0300 Subject: [PATCH 1846/3141] Add back ersatz ekmett/ersatz#11 @bergmark --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f5c48ea..981ae20f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -268,8 +268,7 @@ packages: - distributive - either - eq - # https://github.com/ekmett/ersatz/issues/11 GHC 7.10 - # - ersatz + - ersatz - exceptions - free - graphs From 1f8e13d520bb1c8782bf512236208456f0daa516 Mon Sep 17 00:00:00 2001 From: Toshio Ito Date: Thu, 2 Jun 2016 21:58:33 +0900 Subject: [PATCH 1847/3141] add wikicfp-scraper of debug-ito --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 981ae20f..a3449581 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2193,6 +2193,7 @@ packages: - fold-debounce - fold-debounce-conduit - stopwatch + - wikicfp-scraper "Cies Breijs @cies": - htoml From 5c19a11fbac9b7b5cbf92ee63febc7ca9a0a4a7c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Jun 2016 15:23:02 +0200 Subject: [PATCH 1848/3141] Try building ght2hs-buildtools again for #1523 --- build-constraints.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3449581..03b61d92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2270,15 +2270,6 @@ packages: # https://github.com/fpco/stackage/issues/1515 - hsyslog < 3 - # https://github.com/fpco/stackage/issues/1523 - - gtk2hs-buildtools < 0.13.2.0 - - cairo < 0.13.3.0 - - gio < 0.13.3.0 - - glib < 0.13.4.0 - - gtk < 0.14.4 - - gtk3 < 0.14.4 - - pango < 0.13.3.0 - # https://github.com/fpco/stackage/issues/1546 - unix-compat < 0.4.2.0 From 69c4884c69f1d716f50062f59a5b434d4b2b7574 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Jun 2016 16:28:29 +0200 Subject: [PATCH 1849/3141] Remove upper bound and close #1398 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03b61d92..5df1f021 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2270,9 +2270,6 @@ packages: # https://github.com/fpco/stackage/issues/1515 - hsyslog < 3 - # https://github.com/fpco/stackage/issues/1546 - - unix-compat < 0.4.2.0 - # end of packages From 4acf90ebd6be9439376e7f02df098032f435edd3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Jun 2016 16:30:10 +0200 Subject: [PATCH 1850/3141] Revert "Try building ght2hs-buildtools again for #1523" This reverts commit 5c19a11fbac9b7b5cbf92ee63febc7ca9a0a4a7c. --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5df1f021..e16cbcda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2270,6 +2270,15 @@ packages: # https://github.com/fpco/stackage/issues/1515 - hsyslog < 3 + # https://github.com/fpco/stackage/issues/1523 + - gtk2hs-buildtools < 0.13.2.0 + - cairo < 0.13.3.0 + - gio < 0.13.3.0 + - glib < 0.13.4.0 + - gtk < 0.14.4 + - gtk3 < 0.14.4 + - pango < 0.13.3.0 + # end of packages From 4408f903af2c9dc179af33352fa44562676cae01 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Jun 2016 16:34:33 +0200 Subject: [PATCH 1851/3141] Expect wikicfp-scraper tests to fail #1548 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e16cbcda..8c4d25d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2830,6 +2830,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1540 - hpio + + # https://github.com/fpco/stackage/pull/1548 + - wikicfp-scraper # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 451281101760eaa4d42b58d4c51e2aa200e0df50 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Thu, 2 Jun 2016 22:29:15 +0200 Subject: [PATCH 1852/3141] ghc-exactprint 0.5.1.0 supports GHC 8.0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c4d25d4..ee391ab8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1529,7 +1529,7 @@ packages: "Matthew Pickering @mpickering": - refact # GHC 8 - servant-pandoc - # GHC 8 - ghc-exactprint + - ghc-exactprint # GHC 8 - apply-refact "Andrew Gibiansky @gibiansky": From d16a94402d461ee40b2c78031f99162fb1bfede2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Jun 2016 23:02:18 +0200 Subject: [PATCH 1853/3141] Re-enable feed and through-text --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c4d25d4..a4d36a4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -475,10 +475,10 @@ packages: # GHC 8 - fay-jquery # GHC 8 - fay-text # GHC 8 - fay-uri - # GHC 8 - feed + - feed # GHC 8 - snaplet-fay - time-compat - # GHC 8 - through-text + - through-text "Sebastiaan Visser ": - clay From fa9ac736663813bb9405c79a3b78030c4cbbde12 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 3 Jun 2016 11:48:07 +0200 Subject: [PATCH 1854/3141] Revert "Expect wikicfp-scraper tests to fail #1548" This reverts commit 4408f903af2c9dc179af33352fa44562676cae01. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b1b608c..dbd25100 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2830,9 +2830,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1540 - hpio - - # https://github.com/fpco/stackage/pull/1548 - - wikicfp-scraper # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From dd2ef650b61ab961ae12907f4bbf02ae1a0219c7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 3 Jun 2016 11:49:26 +0200 Subject: [PATCH 1855/3141] Remove upper bound and close #1523 --- build-constraints.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbd25100..76370b68 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2270,15 +2270,6 @@ packages: # https://github.com/fpco/stackage/issues/1515 - hsyslog < 3 - # https://github.com/fpco/stackage/issues/1523 - - gtk2hs-buildtools < 0.13.2.0 - - cairo < 0.13.3.0 - - gio < 0.13.3.0 - - glib < 0.13.4.0 - - gtk < 0.14.4 - - gtk3 < 0.14.4 - - pango < 0.13.3.0 - # end of packages From c2b6de29a8b75d871111c64ddf1df6d6310ce24c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 3 Jun 2016 12:03:11 +0200 Subject: [PATCH 1856/3141] Expect ghc-exactprint haddocks to fail #1549 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76370b68..2311ea26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2907,6 +2907,9 @@ expected-haddock-failures: # https://github.com/haskell/haddock/issues/516 - haddock-api + + # https://github.com/fpco/stackage/pull/1549 + - ghc-exactprint # end of expected-haddock-failures From 9e0f5816f4b600ab68935ca1c323582c772520a6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 3 Jun 2016 14:08:44 +0200 Subject: [PATCH 1857/3141] multiset test-suite is fixed --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2311ea26..681bd8d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2816,9 +2816,6 @@ expected-test-failures: # https://github.com/thoughtpolice/hs-ed25519/issues/15 - ed25519 - # https://github.com/twanvl/multiset/issues/24 - - multiset - # https://github.com/fpco/stackage/issues/1540 - hpio # end of expected-test-failures From 723bc50311d4c2407a188e8445351556ee927331 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Fri, 3 Jun 2016 10:54:21 -0700 Subject: [PATCH 1858/3141] Remove my packages from the stackage configuration --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 681bd8d1..340ab166 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -207,12 +207,6 @@ packages: - vhd - xenstore - "Jonathan Daugherty ": - - brick - # GHC 8 - dbmigrations - - text-zipper - - vty - "Chris Done": - ace - ical From 983303e86ea1f119a86c550019799929a5c56d80 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 3 Jun 2016 19:56:39 +0300 Subject: [PATCH 1859/3141] Re-enable postgresql-simple-url, waitra, purescript and arithmoi --- build-constraints.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 681bd8d1..ffe57a50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -981,17 +981,17 @@ packages: - JuicyPixels-scale-dct - lattices - monad-http - # GHC 8 - postgresql-simple-url + - postgresql-simple-url - range-set-list - regex-applicative-text - servant-yaml - spdx - these # GHC 8 - time-parsers - # GHC 8 - waitra + - waitra # Not a maintainer - # GHC 8 - arithmoi + - arithmoi - hashable # GHC 8 - haxl - monad-time @@ -1018,7 +1018,7 @@ packages: - bower-json - boxes - pattern-arrows - # GHC 8 - purescript + - purescript # Universe - universe @@ -2660,9 +2660,6 @@ expected-test-failures: # https://github.com/kazu-yamamoto/logger/issues/42 - wai-logger - # https://github.com/purescript/purescript/issues/1336 - - purescript - # https://github.com/fpco/stackage/issues/733 - ide-backend From 740a3a561ffde662b8217ac43d2fef6a88993293 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 3 Jun 2016 23:32:38 +0200 Subject: [PATCH 1860/3141] Expect purescript tests to fail #1552 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e2d72900..ad2fc270 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2809,6 +2809,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1540 - hpio + + # https://github.com/fpco/stackage/issues/1552 + - purescript # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 973c2b0d5d020bd3e5eb8f305106a43e03ce7586 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 4 Jun 2016 19:51:46 +0200 Subject: [PATCH 1861/3141] CURATORS: Update name of script used to run nightlies --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 9cdaa81b..c82a696e 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -94,7 +94,7 @@ we're just not there yet. ``` # Run a nightly build -/opt/stackage-build/stackage/automated/build.sh nightly-2015-07-08 +/opt/stackage-build/stackage/automated/run-nightly.sh # Run an LTS minor bump /opt/stackage-build/stackage/automated/build.sh lts-2.17 From 414c500a8d225b73a7cd44139b6cdb2b8ccb8ae0 Mon Sep 17 00:00:00 2001 From: "Michal J. Gajda" Date: Sun, 5 Jun 2016 14:50:30 +0800 Subject: [PATCH 1862/3141] Reactivate Michal's packages after uploading updated versions. --- build-constraints.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad2fc270..6703b0bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -496,15 +496,13 @@ packages: "Michal J. Gajda ": - iterable - # GHC 8 - Octree + - Octree - FenwickTree - # GHC 8 - hPDB - # Build failure with GHC 7.10.2, see: https://ghc.haskell.org/trac/ghc/ticket/10565 - # - hPDB-examples - - # GHC 8 - wordpass - # https://github.com/nilcons/hflags/issues/17 - # GHC 8 - json-autotype + - hPDB + - hPDB-examples + - homplexity + #- wordpass + - json-autotype - posix-realtime "Dominic Steinitz ": From 5a4ef95cfeb4b7d89b0010132b0cf5b3e5e48158 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 5 Jun 2016 12:54:27 +0300 Subject: [PATCH 1863/3141] Add boomerange back --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6703b0bc..0a2888bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1926,8 +1926,7 @@ packages: - pgp-wordlist "Jeremy Shaw @stepcut": - # https://github.com/Happstack/boomerang/issues/2 - # GHC 8 - boomerang + - boomerang # GHC 8 - clckwrks # GHC 8 - clckwrks-cli # GHC 8 - clckwrks-plugin-page From eaded7fc1ac557f01944957b90661f46d7b62a66 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 5 Jun 2016 16:03:41 +0300 Subject: [PATCH 1864/3141] Add back mikeplus64/QuasiText#3 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0a2888bd..cbf6ffd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -790,8 +790,7 @@ packages: #- elm-package - language-glsl - prettyclass - # https://github.com/mikeplus64/QuasiText/issues/3 - # GHC 8 - QuasiText + - QuasiText - union-find - zip-archive From af979186ea2ad74487bf33c7dc6436c849b3f53a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 5 Jun 2016 16:04:43 +0300 Subject: [PATCH 1865/3141] Add back Happstack/web-routes-th#1 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbf6ffd0..3fc560c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1951,8 +1951,7 @@ packages: # GHC 8 - web-routes-boomerang # GHC 8 - web-routes-happstack - web-routes-hsp - # https://github.com/Happstack/web-routes-th/issues/1 - # GHC 8 - web-routes-th + - web-routes-th - web-routes-wai "Pedro Tacla Yamada @yamadapc": From ee078684b6f4f829c286f1d82745b604141b1911 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Mon, 6 Jun 2016 00:01:06 +0200 Subject: [PATCH 1866/3141] list-fusion-probe works with GHC 8.0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fc560c8..f06e4645 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -553,7 +553,7 @@ packages: # GHC 8 - ghc-heap-view # GHC 8 - tttool # GHC 8 - gipeda - # GHC 8 - list-fusion-probe + - list-fusion-probe - haskell-spacegoo # GHC 8 - tasty-expected-failure From c4131aa96a0e9137c1c643a82c22e754626967f1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 6 Jun 2016 00:53:23 +0200 Subject: [PATCH 1867/3141] authenticate-oauth upper bound for #1555 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fc560c8..85da6dd2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2259,6 +2259,9 @@ packages: # https://github.com/fpco/stackage/issues/1515 - hsyslog < 3 + # https://github.com/fpco/stackage/issues/1555 + - authenticate-oauth < 1.6 + # end of packages From f5ff5623cdcebd57d5ba517455371c66b1a860df Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Mon, 6 Jun 2016 18:03:43 +1000 Subject: [PATCH 1868/3141] Add 'accelerate' --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d06d55a2..d71b47fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -397,8 +397,7 @@ packages: - ChannelT "Trevor L. McDonell ": - [] - # GHC 8 - accelerate + - accelerate "Liam O'Connor ": [] From c13d1ae2200b6c62f648d36a487d61af186bddd5 Mon Sep 17 00:00:00 2001 From: Dominic Steinitz Date: Mon, 6 Jun 2016 09:43:54 +0100 Subject: [PATCH 1869/3141] Add random-fu. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d06d55a2..0f55d95a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -508,7 +508,7 @@ packages: "Dominic Steinitz ": # https://github.com/leventov/yarr/pull/7 # - yarr - [] + - random-fu "Ben Gamari ": - vector-fftw From 81db4549b07a216f73f27810033d92e51a61c335 Mon Sep 17 00:00:00 2001 From: Dominic Steinitz Date: Mon, 6 Jun 2016 10:12:29 +0100 Subject: [PATCH 1870/3141] Re-add yarr. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f55d95a..d25ddf52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -506,8 +506,7 @@ packages: - posix-realtime "Dominic Steinitz ": - # https://github.com/leventov/yarr/pull/7 - # - yarr + - yarr - random-fu "Ben Gamari ": From 4fbf45669cbf346c42b68358193297d816643c7e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Jun 2016 12:43:55 +0300 Subject: [PATCH 1871/3141] Add note to README about package update delay Yes, it was already in the maintainer agreement, but enough people were confused about this point that it's worth putting front and center. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ebfd3735..83ebb2f5 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ We welcome all packages, provided: Full details on how to add a package can be found in the [maintainers agreement](https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package). +__NOTE__: There is an approximate 30 minute delay between a package uploading +to Hackage and being available to the Travis build script to check upper +bounds. If a pull request is marked as failed due to using an older version, +please close and reopen the PR to retrigger a Travis build. + Other repos ----------- From 6e6e701c3a7d8191e0b9058adddd735c07c56bfb Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Fri, 27 May 2016 18:17:41 +0200 Subject: [PATCH 1872/3141] Bring back directory-tree. --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d06d55a2..187f2bbe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2212,6 +2212,9 @@ packages: - gi-pango == 1.0.3 - haskell-gi + "Brandon Simmons ": + - directory-tree + "Ian Grant Jeffries @seagreen": - hjsonpointer - hjsonschema @@ -2583,6 +2586,9 @@ expected-test-failures: # isn't always the case (e.g., build server) - happy + # https://github.com/jberryman/directory-tree/issues/4 + - directory-tree + # https://github.com/ndmitchell/hoogle/issues/101 - hoogle From c1a52b43b1e5716831f26c808234e33b578173d6 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Mon, 6 Jun 2016 15:32:32 +0200 Subject: [PATCH 1873/3141] Arbtt now works with GHC 8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d06d55a2..1f9ee790 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -549,7 +549,7 @@ packages: "Joachim Breitner ": - circle-packing - # GHC 8 - arbtt + - arbtt # GHC 8 - ghc-heap-view # GHC 8 - tttool # GHC 8 - gipeda From c744873ba2d5bb2f7bb56dc4b0c592af003342d8 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Mon, 6 Jun 2016 23:49:20 +1000 Subject: [PATCH 1874/3141] Re-add jose (GHC 8) --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d06d55a2..e9ff5df7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2130,9 +2130,7 @@ packages: # GHC 8 - ghc-imported-from "Fraser Tweedale @frasertweedale": - [] - # https://github.com/frasertweedale/hs-jose/issues/14 - # GHC 8 - jose + - jose "Yutaka Nishimura @ynishi": - atndapi From 13845e475c1c1285aab7ae29d53052fe3ad7f5fc Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Mon, 6 Jun 2016 14:26:33 -0700 Subject: [PATCH 1875/3141] enable amazonka --- build-constraints.yaml | 140 ++++++++++++++++++++--------------------- 1 file changed, 70 insertions(+), 70 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 535d4c5a..ef71b702 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1032,76 +1032,76 @@ packages: - jose-jwt "Brendan Hay brendan.g.hay@gmail.com @brendanhay": - # GHC 8 - amazonka - # GHC 8 - amazonka-core - # GHC 8 - amazonka-test - # GHC 8 - amazonka-apigateway - # GHC 8 - amazonka-autoscaling - # GHC 8 - amazonka-certificatemanager - # GHC 8 - amazonka-cloudformation - # GHC 8 - amazonka-cloudfront - # GHC 8 - amazonka-cloudhsm - # GHC 8 - amazonka-cloudsearch-domains - # GHC 8 - amazonka-cloudsearch - # GHC 8 - amazonka-cloudtrail - # GHC 8 - amazonka-cloudwatch-events - # GHC 8 - amazonka-cloudwatch-logs - # GHC 8 - amazonka-cloudwatch - # GHC 8 - amazonka-codecommit - # GHC 8 - amazonka-codedeploy - # GHC 8 - amazonka-codepipeline - # GHC 8 - amazonka-cognito-identity - # GHC 8 - amazonka-cognito-idp - # GHC 8 - amazonka-cognito-sync - # GHC 8 - amazonka-config - # GHC 8 - amazonka-datapipeline - # GHC 8 - amazonka-devicefarm - # GHC 8 - amazonka-directconnect - # GHC 8 - amazonka-dms - # GHC 8 - amazonka-ds - # GHC 8 - amazonka-dynamodb-streams - # GHC 8 - amazonka-dynamodb - # GHC 8 - amazonka-ec2 - # GHC 8 - amazonka-ecr - # GHC 8 - amazonka-ecs - # GHC 8 - amazonka-efs - # GHC 8 - amazonka-elasticache - # GHC 8 - amazonka-elasticbeanstalk - # GHC 8 - amazonka-elasticsearch - # GHC 8 - amazonka-elastictranscoder - # GHC 8 - amazonka-elb - # GHC 8 - amazonka-emr - # GHC 8 - amazonka-gamelift - # GHC 8 - amazonka-glacier - # GHC 8 - amazonka-iam - # GHC 8 - amazonka-importexport - # GHC 8 - amazonka-inspector - # GHC 8 - amazonka-iot-dataplane - # GHC 8 - amazonka-iot - # GHC 8 - amazonka-kinesis - # GHC 8 - amazonka-kinesis-firehose - # GHC 8 - amazonka-kms - # GHC 8 - amazonka-lambda - # GHC 8 - amazonka-marketplace-analytics - # GHC 8 - amazonka-marketplace-metering - # GHC 8 - amazonka-ml - # GHC 8 - amazonka-opsworks - # GHC 8 - amazonka-rds - # GHC 8 - amazonka-redshift - # GHC 8 - amazonka-route53-domains - # GHC 8 - amazonka-route53 - # GHC 8 - amazonka-s3 - # GHC 8 - amazonka-sdb - # GHC 8 - amazonka-ses - # GHC 8 - amazonka-sns - # GHC 8 - amazonka-sqs - # GHC 8 - amazonka-ssm - # GHC 8 - amazonka-storagegateway - # GHC 8 - amazonka-sts - # GHC 8 - amazonka-support - # GHC 8 - amazonka-swf - # GHC 8 - amazonka-waf - # GHC 8 - amazonka-workspaces + - amazonka + - amazonka-core + - amazonka-test + - amazonka-apigateway + - amazonka-autoscaling + - amazonka-certificatemanager + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudsearch-domains + - amazonka-cloudsearch + - amazonka-cloudtrail + - amazonka-cloudwatch-events + - amazonka-cloudwatch-logs + - amazonka-cloudwatch + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-cognito-identity + - amazonka-cognito-idp + - amazonka-cognito-sync + - amazonka-config + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-dms + - amazonka-ds + - amazonka-dynamodb-streams + - amazonka-dynamodb + - amazonka-ec2 + - amazonka-ecr + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elasticsearch + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-emr + - amazonka-gamelift + - amazonka-glacier + - amazonka-iam + - amazonka-importexport + - amazonka-inspector + - amazonka-iot-dataplane + - amazonka-iot + - amazonka-kinesis + - amazonka-kinesis-firehose + - amazonka-kms + - amazonka-lambda + - amazonka-marketplace-analytics + - amazonka-marketplace-metering + - amazonka-ml + - amazonka-opsworks + - amazonka-rds + - amazonka-redshift + - amazonka-route53-domains + - amazonka-route53 + - amazonka-s3 + - amazonka-sdb + - amazonka-ses + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-waf + - amazonka-workspaces # GHC 8 - ede - pagerduty - semver From c396a83c0ce5c2d9f9bfb7435bce071c6b27b0ea Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 6 Jun 2016 23:42:52 -0700 Subject: [PATCH 1876/3141] Disable random-fu per #1561 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d25010d4..7e193025 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -506,7 +506,8 @@ packages: "Dominic Steinitz ": - yarr - - random-fu + # https://github.com/fpco/stackage/issues/1561 + # - random-fu "Ben Gamari ": - vector-fftw From f471bc31f9284402a2c4c92463f5f8323def86aa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 6 Jun 2016 23:52:59 -0700 Subject: [PATCH 1877/3141] Add constraints on haddock-api and haddock-library per #1562 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e193025..d8377f1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2262,6 +2262,10 @@ packages: # https://github.com/fpco/stackage/issues/1555 - authenticate-oauth < 1.6 + # https://github.com/fpco/stackage/issues/1562 + - haddock-api < 2.17.3 + - haddock-library < 1.4.2 + # end of packages From 93c4b3e6b0b443f61f2b48d9cd3a7fdaa470ade2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Jun 2016 00:09:44 -0700 Subject: [PATCH 1878/3141] Lift constraints, disable hdocs and hsdev per #1562 --- build-constraints.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8377f1f..9693a081 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -835,9 +835,11 @@ packages: - servant-cassava "Alexandr Ruchkin voidex@live.com @mvoidex": - - hdocs + # https://github.com/fpco/stackage/issues/1562 + # - hdocs - hformat - - hsdev + # https://github.com/fpco/stackage/issues/1562 + # - hsdev - simple-log - text-region @@ -2262,10 +2264,6 @@ packages: # https://github.com/fpco/stackage/issues/1555 - authenticate-oauth < 1.6 - # https://github.com/fpco/stackage/issues/1562 - - haddock-api < 2.17.3 - - haddock-library < 1.4.2 - # end of packages From 27b75302b77fff05cfb6be235d441f96bfcf4742 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Tue, 7 Jun 2016 09:23:10 +0200 Subject: [PATCH 1879/3141] stm-conduit should work with GHC 8 now --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17bd8ab6..6e81c0f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -44,7 +44,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # GHC 8 - stm-conduit + - stm-conduit - wai-websockets - warp-tls - yackage From 865f55a1f7082cad482420081c8e668ffad04f19 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Jun 2016 00:27:06 -0700 Subject: [PATCH 1880/3141] Re-enable random-fu, skip safecopy tests per #1561 --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17bd8ab6..81716dcb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -506,8 +506,7 @@ packages: "Dominic Steinitz ": - yarr - # https://github.com/fpco/stackage/issues/1561 - # - random-fu + - random-fu "Ben Gamari ": - vector-fftw @@ -2461,6 +2460,9 @@ skipped-tests: - system-fileio - shelly + # https://github.com/fpco/stackage/issues/1561 + - safecopy + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From aebb4b76981a77b4b53840e0bd436907fd7a3e18 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Tue, 7 Jun 2016 12:59:42 +0200 Subject: [PATCH 1881/3141] tttool-1.6.1.1 should work with nightly. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81716dcb..6210ebcc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -549,7 +549,7 @@ packages: - circle-packing - arbtt # GHC 8 - ghc-heap-view - # GHC 8 - tttool + - tttool # GHC 8 - gipeda - list-fusion-probe - haskell-spacegoo From c41b21f83e6c3f18989d9bc0cd3f2fd97fd015e7 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 7 Jun 2016 10:48:42 -0400 Subject: [PATCH 1882/3141] Add back machines --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81716dcb..e886a0e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -277,7 +277,7 @@ packages: - linear # GHC 8 - linear-accelerate # GHC 8 - log-domain - # BLOCKED distributive 0.5 - machines + - machines - monadic-arrays - monad-products - monad-products @@ -2385,7 +2385,6 @@ skipped-tests: - bound - heaps - hyphenation - # BLOCKED distributive 0.5 - machines # https://github.com/kaizhang/clustering/issues/2 - clustering @@ -2913,7 +2912,6 @@ expected-haddock-failures: # build benchmarks. The difference here will be whether dependencies for these # benchmarks are included or not. skipped-benchmarks: - - machines - criterion-plus - graphviz - lifted-base From cd41cfdfd7a8f34ca28495081aaef40085e87a49 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 7 Jun 2016 18:46:33 +0300 Subject: [PATCH 1883/3141] Remove expected doc failure haskell/haddock#516 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81716dcb..14efc723 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2901,9 +2901,6 @@ expected-haddock-failures: # https://github.com/iand675/metrics/issues/5 - metrics - # https://github.com/haskell/haddock/issues/516 - - haddock-api - # https://github.com/fpco/stackage/pull/1549 - ghc-exactprint # end of expected-haddock-failures From ca82e8f6b21e239effb280bb2b172b1daa176716 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Jun 2016 10:21:45 -0700 Subject: [PATCH 1884/3141] Add constraint "clash-lib < 0.6.16" per #1566 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14efc723..4a9217cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2263,6 +2263,9 @@ packages: # https://github.com/fpco/stackage/issues/1555 - authenticate-oauth < 1.6 + # https://github.com/fpco/stackage/issues/1566 + - clash-lib < 0.6.16 + # end of packages From 9ddaddedad140879a8084ca2fc046b50ec323962 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Jun 2016 10:26:30 -0700 Subject: [PATCH 1885/3141] Add constraint "hackage-security < 0.5.2.0" per #1567 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a9217cb..76215381 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2266,6 +2266,9 @@ packages: # https://github.com/fpco/stackage/issues/1566 - clash-lib < 0.6.16 + # https://github.com/fpco/stackage/issues/1567 + - hackage-security < 0.5.2.0 + # end of packages From 991aed936dd28687dcb06e98eed1754a1bc8f1bd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 8 Jun 2016 11:14:33 +0900 Subject: [PATCH 1886/3141] re-enable pipes-safe, turtle, foldl --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76215381..99004ad8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -445,9 +445,9 @@ packages: # GHC 8 - pipes-extras - pipes-parse - pipes-concurrency - # GHC 8 - pipes-safe - # GHC 8 - turtle - # GHC 8 - foldl + - pipes-safe + - turtle + - foldl # GHC 8 - morte "Andrew Thaddeus Martin ": From eae45c929fa4c8662686b2638e85afaf90e12e5b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 8 Jun 2016 11:19:47 +0900 Subject: [PATCH 1887/3141] re-enable pandoc for ghc8 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99004ad8..db47fe74 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2043,8 +2043,8 @@ packages: - highlighting-kate - pandoc-types - zip-archive - # GHC 8 - pandoc - # GHC 8 - pandoc-citeproc + - pandoc + - pandoc-citeproc "Karun Ramakrishnan karun012@gmail.com @karun012": - doctest-discover From e80b3c19056bed36c22e94a720a2c2342c01448c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 8 Jun 2016 11:20:05 +0900 Subject: [PATCH 1888/3141] re-enable Frames --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index db47fe74..1d0fe71c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2011,8 +2011,7 @@ packages: #- LibZip < 0.11 "Anthony Cowley @acowley": - [] - # GHC 8 - Frames + - Frames "Takayuki Muranushi @nushio3": - binary-search From 047016df14c402ca01b212c4b62f2acd970fbdba Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 8 Jun 2016 11:20:25 +0900 Subject: [PATCH 1889/3141] re-enable yi --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d0fe71c..2b1a010e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1626,10 +1626,10 @@ packages: - pointedlist - word-trie - xdg-basedir - # GHC 8 - yi - # GHC 8 - yi-fuzzy-open - # GHC 8 - yi-language - # GHC 8 - yi-rope + - yi + - yi-fuzzy-open + - yi-language + - yi-rope "Tobias Bexelius @tobbebex": [] From fc9194003caa14a73dcea67649afd0c5f745d7cb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 8 Jun 2016 11:20:45 +0900 Subject: [PATCH 1890/3141] re-enable ghcjs-dom, jsaddle, vcswrapper --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b1a010e..d99b796e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -870,14 +870,14 @@ packages: - cabal-rpm - cabal-sort - ghcjs-codemirror - # GHC 8 - ghcjs-dom + - ghcjs-dom # GHC 8 - idris - # BLOCKED lens 4.14 - jsaddle + - jsaddle # GHC 8 - leksah-server # GHC 8 - ltk - vado # GHC 8 - vcsgui - # GHC 8 - vcswrapper + - vcswrapper - cairo - gio From 3fd34955dd116fd5d14d4046e60a93733c85d7d2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 8 Jun 2016 11:28:36 +0900 Subject: [PATCH 1891/3141] add hslua (osa1/hslua#44) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d99b796e..3fdbf435 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -871,6 +871,7 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom + - hslua # GHC 8 - idris - jsaddle # GHC 8 - leksah-server From 98445c898fafb28f1998c1e33cb64471f8770571 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Jun 2016 22:28:03 -0700 Subject: [PATCH 1892/3141] Disable amazonka-iot and amazonka-lambda per #1568 --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fdbf435..e8e8d3b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1080,11 +1080,13 @@ packages: - amazonka-importexport - amazonka-inspector - amazonka-iot-dataplane - - amazonka-iot + # https://github.com/fpco/stackage/issues/1568 + # - amazonka-iot - amazonka-kinesis - amazonka-kinesis-firehose - amazonka-kms - - amazonka-lambda + # https://github.com/fpco/stackage/issues/1568 + # - amazonka-lambda - amazonka-marketplace-analytics - amazonka-marketplace-metering - amazonka-ml From 3345014ccef04d3b19263c39dc3da29c05ec41bb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Jun 2016 22:31:50 -0700 Subject: [PATCH 1893/3141] Disable yi and yi-fuzzy-open per #1571 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8e8d3b8..9c93bf88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1629,8 +1629,9 @@ packages: - pointedlist - word-trie - xdg-basedir - - yi - - yi-fuzzy-open + # https://github.com/fpco/stackage/issues/1571 + # - yi + # - yi-fuzzy-open - yi-language - yi-rope From d11183c874fe87e36fa95bf6cc11bf07d08b7b54 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Jun 2016 22:38:23 -0700 Subject: [PATCH 1894/3141] Disable ghcjs-dom and jsaddle per #1569 --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c93bf88..313bccf3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -870,10 +870,12 @@ packages: - cabal-rpm - cabal-sort - ghcjs-codemirror - - ghcjs-dom + # https://github.com/fpco/stackage/issues/1569 + # - ghcjs-dom - hslua # GHC 8 - idris - - jsaddle + # https://github.com/fpco/stackage/issues/1569 + # - jsaddle # GHC 8 - leksah-server # GHC 8 - ltk - vado From f4e5d1026193a8fc0df08ff1d0db43f84b54e384 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Jun 2016 22:45:26 -0700 Subject: [PATCH 1895/3141] Add constraint "xlsx < 0.2.2", suspected cause of #1570 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 313bccf3..681d0d73 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2274,6 +2274,9 @@ packages: # https://github.com/fpco/stackage/issues/1567 - hackage-security < 0.5.2.0 + # https://github.com/fpco/stackage/issues/1570 + - xlsx < 0.2.2 + # end of packages From 824d1703b360daca0b2d584cfd4bf494ad9f0c7b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Jun 2016 22:46:42 -0700 Subject: [PATCH 1896/3141] Remove constraint "hackage-security < 0.5.2.0", closes #1567 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 681d0d73..b8f09bdb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2271,9 +2271,6 @@ packages: # https://github.com/fpco/stackage/issues/1566 - clash-lib < 0.6.16 - # https://github.com/fpco/stackage/issues/1567 - - hackage-security < 0.5.2.0 - # https://github.com/fpco/stackage/issues/1570 - xlsx < 0.2.2 From 0824f6f82331b50a42df057aa380e8980c484864 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Jun 2016 23:07:24 -0700 Subject: [PATCH 1897/3141] Relabel safecopy skipped test to acid-state/safecopy#45, closes #1561 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b8f09bdb..6f4c6614 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2471,7 +2471,7 @@ skipped-tests: - system-fileio - shelly - # https://github.com/fpco/stackage/issues/1561 + # https://github.com/acid-state/safecopy/issues/45 - safecopy # end of skipped-tests From d072f30d38a6da1581327d1973f471eb8147dbd2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 8 Jun 2016 08:26:32 -0700 Subject: [PATCH 1898/3141] Remove constraint "clash-lib < 0.6.16", closes #1566 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fea4a09..78f0440b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2268,9 +2268,6 @@ packages: # https://github.com/fpco/stackage/issues/1555 - authenticate-oauth < 1.6 - # https://github.com/fpco/stackage/issues/1566 - - clash-lib < 0.6.16 - # https://github.com/fpco/stackage/issues/1570 - xlsx < 0.2.2 From bbdb442ca83f77f7e3c99c395c6b972f4fc23aff Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 8 Jun 2016 08:28:37 -0700 Subject: [PATCH 1899/3141] Remove constraint "xlsx < 0.2.2", closes #1570 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78f0440b..216b8e9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2268,9 +2268,6 @@ packages: # https://github.com/fpco/stackage/issues/1555 - authenticate-oauth < 1.6 - # https://github.com/fpco/stackage/issues/1570 - - xlsx < 0.2.2 - # end of packages From 179375c4754fbb1fa7c97958ae9519291459ceb8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 8 Jun 2016 08:30:23 -0700 Subject: [PATCH 1900/3141] Enable yi and yi-fuzzy-open, closes #1571 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 216b8e9b..eeab6712 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1631,9 +1631,8 @@ packages: - pointedlist - word-trie - xdg-basedir - # https://github.com/fpco/stackage/issues/1571 - # - yi - # - yi-fuzzy-open + - yi + - yi-fuzzy-open - yi-language - yi-rope From 2a83aadf63720375ce031bac6a002950b25ca2a6 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Wed, 8 Jun 2016 11:38:41 +0200 Subject: [PATCH 1901/3141] All my packages should work now with GHC 8 now --- build-constraints.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eeab6712..03464633 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -548,12 +548,12 @@ packages: "Joachim Breitner ": - circle-packing - arbtt - # GHC 8 - ghc-heap-view + - ghc-heap-view - tttool - # GHC 8 - gipeda + - gipeda - list-fusion-probe - haskell-spacegoo - # GHC 8 - tasty-expected-failure + - tasty-expected-failure "Aditya Bhargava Date: Wed, 8 Jun 2016 19:09:20 +0200 Subject: [PATCH 1902/3141] =?UTF-8?q?Refine=20ghc-heap-view=E2=80=99s=20pa?= =?UTF-8?q?tch=20assignment?= 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 03464633..1dd3368e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2340,6 +2340,7 @@ package-flags: gtk3: true ghc-heap-view: + ghc_7_7: false ghc_8_0: true # end of package-flags From 1ce471510f59d63d0a30b2ae2cccddefaa69e77c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 8 Jun 2016 10:21:21 -0700 Subject: [PATCH 1903/3141] apt-get install xclip, for hclip test suite (#1573) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 01eeece3..6cb773a4 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -41,6 +41,7 @@ apt-get install -y \ curl \ freeglut3-dev \ git \ + xclip \ libadns1-dev \ libasound2-dev \ libblas-dev \ From b62bf8f47475a5abf8d847cdedbf564e87bbb632 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 8 Jun 2016 10:28:38 -0700 Subject: [PATCH 1904/3141] Alphabetize apt-get installs --- debian-bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 6cb773a4..ae20a8b8 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -41,7 +41,6 @@ apt-get install -y \ curl \ freeglut3-dev \ git \ - xclip \ libadns1-dev \ libasound2-dev \ libblas-dev \ @@ -105,13 +104,14 @@ apt-get install -y \ nettle-dev \ nodejs \ npm \ + openjdk-8-jdk \ r-base \ r-base-dev \ ruby-dev \ - wget \ - zip \ stack \ - openjdk-8-jdk \ + wget \ + xclip \ + zip \ zlib1g-dev # Put documentation where we expect it From 3120dd2be33632fda1b4a172b4b3163cac374666 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Wed, 8 Jun 2016 14:43:03 -0400 Subject: [PATCH 1905/3141] Add back packages with working Haddocks --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eeab6712..b280d2f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,9 +2874,6 @@ expected-haddock-failures: # https://github.com/fpco/stackage/issues/994 - Michelangelo - # https://github.com/ekmett/bifunctors/issues/42 - - bifunctors - # Problem with v0.1.6.0: https://github.com/fpco/stackage/issues/1206 - hsdev @@ -2895,9 +2892,6 @@ expected-haddock-failures: # https://github.com/GetShopTV/swagger2/issues/66 - swagger2 - # https://github.com/bos/statistics/issues/93 - - statistics - # https://github.com/aelve/microlens/issues/72 - microlens From e89a2388e46fdf02d527a310abe88ee0aa842d51 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Wed, 8 Jun 2016 14:33:01 -0400 Subject: [PATCH 1906/3141] Add back benchmarks which now work --- build-constraints.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eeab6712..d89bbe3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2828,7 +2828,6 @@ expected-benchmark-failures: - Frames - attoparsec - bzlib-conduit - - cacophony - cipher-aes128 - cryptohash - dbus @@ -2839,20 +2838,18 @@ expected-benchmark-failures: - lens - lucid - mongoDB - - mutable-containers - picoparsec - rethinkdb - stateWriter - - streaming-commons - thyme - vinyl - warp - web-routing - xmlgen - - yesod-core - yi-rope # https://github.com/commercialhaskell/stack/issues/2153 + - scientific - vector-binary-instances # GHC 8 @@ -2914,11 +2911,8 @@ expected-haddock-failures: # benchmarks are included or not. skipped-benchmarks: - criterion-plus - - graphviz - lifted-base - - pandoc - stm-containers - - uuid # pulls in criterion-plus, which has restrictive upper bounds - cases @@ -2938,10 +2932,6 @@ skipped-benchmarks: # https://github.com/fpco/stackage/issues/494 - case-insensitive - postgresql-binary - - scientific - - # Old criterion - - acid-state # https://github.com/kaizhang/clustering/issues/2 - clustering From 4845dc29fcde0df8325aa733e5c65256ecc5a2eb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 8 Jun 2016 13:38:47 -0700 Subject: [PATCH 1907/3141] Expect Hclip test suite to fail (jetho/Hclip#3) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21e19952..37a7ba2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2824,6 +2824,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1552 - purescript + + # https://github.com/jetho/Hclip/issues/3 + - Hclip # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 13b2c4a3a6016b70483a18ca4a3cab6c83dd17e7 Mon Sep 17 00:00:00 2001 From: tomjaguarpaw Date: Thu, 9 Jun 2016 10:13:50 +0100 Subject: [PATCH 1908/3141] Opaleye now works on GHC 8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37a7ba2b..3393b421 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -805,7 +805,7 @@ packages: - language-ecmascript "Tom Ellis ": - # GHC 8 - opaleye + - opaleye - product-profunctors "Samplecount stefan@samplecount.com @kaoskorobase": From cd0c5c794cdfb102c91121ca26af40ad46198aa3 Mon Sep 17 00:00:00 2001 From: bartavelle Date: Thu, 9 Jun 2016 11:17:24 +0200 Subject: [PATCH 1909/3141] Add the language-puppet package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37a7ba2b..c5114b8b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1725,6 +1725,7 @@ packages: - strict-base-types - withdependencies - hruby + - language-puppet # http-types # - stm-firehose # - hslogstash From f095ba6553a99816c994dcc12c16dc7fdf3504cb Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Thu, 9 Jun 2016 09:42:12 +0000 Subject: [PATCH 1910/3141] add cache --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37a7ba2b..dd4b5203 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2237,6 +2237,9 @@ packages: - exact-pi - numtype-dk + "Henri Verroken @hverr": + - cache + # 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 45a2cec7fdc25865d60179862cde1c23845dcf94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Thu, 9 Jun 2016 09:48:19 -0300 Subject: [PATCH 1911/3141] Add back some cloud haskell packages. --- build-constraints.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37a7ba2b..09c39c16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1772,7 +1772,7 @@ packages: "Facundo Domínguez @facundominguez": [] - # GHC 8 - distributed-process + - GHC 8 - distributed-process # GHC 8 - distributed-process-async # GHC 8 - distributed-process-client-server # GHC 8 - distributed-process-execution @@ -1781,12 +1781,11 @@ packages: # GHC 8 - distributed-process-simplelocalnet # GHC 8 - distributed-process-supervisor # GHC 8 - distributed-process-task - # GHC 8 - distributed-static - # GHC 8 - network-transport - # GHC 8 - network-transport-tcp + - distributed-static + - network-transport + - network-transport-tcp # GHC 8 - network-transport-composed - # https://github.com/haskell-distributed/rank1dynamic/issues/15 - # GHC 8 - rank1dynamic + - rank1dynamic "Alexander Vershilov @qnikst": [] From 5a6594fbeb5820a915d90d8a651b1b41d4b23cb6 Mon Sep 17 00:00:00 2001 From: Pavel Ryzhov Date: Thu, 9 Jun 2016 14:53:27 +0200 Subject: [PATCH 1912/3141] Added packages hquantlib and persistent-redis --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37a7ba2b..66b70b9a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2236,6 +2236,9 @@ packages: - dimensional - exact-pi - numtype-dk + "Pavel Ryzhov @paulrzcz": + - hquantlib + - persistent-redis # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 0d4256b8a4209d2a6dc336a670a429666cf794b7 Mon Sep 17 00:00:00 2001 From: Cliff Harvey Date: Thu, 9 Jun 2016 15:01:09 +0200 Subject: [PATCH 1913/3141] Add myself as a library author --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37a7ba2b..5eee5e5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2237,6 +2237,9 @@ packages: - exact-pi - numtype-dk + "Cliff Harvey ": + - ansigraph + # 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 c470364c7ca11538dd2884d3e72a8161c2bd0555 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 9 Jun 2016 15:38:52 +0200 Subject: [PATCH 1914/3141] hsdns: enable builds again The package is disabled due to https://github.com/fpco/stackage/issues/840, but that issue was fixed 9 months ago! --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37a7ba2b..c6d31c98 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1690,8 +1690,7 @@ packages: - hackage-db # GHC 8 - hledger-interest - hopenssl - # https://github.com/fpco/stackage/issues/840 - # - hsdns + - hsdns - hsemail - hsyslog - language-nix From ec9bb1ad07c069381b20c0b85e252ab3d18cb18c Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Thu, 9 Jun 2016 14:50:33 +0100 Subject: [PATCH 1915/3141] Re-enable yesod-auth-oauth2 Fixed by https://github.com/thoughtbot/yesod-auth-oauth2/pull/63 release as version 0.1.9 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37a7ba2b..00b5f06b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -364,8 +364,7 @@ packages: - gravatar "Paul Harper ": - [] - # GHC 8 - yesod-auth-oauth2 + yesod-auth-oauth2 "Felipe Lessa @meteficha": - country-codes From 108996d4726051468d6fcc1d938f2bb1dd59f6bc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 9 Jun 2016 15:47:22 +0200 Subject: [PATCH 1916/3141] hledger-interest: re-enable builds The package seems to compile fine with GHC 8.0.1: https://travis-ci.org/peti/hledger-interest/builds/136437417 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37a7ba2b..4de3e35e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1688,7 +1688,7 @@ packages: "Peter Simons simons@cryp.to @peti": - funcmp - hackage-db - # GHC 8 - hledger-interest + - hledger-interest - hopenssl # https://github.com/fpco/stackage/issues/840 # - hsdns From 6c31f6a2eaf65701a9ae8ed156aa5b2abd2cffe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Thu, 9 Jun 2016 11:06:43 -0300 Subject: [PATCH 1917/3141] Update build-constraints.yaml --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09c39c16..c5126c81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1771,7 +1771,6 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - [] - GHC 8 - distributed-process # GHC 8 - distributed-process-async # GHC 8 - distributed-process-client-server From afa0d5c4179438f633fdbfc1770cfb68e6ab433f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Thu, 9 Jun 2016 11:15:41 -0400 Subject: [PATCH 1918/3141] add haskintex back haskintex should work again, now that the new hint has made it to stackage --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37a7ba2b..72303bf6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -428,7 +428,7 @@ packages: - byteset - Clipboard - grouped-list - # needs hint to work with GHC 8: - haskintex + - haskintex - HaTeX # fails see #885 #- hatex-guide From 8703e5d5238474eb796fa24ba26ec6bdf3ae1c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Thu, 9 Jun 2016 12:29:31 -0300 Subject: [PATCH 1919/3141] 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 c5126c81..f218ecfd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1771,7 +1771,7 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - - GHC 8 - distributed-process + - distributed-process # GHC 8 - distributed-process-async # GHC 8 - distributed-process-client-server # GHC 8 - distributed-process-execution From b844e863430e1c774c3343970db4f4dfb58849d4 Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Thu, 9 Jun 2016 16:31:07 +0100 Subject: [PATCH 1920/3141] Correct typo Duh! --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00b5f06b..ceb2d7fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -364,7 +364,7 @@ packages: - gravatar "Paul Harper ": - yesod-auth-oauth2 + - yesod-auth-oauth2 "Felipe Lessa @meteficha": - country-codes From 1640557e374a2940fee5614def5f781639e02d1f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Jun 2016 10:14:54 -0700 Subject: [PATCH 1921/3141] Skip hledger-lib benchmarks per #1587 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61db5fd8..e8837573 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2943,6 +2943,9 @@ skipped-benchmarks: # https://github.com/fpco/stackage/issues/1226 - unordered-containers + # https://github.com/fpco/stackage/issues/1587 + - hledger-lib + # end of skipped-benchmarks From cfe032ec51df3078ea790a395dea472a7a0541d2 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Thu, 9 Jun 2016 11:38:45 -0700 Subject: [PATCH 1922/3141] Add optparse-simple Dependency of `stack` (just waiting for https://github.com/sol/hpack/pull/110 to be merged and released, then `stack` can be added back). --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e13b95b9..56ee23b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -734,6 +734,7 @@ packages: # GHC 8 - ghc-events - monad-extras # GHC 8 - stack < 9.9.9 + - optparse-simple "Michael Sloan ": - th-orphans From 8656ca429ccdf25add7b67e251e1747b1091be1f Mon Sep 17 00:00:00 2001 From: Siddharth Date: Fri, 10 Jun 2016 16:11:26 +0530 Subject: [PATCH 1923/3141] add symengine to stackage Add symEngine haskell bindings (https://github.com/symengine/symengine.hs) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67bb2d06..52f68af9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Siddharth Bhat @bollu": + - symengine + "alpheccar @alpheccar": - HPDF - hbayes From 2d277cfb18d8f3896934abf706847a069ec719ae Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 10 Jun 2016 15:46:31 +0300 Subject: [PATCH 1924/3141] Add servant-swagger-ui --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67bb2d06..cfd265a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -978,6 +978,7 @@ packages: - postgresql-simple-url - range-set-list - regex-applicative-text + - servant-swagger-ui - servant-yaml - spdx - these From 34e735fb6bdf2c699c4507741378ef47f52cd013 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Fri, 10 Jun 2016 08:03:08 -0700 Subject: [PATCH 1925/3141] Add back `stack` and add its dependency `hpack` --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67bb2d06..324b3f64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -733,8 +733,9 @@ packages: - Chart-cairo # GHC 8 - ghc-events - monad-extras - # GHC 8 - stack < 9.9.9 + - stack < 9.9.9 - optparse-simple + - hpack "Michael Sloan ": - th-orphans From 56f7a7426e0a0f3597c53fabc3f561ae25ff5c4c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 10 Jun 2016 21:38:36 +0200 Subject: [PATCH 1926/3141] Re-enable hdevtools Compilation against GHC 8.0.1 should be fixed with https://github.com/hdevtools/hdevtools/pull/21, released to hackage as version 0.1.3.2 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 400defe8..231e067c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -802,8 +802,7 @@ packages: - yesod-form-richtext "Sebastian Nagel @ch1bo": - [] - # GHC 8 - hdevtools + - hdevtools "Andrey Chudnov ": - language-ecmascript From 5ca70763a594895d1cb9d912b50873d72992747c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 10 Jun 2016 13:38:44 -0700 Subject: [PATCH 1927/3141] Skip symengine test suite per missing C lib --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 400defe8..289ae7c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,7 +3,7 @@ ghc-major-version: "8.0" packages: "Siddharth Bhat @bollu": - symengine - + "alpheccar @alpheccar": - HPDF - hbayes @@ -2479,6 +2479,9 @@ skipped-tests: # https://github.com/acid-state/safecopy/issues/45 - safecopy + # Missing C library: symengine + - symengine + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From fcfd0475b455428df50f9d6d913fe01f3ab84351 Mon Sep 17 00:00:00 2001 From: Jeremy Shaw Date: Fri, 10 Jun 2016 21:36:28 -0500 Subject: [PATCH 1928/3141] Jeremy Shaw - reenable a bunch of packages which now build with GHC 8 --- build-constraints.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67bb2d06..5f0a89a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1934,25 +1934,25 @@ packages: # GHC 8 - clckwrks-plugin-page # GHC 8 - clckwrks-plugin-media # GHC 8 - clckwrks-theme-bootstrap - # GHC 8 - hackage-whatsnew + - hackage-whatsnew # GHC 8 - happstack-authenticate - # GHC 8 - happstack-clientsession + - happstack-clientsession # GHC 8 - happstack-hsp - # GHC 8 - happstack-jmacro - # GHC 8 - happstack-server - # GHC 8 - happstack-server-tls - # GHC 8 - hsx-jmacro + - happstack-jmacro + - happstack-server + - happstack-server-tls + - hsx-jmacro # GHC 8 - ixset - reform - reform-blaze - reform-hamlet - # GHC 8 - reform-happstack - # GHC 8 - reform-hsp - # GHC 8 - userid + - reform-happstack + - reform-hsp + - userid - web-plugins - web-routes - # GHC 8 - web-routes-boomerang - # GHC 8 - web-routes-happstack + - web-routes-boomerang + - web-routes-happstack - web-routes-hsp - web-routes-th - web-routes-wai From 8f06b0cafd9e81a496cdb2e57b1863e94a8e8f3a Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Sat, 11 Jun 2016 16:22:05 +0100 Subject: [PATCH 1929/3141] irc-client-0.4.0.0 is GHC 8 compatible. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 289ae7c5..fd903509 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1611,7 +1611,7 @@ packages: - tasty-dejafu - irc-ctcp - irc-conduit - # GHC 8 - irc-client + - irc-client "Trevor Elliott @elliottt": - irc From c3ad77e8b5b8ec783226d24ef61dbd633a2c468f Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Sat, 11 Jun 2016 16:22:22 -0400 Subject: [PATCH 1930/3141] Change Omari Norman's packages for GHC 8 pipes-cliff should now work without changes, as the upstream packages are now working in GHC 8. No new release of validation has been made, so I split the interesting parts out into a new package, accuerr. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a6a16e2..50fa6525 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -112,7 +112,7 @@ packages: "Omari Norman ": - rainbow - rainbox - # GHC 8 - pipes-cliff + - pipes-cliff - anonymous-sums - multiarg - prednote @@ -120,7 +120,7 @@ packages: - Earley - ofx - pinchot - # GHC 8 - validation + - accuerr "Neil Mitchell": - hlint From 1cda891e01a63ace4c65b6a9a7589fbc665ca5e2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 11 Jun 2016 22:53:31 -0700 Subject: [PATCH 1931/3141] Add constraint "tagsoup < 0.14" per #1597 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a6a16e2..edbc27d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2275,6 +2275,8 @@ packages: # https://github.com/fpco/stackage/issues/1555 - authenticate-oauth < 1.6 + # https://github.com/fpco/stackage/issues/1597 + - tagsoup < 0.14 # end of packages From 6006c05593cd48def0403a97c265b17ce0535453 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Jun 2016 00:11:14 -0700 Subject: [PATCH 1932/3141] Skipped rose-trees test suite per athanclark/rose-trees#5 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6dd64d49..58938eb9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2483,6 +2483,9 @@ skipped-tests: # Missing C library: symengine - symengine + # https://github.com/athanclark/rose-trees/pull/5 + - rose-trees + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 226f827015d4f348210d3d581c4f0f46c134780e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Jun 2016 00:23:04 -0700 Subject: [PATCH 1933/3141] Skipped rose-trees benchmarks per athanclark/rose-trees#5 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58938eb9..f9adb89d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2960,6 +2960,9 @@ skipped-benchmarks: # https://github.com/fpco/stackage/issues/1587 - hledger-lib + # https://github.com/athanclark/rose-trees/pull/5 + - rose-trees + # end of skipped-benchmarks From a55b6410cee1e76f0d557f7713e27f283744c42c Mon Sep 17 00:00:00 2001 From: Index Int Date: Sun, 12 Jun 2016 17:44:36 +0300 Subject: [PATCH 1934/3141] Unblock union for GHC 8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9adb89d..19820e84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1474,7 +1474,7 @@ packages: "Index Int ": - transformers-lift - ether - # GHC 8 - union + - union "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write From 925438a29bc8f5b7808f3e07649c005a799c00af Mon Sep 17 00:00:00 2001 From: John Lenz Date: Sun, 12 Jun 2016 12:46:40 -0500 Subject: [PATCH 1935/3141] Allow hspec-webdriver and webdriver-angular for GHC 8 I have tested these with nightly-2016-06-12 and they both work with GHC 8.0.1 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19820e84..8588abe8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1454,8 +1454,8 @@ packages: "John Lenz @wuzzeb": - yesod-auth-account - yesod-static-angular - # GHC 8 - hspec-webdriver - # GHC 8 - webdriver-angular + - hspec-webdriver + - webdriver-angular "Sven Heyll @sheyll": - b9 From 270971781f92173216eb30508c064438876b49c3 Mon Sep 17 00:00:00 2001 From: Artyom Date: Sun, 12 Jun 2016 22:38:37 +0300 Subject: [PATCH 1936/3141] Add text-all --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19820e84..6462a499 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1577,6 +1577,7 @@ packages: - Spock-lucid - charsetdetect-ae - ilist + - text-all "Takano Akio aljee@hyper.cx @takano-akio": # GHC 8 - fast-builder From dacfefd6cad37dd5a8cda8496a417dac2aa8bcd6 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Sun, 12 Jun 2016 23:47:44 +0200 Subject: [PATCH 1937/3141] `ad-4.3.2.1` is compatible with GHC 8 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19820e84..b12a8edb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -245,7 +245,8 @@ packages: - MFlow "Edward Kmett ": - # BLOCKED comonad 5 - ad + # BLOCKED comonad 5 + - ad - adjunctions # GHC 8 - approximate - bifunctors From 5fe2285d570d6a1c24516ec6882d7b730f822a73 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sun, 12 Jun 2016 16:50:04 -0700 Subject: [PATCH 1938/3141] Enable `morte` and `pipes-extras` `morte-1.6.1` and `pipes-extras-1.0.4` now build against Stackage nightly --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19820e84..3b2fedd7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -444,13 +444,13 @@ packages: "Gabriel Gonzalez ": - optparse-generic - pipes - # GHC 8 - pipes-extras + - pipes-extras - pipes-parse - pipes-concurrency - pipes-safe - turtle - foldl - # GHC 8 - morte + - morte "Andrew Thaddeus Martin ": - yesod-table From 81a7de095d19a0bab6e4b1399b6662ff4cb49410 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 13 Jun 2016 09:48:08 -0400 Subject: [PATCH 1939/3141] Add back previously broken benchmarks --- build-constraints.yaml | 3 --- debian-bootstrap.sh | 12 +++++++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19820e84..60620810 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2850,7 +2850,6 @@ expected-test-failures: expected-benchmark-failures: - Frames - attoparsec - - bzlib-conduit - cipher-aes128 - cryptohash - dbus @@ -2863,9 +2862,7 @@ expected-benchmark-failures: - mongoDB - picoparsec - rethinkdb - - stateWriter - thyme - - vinyl - warp - web-routing - xmlgen diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index ae20a8b8..db1f6273 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -99,7 +99,9 @@ apt-get install -y \ libyaml-dev \ libzip-dev \ libzmq3-dev \ - llvm \ + # The LLVM version should be kept in sync with what GHC requires for its + # LLVM backend (see below for more information). + llvm-3.7 \ m4 \ nettle-dev \ nodejs \ @@ -122,3 +124,11 @@ mv /opt/ghc/$GHCVER/share/doc/ghc-$GHCVER/ /opt/ghc/$GHCVER/share/doc/ghc # faster anyways and uses less RAM. update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20 update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10 + +# GHC requires a specific LLVM version on the system PATH for its LLVM backend. +# This version is tracked here: +# https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/LLVM/Installing +# +# GHC 8.0 requires LLVM 3.7 tools (specifically, llc-3.7 and opt-3.7). +update-alternatives --install "/usr/bin/llc" "llc" "/usr/bin/llc-3.7" 50 +update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-3.7" 50 From a7dd3f0161056379e6f6c760f95614fae77dd4f7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Jun 2016 08:03:16 -0700 Subject: [PATCH 1940/3141] Skip union benchmarks per int-index/union#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19820e84..eba63c1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2963,6 +2963,9 @@ skipped-benchmarks: # https://github.com/athanclark/rose-trees/pull/5 - rose-trees + # https://github.com/int-index/union/issues/4 + - union + # end of skipped-benchmarks From a0177bbf9513462cd13107b4e409eb9f002eb32a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Jun 2016 08:33:54 -0700 Subject: [PATCH 1941/3141] delete outdated comment --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7564acf7..3c1e00db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -245,7 +245,6 @@ packages: - MFlow "Edward Kmett ": - # BLOCKED comonad 5 - ad - adjunctions # GHC 8 - approximate From e12f27be9f10c1c7d8a14d45d7ac9596ca42fc5f Mon Sep 17 00:00:00 2001 From: Index Int Date: Tue, 14 Jun 2016 00:34:46 +0300 Subject: [PATCH 1942/3141] Restore union bench This reverts commit a7dd3f0161056379e6f6c760f95614fae77dd4f7. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c1e00db..5b4da6a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2964,9 +2964,6 @@ skipped-benchmarks: # https://github.com/athanclark/rose-trees/pull/5 - rose-trees - # https://github.com/int-index/union/issues/4 - - union - # end of skipped-benchmarks From 33241c13997d9780c8c431fb21391b912466d235 Mon Sep 17 00:00:00 2001 From: David Reaver Date: Mon, 13 Jun 2016 15:07:46 -0700 Subject: [PATCH 1943/3141] Unblock stratosphere for GHC 8 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c1e00db..d7ae252d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2196,8 +2196,7 @@ packages: - protobuf-simple "David Reaver @jdreaver": - [] - # BLOCKED comonad 5 - stratosphere + - stratosphere "Alexey Rodiontsev @klappvisor": - telegram-api From 6730b5160192b1e4d5d0046bcb144cb3892f7526 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 14 Jun 2016 11:23:50 +0300 Subject: [PATCH 1944/3141] Add generics-sop-lens and friendly-time --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75ff38c0..2b482c62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -973,6 +973,7 @@ packages: - binary-orphans - binary-tagged - edit-distance + - generics-sop-lens # GHC 8 - github - insert-ordered-containers - JuicyPixels-scale-dct @@ -990,6 +991,7 @@ packages: # Not a maintainer - arithmoi + - friendly-time - hashable # GHC 8 - haxl - monad-time From e8bcf48579b1e5ae23f75c0679b1748a7e5c9fbb Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Tue, 14 Jun 2016 22:40:39 +0200 Subject: [PATCH 1945/3141] Propose `parsers` for inclusion --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75ff38c0..539d5d63 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -288,7 +288,8 @@ packages: - mtl - nats - numeric-extras - # GHC 8 - parsers + # GHC 8 + - parsers - pointed - prelude-extras - profunctor-extras From 7d58bfa8c9dbc0ab3cd91d45b69089602dae1340 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 15 Jun 2016 12:50:45 +0900 Subject: [PATCH 1946/3141] debian-bootstrap.sh: remove comment from apt-get install --- debian-bootstrap.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index db1f6273..0a77511f 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -99,8 +99,6 @@ apt-get install -y \ libyaml-dev \ libzip-dev \ libzmq3-dev \ - # The LLVM version should be kept in sync with what GHC requires for its - # LLVM backend (see below for more information). llvm-3.7 \ m4 \ nettle-dev \ From 2eeb2102b3dbc775d999160a36cf66be2ccefaf8 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Wed, 15 Jun 2016 00:01:59 -0700 Subject: [PATCH 1947/3141] Proprose docvim inclusion --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fcc1ba7b..1a2e6af6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2248,6 +2248,9 @@ packages: "Cliff Harvey ": - ansigraph + "Greg Hurrell ": + - docvim + # 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 06d4f942109aa6f46895bead79ae14de96516a6a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 15 Jun 2016 17:01:27 +0900 Subject: [PATCH 1948/3141] Revert "Disable amazonka-iot and amazonka-lambda per #1568" fixed in 1.4.3 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fcc1ba7b..87c2af1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1089,13 +1089,11 @@ packages: - amazonka-importexport - amazonka-inspector - amazonka-iot-dataplane - # https://github.com/fpco/stackage/issues/1568 - # - amazonka-iot + - amazonka-iot - amazonka-kinesis - amazonka-kinesis-firehose - amazonka-kms - # https://github.com/fpco/stackage/issues/1568 - # - amazonka-lambda + - amazonka-lambda - amazonka-marketplace-analytics - amazonka-marketplace-metering - amazonka-ml From eeb515f05b238db1cc09872372c60ddac4a1ba6e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 15 Jun 2016 17:41:57 +0900 Subject: [PATCH 1949/3141] revert "Expect hpio tests to fail #1540" fixed in 0.8.0.2 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87c2af1d..78d2964c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2836,9 +2836,6 @@ expected-test-failures: # https://github.com/thoughtpolice/hs-ed25519/issues/15 - ed25519 - # https://github.com/fpco/stackage/issues/1540 - - hpio - # https://github.com/fpco/stackage/issues/1552 - purescript From ef2014d57c11681b4de85bc44c37910ce0791edd Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Wed, 15 Jun 2016 14:51:26 +0200 Subject: [PATCH 1950/3141] latest inline-c is 8.0.1 ready --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78d2964c..0d641f04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1850,7 +1850,8 @@ packages: "Luke Iannini @lukexi": [] - # GHC 8 - inline-c + # GHC 8 + - inline-c # GHC 8 - inline-c-cpp # GHC 8 - ekg From a2e72209b8bcfc14675547113e7c72aa62ddce47 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Wed, 15 Jun 2016 15:38:15 +0200 Subject: [PATCH 1951/3141] Update build-constraints.yaml fixed typo --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0d641f04..5c830d0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1849,7 +1849,6 @@ packages: - webdriver "Luke Iannini @lukexi": - [] # GHC 8 - inline-c # GHC 8 - inline-c-cpp From e73a009a3f0b5331df0d0c6fa01373d4a1b485f0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 15 Jun 2016 15:40:44 +0200 Subject: [PATCH 1952/3141] build-constraints.yaml: add new distribution-nixpkgs package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78d2964c..e735938b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1692,6 +1692,7 @@ packages: - nagios-check "Peter Simons simons@cryp.to @peti": + - distribution-nixpkgs - funcmp - hackage-db - hledger-interest From d5bd392f05ad8676d854c5863addfec58e266a4b Mon Sep 17 00:00:00 2001 From: Tebello Thejane Date: Wed, 15 Jun 2016 16:45:43 +0200 Subject: [PATCH 1953/3141] Add bitx-bitcoin. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78d2964c..e45712b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2245,6 +2245,9 @@ packages: "Cliff Harvey ": - ansigraph + + "Tebello Thejane @tebello-thejane": + - bitx-bitcoin # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From cfb31f06ad990fdcba78a75d892cac308cdcebf7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 15 Jun 2016 10:49:11 -0700 Subject: [PATCH 1954/3141] Re-enable bloodhound --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78d2964c..9ab398ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -459,9 +459,8 @@ packages: "Arash Rouhani ": - yesod-text-markdown - # https://github.com/fpco/stackage/issues/1155 - # "Chris Allen ": - # - bloodhound + "Chris Allen ": + - bloodhound "Adam Bergmark @bergmark": - aeson From 9fb0b613bb3a0bbfda923aa80ad45f7c59510026 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Wed, 15 Jun 2016 19:31:06 -0400 Subject: [PATCH 1955/3141] Add back bits, semigroupoids, and streams --- build-constraints.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ab398ec..26ae0704 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -249,7 +249,7 @@ packages: - adjunctions # GHC 8 - approximate - bifunctors - # GHC 8 - bits + - bits # GHC 8 - bound - bytes - charset @@ -288,7 +288,6 @@ packages: - mtl - nats - numeric-extras - # GHC 8 - parsers - pointed - prelude-extras @@ -301,7 +300,7 @@ packages: - semigroupoids - semigroups - speculation - # BLOCKED comonad 5 - streams + - streams - tagged - vector-instances - void @@ -2463,7 +2462,6 @@ skipped-tests: - ad - composition-tree # GHC 8 - patches-vector - - semigroupoids # GHC 8 (bytestring-handle) - tar @@ -2563,9 +2561,6 @@ expected-test-failures: # Requires SAT solver and old QuickCheck - ersatz - # Failing doctests - - bits - # No server running - amqp From 0c6d30de5630d5b7a4186a6252c27f210d98698a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Jun 2016 11:49:22 +0900 Subject: [PATCH 1956/3141] add stackage-cli to Dan's packages to allow stackage-curator to stack build --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02af192e..2b2d64b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -423,6 +423,7 @@ packages: - runmemo - tardis - lens-family-th + - stackage-cli "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server From 8109086487b3ff390ab5716514a61de9b80a9aae Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Jun 2016 11:51:44 +0900 Subject: [PATCH 1957/3141] semigroupoids-5.0.1 should build without tests (#1615) --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b2d64b6..0a267cd8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2284,6 +2284,9 @@ packages: # https://github.com/fpco/stackage/issues/1597 - tagsoup < 0.14 + + # https://github.com/fpco/stackage/issues/1615 + - semigroupoids < 5.1 # end of packages @@ -2492,6 +2495,8 @@ skipped-tests: # https://github.com/athanclark/rose-trees/pull/5 - rose-trees + # https://github.com/fpco/stackage/issues/1615 + - semigroupoids # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From bf633b26eedd007b04630a54978cccbceb0a5e14 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Jun 2016 12:16:16 +0900 Subject: [PATCH 1958/3141] add back stackage-curator stackage-cli is deprecated --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0a267cd8..faaafd85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -47,6 +47,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template + - stackage-curator - stm-conduit - wai-websockets - warp-tls @@ -423,7 +424,6 @@ packages: - runmemo - tardis - lens-family-th - - stackage-cli "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server From 06808c13656709a7ac2466e65cfbcb7637e2777c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Jun 2016 12:41:45 +0900 Subject: [PATCH 1959/3141] distribution-nixpkgs link problem (#1616) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ambiguous interface for ‘Text.PrettyPrint.HughesPJClass’ --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index faaafd85..afb27a3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2848,6 +2848,9 @@ expected-test-failures: # https://github.com/jetho/Hclip/issues/3 - Hclip + + # https://github.com/fpco/stackage/issues/1616 + - distribution-nixpkgs # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From a51873e079959781a60087a09dc56d4ffda3248e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Jun 2016 12:49:25 +0900 Subject: [PATCH 1960/3141] docvim test failing (wincent/docvim#25) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index afb27a3c..3f3257e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2851,6 +2851,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1616 - distribution-nixpkgs + + # https://github.com/wincent/docvim/issues/25 + - docvim # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 8dbc8574422921807114d89f2e0b809ceaff88d6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Jun 2016 12:54:01 +0900 Subject: [PATCH 1961/3141] Revert "latest inline-c is 8.0.1 ready" This reverts commit ef2014d57c11681b4de85bc44c37910ce0791edd. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3f3257e2..618d8bc1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1849,8 +1849,8 @@ packages: - webdriver "Luke Iannini @lukexi": - # GHC 8 - - inline-c + [] + # GHC 8 - inline-c # GHC 8 - inline-c-cpp # GHC 8 - ekg From 7390b82cb949e4c5f1a7e02f71e4eea080313f9c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Jun 2016 15:18:49 +0900 Subject: [PATCH 1962/3141] disable stackage-curator again (stackage-curator#20) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 618d8bc1..dfd969b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -47,7 +47,8 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # https://github.com/fpco/stackage-curator/pull/20 + #- stackage-curator - stm-conduit - wai-websockets - warp-tls From c7c8087c4b386f41dc1ab38b2e9a4c0e60f7407b Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Thu, 16 Jun 2016 16:26:41 +0200 Subject: [PATCH 1963/3141] inline-c 0.5.5.3 is GHC 8.0.1 ready --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dfd969b9..a4cdf7cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1850,8 +1850,7 @@ packages: - webdriver "Luke Iannini @lukexi": - [] - # GHC 8 - inline-c + - inline-c # GHC 8 - inline-c-cpp # GHC 8 - ekg From c3adc57d5834b1cb3b4db51bc7570df08f1f2731 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Jun 2016 15:02:50 +0900 Subject: [PATCH 1964/3141] Reverting "semigroupoids-5.0.1 should build without tests (#1615)" This reverts commit 8109086487b3ff390ab5716514a61de9b80a9aae. --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4cdf7cc..8826dd8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2284,9 +2284,6 @@ packages: # https://github.com/fpco/stackage/issues/1597 - tagsoup < 0.14 - - # https://github.com/fpco/stackage/issues/1615 - - semigroupoids < 5.1 # end of packages @@ -2495,8 +2492,6 @@ skipped-tests: # https://github.com/athanclark/rose-trees/pull/5 - rose-trees - # https://github.com/fpco/stackage/issues/1615 - - semigroupoids # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 74e65a8f6054ec1098c83de8493e2eb60e97a9d3 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Fri, 17 Jun 2016 01:36:45 -0700 Subject: [PATCH 1965/3141] Remove docvim from list of expected failures According to Travis, the latest 0.3.1.3 release should be clean/passing. https://travis-ci.org/wincent/docvim/builds/138283565 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8826dd8f..b5a3863f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2846,9 +2846,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1616 - distribution-nixpkgs - - # https://github.com/wincent/docvim/issues/25 - - docvim # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From cac7da2dd3d3c75652eea740d5ac77a27e9225b1 Mon Sep 17 00:00:00 2001 From: Nickolay Kudasov Date: Fri, 17 Jun 2016 17:51:45 +0400 Subject: [PATCH 1966/3141] Add smsaero back to Stackage `smsaero-0.5` now supports `servant-0.7` which was the problem in https://github.com/fpco/stackage/issues/1290 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8826dd8f..ba25a7e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1762,8 +1762,7 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - # https://github.com/fpco/stackage/issues/1290 - #- smsaero + - smsaero - swagger2 - servant-swagger From 7b8631786dcc885fbc2db706f8a3a9a278a2df07 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 17 Jun 2016 11:25:57 -0700 Subject: [PATCH 1967/3141] re-enable hledger packages As best I can figure out, stackage will build these successfully in GHC8 nightlies now. --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8826dd8f..8b84dc50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -640,10 +640,10 @@ packages: "Simon Michael @simonmichael": - regex-compat-tdfa # GHC 8 - darcs - # GHC 8 - hledger - # GHC 8 - hledger-lib - # GHC 8 - hledger-ui - # GHC 8 - hledger-web + - hledger + - hledger-lib + - hledger-ui + - hledger-web # GHC 8 - shelltestrunner "Mihai Maruseac ": From 54d9a31971f0221136e0d7570d291dfadf611d5d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 17 Jun 2016 11:49:54 -0700 Subject: [PATCH 1968/3141] hledger-ui/web aren't ready yet --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b84dc50..d8a43939 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -642,8 +642,8 @@ packages: # GHC 8 - darcs - hledger - hledger-lib - - hledger-ui - - hledger-web + # - hledger-ui + # - hledger-web # GHC 8 - shelltestrunner "Mihai Maruseac ": From ac5e11ac80f757ebccbf173ab7b2a8a7169e2572 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 18 Jun 2016 20:04:54 -0700 Subject: [PATCH 1969/3141] Disable docvim per outdated deps --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8826dd8f..209fe78d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2245,12 +2245,13 @@ packages: "Cliff Harvey ": - ansigraph - + "Tebello Thejane @tebello-thejane": - bitx-bitcoin - "Greg Hurrell ": - - docvim + # incompatible with lens 4.14, process 1.4.2.0 + # "Greg Hurrell ": + # - docvim # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From bf827969e8c9a59cfe292274599deee9f87d1955 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Sat, 18 Jun 2016 22:30:18 -0700 Subject: [PATCH 1970/3141] Update build-constraints.yaml re-added 'uncertain' because dependencies are back on stackage! :) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 209fe78d..2d910613 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1318,7 +1318,7 @@ packages: - prompt - tagged-binary - typelits-witnesses - # BLOCKED comonad 5 - uncertain + - uncertain "Ian Duncan @iand675": - feature-flags From 24c970ee522962f63517702aa124b0680bcd1b7e Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Sat, 18 Jun 2016 22:38:49 -0700 Subject: [PATCH 1971/3141] Re-enable docvim Again compatible with latest lens and process packages. Had inadvertently become incompatible as a result of switching to use the `lts-6.3` resolver instead of a recent nightly in https://github.com/wincent/docvim/commit/65c8615c82422fac3f9cd88bd5f343514ce2b496, and starting to use `--pvp-bounds both` in https://github.com/wincent/docvim/commit/29650e24d40bcdc5c3dd3eb2a0948925e421dd9e. Fixed in the 0.3.1.6 release: https://hackage.haskell.org/package/docvim-0.3.1.6 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 209fe78d..4a21628d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2249,9 +2249,8 @@ packages: "Tebello Thejane @tebello-thejane": - bitx-bitcoin - # incompatible with lens 4.14, process 1.4.2.0 - # "Greg Hurrell ": - # - docvim + "Greg Hurrell ": + - docvim # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 24b62a326ce27e63774f5f9b92786eebace92981 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Sun, 19 Jun 2016 17:31:57 +0300 Subject: [PATCH 1972/3141] add exp-pairs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 209fe78d..852edcdd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2248,6 +2248,9 @@ packages: "Tebello Thejane @tebello-thejane": - bitx-bitcoin + + "Andrew Lelechenko @Bodigrim": + - exp-pairs # incompatible with lens 4.14, process 1.4.2.0 # "Greg Hurrell ": From d9bb934acb005e79b776995ac64a171bd893e140 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Sun, 19 Jun 2016 23:34:44 +0900 Subject: [PATCH 1973/3141] packages about relational-record are GHC 8.0.1 ready --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 209fe78d..23c30f67 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2114,10 +2114,10 @@ packages: # GHC 8 - tidal "Kei Hibino @khibino": - # GHC 8 - relational-query - # GHC 8 - relational-query-HDBC - # GHC 8 - persistable-types-HDBC-pg - # GHC 8 - relational-record + - relational-query + - relational-query-HDBC + - persistable-types-HDBC-pg + - relational-record - text-ldap - debian-build From 733073fb7594d38ebee17b67ceb4233bb172dbae Mon Sep 17 00:00:00 2001 From: Yorick Laupa Date: Sun, 19 Jun 2016 17:13:10 +0200 Subject: [PATCH 1974/3141] Add eventstore package back `eventstore` compiles with GHC 8 now --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 209fe78d..13d944e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1906,7 +1906,7 @@ packages: # GHC 8 - lentil "Yorick Laupa yo.eight@gmail.com @YoEight": - # GHC 8 - eventstore + - eventstore - dotnet-timespan "Sebastian Dröge slomo@coaxion.net @sdroege": From 8a4434c9375ea27844e4b69b94433f071f205284 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Mon, 20 Jun 2016 00:21:18 +0900 Subject: [PATCH 1975/3141] add package-flags for GHC 8. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23c30f67..99c1f6fd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2332,6 +2332,11 @@ package-flags: time-locale-compat: old-locale: false + th-data-compat: + template-haskell-210: false + th-reify-compat: + template-haskell-210: false + HsOpenSSL: fast-bignum: false From 62f9e688e66622ebc1cb545f48fa6c14653df029 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 19 Jun 2016 11:40:33 -0700 Subject: [PATCH 1976/3141] Add constraint "singletons < 2.2" per #1627 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 209fe78d..43183bd5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2285,6 +2285,9 @@ packages: # https://github.com/fpco/stackage/issues/1597 - tagsoup < 0.14 + + # https://github.com/fpco/stackage/issues/1627 + - singletons < 2.2 # end of packages From 29d814ff6ae43ab910b4f4be35f03476cc55f712 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Sun, 19 Jun 2016 23:27:30 +0200 Subject: [PATCH 1977/3141] Reenable distributed-closure + add cassette. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0211318f..83f9d764 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1370,11 +1370,11 @@ packages: - nationstates "Mathieu Boespflug @mboes": - # https://github.com/tweag/distributed-closure/issues/3 - # GHC 8 - distributed-closure # GHC 8 - H # GHC 8 - ihaskell-inline-r # GHC 8 - inline-r + - cassette + - distributed-closure - th-lift "Christopher Reichert @creichert": From fa3180b740053425a221034a2443d88992244600 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Mon, 20 Jun 2016 09:19:42 +0900 Subject: [PATCH 1978/3141] disable packages which depend on HDBC. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99c1f6fd..11e70f41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2115,9 +2115,9 @@ packages: "Kei Hibino @khibino": - relational-query - - relational-query-HDBC - - persistable-types-HDBC-pg - - relational-record + # GHC 8 HDBC - relational-query-HDBC + # GHC 8 HDBC - persistable-types-HDBC-pg + # GHC 8 HDBC - relational-record - text-ldap - debian-build From aa89cc86efea3cd3db3365e509a680cec92b0c1b Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Mon, 20 Jun 2016 13:17:01 +0200 Subject: [PATCH 1979/3141] Reenable most HaskellR packages. Except ihaskell-inline-r, because package blocked by IHaskell not supporting GHC 8. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad656e0c..ad59bfd8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1370,11 +1370,11 @@ packages: - nationstates "Mathieu Boespflug @mboes": - # GHC 8 - H - # GHC 8 - ihaskell-inline-r - # GHC 8 - inline-r + # BLOCKED ihaskell support for GHC 8 - ihaskell-inline-r - cassette - distributed-closure + - H + - inline-r - th-lift "Christopher Reichert @creichert": From ff341de31b9795431b7b4c009447c5847ba07cf2 Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Mon, 20 Jun 2016 19:54:33 +0200 Subject: [PATCH 1980/3141] add inline-java and sparkle, with appropriate configure flags for JDK --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad656e0c..da2fb79d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2104,9 +2104,8 @@ packages: "Alp Mestanogullari alpmestan@gmail.com @alpmestan": - taggy - taggy-lens - # https://github.com/fpco/stackage/issues/1388 - #- inline-java - #- sparkle + - inline-java + - sparkle "Alex McLean @yaxu": [] @@ -2376,7 +2375,8 @@ package-flags: configure-args: inline-java: - - "--FIXME" + - "--extra-lib-dirs /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server" + - "--extra-include-dirs /usr/lib/jvm/java-8-openjdk-amd64/include" # end of configure-args From 79110fb8b71f63fb43e47255df18c300df46324b Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Tue, 21 Jun 2016 08:31:50 +0200 Subject: [PATCH 1981/3141] Add amazonka-application-autoscaling and amazonka-discovery --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad656e0c..9189b037 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1048,6 +1048,7 @@ packages: - amazonka-core - amazonka-test - amazonka-apigateway + - amazonka-application-autoscaling - amazonka-autoscaling - amazonka-certificatemanager - amazonka-cloudformation @@ -1069,6 +1070,7 @@ packages: - amazonka-datapipeline - amazonka-devicefarm - amazonka-directconnect + - amazonka-discovery - amazonka-dms - amazonka-ds - amazonka-dynamodb-streams From a4354a50af50ea856f95c22c09ac1104300f9488 Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Tue, 21 Jun 2016 08:36:33 +0200 Subject: [PATCH 1982/3141] Add gogol libraries --- build-constraints.yaml | 97 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad656e0c..7011ecbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1114,6 +1114,103 @@ packages: - amazonka-swf - amazonka-waf - amazonka-workspaces + - gogol + - gogol-core + - gogol-adexchange-buyer + - gogol-adexchange-seller + - gogol-admin-datatransfer + - gogol-admin-directory + - gogol-admin-emailmigration + - gogol-admin-reports + - gogol-adsense + - gogol-adsense-host + - gogol-affiliates + - gogol-analytics + - gogol-android-enterprise + - gogol-android-publisher + - gogol-appengine + - gogol-apps-activity + - gogol-apps-calendar + - gogol-apps-licensing + - gogol-apps-reseller + - gogol-apps-tasks + - gogol-appstate + - gogol-autoscaler + - gogol-bigquery + - gogol-billing + - gogol-blogger + - gogol-books + - gogol-civicinfo + - gogol-classroom + - gogol-cloudmonitoring + - gogol-cloudtrace + - gogol-compute + - gogol-container + - gogol-customsearch + - gogol-dataflow + - gogol-dataproc + - gogol-datastore + - gogol-debugger + - gogol-deploymentmanager + - gogol-dfareporting + - gogol-discovery + - gogol-dns + - gogol-doubleclick-bids + - gogol-doubleclick-search + - gogol-drive + - gogol-firebase-rules + - gogol-fitness + - gogol-fonts + - gogol-freebasesearch + - gogol-fusiontables + - gogol-games + - gogol-games-configuration + - gogol-games-management + - gogol-genomics + - gogol-gmail + - gogol-groups-migration + - gogol-groups-settings + - gogol-identity-toolkit + - gogol-kgsearch + - gogol-latencytest + - gogol-logging + - gogol-maps-coordinate + - gogol-maps-engine + - gogol-mirror + - gogol-monitoring + - gogol-oauth2 + - gogol-pagespeed + - gogol-partners + - gogol-people + - gogol-play-moviespartner + - gogol-plus + - gogol-plus-domains + - gogol-prediction + - gogol-proximitybeacon + - gogol-pubsub + - gogol-qpxexpress + - gogol-replicapool + - gogol-replicapool-updater + - gogol-resourcemanager + - gogol-resourceviews + - gogol-script + - gogol-sheets + - gogol-shopping-content + - gogol-siteverification + - gogol-spectrum + - gogol-sqladmin + - gogol-storage + - gogol-storage-transfer + - gogol-tagmanager + - gogol-taskqueue + - gogol-translate + - gogol-urlshortener + - gogol-useraccounts + - gogol-vision + - gogol-webmaster-tools + - gogol-youtube + - gogol-youtube-analytics + - gogol-youtube-reporting # GHC 8 - ede - pagerduty - semver From c2b50ee456b2c575bcaf0dcfdc19ac12de26e5d0 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Tue, 21 Jun 2016 09:52:01 +0200 Subject: [PATCH 1983/3141] Remove upper bound on singletons<2.2 (fixes #1627) --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad656e0c..7e135510 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2247,7 +2247,7 @@ packages: "Tebello Thejane @tebello-thejane": - bitx-bitcoin - + "Andrew Lelechenko @Bodigrim": - exp-pairs @@ -2287,8 +2287,6 @@ packages: # https://github.com/fpco/stackage/issues/1597 - tagsoup < 0.14 - # https://github.com/fpco/stackage/issues/1627 - - singletons < 2.2 # end of packages From d812041f78ca796c4f178dba6d85965b4421042f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Jun 2016 15:26:54 +0200 Subject: [PATCH 1984/3141] Re-enable fay and friends --- build-constraints.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e135510..6d0c6538 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -465,12 +465,12 @@ packages: "Adam Bergmark @bergmark": - aeson - # GHC 8 - fay - # GHC 8 - fay-base - # GHC 8 - fay-dom - # GHC 8 - fay-jquery - # GHC 8 - fay-text - # GHC 8 - fay-uri + - fay + - fay-base + - fay-dom + - fay-jquery + - fay-text + - fay-uri - feed # GHC 8 - snaplet-fay - time-compat From 02757730c85d6eae57f9750fa65a68ef4bde5492 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Wed, 22 Jun 2016 01:14:12 +0900 Subject: [PATCH 1985/3141] packages about relational-record depends on HDBC --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e135510..8d6ca999 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2114,9 +2114,9 @@ packages: "Kei Hibino @khibino": - relational-query - # GHC 8 HDBC - relational-query-HDBC - # GHC 8 HDBC - persistable-types-HDBC-pg - # GHC 8 HDBC - relational-record + - relational-query-HDBC + - persistable-types-HDBC-pg + - relational-record - text-ldap - debian-build From c3e972f93bec315dfd340a9b3cca5751f6e55344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=83=D1=80=20=D0=A4=D0=B0=D0=B9=D0=B7?= =?UTF-8?q?=D1=80=D0=B0=D1=85=D0=BC=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Wed, 22 Jun 2016 00:47:09 +0500 Subject: [PATCH 1986/3141] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e135510..1c5d19df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -801,6 +801,7 @@ packages: "Arthur Fayzrakhmanov ": # GHC 8 - sodium - yesod-form-richtext + - ghcjs-perch "Sebastian Nagel @ch1bo": - hdevtools From 29585db243dece606543d448bfe3594991881a24 Mon Sep 17 00:00:00 2001 From: Ashley Yakeley Date: Tue, 21 Jun 2016 22:38:00 -0700 Subject: [PATCH 1987/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e135510..aae5c910 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2253,6 +2253,9 @@ packages: "Greg Hurrell ": - docvim + + "Ashley Yakeley " + - countable # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 7e7d9f94f2d983bf07d9f45d4efbda453a00c416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Wed, 22 Jun 2016 21:04:41 +0200 Subject: [PATCH 1988/3141] Add webkit bindings, and re-add Gtk bindings There is a new version of haskell-gi in stackage that improves the binding compilation time in an important way, so re-add gi-gtk to stackage. Perhaps this will help with https://github.com/fpco/stackage/issues/1569 . Also add gi-webkit to stackage, with the appropriate dependencies. This could help with https://github.com/fpco/stackage/issues/1477 . --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e135510..0f915af3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2212,8 +2212,11 @@ packages: - gi-gio == 2.0.3 - gi-glib == 2.0.3 - gi-gobject == 2.0.3 - # GHC 8 - gi-gtk == 3.0.3 + - gi-gtk == 3.0.3 - gi-pango == 1.0.3 + - gi-soup == 2.4.3 + - gi-javascriptcore == 3.0.3 + - gi-webkit == 3.0.3 - haskell-gi "Brandon Simmons ": @@ -2272,9 +2275,6 @@ packages: - data-default < 0.7 - data-default-class < 0.1 - # https://github.com/fpco/stackage/issues/1477 - - gi-javascriptcore < 3.1 - # https://github.com/fpco/stackage/issues/1510 - pipes < 4.2 From 68f1af655759ec35255c8ef57cf2947494976748 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Wed, 22 Jun 2016 12:52:20 -0700 Subject: [PATCH 1989/3141] remove HDBC blocks HDBC has been fixed, so remove the comment blocks. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e135510..8d6ca999 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2114,9 +2114,9 @@ packages: "Kei Hibino @khibino": - relational-query - # GHC 8 HDBC - relational-query-HDBC - # GHC 8 HDBC - persistable-types-HDBC-pg - # GHC 8 HDBC - relational-record + - relational-query-HDBC + - persistable-types-HDBC-pg + - relational-record - text-ldap - debian-build From 8c361270b26e6d4895e3b5072ad3ece4c2cae498 Mon Sep 17 00:00:00 2001 From: Ashley Yakeley Date: Wed, 22 Jun 2016 16:03:42 -0700 Subject: [PATCH 1990/3141] Update build-constraints.yaml add missing colon --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aae5c910..6e62eddc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2254,7 +2254,7 @@ packages: "Greg Hurrell ": - docvim - "Ashley Yakeley " + "Ashley Yakeley ": - countable # If you stop maintaining a package you can move it here. From 28209dffe475259ebf1ea310e961aa6a42b40670 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Wed, 22 Jun 2016 19:20:58 -0400 Subject: [PATCH 1991/3141] Add back linear-accelerate and wl-pprint-terminfo --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e135510..81eba311 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -280,7 +280,7 @@ packages: - lca - lens - linear - # GHC 8 - linear-accelerate + - linear-accelerate # GHC 8 - log-domain - machines - monadic-arrays @@ -307,7 +307,7 @@ packages: - vector-instances - void - wl-pprint-extras - # GHC 8 - wl-pprint-terminfo + - wl-pprint-terminfo - zippers - fixed - half From 29381468b5bc984e642b1acc9c26a81f60e683e1 Mon Sep 17 00:00:00 2001 From: Jeremy Shaw Date: Thu, 23 Jun 2016 09:48:10 -0500 Subject: [PATCH 1992/3141] renabled ixset and clckwrks for GHC 8 --- build-constraints.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e135510..41bba8ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1934,20 +1934,20 @@ packages: "Jeremy Shaw @stepcut": - boomerang - # GHC 8 - clckwrks - # GHC 8 - clckwrks-cli - # GHC 8 - clckwrks-plugin-page - # GHC 8 - clckwrks-plugin-media - # GHC 8 - clckwrks-theme-bootstrap + - clckwrks + - clckwrks-cli + - clckwrks-plugin-page + - clckwrks-plugin-media + - clckwrks-theme-bootstrap - hackage-whatsnew - # GHC 8 - happstack-authenticate + - happstack-authenticate - happstack-clientsession - # GHC 8 - happstack-hsp + - happstack-hsp - happstack-jmacro - happstack-server - happstack-server-tls - hsx-jmacro - # GHC 8 - ixset + - ixset - reform - reform-blaze - reform-hamlet From 50e17838ba72039d4a9c49da31c1d3808d3e1446 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 24 Jun 2016 10:52:46 +0300 Subject: [PATCH 1993/3141] =?UTF-8?q?Add=20the=20=E2=80=98cassava-megapars?= =?UTF-8?q?ec=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e135510..46c50f55 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1482,6 +1482,7 @@ packages: - hapistrano - inflections - twitter-feed + - cassava-megaparsec # BLOCKED megaparsec 5 - dotenv "Sergey Alirzaev ": @@ -3026,6 +3027,7 @@ github-users: - jsl - jpvillaisaza - jsantos17 + - mrkkrp scotty-web: - RyanGlScott - xich From 601ad7ca446ab0aa8e1fb9a4412ac849aa366a62 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Fri, 24 Jun 2016 11:20:26 -0700 Subject: [PATCH 1994/3141] reenable uri-bytestring It is now building on ghc-8. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e135510..6a8c869b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1337,7 +1337,7 @@ packages: "Michael Xavier @MichaelXavier": - angel - # GHC 8 - uri-bytestring + - uri-bytestring # https://github.com/MichaelXavier/phash/issues/5 #- phash - cron From ba654a72ed887da5bb2d60f4103dd19bfe5ddf7f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 24 Jun 2016 17:19:30 -0700 Subject: [PATCH 1995/3141] Add constraint "semigroups < 0.18.2" per #1645 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e135510..989d6590 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2287,6 +2287,9 @@ packages: # https://github.com/fpco/stackage/issues/1597 - tagsoup < 0.14 + # https:/github.com/fpco/stackage/issues/1645 + - semigroups < 0.18.2 + # end of packages From ab86d230b8386209def46216eb3c38904ac7ad46 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sat, 25 Jun 2016 00:53:17 -0700 Subject: [PATCH 1996/3141] Add mongoDB --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e135510..fadb5890 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2254,6 +2254,9 @@ packages: "Greg Hurrell ": - docvim + "Victor Denisov @VictorDenisov": + - mongoDB + # 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 631ed01519938c40add4a0f2a0adc74ac0a8a96f Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Sat, 25 Jun 2016 11:03:32 +0100 Subject: [PATCH 1997/3141] Add back sphinx client --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 989d6590..06d32eeb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -685,6 +685,7 @@ packages: # GHC 8 - ekg-json "Paul Rouse ": + - sphinx - yesod-auth-hashdb "Toralf Wittner @twittner": From f4109251ab6cf1a7b14f8086e8522b7b0eb90e42 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Jun 2016 22:43:36 +0200 Subject: [PATCH 1998/3141] Re-enable bumper and fay-builder --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ff3fef3..e3c962dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -617,9 +617,9 @@ packages: - aeson-utils - arrow-list - attoparsec-expr - # GHC 8 - bumper + - bumper - code-builder - # GHC 8 - fay-builder + - fay-builder - generic-aeson - generic-xmlpickler - hxt-pickle-utils @@ -629,7 +629,7 @@ packages: - rest-client - rest-core - rest-gen - # GHC 8 - rest-happstack + - rest-happstack # GHC 8 - rest-snap - rest-stringmap - rest-types @@ -2356,7 +2356,7 @@ packages: "Greg Hurrell ": - docvim - + "Ashley Yakeley ": - countable From e7d6a7c5a95ccac04bd8a63a667dd2deff74eab9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Jun 2016 22:49:51 +0200 Subject: [PATCH 1999/3141] Expect mongoDB tests to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3c962dd..19fea8f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2964,6 +2964,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1616 - distribution-nixpkgs + + # https://github.com/mongodb-haskell/mongodb/issues/61 + - mongoDB # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 2ff51b4a9ffe1784789b7578eb4b81625d0c7a5e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Jun 2016 22:53:03 +0200 Subject: [PATCH 2000/3141] Disable sparkle and inline-java #1630 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19fea8f4..c5862578 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2205,8 +2205,8 @@ packages: "Alp Mestanogullari alpmestan@gmail.com @alpmestan": - taggy - taggy-lens - - inline-java - - sparkle + # - inline-java + # - sparkle "Alex McLean @yaxu": [] From b4055188c087666fe7ccffb4f10ffa7df168fbcf Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Jun 2016 23:30:26 +0200 Subject: [PATCH 2001/3141] Add docvim upper bound #1648 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c24b51b..1ee0e9c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2401,6 +2401,9 @@ packages: # https:/github.com/fpco/stackage/issues/1645 - semigroups < 0.18.2 + # https://github.com/fpco/stackage/issues/1648 + - docvim < 0.3.2.0 + # end of packages From 3c03d3ac3b70b24b2d4affd6e2a272787f9ba58f Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sat, 25 Jun 2016 16:17:04 -0700 Subject: [PATCH 2002/3141] Add bson --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ee0e9c9..2beb5f04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2367,6 +2367,7 @@ packages: "Victor Denisov @VictorDenisov": - mongoDB + - bson # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 4beb79a4be3f80e3874b9d96a8e4500c20af5484 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Sat, 25 Jun 2016 23:34:11 -0700 Subject: [PATCH 2003/3141] Remove docvim constraint The issue (https://github.com/fpco/stackage/issues/1648) is fixed by https://github.com/wincent/docvim/commit/e47358de959d3d88f647db782da3550050cbf8f5 which is in the 0.3.2.1 release. Tested with: ``` $ cabal update $ cabal get docvim-0.3.2.0 $ cd docvim-0.3.2.0 $ stack --resolver nightly init $ stack test # repro failure $ # apply fix $ stack test # see failure is no more ``` --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ee0e9c9..9c24b51b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2401,9 +2401,6 @@ packages: # https:/github.com/fpco/stackage/issues/1645 - semigroups < 0.18.2 - # https://github.com/fpco/stackage/issues/1648 - - docvim < 0.3.2.0 - # end of packages From 1e8b2dc138903e4a96422b27ba0fad2660f1effb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Jun 2016 11:34:10 +0200 Subject: [PATCH 2004/3141] data-default-instances-base upper bound for #1469 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ee0e9c9..5714f641 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2385,6 +2385,7 @@ packages: # https://github.com/fpco/stackage/issues/1469 - data-default < 0.7 - data-default-class < 0.1 + - data-default-instances-base < 0.1.0.1 # https://github.com/fpco/stackage/issues/1510 - pipes < 4.2 From dbd1e3c65056f3f6f1e67f78851148c0f2745af0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Jun 2016 11:53:19 +0200 Subject: [PATCH 2005/3141] Note about expecting mongoDB 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 5c7ac256..069be39f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2975,7 +2975,7 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1616 - distribution-nixpkgs - # https://github.com/mongodb-haskell/mongodb/issues/61 + # Requires running mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 - mongoDB # end of expected-test-failures From 335f014099d19599e0a58ee967cf88761ea4e6fc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Jun 2016 11:57:50 +0200 Subject: [PATCH 2006/3141] Expect persistent-redis tests to fail #1581 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 069be39f..b6e44b5b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2977,6 +2977,9 @@ expected-test-failures: # Requires running mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 - mongoDB + + # Requries running redis - https://github.com/fpco/stackage/pull/1581 + - persistent-redis # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 80c0f972f47977df62beb0f0f7033d2cd19d54db Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Jun 2016 12:22:19 +0200 Subject: [PATCH 2007/3141] Expect opml-conduit tests to fail k0ral/opml-conduit#4 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 645070f4..843f0c8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1523,7 +1523,7 @@ packages: "koral koral@mailoo.org @k0ral": # GHC 8 - atom-conduit # GHC 8 - conduit-parse - # GHC 8 - opml-conduit + - opml-conduit # GHC 8 - rss-conduit - imm - timerep @@ -2977,6 +2977,9 @@ expected-test-failures: # Requries running redis - https://github.com/fpco/stackage/pull/1581 - persistent-redis + + # https://github.com/k0ral/opml-conduit/issues/4 + - opml-conduit # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 96335e489c1242f55e7899992c33ddf73c3b0857 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Sun, 26 Jun 2016 12:10:00 +0100 Subject: [PATCH 2008/3141] Add optparse-text --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 843f0c8d..87a00738 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2083,6 +2083,7 @@ packages: "Pascal Hartig @passy": - giphy-api + - optparse-text "rightfold @rightfold": - open-browser From f01803daa23847e65dba16ca321822bbed832303 Mon Sep 17 00:00:00 2001 From: koral Date: Sun, 26 Jun 2016 21:02:38 +0200 Subject: [PATCH 2009/3141] Fix opml-conduit test suite --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87a00738..7c461a11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2978,9 +2978,6 @@ expected-test-failures: # Requries running redis - https://github.com/fpco/stackage/pull/1581 - persistent-redis - - # https://github.com/k0ral/opml-conduit/issues/4 - - opml-conduit # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 40f649dc44a9ba8819c235af541e607bec6e4922 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Jun 2016 23:31:21 +0200 Subject: [PATCH 2010/3141] Revert "Fix opml-conduit test suite" --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c461a11..87a00738 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2978,6 +2978,9 @@ expected-test-failures: # Requries running redis - https://github.com/fpco/stackage/pull/1581 - persistent-redis + + # https://github.com/k0ral/opml-conduit/issues/4 + - opml-conduit # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 2e02e025675375d3b22816861c23d75526d44371 Mon Sep 17 00:00:00 2001 From: koral Date: Sun, 26 Jun 2016 23:58:22 +0200 Subject: [PATCH 2011/3141] Fix opml-conduit test suite --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87a00738..7c461a11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2978,9 +2978,6 @@ expected-test-failures: # Requries running redis - https://github.com/fpco/stackage/pull/1581 - persistent-redis - - # https://github.com/k0ral/opml-conduit/issues/4 - - opml-conduit # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 920ce2873d4b4d5248949d520f3ac54e8c3e49a2 Mon Sep 17 00:00:00 2001 From: Michael Thompson Date: Mon, 27 Jun 2016 03:04:55 +0200 Subject: [PATCH 2012/3141] reinstate pipes-text/lens-family/streaming These all work with ghc-8 on travis, and I was able to compile them with `resolver: nightly-2016-06-21` --- build-constraints.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87a00738..ea9cc1f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1404,13 +1404,12 @@ packages: - tasty-silver "Michael Thompson @michaelt": - [] - # GHC 8 - pipes-text - # GHC 8 - lens-simple - # GHC 8 - lens-family-core - # GHC 8 - lens-family - # GHC 8 - streaming - # GHC 8 - streaming-bytestring + - pipes-text + - lens-simple + - lens-family-core + - lens-family + - streaming + - streaming-bytestring "Justin Le @mstksg": From 0a1169eba7c3ae9f1bf64315d749eb4c449eec54 Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Mon, 27 Jun 2016 14:51:47 +0200 Subject: [PATCH 2013/3141] add inline-java and sparkle, with appropriate configure flags --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea9cc1f3..761444f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2207,8 +2207,8 @@ packages: "Alp Mestanogullari alpmestan@gmail.com @alpmestan": - taggy - taggy-lens - # - inline-java - # - sparkle + - inline-java + - sparkle "Alex McLean @yaxu": [] @@ -2490,8 +2490,8 @@ package-flags: configure-args: inline-java: - - "--extra-lib-dirs /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server" - - "--extra-include-dirs /usr/lib/jvm/java-8-openjdk-amd64/include" + - --extra-lib-dirs /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server + - --extra-include-dirs /usr/lib/jvm/java-8-openjdk-amd64/include # end of configure-args From aeb812706b469e6a62f9509ad34a5deb1b28be5b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 28 Jun 2016 00:18:01 +0200 Subject: [PATCH 2014/3141] Expect octane doctest to fail due to ambiguous imports tfausak/octane#35 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04de2f8d..56d444d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2977,6 +2977,9 @@ expected-test-failures: # Requries running redis - https://github.com/fpco/stackage/pull/1581 - persistent-redis + + # https://github.com/tfausak/octane/issues/35 + - octane # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From ec80b44a61db018c55a3bdaf7911e046041cdf28 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 28 Jun 2016 00:22:51 +0200 Subject: [PATCH 2015/3141] Another inline-java attempt This reverts commit 0a1169eba7c3ae9f1bf64315d749eb4c449eec54. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56d444d1..4884fc99 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2490,8 +2490,8 @@ package-flags: configure-args: inline-java: - - --extra-lib-dirs /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server - - --extra-include-dirs /usr/lib/jvm/java-8-openjdk-amd64/include + - "--extra-lib-dirs /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server" + - "--extra-include-dirs /usr/lib/jvm/java-8-openjdk-amd64/include" # end of configure-args From 229523ce60cf822f3b208f59f0d9aa73d9549043 Mon Sep 17 00:00:00 2001 From: Cliff Harvey Date: Tue, 28 Jun 2016 02:09:39 +0200 Subject: [PATCH 2016/3141] Add quantum-random package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4884fc99..72bd8184 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2352,6 +2352,7 @@ packages: "Cliff Harvey ": - ansigraph + - quantum-random "Tebello Thejane @tebello-thejane": - bitx-bitcoin From 8535acd662dfeb6e85205d1286ec2053f235aa69 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Tue, 28 Jun 2016 10:14:27 +0300 Subject: [PATCH 2017/3141] =?UTF-8?q?Enable=20the=20=E2=80=98dotenv?= =?UTF-8?q?=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4884fc99..f338b669 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1584,7 +1584,7 @@ packages: - inflections - twitter-feed - cassava-megaparsec - # BLOCKED megaparsec 5 - dotenv + - dotenv "Sergey Alirzaev ": - monad-peel From 91bcabc1fe51fafc30ed722eef27a47c9e876c3e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 28 Jun 2016 13:08:29 +0300 Subject: [PATCH 2018/3141] Add safe-exceptions (pinging @bergmark) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4884fc99..34ac7cf2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -103,6 +103,7 @@ packages: - wai-middleware-consul - wai-middleware-crowd - monad-logger-json + - safe-exceptions # https://github.com/fpco/monad-logger-syslog/issues/3 # - monad-logger-syslog From 41294d8b17fe484177b05838f26eeac3e604012d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 28 Jun 2016 12:41:56 +0200 Subject: [PATCH 2019/3141] Another attempt at building inline-java --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34ac7cf2..22cff5b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2491,8 +2491,8 @@ package-flags: configure-args: inline-java: - - "--extra-lib-dirs /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server" - - "--extra-include-dirs /usr/lib/jvm/java-8-openjdk-amd64/include" + - --extra-lib-dirs /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server + - --extra-include-dirs /usr/lib/jvm/java-8-openjdk-amd64/include # end of configure-args From 89a07a12786d3b14156d5eb27b648f87dd725a22 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 28 Jun 2016 14:18:54 +0300 Subject: [PATCH 2020/3141] Put each inline-java option separately (pinging @bergmark) --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6bff78c6..887eadd7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2492,8 +2492,10 @@ package-flags: configure-args: inline-java: - - --extra-lib-dirs /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server - - --extra-include-dirs /usr/lib/jvm/java-8-openjdk-amd64/include + - --extra-lib-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include # end of configure-args From cad5cde87e4ffbe691922c60ebf5730f28eea4d5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 28 Jun 2016 14:23:12 +0300 Subject: [PATCH 2021/3141] Block inline-java and sparkle for #1660 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 887eadd7..b9b5765d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2208,8 +2208,9 @@ packages: "Alp Mestanogullari alpmestan@gmail.com @alpmestan": - taggy - taggy-lens - - inline-java - - sparkle + # https://github.com/fpco/stackage/issues/1660 + # - inline-java + # - sparkle "Alex McLean @yaxu": [] From c2454f85ce8f154a8b29246e54d2d4398eaae577 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 28 Jun 2016 19:35:16 +0200 Subject: [PATCH 2022/3141] Skip Glob test-suite Deewiant/glob#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9b5765d..235d17b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2572,9 +2572,10 @@ skipped-tests: - terminal-progress-bar - threads - yesod-static-angular - # https://github.com/fpco/stackage/pull/906 - HaRe + # https://github.com/Deewiant/glob/issues/1 + - Glob # https://github.com/haskell/zlib/issues/2 - zlib From fb301721348bda5015d4511ef60cb54cc03968d1 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 28 Jun 2016 23:04:41 +0300 Subject: [PATCH 2023/3141] Resolve #1645 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 235d17b4..7e7fb478 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2403,9 +2403,6 @@ packages: # https://github.com/fpco/stackage/issues/1597 - tagsoup < 0.14 - # https:/github.com/fpco/stackage/issues/1645 - - semigroups < 0.18.2 - # end of packages From 9145d80d04be4859d48c569a032ef0a03734d2da Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 28 Jun 2016 22:40:59 +0200 Subject: [PATCH 2024/3141] distribution-nixpkgs test suite should be fixed, closes #1616 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 235d17b4..4c5e7158 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2975,9 +2975,6 @@ expected-test-failures: # https://github.com/jetho/Hclip/issues/3 - Hclip - # https://github.com/fpco/stackage/issues/1616 - - distribution-nixpkgs - # Requires running mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 - mongoDB From c99efc7490e9eafd6cac3c830d1ac1b71df06871 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 29 Jun 2016 15:32:36 +0900 Subject: [PATCH 2025/3141] add hoodle (wavewave/hoodle#55) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd677e7a..f2fa03a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -888,6 +888,7 @@ packages: - vado # GHC 8 - vcsgui - vcswrapper + - hoodle - cairo - gio From d7dbc445316d2b1d1d986a527c62a86b519a689c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 29 Jun 2016 23:39:33 +0200 Subject: [PATCH 2026/3141] Revert "add hoodle (wavewave/hoodle#55)" --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f2fa03a3..cd677e7a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -888,7 +888,6 @@ packages: - vado # GHC 8 - vcsgui - vcswrapper - - hoodle - cairo - gio From ae69b5941d970301eda4f26a7015451138ca1e6e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 29 Jun 2016 23:46:44 +0200 Subject: [PATCH 2027/3141] cartel upper bound for #1664 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd677e7a..0af22c77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2403,6 +2403,9 @@ packages: # https://github.com/fpco/stackage/issues/1597 - tagsoup < 0.14 + # https://github.com/fpco/stackage/issues/1664 + - cartel < 0.18.0.0 + # end of packages From 4ca7ff94dc1e65175ed740bd6b3ac58cd4cb4753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Wed, 29 Jun 2016 19:27:22 -0300 Subject: [PATCH 2028/3141] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0af22c77..3795c890 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1892,6 +1892,7 @@ packages: - distributed-static - network-transport - network-transport-tcp + - network-transport-inmemory # GHC 8 - network-transport-composed - rank1dynamic From 23b4f5b7c926ac367cb96aacce6beb4a4aeaf5d8 Mon Sep 17 00:00:00 2001 From: Alexis King Date: Wed, 29 Jun 2016 16:00:26 -0700 Subject: [PATCH 2029/3141] Add test-fixture --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3795c890..d9edaa69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2373,6 +2373,9 @@ packages: - mongoDB - bson + "Alexis King @lexi-lambda": + - test-fixture + # 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 cf11086fc52021c8dba3e605757d86cf0d2c48d4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 30 Jun 2016 09:36:22 +0200 Subject: [PATCH 2030/3141] Remove upper bound and close #1664 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3795c890..b8832d24 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2404,9 +2404,6 @@ packages: # https://github.com/fpco/stackage/issues/1597 - tagsoup < 0.14 - # https://github.com/fpco/stackage/issues/1664 - - cartel < 0.18.0.0 - # end of packages From 20ff9fab1173ce24ceb1df77e865553ab776f797 Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Thu, 30 Jun 2016 08:49:47 -0400 Subject: [PATCH 2031/3141] Add timelens to Omari Norman's packages --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b8832d24..e4af0574 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -124,6 +124,7 @@ packages: - ofx - pinchot - accuerr + - timelens "Neil Mitchell": - hlint From e9c7d77dc5c60ba7760f40b7e15204f8a02b5110 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 1 Jul 2016 00:11:02 +0200 Subject: [PATCH 2032/3141] aeson-pretty upper bound for #1668 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e950082..fbe50043 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2408,6 +2408,9 @@ packages: # https://github.com/fpco/stackage/issues/1597 - tagsoup < 0.14 + # https://github.com/fpco/stackage/issues/1668 + - aeson-pretty < 0.8.0 + # end of packages From 5fd0de2cfa5a7ca49d7bada699559fcdf6b9f622 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 1 Jul 2016 12:07:42 +0200 Subject: [PATCH 2033/3141] stratosphere upper bound for #1668 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbe50043..4cd8b541 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2410,6 +2410,7 @@ packages: # https://github.com/fpco/stackage/issues/1668 - aeson-pretty < 0.8.0 + - stratosphere < 0.1.3 # end of packages From 30caac62e2563c54f975d96eb0a98847f4222eb5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 2 Jul 2016 21:43:38 +0300 Subject: [PATCH 2034/3141] Expected Haddock failure thoughtbot/yesod-auth-oauth2#67 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cd8b541..49b0b615 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3063,6 +3063,9 @@ expected-haddock-failures: # https://github.com/fpco/stackage/pull/1549 - ghc-exactprint + + # https://github.com/thoughtbot/yesod-auth-oauth2/issues/67 + - yesod-auth-oauth2 # end of expected-haddock-failures From 99711e1062b9aad739a05bcea863348426fce270 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Mon, 4 Jul 2016 01:25:01 +0900 Subject: [PATCH 2035/3141] Adding yahoo-finance-api package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49b0b615..b32955d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1727,6 +1727,7 @@ packages: - natural-transformation # GHC 8 - opaleye-trans - read-env-var + - yahoo-finance-api "Franklin Chen @FranklinChen": - Ebnf2ps From 9c52a6e96d4cedcc5317c6a94869e5be6a34307b Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Sun, 3 Jul 2016 20:46:30 -0700 Subject: [PATCH 2036/3141] Add versions, vectortiles, and pipes-random All have been updated for GHC8 support. --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b32955d8..8d4b764f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -581,8 +581,10 @@ packages: "Colin Woodbury @fosskers": - microlens-aeson + - versions + - vectortiles + - pipes-random # GHC 8 - kanji - # GHC 8 - versions "Ketil Malde": - biocore From d5e0bcd77395a8114c71e761d2abfb19bdc72602 Mon Sep 17 00:00:00 2001 From: Michael Litchard Date: Mon, 4 Jul 2016 00:02:17 -0700 Subject: [PATCH 2037/3141] added point-octree --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c137643..a589cc8b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Michael Litchard @mlitchard": + - point-octree + "Siddharth Bhat @bollu": - symengine From 1fd0ec5636dfd8afa655f7e56275a5023cf5bca3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 4 Jul 2016 16:39:52 +0300 Subject: [PATCH 2038/3141] Expected test failure fosskers/vectortiles#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c137643..b8142d3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2992,6 +2992,9 @@ expected-test-failures: # https://github.com/tfausak/octane/issues/35 - octane + + # https://github.com/fosskers/vectortiles/issues/2 + - vectortiles # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 0cddb70235c2b2b08f22bd06ec96f575c67ca661 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 4 Jul 2016 16:41:26 +0300 Subject: [PATCH 2039/3141] Expected test failure pikajude/th-printf#3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b8142d3a..4a584d27 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2995,6 +2995,9 @@ expected-test-failures: # https://github.com/fosskers/vectortiles/issues/2 - vectortiles + + # https://github.com/pikajude/th-printf/issues/3 + - th-printf # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From a014cf20f3848d2b43568556e45d7531440a0f41 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 4 Jul 2016 10:32:05 -0400 Subject: [PATCH 2040/3141] Add back rose-trees and warp benchmarks --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bafaf5a7..4746e75e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,7 +3021,6 @@ expected-benchmark-failures: - picoparsec - rethinkdb - thyme - - warp - web-routing - xmlgen - yi-rope @@ -3118,9 +3117,6 @@ skipped-benchmarks: # https://github.com/fpco/stackage/issues/1587 - hledger-lib - # https://github.com/athanclark/rose-trees/pull/5 - - rose-trees - # end of skipped-benchmarks From 717406ef851833fbcec1fcb66ad9d4721b0d37f1 Mon Sep 17 00:00:00 2001 From: Alberto Date: Mon, 4 Jul 2016 17:35:07 +0200 Subject: [PATCH 2041/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4746e75e..144be868 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -250,6 +250,9 @@ packages: - TCache - Workflow - MFlow + - transient + - transient-universe + - ghcjs-hplay "Edward Kmett ": - ad From 8a624ea468104c1edc969d71657d810fad08fa18 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 4 Jul 2016 19:54:05 +0300 Subject: [PATCH 2042/3141] Upper bounds for #1676 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 144be868..59b78232 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2421,6 +2421,11 @@ packages: - aeson-pretty < 0.8.0 - stratosphere < 0.1.3 + # https://github.com/fpco/stackage/issues/1676 + - http-client < 0.5 + - http-client-tls < 0.3 + - http-conduit < 2.2 + # end of packages From 5b8efe14f89cfea1fb267128988e06d91e035a08 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 5 Jul 2016 06:25:38 +0300 Subject: [PATCH 2043/3141] Expected Haddock failure agocorona/transient#22 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59b78232..20a0d584 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3085,6 +3085,9 @@ expected-haddock-failures: # https://github.com/thoughtbot/yesod-auth-oauth2/issues/67 - yesod-auth-oauth2 + + # https://github.com/agocorona/transient/issues/22 + - transient-universe # end of expected-haddock-failures From 3969c178ffaea2224a30cc03de3f2fee38b03508 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 5 Jul 2016 06:26:38 +0300 Subject: [PATCH 2044/3141] Expected test failure agocorona/transient#23 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20a0d584..0ad99202 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3009,6 +3009,9 @@ expected-test-failures: # https://github.com/pikajude/th-printf/issues/3 - th-printf + + # https://github.com/agocorona/transient/issues/23 + - transient # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 29c3eff9355eee66d17629fcb6d2b852c516cd53 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 5 Jul 2016 06:29:10 +0300 Subject: [PATCH 2045/3141] Temporary block for k0ral/imm#7 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ad99202..2f51d3c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1534,7 +1534,8 @@ packages: # GHC 8 - conduit-parse - opml-conduit # GHC 8 - rss-conduit - - imm + # https://github.com/k0ral/imm/issues/7 + # - imm - timerep # GHC 8 - xml-conduit-parse From b4967530d65a2290caa079ea0767b668d929bd70 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 5 Jul 2016 22:25:52 +0200 Subject: [PATCH 2046/3141] Add cabal2nix maintained by myself. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f51d3c0..f5ec3d2d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1807,6 +1807,7 @@ packages: "Peter Simons simons@cryp.to @peti": - distribution-nixpkgs + - cabal2nix - funcmp - hackage-db - hledger-interest From 5d186a44613d4db1b84ddd87379866e344d26dec Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 5 Jul 2016 22:29:09 +0200 Subject: [PATCH 2047/3141] Add jailbreak-cabal maintained by myself. I tried to add that tool before, but back then it wasn't possible because `jailbreak-cabal` had too specific requirements on `Cabal`. Since the switch to GHC 8.x, however, this should no longer be an issue. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f51d3c0..74ffc6ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1814,6 +1814,7 @@ packages: - hsdns - hsemail - hsyslog + - jailbreak-cabal - language-nix - nix-paths - streamproc From c221307c1af3877eb6d7b09f1ddc3716aaeb838c Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Tue, 5 Jul 2016 16:39:47 -0400 Subject: [PATCH 2048/3141] Readded packages that are good with nightly Tested the packages on nightly and there were no issues, so I assume the GHC 8 dependencies are fixed. --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f51d3c0..ee0bb6f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1828,14 +1828,14 @@ packages: - moesocks "Gregory W. Schwartz @GregorySchwartz": - # GHC 8 - fasta - # GHC 8 - diversity - # GHC 8 - modify-fasta + - fasta + - diversity + - modify-fasta - tree-fun - random-tree - clumpiness - find-clumpiness - # GHC 8 - blosum + - blosum "Simon Marechal @bartavelle": - compactmap From 669fb393a66b36120bfac3d99d92701cf5db8221 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 6 Jul 2016 07:23:30 +0300 Subject: [PATCH 2049/3141] Add extra upper bound on hoauth --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68e39b05..92a982b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2428,6 +2428,7 @@ packages: - http-client < 0.5 - http-client-tls < 0.3 - http-conduit < 2.2 + - hoauth < 0.5.5 # end of packages From c423d6bf357b3fe215b0500ead24cf1d138b6e10 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 6 Jul 2016 07:24:40 +0300 Subject: [PATCH 2050/3141] typo --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92a982b0..3fe27f20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2428,7 +2428,7 @@ packages: - http-client < 0.5 - http-client-tls < 0.3 - http-conduit < 2.2 - - hoauth < 0.5.5 + - hoauth2 < 0.5.5 # end of packages From 790b9497b2ee5ddc6321e225def45534b617c1de Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 6 Jul 2016 10:57:03 +0300 Subject: [PATCH 2051/3141] Remove expected Haddock failure and close agocorona/transient#22 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fe27f20..7fd813f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3092,9 +3092,6 @@ expected-haddock-failures: # https://github.com/thoughtbot/yesod-auth-oauth2/issues/67 - yesod-auth-oauth2 - - # https://github.com/agocorona/transient/issues/22 - - transient-universe # end of expected-haddock-failures From 8248b2c71c2d712bb026d29d536664d0fff03b77 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 6 Jul 2016 12:07:52 +0300 Subject: [PATCH 2052/3141] Remove expected test failure for agocorona/transient#23 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fd813f0..5a48e1f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3013,9 +3013,6 @@ expected-test-failures: # https://github.com/pikajude/th-printf/issues/3 - th-printf - - # https://github.com/agocorona/transient/issues/23 - - transient # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 6f5cfaa7e64d1da043b41759c3c809c56c00d5c9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Jul 2016 09:18:25 +0300 Subject: [PATCH 2053/3141] Remove expected Haddock failure thoughtbot/yesod-auth-oauth2#67 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a48e1f3..cec34cc7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3086,9 +3086,6 @@ expected-haddock-failures: # https://github.com/fpco/stackage/pull/1549 - ghc-exactprint - - # https://github.com/thoughtbot/yesod-auth-oauth2/issues/67 - - yesod-auth-oauth2 # end of expected-haddock-failures From 18703d1ace4987eb6d84cb5c66e14ad06235508c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Jul 2016 09:33:16 +0300 Subject: [PATCH 2054/3141] Upper bound for GregorySchwartz/diversity#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cec34cc7..7bf05cf0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2430,6 +2430,9 @@ packages: - http-conduit < 2.2 - hoauth2 < 0.5.5 + # https://github.com/GregorySchwartz/diversity/issues/2 + - diversity < 0.8 + # end of packages From 78f74e63e8c4549d89a7212f689226db6a02701b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Jul 2016 09:35:52 +0300 Subject: [PATCH 2055/3141] Upper bound for GregorySchwartz/modify-fasta#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bf05cf0..25a4c251 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2431,7 +2431,8 @@ packages: - hoauth2 < 0.5.5 # https://github.com/GregorySchwartz/diversity/issues/2 - - diversity < 0.8 + # https://github.com/GregorySchwartz/modify-fasta/issues/1 + - fasta < 0.10.3 # end of packages From c136a56b29376501283051f0d65ecb77931de1ac Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Jul 2016 09:40:40 +0300 Subject: [PATCH 2056/3141] Upper bound for DanielG/cabal-helper#25 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25a4c251..b06eaead 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2434,6 +2434,9 @@ packages: # https://github.com/GregorySchwartz/modify-fasta/issues/1 - fasta < 0.10.3 + # https://github.com/DanielG/cabal-helper/issues/25 + - cabal-helper < 0.7.1 + # end of packages From bf1865b0df2a9c7c2a1b375ba8f915b44e06e2a0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Jul 2016 09:40:50 +0300 Subject: [PATCH 2057/3141] More upper bounds for #1676 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b06eaead..d874e647 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2429,6 +2429,8 @@ packages: - http-client-tls < 0.3 - http-conduit < 2.2 - hoauth2 < 0.5.5 + - bloodhound < 0.11.1.0 + - eventstore < 0.13.1.3 # https://github.com/GregorySchwartz/diversity/issues/2 # https://github.com/GregorySchwartz/modify-fasta/issues/1 From d971b08f7983b76778100d1d717d1a3bd12c30ef Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Jul 2016 18:25:17 +0300 Subject: [PATCH 2058/3141] Remove fasta upper bound --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d874e647..44a1f77c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2432,10 +2432,6 @@ packages: - bloodhound < 0.11.1.0 - eventstore < 0.13.1.3 - # https://github.com/GregorySchwartz/diversity/issues/2 - # https://github.com/GregorySchwartz/modify-fasta/issues/1 - - fasta < 0.10.3 - # https://github.com/DanielG/cabal-helper/issues/25 - cabal-helper < 0.7.1 From 4ab433eadb697ebbef6ebf58a675bb147519f614 Mon Sep 17 00:00:00 2001 From: Patrick Chilton Date: Fri, 8 Jul 2016 00:28:11 +0200 Subject: [PATCH 2059/3141] Update build-constraints.yaml --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d874e647..cba7b600 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2388,6 +2388,10 @@ packages: "Alexis King @lexi-lambda": - test-fixture + + "Patrick Chilton ": + - solga + - solga-swagger # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 3e6c49cc1166161620819f34d292eab51d77eacf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 8 Jul 2016 07:47:24 +0300 Subject: [PATCH 2060/3141] Expect test failure yesodweb/css-text#10 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44a1f77c..4f71c48b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3018,6 +3018,9 @@ expected-test-failures: # https://github.com/pikajude/th-printf/issues/3 - th-printf + + # https://github.com/yesodweb/css-text/issues/10 + - css-text # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From bef509d305e3c8f4ed93ebc1afa8e512f7862048 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 8 Jul 2016 14:14:40 +0300 Subject: [PATCH 2061/3141] =?UTF-8?q?Add=20the=20=E2=80=98stache=E2=80=99?= =?UTF-8?q?=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c10fbbf..994103b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1596,6 +1596,7 @@ packages: - twitter-feed - cassava-megaparsec - dotenv + - stache "Sergey Alirzaev ": - monad-peel From 8bbd3ba87b73a741bec759bc63dcdddc0c19bea9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 8 Jul 2016 17:06:09 +0300 Subject: [PATCH 2062/3141] Remove upper bound for DanielG/cabal-helper#25 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 994103b8..8643d820 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2437,9 +2437,6 @@ packages: - bloodhound < 0.11.1.0 - eventstore < 0.13.1.3 - # https://github.com/DanielG/cabal-helper/issues/25 - - cabal-helper < 0.7.1 - # end of packages From d61facd6c575ef3daa98166e4105251f625baa92 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Jul 2016 11:16:13 -0700 Subject: [PATCH 2063/3141] Disable solga-swagger per chpatrick/solga#6 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8643d820..3f1cba15 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2389,10 +2389,11 @@ packages: "Alexis King @lexi-lambda": - test-fixture - + "Patrick Chilton ": - solga - - solga-swagger + # https://github.com/chpatrick/solga/issues/6 + # - solga-swagger # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 43ab977e4a9e5d78606e15c1321c91d60862ae50 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sat, 9 Jul 2016 11:25:15 -0400 Subject: [PATCH 2064/3141] Add back cryptol --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3f1cba15..3bd2bd19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1048,7 +1048,7 @@ packages: - language-thrift "Adam C. Foltzer acfoltzer@galois.com @acfoltzer": - # GHC 8 - cryptol + - cryptol - gitrev - persistent-refs diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 0a77511f..924e134f 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -111,6 +111,7 @@ apt-get install -y \ stack \ wget \ xclip \ + z3 \ zip \ zlib1g-dev From e3c200c2bb837efb1d9c7d51ab6fd7e4544aea48 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 9 Jul 2016 21:16:40 +0300 Subject: [PATCH 2065/3141] Add back imm --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3f1cba15..c0ed11f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1534,8 +1534,7 @@ packages: # GHC 8 - conduit-parse - opml-conduit # GHC 8 - rss-conduit - # https://github.com/k0ral/imm/issues/7 - # - imm + - imm - timerep # GHC 8 - xml-conduit-parse From 919439c9397d4d71f3f255d40b2c09742bbfc258 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Sat, 9 Jul 2016 22:33:59 +0300 Subject: [PATCH 2066/3141] add fast-digits --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0ed11f5..5cee1099 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2375,6 +2375,7 @@ packages: "Andrew Lelechenko @Bodigrim": - exp-pairs + - fast-digits "Greg Hurrell ": - docvim From 24de00cb858b6e0364d23d851da8c5d4be04a1e8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 9 Jul 2016 16:25:39 -0700 Subject: [PATCH 2067/3141] Remove constraint on data-default, disable rethinkdb per #1469 --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34a2951a..2025dec6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1714,7 +1714,9 @@ packages: "Brandon Martin @codedmart": # GHC 8 - engine-io-wai - - rethinkdb + # rethinkdb-2.2.0.5 requires data-default < 0.7 + # - rethinkdb + [] "Michael Walker @barrucadu": # GHC 8 - both @@ -2409,11 +2411,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1469 - - data-default < 0.7 - - data-default-class < 0.1 - - data-default-instances-base < 0.1.0.1 - # https://github.com/fpco/stackage/issues/1510 - pipes < 4.2 From 58421f862392107dd6122eb41370d8ce9eecf48c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 9 Jul 2016 16:58:22 -0700 Subject: [PATCH 2068/3141] Lift constraint on hsyslog, disable hdaemonize. Closes #1515 --- build-constraints.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2025dec6..f987a471 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -552,8 +552,7 @@ packages: - courier "Aycan iRiCAN ": - - hdaemonize - - hsyslog + # - hdaemonize - hweblib "Joachim Breitner ": @@ -2414,9 +2413,6 @@ packages: # https://github.com/fpco/stackage/issues/1510 - pipes < 4.2 - # https://github.com/fpco/stackage/issues/1515 - - hsyslog < 3 - # https://github.com/fpco/stackage/issues/1555 - authenticate-oauth < 1.6 From 7cfedad1239e5e38ad962774474b480d0f00ec10 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 9 Jul 2016 17:13:16 -0700 Subject: [PATCH 2069/3141] Remove constraint on tagsoup, disable country-codes and xml-to-json. Closes #1597 --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f987a471..1248c3a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -380,7 +380,8 @@ packages: - yesod-auth-oauth2 "Felipe Lessa @meteficha": - - country-codes + # Requires tagsoup < 0.14 + # - country-codes # BLOCKED persistent 2.5 - esqueleto - fb # BLOCKED persistent 2.5 - fb-persistent @@ -1264,7 +1265,8 @@ packages: # - hmatrix-repa "Noam Lewis @sinelaw": - - xml-to-json + # Requires hxt-tagsoup which requires tagsoup < 0.14 + # - xml-to-json - xml-to-json-fast - digits - unification-fd @@ -2416,9 +2418,6 @@ packages: # https://github.com/fpco/stackage/issues/1555 - authenticate-oauth < 1.6 - # https://github.com/fpco/stackage/issues/1597 - - tagsoup < 0.14 - # https://github.com/fpco/stackage/issues/1668 - aeson-pretty < 0.8.0 - stratosphere < 0.1.3 From 430e827fadab3937c4e7cac082f951c3edf849ce Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 10 Jul 2016 02:02:26 -0700 Subject: [PATCH 2070/3141] Skip atom-conduit tests per #1685 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1248c3a6..5c05b9fd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2647,6 +2647,9 @@ skipped-tests: # https://github.com/athanclark/rose-trees/pull/5 - rose-trees + # https://github.com/fpco/stackage/issues/1685 + - atom-conduit + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 7a11f4ca24fc0ea1ffbe361d5371fe112c70cad7 Mon Sep 17 00:00:00 2001 From: Jon Schoning Date: Sun, 10 Jul 2016 22:45:01 -0500 Subject: [PATCH 2071/3141] add pinboard --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c05b9fd..04f0c619 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -154,6 +154,9 @@ packages: "Alfredo Di Napoli ": - mandrill + "Jon Schoning @jonschoning": + - pinboard + "Jasper Van der Jeugt": - blaze-html - blaze-markup @@ -2429,6 +2432,7 @@ packages: - hoauth2 < 0.5.5 - bloodhound < 0.11.1.0 - eventstore < 0.13.1.3 + - pinboard < 0.9.7 # end of packages From 890767f226ce56c760b259f9c4236bfa207302b1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 10 Jul 2016 23:26:53 -0700 Subject: [PATCH 2072/3141] Add constraints "servant < 0.8" etc per #1689 --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c05b9fd..3bc0b402 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2430,6 +2430,15 @@ packages: - bloodhound < 0.11.1.0 - eventstore < 0.13.1.3 + # https://github.com/fpco/stackage/issues/1689 + - servant < 0.8 + - servant-client < 0.8 + - servant-foreign < 0.8 + - servant-server < 0.8 + - servant-docs < 0.8 + - servant-mock < 0.8 + - servant-js < 0.8 + # end of packages From 900dafed3ddc2fc5e43423465693877017982b65 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 10 Jul 2016 23:28:58 -0700 Subject: [PATCH 2073/3141] Add constraint "uuid-orphans < 1.4" per #1690 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3bc0b402..f0f1717b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2439,6 +2439,9 @@ packages: - servant-mock < 0.8 - servant-js < 0.8 + # https://github.com/fpco/stackage/issues/1690 + - uuid-orphans < 1.4 + # end of packages From ac95263ba98cdb007fe6c50d4e75e5fb83c557eb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 10 Jul 2016 23:30:53 -0700 Subject: [PATCH 2074/3141] Add constraint "QuickCheck < 2.9" per #1691 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0f1717b..e2d529fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2442,6 +2442,9 @@ packages: # https://github.com/fpco/stackage/issues/1690 - uuid-orphans < 1.4 + # https://github.com/fpco/stackage/issues/1691 + - QuickCheck < 2.9 + # end of packages From 96d39d47a922abea43539576b2e31aa1b73ea11d Mon Sep 17 00:00:00 2001 From: Nicolas Mattia Date: Mon, 11 Jul 2016 18:25:54 +0200 Subject: [PATCH 2075/3141] Add makefile --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1940181f..f85acbd4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Nicolas Mattia" @nmattia": + - makefile + "Michael Litchard @mlitchard": - point-octree From 4cd6ece5c2a980bfac4d5bbae691853d880f3d0f Mon Sep 17 00:00:00 2001 From: Nicolas Mattia Date: Mon, 11 Jul 2016 18:39:56 +0200 Subject: [PATCH 2076/3141] Fix typo --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f85acbd4..a274fe41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,7 +1,7 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: - "Nicolas Mattia" @nmattia": + "Nicolas Mattia @nmattia": - makefile "Michael Litchard @mlitchard": From 51555884ab16350c87cff092c59cea378e39cda2 Mon Sep 17 00:00:00 2001 From: Patrick Chilton Date: Mon, 11 Jul 2016 19:36:00 +0200 Subject: [PATCH 2077/3141] Re-add solga-swagger, clang-pure, webrtc-vad All dependency issues should be fixed. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1940181f..c136338d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2398,8 +2398,9 @@ packages: "Patrick Chilton ": - solga - # https://github.com/chpatrick/solga/issues/6 - # - solga-swagger + - solga-swagger + - clang-pure + - webrtc-vad # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 37075ebc2d6cfad28928cfe20aca832f64107c6a Mon Sep 17 00:00:00 2001 From: Bartosz Nitka Date: Mon, 11 Jul 2016 18:56:25 +0100 Subject: [PATCH 2078/3141] Enable active for stackage nightly I've tested locally and it builds (active-0.2.0.10) with GHC 8 now. This is my first time submitting a pull request for this repo, so here's what I did: ``` cabal unpack active cd active-0.2.0.10/ stack init --resolver nightly --force stack build ``` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1940181f..69ae7f36 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -348,7 +348,7 @@ packages: - picoparsec "Brent Yorgey ": - # GHC 8 - active + - active # GHC 8 - BlogLiterately # GHC 8 - BlogLiterately-diagrams # GHC 8 - diagrams From 6569f903a3fd0bca876db57e46445b48b3e2a8e3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Jul 2016 09:44:41 +0900 Subject: [PATCH 2079/3141] bound for language-puppet (#1689) until we move to servant-0.8 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c136338d..f70bc16c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2443,6 +2443,7 @@ packages: - servant-docs < 0.8 - servant-mock < 0.8 - servant-js < 0.8 + - language-puppet < 1.3 # https://github.com/fpco/stackage/issues/1690 - uuid-orphans < 1.4 From 186cad96977a4a31f241fb08f1bb0ef7fd9ee1ec Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Jul 2016 09:45:47 +0900 Subject: [PATCH 2080/3141] try enabling stackage-curator --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f70bc16c..35d8b5e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -50,8 +50,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # https://github.com/fpco/stackage-curator/pull/20 - #- stackage-curator + - stackage-curator - stm-conduit - wai-websockets - warp-tls From a2a9cb15b743173d4997c60915755c8fc2390528 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Jul 2016 09:53:34 +0900 Subject: [PATCH 2081/3141] re-enable atom-conduit tests (#1685) for 0.3.1.2 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35d8b5e0..2be32030 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1533,7 +1533,7 @@ packages: - Spintax "koral koral@mailoo.org @k0ral": - # GHC 8 - atom-conduit + - atom-conduit # GHC 8 - conduit-parse - opml-conduit # GHC 8 - rss-conduit @@ -2667,9 +2667,6 @@ skipped-tests: # https://github.com/athanclark/rose-trees/pull/5 - rose-trees - # https://github.com/fpco/stackage/issues/1685 - - atom-conduit - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 9cde856ad86fae82c769406fbe75868315d71f31 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Jul 2016 10:00:20 +0900 Subject: [PATCH 2082/3141] try enabling more of koral's conduit packages --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2be32030..95830d0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1534,12 +1534,12 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - # GHC 8 - conduit-parse + - conduit-parse - opml-conduit - # GHC 8 - rss-conduit + - rss-conduit - imm - timerep - # GHC 8 - xml-conduit-parse + - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - protocol-buffers From 4a610fae9594a9b852d43a2f9cfc0fe2ea09ffbb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Jul 2016 10:00:56 +0900 Subject: [PATCH 2083/3141] move juhp's leksah packages to end --- build-constraints.yaml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95830d0b..93a779d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -887,18 +887,8 @@ packages: "Jens Petersen juhpetersen@gmail.com @juhp": - cabal-rpm - cabal-sort - - ghcjs-codemirror - # https://github.com/fpco/stackage/issues/1569 - # - ghcjs-dom - hslua # GHC 8 - idris - # https://github.com/fpco/stackage/issues/1569 - # - jsaddle - # GHC 8 - leksah-server - # GHC 8 - ltk - - vado - # GHC 8 - vcsgui - - vcswrapper - cairo - gio @@ -910,6 +900,17 @@ packages: - webkitgtk3 - webkitgtk3-javascriptcore + - ghcjs-codemirror + # https://github.com/fpco/stackage/issues/1569 + # - ghcjs-dom + # https://github.com/fpco/stackage/issues/1569 + # - jsaddle + # GHC 8 - leksah-server + # GHC 8 - ltk + - vado + # GHC 8 - vcsgui + - vcswrapper + "Renzo Carbonara renzocarbonara@gmail.com @k0001": # GHC 8 - network-simple # GHC 8 - pipes-aeson From 4e70dad7e5fc163e5079f5d2c6a910f63cb0724c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Jul 2016 11:37:38 +0900 Subject: [PATCH 2084/3141] Revert "Add constraint "uuid-orphans < 1.4" per #1690" fixed with clckwrks 0.23.17 This reverts commit 900dafed3ddc2fc5e43423465693877017982b65. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 308919ae..acf808a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2448,9 +2448,6 @@ packages: - servant-js < 0.8 - language-puppet < 1.3 - # https://github.com/fpco/stackage/issues/1690 - - uuid-orphans < 1.4 - # https://github.com/fpco/stackage/issues/1691 - QuickCheck < 2.9 From e97ca2ffbe7a371157491a934f7415b81acebaa5 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Tue, 12 Jul 2016 10:33:51 +0100 Subject: [PATCH 2085/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index acf808a5..59c74628 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2405,6 +2405,9 @@ packages: - clang-pure - webrtc-vad + "Michal Konecny ": + - hmpfr + # 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 c34a35cc7c7c7e492a336615e113aa73e690cb16 Mon Sep 17 00:00:00 2001 From: Bartosz Nitka Date: Tue, 12 Jul 2016 15:19:24 +0100 Subject: [PATCH 2086/3141] Add tasty-rerun to stackage It builds with GHC 8 after 1.1.6 release. @ocharles was OK with putting it on stackage. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index acf808a5..ad2833ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1616,6 +1616,7 @@ packages: # GHC 8 - libsystemd-journal # GHC 8 - network-carbon # GHC 8 - socket-io + - tasty-rerun "Scott Murphy scott.murphy@plowtech.net @smurphy8": [] From 8a2fffa52eda0619d2f483111e2c3bc0a212d639 Mon Sep 17 00:00:00 2001 From: Bartosz Nitka Date: Tue, 12 Jul 2016 20:22:27 +0100 Subject: [PATCH 2087/3141] Add diagrams back Diagrams builds fine with GHC 8. --- build-constraints.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index acf808a5..890a897f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -353,19 +353,19 @@ packages: - active # GHC 8 - BlogLiterately # GHC 8 - BlogLiterately-diagrams - # GHC 8 - diagrams + - diagrams # GHC 8 - diagrams-builder # GHC 8 - diagrams-haddock # GHC 8 - diagrams-cairo - # GHC 8 - diagrams-contrib - # GHC 8 - diagrams-core + - diagrams-contrib + - diagrams-core # GHC 8 - diagrams-gtk - # GHC 8 - diagrams-lib + - diagrams-lib # GHC 8 - diagrams-postscript # GHC 8 - diagrams-rasterific - # GHC 8 - diagrams-svg + - diagrams-svg - dual-tree - # GHC 8 - force-layout + - force-layout # GHC 8 - haxr - MonadRandom - monoid-extras From 85421f1e07a0067992003efa232ef2c186b5c242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Tue, 12 Jul 2016 22:28:40 +0200 Subject: [PATCH 2088/3141] Add netpbm and its dependencies --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index acf808a5..d8b0df27 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1716,8 +1716,12 @@ packages: - hidapi - iso8601-time - loop + - netpbm - network-house - reinterpret-cast + # As dependencies of packages above + - attoparsec-binary + - storable-record "Brandon Martin @codedmart": # GHC 8 - engine-io-wai From da64aa6079309004cd5d8e7d37b6d1c0e2dca05c Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 12 Jul 2016 23:36:40 +0300 Subject: [PATCH 2089/3141] Fix 1552: Purescript 0.9.2 hopefully fixed test-suite --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index acf808a5..1099fe41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3014,9 +3014,6 @@ expected-test-failures: # https://github.com/thoughtpolice/hs-ed25519/issues/15 - ed25519 - # https://github.com/fpco/stackage/issues/1552 - - purescript - # https://github.com/jetho/Hclip/issues/3 - Hclip From 506b7be26a0903a77a51b801b309adde952ddcdf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Jul 2016 11:12:02 +0900 Subject: [PATCH 2090/3141] re-enable haskell-packages (haskell-suite/haskell-packages#23) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8619ed8c..57889955 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2417,8 +2417,7 @@ packages: # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 "Abandoned packages": - # fails with aeson-0.11 (https://github.com/haskell-suite/haskell-packages/issues/23) - #- haskell-packages + - haskell-packages - curl - hse-cpp From 15c12ffd724a98f82bbaa0ed5e392397a9acc969 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 12 Jul 2016 22:29:36 -0400 Subject: [PATCH 2091/3141] Re-enable hOpenPGP/hopenpgp-tools Also re-enable binary-conduit as it has been fixed. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 57889955..429cdbbe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -71,7 +71,7 @@ packages: - yesod-test - yesod-websockets - cereal-conduit - # GHC 8 - binary-conduit + - binary-conduit # GHC 8 - lzma-conduit - mutable-containers - hpc-coveralls @@ -575,11 +575,11 @@ packages: - HandsomeSoup "Clint Adams @clinty": - # GHC 8 - hOpenPGP + - hOpenPGP - openpgp-asciiarmor - MusicBrainz - DAV - # GHC 8 - hopenpgp-tools + - hopenpgp-tools - opensource "Joey Hess @joeyh": From c9033682346f0bb39db04bdf6c4ab274805e50ce Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Jul 2016 11:33:48 +0900 Subject: [PATCH 2092/3141] allow makefile test to fail (#1693) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 57889955..636eadf0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3041,6 +3041,9 @@ expected-test-failures: # https://github.com/yesodweb/css-text/issues/10 - css-text + + # https://github.com/fpco/stackage/pull/1693 + - makefile # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From f7b9439408bb1b199be9e58150bc6b55855a1b03 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Jul 2016 11:58:00 +0900 Subject: [PATCH 2093/3141] clckwrks-plugin-page not building (clckwrks/clckwrks-plugin-page#1) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 636eadf0..8a4d6666 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2067,7 +2067,8 @@ packages: - boomerang - clckwrks - clckwrks-cli - - clckwrks-plugin-page + # https://github.com/clckwrks/clckwrks-plugin-page/issues/1 + #- clckwrks-plugin-page - clckwrks-plugin-media - clckwrks-theme-bootstrap - hackage-whatsnew From c26f45ab082d89574884177e086ac3abdab462aa Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Jul 2016 12:08:02 +0900 Subject: [PATCH 2094/3141] purescript-0.9.2 not building (purescript/purescript#2226) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a4d6666..6496f23b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2459,6 +2459,8 @@ packages: # https://github.com/fpco/stackage/issues/1691 - QuickCheck < 2.9 + # https://github.com/purescript/purescript/issues/2226 + - purescript < 0.9.2 # end of packages From 164b90c22f6555c0a5f48251888f952c45ac9dfe Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Jul 2016 12:09:25 +0900 Subject: [PATCH 2095/3141] Revert "Fix #1552: Purescript 0.9.2 hopefully fixed test-suite" This reverts commit da64aa6079309004cd5d8e7d37b6d1c0e2dca05c. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6496f23b..18a7e3e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3024,6 +3024,9 @@ expected-test-failures: # https://github.com/thoughtpolice/hs-ed25519/issues/15 - ed25519 + # https://github.com/fpco/stackage/issues/1552 + - purescript + # https://github.com/jetho/Hclip/issues/3 - Hclip From b63a2cdc3476721cd54e85673c4bd7aa1f0ea438 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Jul 2016 12:14:41 +0900 Subject: [PATCH 2096/3141] add purescript PR link --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18a7e3e7..2b30e0de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2460,6 +2460,7 @@ packages: - QuickCheck < 2.9 # https://github.com/purescript/purescript/issues/2226 + # https://github.com/purescript/purescript/pull/2225 - purescript < 0.9.2 # end of packages From 9ef8333f937757877e871f2fe289b2647eeb208a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Jul 2016 12:22:49 +0900 Subject: [PATCH 2097/3141] stache benchmark not building (stackbuilders/stache#9) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b30e0de..e47ac5a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3081,6 +3081,9 @@ expected-benchmark-failures: # GHC 8 - cassava + + # https://github.com/stackbuilders/stache/issues/9 + - stache # end of expected-benchmark-failures From cfce6bb25149dd78191a8b4dd82d0bf49defc884 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Jul 2016 12:26:46 +0900 Subject: [PATCH 2098/3141] Revert "try enabling stackage-curator" This reverts commit 186cad96977a4a31f241fb08f1bb0ef7fd9ee1ec. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e47ac5a6..c8a793cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -53,7 +53,8 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # https://github.com/fpco/stackage-curator/pull/20 + #- stackage-curator - stm-conduit - wai-websockets - warp-tls From 51270373ed6140b100b15e94b28bbe7887a2dd4e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Jul 2016 12:35:01 +0900 Subject: [PATCH 2099/3141] debian-bootstrap.sh: add libmpfr-dev (#1695) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 924e134f..7eb88074 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -74,6 +74,7 @@ apt-get install -y \ libmagickcore-dev \ libmagickwand-dev \ libmarkdown2-dev \ + libmpfr-dev \ libmysqlclient-dev \ libncurses-dev \ libnotify-dev \ From 56a3d846a5ea1ca20781183e28a6c161065a7c54 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Jul 2016 12:47:27 +0900 Subject: [PATCH 2100/3141] disable clang-pure until libclang-dev installed (#1692) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8a793cf..c15cb763 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2409,7 +2409,8 @@ packages: "Patrick Chilton ": - solga - solga-swagger - - clang-pure + # https://github.com/fpco/stackage/pull/1692 + #- clang-pure - webrtc-vad "Michal Konecny ": From 9b54d28251487a625b11387fd148f8780f3e5058 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Jul 2016 13:30:31 +0900 Subject: [PATCH 2101/3141] netpbm tests are failing (nh2/haskell-netpbm#2) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa71015d..379d3c70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3053,6 +3053,9 @@ expected-test-failures: # https://github.com/fpco/stackage/pull/1693 - makefile + + # https://github.com/nh2/haskell-netpbm/issues/2 + - netpbm # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 956a752638e93e2f8888b234be782222139245bd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Jul 2016 13:57:44 +0900 Subject: [PATCH 2102/3141] CURATORS.md: nightly branch --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index c82a696e..925e16bd 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -50,7 +50,7 @@ Note we generally don't install/run services needed for testsuites in the docker ### Upgrading GHC version The Dockerfile contains information on which GHC versions should be used. You -can modify it and push it to Github to trigger a DockerHub build. The master +can modify it and push it to Github to trigger a DockerHub build. The nightly branch is used for nightlies. For LTSes, we use the ltsX branch, where X is the major version number (e.g., lts3 for lts-3.\*). From ebe0935dcb6e189e6cdca6e636f2c316ad6b3ea0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Jul 2016 14:01:41 +0900 Subject: [PATCH 2103/3141] CURATORS.md trusty -> xenial --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 925e16bd..48fda960 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -44,7 +44,7 @@ Additional (non-Haskell) system libraries or tools should be added to `stackage/ Committing the changes to a branch should trigger a DockerHub. Normally only the nightly branch needs to be updated since new packages are not added to the current lts release. -Use [Ubuntu Package content search](http://packages.ubuntu.com/) to determine which package provides particular dev files (it defaults to trusty which is the same version as the server). +Use [Ubuntu Package content search](http://packages.ubuntu.com/) to determine which package provides particular dev files (it defaults to xenial which is the version used to build Nightly). Note we generally don't install/run services needed for testsuites in the docker images - packages with tests requiring some system service can be add to expected-test-failures. From 9413561a36aed8625c16f077f39316778ca9f907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Buckwalter?= Date: Wed, 13 Jul 2016 08:10:18 +0200 Subject: [PATCH 2104/3141] Add leapseconds-announced --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 379d3c70..eb9ea037 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2375,6 +2375,10 @@ packages: - dimensional - exact-pi - numtype-dk + + "Bjorn Buckwalter @bjornbm": + - leapseconds-announced + "Pavel Ryzhov @paulrzcz": - hquantlib - persistent-redis From 33cf2fb4b2f9db1370958911b7c6dba24fb375a6 Mon Sep 17 00:00:00 2001 From: Bartosz Nitka Date: Wed, 13 Jul 2016 11:27:56 +0100 Subject: [PATCH 2105/3141] Add myself as the maintainer of 2 packages --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 379d3c70..66190dbc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2416,11 +2416,14 @@ packages: "Michal Konecny ": - hmpfr + "Bartosz Nitka @niteria": + - haskell-packages + - oeis + # 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 "Abandoned packages": - - haskell-packages - curl - hse-cpp From b97436b15c7ae1e1b51831acc7fee75b7053373f Mon Sep 17 00:00:00 2001 From: Bartosz Nitka Date: Wed, 13 Jul 2016 15:15:53 +0100 Subject: [PATCH 2106/3141] Re-add dice and misfortune They both build fine against nightly. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 379d3c70..fdb062a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1679,9 +1679,9 @@ packages: - dependent-sum - dependent-sum-template - dependent-map - # GHC 8 - dice + - dice - hstatsd - # GHC 8 - misfortune + - misfortune "Timo von Holtz @tvh": # GHC 8 - haxl-amazonka From 56314ea3456ba372dff1ee75811bde3628d977c5 Mon Sep 17 00:00:00 2001 From: Bartosz Nitka Date: Wed, 13 Jul 2016 15:19:45 +0100 Subject: [PATCH 2107/3141] Re-add lucid-svg It builds fine against nightly. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 379d3c70..e1550a9e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -945,7 +945,7 @@ packages: - palette # GHC 8 - diagrams-canvas # GHC 8 - diagrams-rasterific - # GHC 8 - lucid-svg + - lucid-svg # GHC 8 - diagrams-html5 # GHC 8 - static-canvas - svg-builder From c69aa28468bcddae00d347046c2e012c1fe4e7a6 Mon Sep 17 00:00:00 2001 From: Jan Stolarek Date: Wed, 13 Jul 2016 17:24:04 +0200 Subject: [PATCH 2108/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 379d3c70..fb7147eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -986,6 +986,9 @@ packages: - getopt-generics - graph-wrapper - string-conversions + + "Jan Stolarek jan.stolarek@p.lodz.pl @jstolarek": + - tasty-program "Oleg Grenrus oleg.grenrus@iki.fi @phadej": - aeson-compat From 11858f3e594451e7bc1dd924dc8f264003829928 Mon Sep 17 00:00:00 2001 From: Brandon Martin Date: Wed, 13 Jul 2016 08:54:44 -0700 Subject: [PATCH 2109/3141] Add rethinkdb package back to Stackage --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 379d3c70..fa2bcc3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1727,9 +1727,7 @@ packages: "Brandon Martin @codedmart": # GHC 8 - engine-io-wai - # rethinkdb-2.2.0.5 requires data-default < 0.7 - # - rethinkdb - [] + - rethinkdb "Michael Walker @barrucadu": # GHC 8 - both From 1986517a1c6936ae620c197ea4cf92d66449724f Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Wed, 13 Jul 2016 13:56:01 -0400 Subject: [PATCH 2110/3141] Add back mongoDB and stache benchmarks --- build-constraints.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 379d3c70..e7bec2a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,7 +3,7 @@ ghc-major-version: "8.0" packages: "Nicolas Mattia @nmattia": - makefile - + "Michael Litchard @mlitchard": - point-octree @@ -159,7 +159,7 @@ packages: "Jon Schoning @jonschoning": - pinboard - + "Jasper Van der Jeugt": - blaze-html - blaze-markup @@ -3072,7 +3072,6 @@ expected-benchmark-failures: - jose-jwt - lens - lucid - - mongoDB - picoparsec - rethinkdb - thyme @@ -3086,9 +3085,6 @@ expected-benchmark-failures: # GHC 8 - cassava - - # https://github.com/stackbuilders/stache/issues/9 - - stache # end of expected-benchmark-failures From 8d902061127b9fef75c1d20f24b88df228324fc9 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Thu, 14 Jul 2016 00:04:17 +0300 Subject: [PATCH 2111/3141] =?UTF-8?q?Add=20the=20=E2=80=98pagination?= =?UTF-8?q?=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 379d3c70..3eda7b18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1877,6 +1877,7 @@ packages: - zip - JuicyPixels-extra - identicon + - pagination "Thomas Bereknyei ": [] From 5a77c5de96785409d997b4dfd0021a1bca4d8d44 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 14 Jul 2016 11:16:49 +0900 Subject: [PATCH 2112/3141] Revert "allow makefile test to fail (#1693)" should be fixed in 0.1.0.1 This reverts commit c9033682346f0bb39db04bdf6c4ab274805e50ce. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 952b37f7..1483b2b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3058,9 +3058,6 @@ expected-test-failures: # https://github.com/yesodweb/css-text/issues/10 - css-text - # https://github.com/fpco/stackage/pull/1693 - - makefile - # https://github.com/nh2/haskell-netpbm/issues/2 - netpbm # end of expected-test-failures From a93740904bbb668f8288a3bdf5610f4e712dc7c7 Mon Sep 17 00:00:00 2001 From: Schell Carl Scivally Date: Wed, 13 Jul 2016 21:15:30 -0700 Subject: [PATCH 2113/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbde51aa..05e21d32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Schell Scivally @schell": + - renderable + "Nicolas Mattia @nmattia": - makefile From 30b58ca96051937418e00d8eff9688ef58c13d2b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 14 Jul 2016 16:27:42 +0900 Subject: [PATCH 2114/3141] allow makefile test to fail again (#1693) This reverts commit 5a77c5de96785409d997b4dfd0021a1bca4d8d44. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbde51aa..fd397aae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3057,6 +3057,9 @@ expected-test-failures: # https://github.com/yesodweb/css-text/issues/10 - css-text + # https://github.com/fpco/stackage/pull/1693 + - makefile + # https://github.com/nh2/haskell-netpbm/issues/2 - netpbm # end of expected-test-failures From 81e784d2cb2f50338721691c24f84079104b4473 Mon Sep 17 00:00:00 2001 From: Dominic Orchard Date: Thu, 14 Jul 2016 11:49:28 +0100 Subject: [PATCH 2115/3141] adding DominicOrchard packages --- build-constraints.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ddc3e01..ff5ffb02 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2425,6 +2425,16 @@ packages: "Bartosz Nitka @niteria": - haskell-packages - oeis + + "Dominic Orchard ": + - array-memoize + - camfort + - codo-notation + - effect-monad + - fortran-src + - ixmonad + - language-fortran + - type-level-sets # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From fd664aac3f70ef27bf011c29b23378215ec9f475 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 14 Jul 2016 21:43:26 +0900 Subject: [PATCH 2116/3141] enable clang-pure with libclang-3.7-dev (#1692) This reverts commit 56a3d846a5ea1ca20781183e28a6c161065a7c54. --- build-constraints.yaml | 3 +-- debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ddc3e01..3b4684b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2415,8 +2415,7 @@ packages: "Patrick Chilton ": - solga - solga-swagger - # https://github.com/fpco/stackage/pull/1692 - #- clang-pure + - clang-pure - webrtc-vad "Michal Konecny ": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 7eb88074..8583155d 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -46,6 +46,7 @@ apt-get install -y \ libblas-dev \ libbz2-dev \ libcairo2-dev \ + libclang-3.7-dev \ libcurl4-openssl-dev \ libdevil-dev \ libedit-dev \ From bbf6088d77a294f0986d13824f9f04492ec11aeb Mon Sep 17 00:00:00 2001 From: Dominic Orchard Date: Thu, 14 Jul 2016 13:59:46 +0100 Subject: [PATCH 2117/3141] remove type-level-sets and effect-monad for now I will fix these and add these at a later date. remove for now. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff5ffb02..f7b89367 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2430,11 +2430,9 @@ packages: - array-memoize - camfort - codo-notation - - effect-monad - fortran-src - ixmonad - - language-fortran - - type-level-sets + - language-fortran # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 2a5c184ca4feeb169c9961d50402aa8625efb51e Mon Sep 17 00:00:00 2001 From: Schell Carl Scivally Date: Thu, 14 Jul 2016 13:26:55 -0700 Subject: [PATCH 2118/3141] Update build-constraints.yaml added varying --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05e21d32..68211567 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,6 +3,7 @@ ghc-major-version: "8.0" packages: "Schell Scivally @schell": - renderable + - varying "Nicolas Mattia @nmattia": - makefile From 10ec2d9d0c5d5b8223883ae471b3c5270a83cf9d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 15 Jul 2016 10:51:18 +0900 Subject: [PATCH 2119/3141] re-enable stackage-curator (fpco/stackage-curator#20) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8572b583..479dd9dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -57,8 +57,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # https://github.com/fpco/stackage-curator/pull/20 - #- stackage-curator + - stackage-curator - stm-conduit - wai-websockets - warp-tls From 6f67c432895db5c318697bb2d7891c1351aed10e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 15 Jul 2016 10:57:45 +0900 Subject: [PATCH 2120/3141] disable clang-pure again (#1692) it needs some libclang-3.7 configuration --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 479dd9dc..15aebf4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2418,7 +2418,8 @@ packages: "Patrick Chilton ": - solga - solga-swagger - - clang-pure + # https://github.com/fpco/stackage/pull/1692 + #- clang-pure - webrtc-vad "Michal Konecny ": From 65c4b886d961773b142c79e5fff10c16afe6296a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 15 Jul 2016 12:52:21 +0900 Subject: [PATCH 2121/3141] allow store tests to fail (fpco/store#61) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 15aebf4f..00df5e15 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3068,6 +3068,9 @@ expected-test-failures: # https://github.com/nh2/haskell-netpbm/issues/2 - netpbm + + # https://github.com/fpco/store/issues/61 + - store # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 56800d95482ac9f28c54095a8054395fd8aa0344 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 15 Jul 2016 12:56:20 +0900 Subject: [PATCH 2122/3141] stackage-curator not building yet (fpco/stackage-curator#21) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00df5e15..a44060a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -57,7 +57,8 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # https://github.com/fpco/stackage-curator/issues/21 + #- stackage-curator - stm-conduit - wai-websockets - warp-tls From a04766ae6065226da62f6d2a505a7524ba8c6d34 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 15 Jul 2016 13:04:26 +0900 Subject: [PATCH 2123/3141] allow th-utilities tests to fail (fpco/th-utilities#2) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a44060a6..c9dadea4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3072,6 +3072,9 @@ expected-test-failures: # https://github.com/fpco/store/issues/61 - store + + # https://github.com/fpco/th-utilities/issues/2 + - th-utilities # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From da440bc23ad9f3043d1a33a1df74dcbcf05daf43 Mon Sep 17 00:00:00 2001 From: Alexis King Date: Fri, 15 Jul 2016 14:14:44 -0700 Subject: [PATCH 2124/3141] Add text-conversions --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9dadea4..8cdc175e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2415,6 +2415,7 @@ packages: "Alexis King @lexi-lambda": - test-fixture + - text-conversions "Patrick Chilton ": - solga From 13cfc406e7bd28073f3f098781a74ad393cbdf1a Mon Sep 17 00:00:00 2001 From: Patai Gergely Date: Sat, 16 Jul 2016 09:41:21 +0300 Subject: [PATCH 2125/3141] Add elerea --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9dadea4..80ed429b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2430,6 +2430,9 @@ packages: - haskell-packages - oeis + "Gergely Patai @cobbpg": + - elerea + # 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 0c0a0689fbd35651f69c384d428342c3c19c8bae Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 16 Jul 2016 20:49:24 +0900 Subject: [PATCH 2126/3141] re-enable stackage-curator (fpco/stackage-curator#21)" This reverts commit 56800d95482ac9f28c54095a8054395fd8aa0344. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9dadea4..d7fe4ff8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -57,8 +57,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # https://github.com/fpco/stackage-curator/issues/21 - #- stackage-curator + - stackage-curator - stm-conduit - wai-websockets - warp-tls From a381ae514feeca7426e32864bfd12b5137a6c74c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 16 Jul 2016 20:56:35 +0900 Subject: [PATCH 2127/3141] extra-1.4.11 requires QuickCheck-2.9 (#1691) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 801a13ec..a87838db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2476,6 +2476,7 @@ packages: # https://github.com/fpco/stackage/issues/1691 - QuickCheck < 2.9 + - extra < 1.4.11 # https://github.com/purescript/purescript/issues/2226 # https://github.com/purescript/purescript/pull/2225 From 15345c587a34e6c0ca7768f48fe71657f741cba9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 16 Jul 2016 20:57:31 +0900 Subject: [PATCH 2128/3141] pandoc-citeproc-0.10.1 requires aeson-pretty-0.8 (#1668) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a87838db..e394aa78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2454,6 +2454,7 @@ packages: # https://github.com/fpco/stackage/issues/1668 - aeson-pretty < 0.8.0 - stratosphere < 0.1.3 + - pandoc-citeproc < 0.10.1 # https://github.com/fpco/stackage/issues/1676 - http-client < 0.5 From 77d856027f3f4fbb9f629fd5b5b6c0bf6990faf9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Jul 2016 07:47:06 +0900 Subject: [PATCH 2129/3141] Revert "re-enable stackage-curator (fpco/stackage-curator#21)" See also fpco/stackage-curator#24 This reverts commit 0c0a0689fbd35651f69c384d428342c3c19c8bae. --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e394aa78..b5ce1912 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -57,7 +57,9 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # https://github.com/fpco/stackage-curator/issues/21 + # https://github.com/fpco/stackage-curator/issues/24 + #- stackage-curator - stm-conduit - wai-websockets - warp-tls From 4eee53a959222ed6a3315fa39f1bee89316f0b25 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Sat, 16 Jul 2016 21:39:38 -0400 Subject: [PATCH 2130/3141] add monad-logger-prefix --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5ce1912..309903ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1657,6 +1657,9 @@ packages: "Kirill Zaborsky @qrilka": - xlsx + "Matthew Parsons @parsonsmatt": + - monad-logger-prefix + "Matthew Pickering @mpickering": - refact # GHC 8 - servant-pandoc From 830b1870b04c7cad18d78921957f7119550fdab2 Mon Sep 17 00:00:00 2001 From: Dom De Re Date: Sun, 17 Jul 2016 17:06:03 +1000 Subject: [PATCH 2131/3141] add cassava-conduit --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5ce1912..cdace151 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -527,6 +527,9 @@ packages: - json-autotype - posix-realtime + "Dom De Re ": + - cassava-conduit + "Dominic Steinitz ": - yarr - random-fu From 1b71b955c1e35bcbafe3147f27b9b0ed0aaabdb4 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Sun, 17 Jul 2016 21:25:24 +0900 Subject: [PATCH 2132/3141] add json-rpc-generic --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5ce1912..7bb3f7b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4,7 +4,7 @@ packages: "Schell Scivally @schell": - renderable - varying - + "Nicolas Mattia @nmattia": - makefile @@ -991,7 +991,7 @@ packages: - getopt-generics - graph-wrapper - string-conversions - + "Jan Stolarek jan.stolarek@p.lodz.pl @jstolarek": - tasty-program @@ -2260,6 +2260,7 @@ packages: - relational-record - text-ldap - debian-build + - json-rpc-generic "wren romano @wrengr": - bytestring-lexing @@ -2431,7 +2432,7 @@ packages: "Bartosz Nitka @niteria": - haskell-packages - oeis - + "Gergely Patai @cobbpg": - elerea From 2a7da0d64db61aeca9b4917769cb0e17de80ed53 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Sun, 17 Jul 2016 21:06:42 -0400 Subject: [PATCH 2133/3141] Pull new version --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 309903ee..c0489a26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1657,7 +1657,7 @@ packages: "Kirill Zaborsky @qrilka": - xlsx - "Matthew Parsons @parsonsmatt": + "Matt Parsons @parsonsmatt": - monad-logger-prefix "Matthew Pickering @mpickering": From 2d64edc45322fc59d06178c9be4ead0992a0934d Mon Sep 17 00:00:00 2001 From: Takano Akio Date: Mon, 18 Jul 2016 01:36:06 +0000 Subject: [PATCH 2134/3141] Add back fast-builder --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0feb8ebb..2aedab6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1714,7 +1714,7 @@ packages: - text-all "Takano Akio aljee@hyper.cx @takano-akio": - # GHC 8 - fast-builder + - fast-builder - filelock "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": From 706262099549e17b2bb3e93e473a267c2204bc0e Mon Sep 17 00:00:00 2001 From: Takano Akio Date: Mon, 18 Jul 2016 01:36:28 +0000 Subject: [PATCH 2135/3141] 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 2aedab6b..8be6a13c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1713,7 +1713,7 @@ packages: - ilist - text-all - "Takano Akio aljee@hyper.cx @takano-akio": + "Takano Akio tak@anoak.io @takano-akio": - fast-builder - filelock From 8d20fe944fecfbf97a93cd247f0c0c2f2afcad5f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 18 Jul 2016 15:58:54 +0900 Subject: [PATCH 2136/3141] pandoc-1.17.2 needs http-client-0.5 (#1676) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1e3b6063..ba8980a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2473,6 +2473,7 @@ packages: - bloodhound < 0.11.1.0 - eventstore < 0.13.1.3 - pinboard < 0.9.7 + - pandoc < 1.17.2 # https://github.com/fpco/stackage/issues/1689 - servant < 0.8 From 3521d510bc49e31c0f0cebd9acbef81bc442b714 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 18 Jul 2016 16:01:47 +0900 Subject: [PATCH 2137/3141] dlist < 0.8 (#1717) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba8980a0..18ae8184 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2492,6 +2492,9 @@ packages: # https://github.com/purescript/purescript/issues/2226 # https://github.com/purescript/purescript/pull/2225 - purescript < 0.9.2 + + # https://github.com/fpco/stackage/issues/1717 + - dlist < 0.8 # end of packages From 49b9be3e9df2f3332174ecb3db8bd85597e6f2b5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 18 Jul 2016 16:04:31 +0900 Subject: [PATCH 2138/3141] try enabling stackage-curator again (fpco/stackage-curator#24) --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18ae8184..ba648906 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -57,9 +57,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # https://github.com/fpco/stackage-curator/issues/21 - # https://github.com/fpco/stackage-curator/issues/24 - #- stackage-curator + - stackage-curator - stm-conduit - wai-websockets - warp-tls From 7a8bca93e9858bd3cf30be1c00054c3fab2e051d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 18 Jul 2016 16:33:58 +0900 Subject: [PATCH 2139/3141] monad-logger-prefix doctest link fail (#1713) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba648906..feb7053c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1659,7 +1659,9 @@ packages: - xlsx "Matt Parsons @parsonsmatt": - - monad-logger-prefix + [] + # https://github.com/fpco/stackage/pull/1713 + #- monad-logger-prefix "Matthew Pickering @mpickering": - refact From 3355d666e8aa56ddbabb4596f7295ab51a194aba Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 18 Jul 2016 16:42:18 +0900 Subject: [PATCH 2140/3141] cassava-conduit haddock fails (#1714) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index feb7053c..b70beac4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -526,7 +526,9 @@ packages: - posix-realtime "Dom De Re ": - - cassava-conduit + [] + # https://github.com/fpco/stackage/pull/1714 + #- cassava-conduit "Dominic Steinitz ": - yarr From 0fdb10f862cfe9901ffcd6f10c2c00a35c3aec2b Mon Sep 17 00:00:00 2001 From: James Brock Date: Mon, 18 Jul 2016 21:22:48 +0900 Subject: [PATCH 2141/3141] Update build-constraints.yaml elerea was just added to Stackage, so all euphoria dependencies should now be in Stackage. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b70beac4..5ba5254a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1721,6 +1721,7 @@ packages: "Takano Akio tak@anoak.io @takano-akio": - fast-builder - filelock + - euphoria "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - quadtree From 008486ebb479d72f8e5ab5496648fb8667010e0d Mon Sep 17 00:00:00 2001 From: Christopher Wells Date: Tue, 19 Jul 2016 00:02:07 -0400 Subject: [PATCH 2142/3141] Add pixelated-avatar-generator --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b70beac4..5b04ce73 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2444,6 +2444,9 @@ packages: "Gergely Patai @cobbpg": - elerea + "Christopher Wells @ExcalburZero": + - pixelated-avatar-generator + # 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 06b2a74bc983f5dcbbb39ed3f3ff64aca06a997b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 18 Jul 2016 21:49:54 -0700 Subject: [PATCH 2143/3141] Add constraint "bifunctors < 5.4" per #1722 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b70beac4..91136815 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2497,6 +2497,9 @@ packages: # https://github.com/fpco/stackage/issues/1717 - dlist < 0.8 + + # https://github.com/fpco/stackage/issues/1722 + - bifunctors < 5.4 # end of packages From dd1adca4995dd8d59da3935dc937e447eeea5385 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 19 Jul 2016 08:20:15 -0700 Subject: [PATCH 2144/3141] Expect pixelated-avatar-generator test suite to fail, see #1721 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e0e1ae1d..edf40c9a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3101,6 +3101,9 @@ expected-test-failures: # https://github.com/fpco/th-utilities/issues/2 - th-utilities + + # https://github.com/fpco/stackage/pull/1721 + - pixelated-avatar-generator # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 83129b946c58fc81a8e5c5d92957655d15a535b9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 19 Jul 2016 08:21:47 -0700 Subject: [PATCH 2145/3141] Remove constraint "bifunctors < 5.4", closes #1722 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index edf40c9a..83d3806b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2500,9 +2500,6 @@ packages: # https://github.com/fpco/stackage/issues/1717 - dlist < 0.8 - - # https://github.com/fpco/stackage/issues/1722 - - bifunctors < 5.4 # end of packages From 6a35b50523bcc5dc9995e7665b3c49da209deec3 Mon Sep 17 00:00:00 2001 From: Parfunc Account Date: Tue, 19 Jul 2016 13:56:34 -0400 Subject: [PATCH 2146/3141] Add back several blocked packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some libraries, tests, and benchmarks which were previously blocked appear to build successfully with GHC 8.0 when I tested them. They are: * `ad` (the doctests run as of [`4.3.2.1`](http://hackage.haskell.org/package/ad-4.3.2.1)) * `lifted-base` (the benchmarks compile as of [`0.2.3.7`](http://hackage.haskell.org/package/lifted-base-0.2.3.7)) * `postgresql-binary` (the library and benchmarks—but not the tests, due to #1691—compile as of [`0.9.0.1`](http://hackage.haskell.org/package/postgresql-binary-0.9.0.1)) * `rethinkdb` (the benchmarks compile as of [`2.2.0.6`](http://hackage.haskell.org/package/rethinkdb-2.2.0.6)) * `simple-sendfile` (the [issue](https://github.com/kazu-yamamoto/simple-sendfile/pull/10) blocking it has long been fixed) --- build-constraints.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83d3806b..b5c9a487 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -779,7 +779,7 @@ packages: - mtl-prelude - neat-interpolation - partial-handler - # GHC 8 - postgresql-binary + - postgresql-binary - slave-thread - stm-containers @@ -2692,7 +2692,6 @@ skipped-tests: # doctest < 0.11 # Closed due to inactivity: https://github.com/fpco/stackage/issues/1328 - - ad - composition-tree # GHC 8 - patches-vector @@ -2726,9 +2725,6 @@ expected-test-failures: # https://github.com/bos/statistics/issues/42 - statistics - # https://github.com/kazu-yamamoto/simple-sendfile/pull/10 - - simple-sendfile - # Tests require shell script and are incompatible with sandboxed package # databases - HTF @@ -3118,7 +3114,6 @@ expected-benchmark-failures: - lens - lucid - picoparsec - - rethinkdb - thyme - web-routing - xmlgen @@ -3181,7 +3176,6 @@ expected-haddock-failures: # benchmarks are included or not. skipped-benchmarks: - criterion-plus - - lifted-base - stm-containers # pulls in criterion-plus, which has restrictive upper bounds @@ -3201,7 +3195,6 @@ skipped-benchmarks: # https://github.com/fpco/stackage/issues/494 - case-insensitive - - postgresql-binary # https://github.com/kaizhang/clustering/issues/2 - clustering From 8ecfca872591814a1ea836636c6dd10ddaa83ae4 Mon Sep 17 00:00:00 2001 From: Christopher Wells Date: Tue, 19 Jul 2016 14:32:41 -0400 Subject: [PATCH 2147/3141] Remove pixelated-avatar-generator from expected test failures --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83d3806b..5b04ce73 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3098,9 +3098,6 @@ expected-test-failures: # https://github.com/fpco/th-utilities/issues/2 - th-utilities - - # https://github.com/fpco/stackage/pull/1721 - - pixelated-avatar-generator # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From bf81e7c57f709cb5eccde88c0bcfc76a4474a865 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 20 Jul 2016 19:03:07 +0900 Subject: [PATCH 2148/3141] Revert "allow th-utilities tests to fail (fpco/th-utilities#2)" should be fixed in 0.1.1.1 This reverts commit a04766ae6065226da62f6d2a505a7524ba8c6d34. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83d3806b..66cdd608 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3096,9 +3096,6 @@ expected-test-failures: # https://github.com/fpco/store/issues/61 - store - # https://github.com/fpco/th-utilities/issues/2 - - th-utilities - # https://github.com/fpco/stackage/pull/1721 - pixelated-avatar-generator # end of expected-test-failures From 6cd547006c9f76b9da2ac7a4dc60def217f01fe5 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Wed, 20 Jul 2016 14:12:34 -0400 Subject: [PATCH 2149/3141] Add kawhi --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66cdd608..6cd9aa3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Aaron Taylor @hamsterdam": + - kawhi + "Schell Scivally @schell": - renderable - varying From 644b1f954cb21cc4135289d93b0e04d42ddbf371 Mon Sep 17 00:00:00 2001 From: Dom De Re Date: Thu, 21 Jul 2016 10:03:30 +1000 Subject: [PATCH 2150/3141] Revert "cassava-conduit haddock fails (#1714)" This reverts commit 3355d666e8aa56ddbabb4596f7295ab51a194aba. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66cdd608..4e100826 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -526,9 +526,7 @@ packages: - posix-realtime "Dom De Re ": - [] - # https://github.com/fpco/stackage/pull/1714 - #- cassava-conduit + - cassava-conduit "Dominic Steinitz ": - yarr From 2e59359c6e345a1bc45605be66b4a347522112d9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 21 Jul 2016 14:35:54 -0700 Subject: [PATCH 2151/3141] Remove constraints "aeson-pretty < 0.8" etc, closes #1668 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4952cce9..d19520f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2466,11 +2466,6 @@ packages: # https://github.com/fpco/stackage/issues/1555 - authenticate-oauth < 1.6 - # https://github.com/fpco/stackage/issues/1668 - - aeson-pretty < 0.8.0 - - stratosphere < 0.1.3 - - pandoc-citeproc < 0.10.1 - # https://github.com/fpco/stackage/issues/1676 - http-client < 0.5 - http-client-tls < 0.3 From 6e65867ef21cd2d24d32a42bbe68e6f4f0c8db9c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 21 Jul 2016 14:37:25 -0700 Subject: [PATCH 2152/3141] Re-enable hdaemonize --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d19520f9..8cb17017 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -568,7 +568,7 @@ packages: - courier "Aycan iRiCAN ": - # - hdaemonize + - hdaemonize - hweblib "Joachim Breitner ": From fb736b1e4cda1abdfeeb0666b8ae8895cc92d900 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 21 Jul 2016 18:32:08 -0400 Subject: [PATCH 2153/3141] Add back previously blocked tests and benchmarks --- build-constraints.yaml | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8cb17017..8ecbaa1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,7 +3,7 @@ ghc-major-version: "8.0" packages: "Aaron Taylor @hamsterdam": - kawhi - + "Schell Scivally @schell": - renderable - varying @@ -2614,7 +2614,6 @@ skipped-tests: - list-t - postgresql-binary - slave-thread - - stm-containers # Just a temporary package with a flimsy, inherited test suite - Cabal-ide-backend @@ -2637,12 +2636,6 @@ skipped-tests: # https://github.com/fpco/stackage/issues/934 - cacophony - # Build error with lens-4.13 - # https://github.com/brendanhay/amazonka/issues/251 - - amazonka-ec2 - - amazonka-s3 - - amazonka-swf - # Misc from GHC 7.10.3 upgrade # https://github.com/fpco/stackage/issues/1045 #- argon @@ -2664,8 +2657,6 @@ skipped-tests: - yesod-static-angular # https://github.com/fpco/stackage/pull/906 - HaRe - # https://github.com/Deewiant/glob/issues/1 - - Glob # https://github.com/haskell/zlib/issues/2 - zlib @@ -2709,9 +2700,6 @@ skipped-tests: # Missing C library: symengine - symengine - # https://github.com/athanclark/rose-trees/pull/5 - - rose-trees - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -2908,9 +2896,6 @@ expected-test-failures: # https://github.com/gibiansky/IHaskell/issues/551 - ihaskell - # https://github.com/well-typed/ixset-typed/issues/2 - - ixset-typed - # Expects running X server - bindings-GLFW - GLFW-b @@ -3034,9 +3019,6 @@ expected-test-failures: # https://github.com/IreneKnapp/direct-sqlite/issues/63 - direct-sqlite - # https://github.com/well-typed/hackage-security/issues/164 - - hackage-security - # GHC 8 issue not reported upstream since issue tracker disabled - hspec-expectations-pretty-diff @@ -3067,9 +3049,6 @@ expected-test-failures: # Requries running redis - https://github.com/fpco/stackage/pull/1581 - persistent-redis - # https://github.com/tfausak/octane/issues/35 - - octane - # https://github.com/fosskers/vectortiles/issues/2 - vectortiles @@ -3100,7 +3079,6 @@ expected-benchmark-failures: - cipher-aes128 - cryptohash - dbus - - gitson - hashable - http-link-header - jose-jwt @@ -3158,9 +3136,6 @@ expected-haddock-failures: # https://github.com/iand675/metrics/issues/5 - metrics - - # https://github.com/fpco/stackage/pull/1549 - - ghc-exactprint # end of expected-haddock-failures @@ -3169,7 +3144,6 @@ expected-haddock-failures: # benchmarks are included or not. skipped-benchmarks: - criterion-plus - - stm-containers # pulls in criterion-plus, which has restrictive upper bounds - cases @@ -3183,12 +3157,6 @@ skipped-benchmarks: - cipher-des - cipher-rc4 - # sometimes falls out-of-sync on hasql-postgres - - hasql - - # https://github.com/fpco/stackage/issues/494 - - case-insensitive - # https://github.com/kaizhang/clustering/issues/2 - clustering From e10c34b303b90b93688a00f9102faf72c387d379 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 21 Jul 2016 18:18:52 -0700 Subject: [PATCH 2154/3141] Expect bench failure for cassava-conduit per domdere/cassava-conduit#10 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8cb17017..a17a17a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3118,6 +3118,9 @@ expected-benchmark-failures: # GHC 8 - cassava + + # https://github.com/domdere/cassava-conduit/issues/10 + - cassava-conduit # end of expected-benchmark-failures From 04f286bf0f2f275d44d487586b8e3ed09354b2ed Mon Sep 17 00:00:00 2001 From: Artyom Date: Fri, 22 Jul 2016 12:25:49 +0300 Subject: [PATCH 2155/3141] Add cmark-lucid, cmark-highlight --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a17a17a6..62a1396a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1714,6 +1714,8 @@ packages: - shortcut-links - cheapskate-lucid - cheapskate-highlight + - cmark-lucid + - cmark-highlight - Spock-lucid - charsetdetect-ae - ilist From a46085fda837821b98219d1a1e7d4a162a0dfee5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 22 Jul 2016 08:08:12 -0700 Subject: [PATCH 2156/3141] Remove an expected test failure --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a17a17a6..768f3c1b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3070,9 +3070,6 @@ expected-test-failures: # https://github.com/tfausak/octane/issues/35 - octane - # https://github.com/fosskers/vectortiles/issues/2 - - vectortiles - # https://github.com/pikajude/th-printf/issues/3 - th-printf From 6eaf872c29245fe61a8b59228ee13f3785ed78b9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Jul 2016 08:42:53 -0700 Subject: [PATCH 2157/3141] Constrain kawhi per http-client constraint #1676 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 768f3c1b..57097629 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2475,6 +2475,7 @@ packages: - eventstore < 0.13.1.3 - pinboard < 0.9.7 - pandoc < 1.17.2 + - kawhi < 0.2 # https://github.com/fpco/stackage/issues/1689 - servant < 0.8 From 45e5887b24c06b52cae6d0d277b74bf52e5a7666 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Jul 2016 08:45:05 -0700 Subject: [PATCH 2158/3141] Reconstrain kawhi per http-client constraint #1676 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 57097629..3e0006db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2475,7 +2475,7 @@ packages: - eventstore < 0.13.1.3 - pinboard < 0.9.7 - pandoc < 1.17.2 - - kawhi < 0.2 + - kawhi < 0.1 # https://github.com/fpco/stackage/issues/1689 - servant < 0.8 From b7759f734214d8c8be254719bebedf48423617fa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Jul 2016 08:56:46 -0700 Subject: [PATCH 2159/3141] Revert "Remove an expected test failure" (vectortiles) This reverts commit a46085fda837821b98219d1a1e7d4a162a0dfee5. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e0006db..fadc1d2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3071,6 +3071,9 @@ expected-test-failures: # https://github.com/tfausak/octane/issues/35 - octane + # https://github.com/fosskers/vectortiles/issues/2 + - vectortiles + # https://github.com/pikajude/th-printf/issues/3 - th-printf From ea70ab3a8918c64708ff4481f6f9816ddf73488b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Jul 2016 09:29:06 -0700 Subject: [PATCH 2160/3141] Expect servant-swagger test suite to fail per haskell-servant/servant-swagger#52 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fadc1d2b..1ffd97b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3091,6 +3091,9 @@ expected-test-failures: # https://github.com/fpco/stackage/pull/1721 - pixelated-avatar-generator + + # https://github.com/haskell-servant/servant-swagger/issues/52 + - servant-swagger # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 15ff52ffb41a6d2e78cd5896a43d6185898d3c01 Mon Sep 17 00:00:00 2001 From: Allele Dev Date: Sat, 25 Jun 2016 15:24:49 -0400 Subject: [PATCH 2161/3141] add Allele's freer package --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ffd97b8..dda12e22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,7 +3,7 @@ ghc-major-version: "8.0" packages: "Aaron Taylor @hamsterdam": - kawhi - + "Schell Scivally @schell": - renderable - varying @@ -2448,6 +2448,9 @@ packages: "Christopher Wells @ExcalburZero": - pixelated-avatar-generator + "Allele Dev ": + - freer + # 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 af2943ea2fab251b7af5d7558b2d76bd121905b1 Mon Sep 17 00:00:00 2001 From: Allele Dev Date: Sat, 25 Jun 2016 20:28:46 -0400 Subject: [PATCH 2162/3141] add: Allele Dev wai-request-spec --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dda12e22..ac281106 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2450,6 +2450,7 @@ packages: "Allele Dev ": - freer + - wai-request-spec # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 55a7c6ce11ae69f85ca3c402f5df9fc99571e51d Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sat, 23 Jul 2016 14:11:47 +0300 Subject: [PATCH 2163/3141] =?UTF-8?q?Add=20the=20=E2=80=98data-check?= =?UTF-8?q?=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ffd97b8..a04fbb8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1893,6 +1893,7 @@ packages: - JuicyPixels-extra - identicon - pagination + - data-check "Thomas Bereknyei ": [] From 35779bb19bc2a24d16f227ca6b6ef80f64335f64 Mon Sep 17 00:00:00 2001 From: phischu Date: Sat, 23 Jul 2016 17:34:03 +0200 Subject: [PATCH 2164/3141] Add the `haskell-names` package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ffd97b8..e79df04d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2448,6 +2448,9 @@ packages: "Christopher Wells @ExcalburZero": - pixelated-avatar-generator + "Philipp Schuster @phischu": + - haskell-names + # 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 4ecda886147eb828d4ca2da615314ce95b053dc8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 23 Jul 2016 12:43:13 -0700 Subject: [PATCH 2165/3141] Expect haskell-src-exts test suite to fail per haskell-suite/haskell-src-exts#314 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ffd97b8..8faa1f6f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3094,6 +3094,9 @@ expected-test-failures: # https://github.com/haskell-servant/servant-swagger/issues/52 - servant-swagger + + # https://github.com/haskell-suite/haskell-src-exts/issues/314 + - haskell-src-exts # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From f738212a6e65fb3d98610ebaa88b89b1197e2f0c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 23 Jul 2016 12:43:47 -0700 Subject: [PATCH 2166/3141] Add constraint "safe-exceptions < 0.1.4" per snoyberg/mono-traversable#104 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8faa1f6f..587fdf71 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2497,6 +2497,9 @@ packages: # https://github.com/fpco/stackage/issues/1717 - dlist < 0.8 + + # https://github.com/snoyberg/mono-traversable/issues/104 + - safe-exceptions < 0.1.4 # end of packages From eec60526c9739ef4e7359c2ab2ca39104684c588 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 23 Jul 2016 12:48:01 -0700 Subject: [PATCH 2167/3141] Add constraint "tagged < 0.8.5" per #1733 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 587fdf71..3f4ae116 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2500,6 +2500,9 @@ packages: # https://github.com/snoyberg/mono-traversable/issues/104 - safe-exceptions < 0.1.4 + + # https://github.com/fpco/stackage/issues/1733 + - tagged < 0.8.5 # end of packages From c2f62b2323ea91f3f524167d1e82b1ca00a38364 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 24 Jul 2016 16:26:48 -0700 Subject: [PATCH 2168/3141] Add constraint "haskell-src-exts < 1.18" per #1734 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e001ec35..668b9d3f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2508,6 +2508,9 @@ packages: # https://github.com/fpco/stackage/issues/1733 - tagged < 0.8.5 + + # https://github.com/fpco/stackage/issues/1734 + - haskell-src-exts < 1.18 # end of packages From 41c54eaa6dbc267befadd9335d55a05419bb167b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Jul 2016 12:00:59 +0200 Subject: [PATCH 2169/3141] hlint upper bound for #1734 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42c70b42..47b63112 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2524,6 +2524,7 @@ packages: # https://github.com/fpco/stackage/issues/1734 - haskell-src-exts < 1.18 + - hlint < 1.9.36 # end of packages From bda6701bf30d9a69c2cb21fc34b32b94869094ce Mon Sep 17 00:00:00 2001 From: Bartosz Nitka Date: Mon, 25 Jul 2016 18:05:35 +0100 Subject: [PATCH 2170/3141] Add apply-refact back @mpickering fixed it for 0.3.0.0. I've just run it with nightly resolver and it builds and passes all the tests. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47b63112..24807725 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1670,7 +1670,7 @@ packages: - refact # GHC 8 - servant-pandoc - ghc-exactprint - # GHC 8 - apply-refact + - apply-refact "Andrew Gibiansky @gibiansky": [] From 91e1e51609cd3f31c00a04315528942ba18c474d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Jul 2016 21:43:50 +0200 Subject: [PATCH 2171/3141] Expect haskell-names test-suite to fail #1732 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47b63112..f9a049a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3101,6 +3101,9 @@ expected-test-failures: # https://github.com/haskell-suite/haskell-src-exts/issues/314 - haskell-src-exts + + # https://github.com/fpco/stackage/pull/1732 + - haskell-names # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From cd541448c9f6c8c137dc3ec03b578594c920f794 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Jul 2016 21:49:34 +0200 Subject: [PATCH 2172/3141] Expect inline-r tests to fail tweag/HaskellR#255 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9a049a0..24046ddf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3104,6 +3104,9 @@ expected-test-failures: # https://github.com/fpco/stackage/pull/1732 - haskell-names + + # https://github.com/tweag/HaskellR/issues/255 + - inline-r # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From be4ce84f6904b50564b5baa529b44a7cf2340b7d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Jul 2016 21:53:33 +0200 Subject: [PATCH 2173/3141] Expected doctest doctests to fail sol/doctest#137 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 24046ddf..d1fc30d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3107,6 +3107,9 @@ expected-test-failures: # https://github.com/tweag/HaskellR/issues/255 - inline-r + + # https://github.com/sol/doctest/issues/137 + - doctest # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From f7d217081c4b2bd57d3e476b73393763f28711c8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Jul 2016 21:55:34 +0200 Subject: [PATCH 2174/3141] Expect fortran-src haddocks to fail camfort/fortran-src#29 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1fc30d0..a9b6804b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3180,6 +3180,9 @@ expected-haddock-failures: # https://github.com/iand675/metrics/issues/5 - metrics + + # https://github.com/camfort/fortran-src/issues/29 + - fortran-src # end of expected-haddock-failures From 25378e5d8fd0d154ad69388ab8e86b8de0ab3e95 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Jul 2016 21:59:51 +0200 Subject: [PATCH 2175/3141] Expect spdx tests to timeout phadej/spdx#8 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9b6804b..a5f85794 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,6 +3110,9 @@ expected-test-failures: # https://github.com/sol/doctest/issues/137 - doctest + + # https://github.com/phadej/spdx/issues/8 + - spdx # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 3bc636366dc9f33a0944e9c575b2be8820fb0a31 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Jul 2016 22:03:09 +0200 Subject: [PATCH 2176/3141] Disable failing ixmonad #1710 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5f85794..38b813e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2460,7 +2460,7 @@ packages: - camfort - codo-notation - fortran-src - - ixmonad + # - ixmonad https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - language-fortran "Philipp Schuster @phischu": From 9b0b88014ce3818909667cecce8f3daf47cf097b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Jul 2016 22:05:18 +0200 Subject: [PATCH 2177/3141] hoogle upper bound for #1734 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38b813e5..2e164c0a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2525,6 +2525,7 @@ packages: # https://github.com/fpco/stackage/issues/1734 - haskell-src-exts < 1.18 - hlint < 1.9.36 + - hoogle < 5.0.2 # end of packages From 93e0ceea88985f4803cf258ee4af1309b06830f4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Jul 2016 00:37:20 +0200 Subject: [PATCH 2178/3141] Disable hledger-lib tests due to #1587 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9eb75ef..8e117cd1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2730,6 +2730,9 @@ skipped-tests: # Missing C library: symengine - symengine + # https://github.com/fpco/stackage/issues/1587 + - hledger-lib + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From aa0ca5fadce474abdf184f02cefd8cba9a0cbe0d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Jul 2016 14:40:31 +0200 Subject: [PATCH 2179/3141] homplexity upper bound for #1734 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e117cd1..d4352d02 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2526,6 +2526,7 @@ packages: - haskell-src-exts < 1.18 - hlint < 1.9.36 - hoogle < 5.0.2 + - homplexity < 0.4.3.4 # end of packages From 12446d6f6c66fba146a46553f9e167ff68360209 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 27 Jul 2016 13:25:11 -0700 Subject: [PATCH 2180/3141] Remove constraint "safe-exceptions < 0.1.4" --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d4352d02..b12dc679 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2516,9 +2516,6 @@ packages: # https://github.com/fpco/stackage/issues/1717 - dlist < 0.8 - # https://github.com/snoyberg/mono-traversable/issues/104 - - safe-exceptions < 0.1.4 - # https://github.com/fpco/stackage/issues/1733 - tagged < 0.8.5 From 38653083ea9c4eb2f5741f6263cf5d772deaa62d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Jul 2016 00:52:52 +0200 Subject: [PATCH 2181/3141] text-show upper bound for #1738 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d4352d02..ef17be08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2527,6 +2527,9 @@ packages: - hlint < 1.9.36 - hoogle < 5.0.2 - homplexity < 0.4.3.4 + + # https://github.com/fpco/stackage/issues/1738 + - text-show < 3.3 # end of packages From 9c21bdd741b77a59ffb870da0140c8ebb4bc7080 Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Thu, 28 Jul 2016 10:35:35 +0800 Subject: [PATCH 2182/3141] Add simple-download. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9eb35535..79173d06 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2465,6 +2465,9 @@ packages: "Philipp Schuster @phischu": - haskell-names + + "Shao Cheng ": + - simple-download # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From fb1c48f6209fdba47fc3124171cf1ec26e7570fa Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 27 Jul 2016 23:31:20 -0400 Subject: [PATCH 2183/3141] Update build-constraints.yaml --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9eb35535..66960bf2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -350,8 +350,8 @@ packages: - base-compat "Mario Blazevic @blamario": - # GHC 8 - monad-parallel - # GHC 8 - monad-coroutine + - monad-parallel + - monad-coroutine - incremental-parser - monoid-subclasses - picoparsec From cf6bd966e0d6b33aa83105c8b606120021d1f882 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Jul 2016 02:03:14 +0200 Subject: [PATCH 2184/3141] Add Alberto G. Corona's github id --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5193c66e..a5874f2c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -257,7 +257,7 @@ packages: # requires old haddock currently - haskell-docs # TODO: Add structured-haskell-mode once they've been ported to HSE 1.16. - "Alberto G. Corona ": + "Alberto G. Corona @agocorona": - RefSerialize - TCache - Workflow From 720ee99c8c4f41f3d57bca7e47a2fe21faeaf2b7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Jul 2016 14:00:22 +0200 Subject: [PATCH 2185/3141] Remove text-show upper bound and close #1738 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5874f2c..ead62927 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2527,9 +2527,6 @@ packages: - hlint < 1.9.36 - hoogle < 5.0.2 - homplexity < 0.4.3.4 - - # https://github.com/fpco/stackage/issues/1738 - - text-show < 3.3 # end of packages From b49fa3602ecd00974358dc3ed48195fc30367b9a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Jul 2016 14:07:23 +0200 Subject: [PATCH 2186/3141] add fortran-src upper bound for #1742 --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ead62927..eb8fa98b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2465,7 +2465,7 @@ packages: "Philipp Schuster @phischu": - haskell-names - + "Shao Cheng ": - simple-download @@ -2527,6 +2527,10 @@ packages: - hlint < 1.9.36 - hoogle < 5.0.2 - homplexity < 0.4.3.4 + + # https://github.com/fpco/stackage/issues/1742 + - fortran-src < 0.1.0.2 + # end of packages From 89634c7be48a632077cb783391f44161024378a0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Jul 2016 14:08:21 +0200 Subject: [PATCH 2187/3141] Add network upper bound for #1739 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb8fa98b..6e36a452 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2531,6 +2531,8 @@ packages: # https://github.com/fpco/stackage/issues/1742 - fortran-src < 0.1.0.2 + # https://github.com/fpco/stackage/issues/1739 + - network < 2.6.3.0 # end of packages From 8fe2ae9a3e133feb79b925ef7e254b6a34e0e8e7 Mon Sep 17 00:00:00 2001 From: NCrashed Date: Thu, 28 Jul 2016 18:27:59 +0300 Subject: [PATCH 2188/3141] Add aeson-injector --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e36a452..28983fad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2469,6 +2469,9 @@ packages: "Shao Cheng ": - simple-download + "Anton Gushcha @ncrashed": + - aeson-injector + # 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 9ca09a29fcc4a9c9b7b8005397874d12418be222 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 28 Jul 2016 10:55:34 -0500 Subject: [PATCH 2189/3141] Re-enable my packages They have all been updated to work with GHC 8. --- build-constraints.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e36a452..f769d881 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1326,15 +1326,13 @@ packages: # GHC 8 - ekg-statsd # Maintained by @tibbe. - flow # GHC 8 - github-release + - gpolyline # Maintained by @fegu. - lackey - octane - # https://github.com/Gabriel439/Haskell-Optparse-Generic-Library/issues/23 - # GHC 8 - optparse-generic # Maintained by @Gabriel439. - # https://github.com/tfausak/ratel/issues/1 - # GHC 8 - ratel - # GHC 8 - ratel-wai - # GHC 8 - strive - # GHC 8 - wuss + - ratel + - ratel-wai + - strive + - wuss "Marios Titas @redneb": - btrfs From 01b742d6f0661d5a87e525441363b8365d28919e Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 28 Jul 2016 23:01:46 +0300 Subject: [PATCH 2190/3141] Re-enable time-parsers --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e36a452..4bf8d111 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1018,7 +1018,7 @@ packages: - servant-yaml - spdx - these - # GHC 8 - time-parsers + - time-parsers - waitra # Not a maintainer From e0aaa911baac0043d243a4e69aea33cb85b61e96 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Jul 2016 22:03:49 +0200 Subject: [PATCH 2191/3141] Remove upper bound and close #1742 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e36a452..dce36056 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2528,9 +2528,6 @@ packages: - hoogle < 5.0.2 - homplexity < 0.4.3.4 - # https://github.com/fpco/stackage/issues/1742 - - fortran-src < 0.1.0.2 - # https://github.com/fpco/stackage/issues/1739 - network < 2.6.3.0 # end of packages From fac9bdcd99aea63ccb93e8e52a63185633900eab Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Jul 2016 22:15:52 +0200 Subject: [PATCH 2192/3141] haskintex upper bound for #1734 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dce36056..cdb2cc1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2527,6 +2527,7 @@ packages: - hlint < 1.9.36 - hoogle < 5.0.2 - homplexity < 0.4.3.4 + - haskintex < 0.7.0.0 # https://github.com/fpco/stackage/issues/1739 - network < 2.6.3.0 From 43456245408cc7e309ed29f4802c478fb6acff92 Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Fri, 29 Jul 2016 13:17:24 +0800 Subject: [PATCH 2193/3141] Add bindings-GLFW & GLFW-b. --- build-constraints.yaml | 2 ++ debian-bootstrap.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 544480e3..40723df4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2465,6 +2465,8 @@ packages: - haskell-names "Shao Cheng ": + - bindings-GLFW + - GLFW-b - simple-download # If you stop maintaining a package you can move it here. diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 8583155d..166af4e7 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -56,6 +56,7 @@ apt-get install -y \ libgd2-xpm-dev \ libgeoip-dev \ libgirepository1.0-dev \ + libglfw3-dev \ libglib2.0-dev \ libglu1-mesa-dev \ libgmp3-dev \ From 534e362dfd9bdc29b65123ff56bfcc4e3cca1cc9 Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Fri, 29 Jul 2016 13:39:15 +0800 Subject: [PATCH 2194/3141] Re-add bindings-GLFW & GLFW-b, move to right position. --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40723df4..cf2cc7db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1727,9 +1727,8 @@ packages: - quadtree "Brian Lewis brian@lorf.org @bsl": - [] - # GHC 8 - bindings-GLFW - # GHC 8 - GLFW-b + - bindings-GLFW + - GLFW-b "Niklas Hambüchen mail@nh2.me @nh2": - hidapi @@ -2465,8 +2464,6 @@ packages: - haskell-names "Shao Cheng ": - - bindings-GLFW - - GLFW-b - simple-download # If you stop maintaining a package you can move it here. From 7f67f6e7c8cdd9c3de108198b2b3f7653897381b Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Fri, 29 Jul 2016 17:47:51 +0800 Subject: [PATCH 2195/3141] Add back sdl2. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf2cc7db..917dae4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -960,8 +960,7 @@ packages: - svg-builder "Gabríel Arthúr Pétursson gabriel@system.is": - [] - # GHC 8 - sdl2 + - sdl2 "Leon Mergen leon@solatis.com @solatis": - base32string From 857039819fbd5186d4e6fe8d89337740764cd613 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 29 Jul 2016 12:17:15 +0200 Subject: [PATCH 2196/3141] Expect camfort tests to fail camfort/camfort#34 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf2cc7db..654961f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3119,6 +3119,9 @@ expected-test-failures: # https://github.com/phadej/spdx/issues/8 - spdx + + # https://github.com/camfort/camfort/issues/34 + - camfort # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 1e8b3555ab2f0ef1381de2d4ed68c1228fa40553 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 29 Jul 2016 12:28:43 +0200 Subject: [PATCH 2197/3141] Remove upper bound and close #1717 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91d127c3..81ac04e8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2512,9 +2512,6 @@ packages: # https://github.com/purescript/purescript/pull/2225 - purescript < 0.9.2 - # https://github.com/fpco/stackage/issues/1717 - - dlist < 0.8 - # https://github.com/fpco/stackage/issues/1733 - tagged < 0.8.5 From 3370a896961687b1c6ab6cef6e7766b9c240bf45 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 29 Jul 2016 14:09:31 +0200 Subject: [PATCH 2198/3141] MAINTAINERS: Specify that you may only add packages under your own name. --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 60308c45..f0091d96 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -8,7 +8,7 @@ The idea behind Stackage is that, if all packages work with the newest versions ## Adding a package -Anyone can add a package to Stackage, but it's highly encouraged that the actual package maintainer is also the Stackage maintainer. If that is not the case, you should drop the package maintainer a note first. +Anyone can add any package to Stackage but you may only add packages under your own name. It's highly encouraged that the actual package maintainer is also the Stackage maintainer, if that is not the case you should drop the package maintainer a note first. To add your package, first fork this repository. In the [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) file, there's a section called `packages`. From 22412ef590309ebd5b1223c82ad758089f399f32 Mon Sep 17 00:00:00 2001 From: "Rune K. Svendsen" Date: Fri, 29 Jul 2016 14:37:41 +0200 Subject: [PATCH 2199/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 364f18fd..0173bf82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2467,6 +2467,9 @@ packages: "Anton Gushcha @ncrashed": - aeson-injector + + "Rune K. Svendsen @runeks": + - bitcoin-payment-channel # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 2fa943f01072956ae255365651f917ae5c1c8b7f Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Sat, 30 Jul 2016 01:24:54 +0800 Subject: [PATCH 2200/3141] Re-enable twitter-conduit. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 364f18fd..d73acc15 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1947,9 +1947,9 @@ packages: "Takahiro Himura @thimura": - lens-regex - # GHC 8 - twitter-conduit - # GHC 8 - twitter-types - # GHC 8 - twitter-types-lens + - twitter-conduit + - twitter-types + - twitter-types-lens "Robbin C. ": [] From 33d920f1fb0ec8ca7e59c790ce54f0bbac4fc2d5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 30 Jul 2016 00:52:29 +0200 Subject: [PATCH 2201/3141] Skip dlist tests --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d73acc15..45c6bc92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2652,6 +2652,9 @@ skipped-tests: # QuickCheck 2.8 - vector + # Requires QuickCheck 2.9 + - dlist + # requires testpack - https://github.com/jgoerzen/testpack/issues/11 - MissingH From 6fa0f688731a010719ed8e11495240e2a4370eac Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Sat, 30 Jul 2016 16:40:05 +0800 Subject: [PATCH 2202/3141] Re-enable alarmclock & vinyl-utils. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45c6bc92..e94c30fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -845,11 +845,10 @@ packages: "Marcin Mrotek ": - type-list - zoom-refs - # GHC 8 - vinyl-utils + - vinyl-utils "David Turner @davecturner": - [] - # GHC 8 - alarmclock + - alarmclock # GHC 8 - bank-holidays-england "Haskell Servant haskell-servant-maintainers@googlegroups.com @@haskell-servant/maintainers": From 5c75fd612ed2e6f0ffa7b6b192ebbc671f112281 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 30 Jul 2016 13:17:36 +0200 Subject: [PATCH 2203/3141] transient-universe upper bound for #1753 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e94c30fa..29ea1082 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2526,6 +2526,9 @@ packages: # https://github.com/fpco/stackage/issues/1739 - network < 2.6.3.0 + + # https://github.com/fpco/stackage/issues/1753 + - transient-universe < 0.3.2 # end of packages From ba8dd7df0edffd31ae85be48db30594cac1f6baa Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 30 Jul 2016 21:55:56 +0200 Subject: [PATCH 2204/3141] Remove upper bound and close 1753 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29ea1082..f92b49e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2527,8 +2527,6 @@ packages: # https://github.com/fpco/stackage/issues/1739 - network < 2.6.3.0 - # https://github.com/fpco/stackage/issues/1753 - - transient-universe < 0.3.2 # end of packages From 080403be9c373942bb743b90126db0ffb360be34 Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Sun, 31 Jul 2016 00:39:50 -0400 Subject: [PATCH 2205/3141] Add non-empty-sequence to Omari Norman's packages --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f92b49e6..4332a61d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -137,6 +137,7 @@ packages: - pinchot - accuerr - timelens + - non-empty-sequence "Neil Mitchell": - hlint From 0309711f7875e2b2d7b226205ed38dad0ac97864 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 31 Jul 2016 15:40:20 +0200 Subject: [PATCH 2206/3141] Remove upper bound and close 1739 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4332a61d..7879a94e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2525,9 +2525,6 @@ packages: - homplexity < 0.4.3.4 - haskintex < 0.7.0.0 - # https://github.com/fpco/stackage/issues/1739 - - network < 2.6.3.0 - # end of packages From 46b058657a70ca97f5d1651257dc83b55c2b4b77 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 31 Jul 2016 16:42:15 +0200 Subject: [PATCH 2207/3141] Re-enable idris and close #1680 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7879a94e..66e22d30 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -901,7 +901,7 @@ packages: - cabal-rpm - cabal-sort - hslua - # GHC 8 - idris + - idris - cairo - gio From 37a9825d9882409385764db3c4f9f3f0c93c5f7b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 31 Jul 2016 18:38:37 +0200 Subject: [PATCH 2208/3141] Run through GHC 8 disabled packages and re-enable the ones that seem to be fixed --- build-constraints.yaml | 478 ++++++++++++++++++++--------------------- 1 file changed, 228 insertions(+), 250 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66e22d30..49189f5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -22,8 +22,7 @@ packages: - hbayes "Dmitry Bogatov ": - [] - # GHC 8 - once + - once "David Johnson djohnson.m@gmail.com @dmjio": # GHC 8 - envy @@ -31,10 +30,10 @@ packages: # https://github.com/fpco/stackage/issues/1290 # - google-translate # - hackernews - # GHC 8 - ses-html - # GHC 8 - stripe-haskell - # GHC 8 - stripe-http-streams - # GHC 8 - stripe-core + # GHC 8 & via http-streams - ses-html + # via stripe-http-streams - stripe-haskell + # via http-streams - stripe-http-streams + - stripe-core "Piotr Mlodawski @pmlodawski": - signal @@ -56,7 +55,7 @@ packages: - network-conduit-tls - persistent # https://github.com/bos/mysql/issues/20 - # GHC 8 - persistent-mysql + - persistent-mysql - persistent-postgresql - persistent-sqlite - persistent-template @@ -70,7 +69,7 @@ packages: - authenticate-oauth - yesod-bin - yesod-eventsource - # GHC 8 - yesod-fay + - yesod-fay - yesod-gitrepo - yesod-newsfeed - yesod-sitemap @@ -104,14 +103,14 @@ packages: - indents - language-c - lhs2tex - # GHC 8 - persistent-mongoDB + - persistent-mongoDB - pretty-class - th-expand-syns - criterion - th-lift - quickcheck-assertions - # GHC 8 - hackage-mirror + - hackage-mirror - wai-middleware-consul - wai-middleware-crowd - monad-logger-json @@ -158,8 +157,8 @@ packages: "Alan Zimmerman": - hjsmin - language-javascript - # GHC 8 - Strafunski-StrategyLib - # GHC 8 - HaRe + - Strafunski-StrategyLib + # GHC 8 & ghc-mod - HaRe "Alfredo Di Napoli ": - mandrill @@ -171,16 +170,15 @@ packages: - blaze-html - blaze-markup - cabal-dependency-licenses - # GHC 8 - hakyll + # via snap-core - hakyll - stylish-haskell - profiteur - psqueues - websockets - # GHC 8 - websockets-snap + # via snap-core - websockets-snap "Sibi Prabakaran @psibi": - [] - # GHC 8 - download + - download "haskell-opengl": - OpenGL @@ -243,11 +241,11 @@ packages: - osdkeys - pdfinfo # https://github.com/fpco/stackage/issues/1062 - #- present + # - present - pure-io # https://github.com/jgoerzen/testpack/issues/11 - #- scrobble GHC 7.10, for QuickCheck 2.8 via testpack - # GHC 8 - shell-conduit + # - scrobble GHC 7.10, for QuickCheck 2.8 via testpack + - shell-conduit - sourcemap - hindent - descriptive @@ -270,7 +268,7 @@ packages: "Edward Kmett ": - ad - adjunctions - # GHC 8 - approximate + # GHC8 & comonad & pointed - approximate - bifunctors - bits # GHC 8 - bound @@ -280,7 +278,7 @@ packages: - comonads-fd - comonad-transformers # https://github.com/ekmett/compensated/issues/7 - #- compensated + # - compensated # BLOCKED pointed 5 - compressed - concurrent-supply - constraints @@ -302,12 +300,12 @@ packages: - lens - linear - linear-accelerate - # GHC 8 - log-domain + - log-domain - machines - monadic-arrays - monad-products - monad-products - # GHC 8 - monad-st + - monad-st - mtl - nats - numeric-extras @@ -359,32 +357,32 @@ packages: "Brent Yorgey ": - active - # GHC 8 - BlogLiterately + # via haxr - BlogLiterately # GHC 8 - BlogLiterately-diagrams - diagrams - # GHC 8 - diagrams-builder - # GHC 8 - diagrams-haddock - # GHC 8 - diagrams-cairo + # GHC 8 & hint - diagrams-builder + # GHC 8 & diagrams-svg & lens & lucid-svg - diagrams-haddock + - diagrams-cairo - diagrams-contrib - diagrams-core - # GHC 8 - diagrams-gtk + - diagrams-gtk - diagrams-lib - # GHC 8 - diagrams-postscript - # GHC 8 - diagrams-rasterific + - diagrams-postscript + - diagrams-rasterific - diagrams-svg - dual-tree - force-layout - # GHC 8 - haxr + # via http-streams - haxr - MonadRandom - monoid-extras "Vincent Berthoux ": - JuicyPixels - # GHC 8 - FontyFruity - # GHC 8 - Rasterific - # GHC 8 - svg-tree - # GHC 8 - rasterific-svg - # GHC 8 - asciidiagram + - FontyFruity + - Rasterific + - svg-tree + - rasterific-svg + - asciidiagram "Patrick Brisbin": - gravatar @@ -399,13 +397,13 @@ packages: - fb # BLOCKED persistent 2.5 - fb-persistent # https://github.com/prowdsponsor/mangopay/issues/32 - #- mangopay + # - mangopay - nonce - serversession - # GHC 8 - serversession-backend-acid-state + - serversession-backend-acid-state # BLOCKED persistent 2.5 - serversession-backend-persistent # BLOCKED redis 0.8 - serversession-backend-redis - # GHC 8 - serversession-frontend-snap + # via snap - serversession-frontend-snap - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus @@ -413,7 +411,7 @@ packages: # GHC 8 - yesod-auth-fb - yesod-fb # https://github.com/prowdsponsor/mangopay/issues/32 - #- yesod-mangopay + # - yesod-mangopay "Alexander Altman ": # Maintaining on behalf of @roelvandijk: @@ -429,11 +427,11 @@ packages: [] # GHC 8 - patches-vector # GHC 8 - composition-tree - # GHC 8 - dixi + # GHC 8 & aeson-pretty & data-default & lens & via timezone-olson - dixi # GHC 8 - latex-formulae-image - # GHC 8 - latex-formulae-pandoc + # via latex-formulae-image - latex-formulae-pandoc # GHC 8 - latex-formulae-hakyll - # GHC 8 - agda-snippets + # GHC 8 & Agda - agda-snippets # GHC 8 - agda-snippets-hakyll "Dan Burton @DanBurton": @@ -457,7 +455,7 @@ packages: - haskintex - HaTeX # fails see #885 - #- hatex-guide + # - hatex-guide - include-file - matrix - pcre-light @@ -494,7 +492,7 @@ packages: - fay-text - fay-uri - feed - # GHC 8 - snaplet-fay + # snap - snaplet-fay - time-compat - through-text @@ -503,9 +501,8 @@ packages: - fclabels "Rodrigo Setti ": - [] - # GHC 8 - messagepack - # GHC 8 - messagepack-rpc + - messagepack + - messagepack-rpc "Boris Lykah ": [] @@ -525,7 +522,7 @@ packages: - hPDB - hPDB-examples - homplexity - #- wordpass + # - wordpass - json-autotype - posix-realtime @@ -594,8 +591,8 @@ packages: - opensource "Joey Hess @joeyh": - # GHC 8 - git-annex - # GHC 8 - github-backup + # via esqueleto - git-annex + # via github - github-backup - Win32-extras - concurrent-output - mountpoints @@ -635,8 +632,8 @@ packages: # GHC 8 - EntrezHTTP - Genbank # GHC 8 - RNAlien - - Taxonomy - # GHC 8 - TaxonomyTools + # via EntrezHTTP - Taxonomy + # via ENtrezHTTP - TaxonomyTools - ViennaRNAParser "Silk ": @@ -656,7 +653,7 @@ packages: - rest-core - rest-gen - rest-happstack - # GHC 8 - rest-snap + # via GHC 8 - rest-snap - rest-stringmap - rest-types - rest-wai @@ -665,28 +662,28 @@ packages: "Simon Michael @simonmichael": - regex-compat-tdfa - # GHC 8 - darcs + # sandi - darcs - hledger - hledger-lib # - hledger-ui # - hledger-web - # GHC 8 - shelltestrunner + # Diff - shelltestrunner "Mihai Maruseac ": - io-manager "Dimitri Sabadie ": - ghc-syb-utils @@ -697,18 +694,18 @@ packages: # - system-canonicalpath "Daniel Gröber @DanielG": - # GHC 8 - ghc-mod + # GHC 8 & cabal-helper - ghc-mod - cabal-helper "Yann Esposito ": - human-readable-duration - # GHC 8 - holy-project + - holy-project - wai-middleware-caching - wai-middleware-caching-lru - wai-middleware-caching-redis # not package maintainer - # GHC 8 - ekg - # GHC 8 - ekg-json + # via snap-core & via snap-server - ekg + - ekg-json "Paul Rouse ": - sphinx @@ -716,8 +713,8 @@ packages: "Toralf Wittner @twittner": - bytestring-conversion - # GHC 8 - cql - # GHC 8 - cql-io + - cql + - cql-io - redis-resp - redis-io - swagger @@ -751,13 +748,13 @@ packages: - haddock-api - here - hlibgit2 - # GHC 8 - gitlib-libgit2 + - gitlib-libgit2 - hostname-validate - interpolatedstring-perl6 - iproute - missing-foreign # https://github.com/jgoerzen/testpack/issues/11 - #- MissingH GHC 7.10, for QuickCheck 2.8 via testpack + # - MissingH GHC 7.10, for QuickCheck 2.8 via testpack - multimap - parallel-io - text-binary @@ -776,7 +773,7 @@ packages: - base-prelude - cases - focus - # GHC 8 - hasql + - hasql - list-t - mtl-prelude - neat-interpolation @@ -790,11 +787,11 @@ packages: "Alexander Thiemann ": - Spock - # GHC 8 - Spock-digestive + # via digestive-functors - Spock-digestive - Spock-worker - graph-core # https://github.com/agrafix/highjson/issues/1 - # GHC 8 - highjson + - highjson - hvect - reroute - users @@ -804,8 +801,8 @@ packages: - validate-input - ignore - elm-bridge - # GHC 8 - hackmanager - # GHC 8 - digestive-bootstrap + - hackmanager + # via digestive-functors - digestive-bootstrap - blaze-bootstrap - dataurl - psql-helpers @@ -814,10 +811,10 @@ packages: - aeson-pretty - digest # See: https://github.com/elm-lang/elm-compiler/commit/e714001a928b3834b62555fc350909c95d380ef4 - #- elm-build-lib - #- elm-compiler + # - elm-build-lib + # - elm-compiler - elm-core-sources - #- elm-package + # - elm-package - language-glsl - prettyclass - QuasiText @@ -850,7 +847,7 @@ packages: "David Turner @davecturner": - alarmclock - # GHC 8 - bank-holidays-england + - bank-holidays-england "Haskell Servant haskell-servant-maintainers@googlegroups.com @@haskell-servant/maintainers": - servant @@ -879,7 +876,7 @@ packages: - indentation-parsec "Alois Cochard alois.cochard@gmail.com @aloiscochard": - # GHC 8 - codex + # GHC 8 & MissingH - codex # GHC 8 - machines-binary # BLOCKED distributive 0.5 - machines-directory # BLOCKED distributive 0.5 - machines-io @@ -891,7 +888,7 @@ packages: "Andraz Bajt andraz@bajt.me @edofic": - effect-handlers - koofr-client - # GHC 8 - snowflake + - snowflake "Leza M. Lutonda lemol-c@hotmail.com @lemol": - HaskellNet @@ -918,32 +915,32 @@ packages: # - ghcjs-dom # https://github.com/fpco/stackage/issues/1569 # - jsaddle - # GHC 8 - leksah-server + # GHC 8 & haddock-api & haddock-library - leksah-server # GHC 8 - ltk - vado # GHC 8 - vcsgui - vcswrapper "Renzo Carbonara renzocarbonara@gmail.com @k0001": - # GHC 8 - network-simple - # GHC 8 - pipes-aeson + - network-simple + - pipes-aeson - pipes-attoparsec # GHC 8 - pipes-binary - # GHC 8 - pipes-network + - pipes-network "Tomas Carnecky": - # GHC 8 - avers - # GHC 8 - avers-api - # GHC 8 - avers-server + - avers + - avers-api + - avers-server - css-syntax - etcd - github-types - github-webhook-handler - # GHC 8 - github-webhook-handler-snap + # GHC 8 & via snap-core - github-webhook-handler-snap - google-cloud - kraken - libinfluxdb - # GHC 8 - mole + # GHC 8 & via snap - mole - publicsuffix - rethinkdb-client-driver @@ -952,11 +949,11 @@ packages: "Jeffrey Rosenbluth jeffrey.rosenbluth@gmail.com": - palette - # GHC 8 - diagrams-canvas - # GHC 8 - diagrams-rasterific + - diagrams-canvas + - diagrams-rasterific - lucid-svg - # GHC 8 - diagrams-html5 - # GHC 8 - static-canvas + - diagrams-html5 + - static-canvas - svg-builder "Gabríel Arthúr Pétursson gabriel@system.is": @@ -966,15 +963,15 @@ packages: - base32string - base58string - bitcoin-api - # GHC 8 - bitcoin-api-extra + - bitcoin-api-extra - bitcoin-block - bitcoin-script - bitcoin-tx - bitcoin-types - hexstring - # GHC 8 - network-attoparsec - # GHC 8 - network-anonymous-i2p - # GHC 8 - network-anonymous-tor + - network-attoparsec + - network-anonymous-i2p + - network-anonymous-tor "Timothy Jones git@zmthy.io @zmthy": - http-media @@ -983,7 +980,7 @@ packages: - gitson - pcre-heavy - http-link-header - # GHC 8 - microformats2-parser + - microformats2-parser - hspec-expectations-pretty-diff "Francesco Mazzoli f@mazzo.li @bitonic": @@ -1037,13 +1034,13 @@ packages: # Regex packages by Chris Kuklewicz - regex-base - regex-compat - #- regex-dfa - #- regex-parsec + # - regex-dfa + # - regex-parsec - regex-pcre - regex-posix - regex-tdfa - #- regex-tdfa-utf8 - #- regex-tre + # - regex-tdfa-utf8 + # - regex-tre # Purescript - bower-json @@ -1243,7 +1240,7 @@ packages: - gogol-youtube - gogol-youtube-analytics - gogol-youtube-reporting - # GHC 8 - ede + - ede - pagerduty - semver - text-manipulate @@ -1254,12 +1251,12 @@ packages: "Gershom Bazerman @gbaz": - jmacro - jmacro-rpc - # GHC 8 - jmacro-rpc-happstack - # GHC 8 - jmacro-rpc-snap + - jmacro-rpc-happstack + # via snap-core - jmacro-rpc-snap - mbox - kmeans - boolsimplifier - # GHC 8 - cubicspline + - cubicspline - maximal-cliques "Alexander Bondarenko @wiz": @@ -1275,8 +1272,8 @@ packages: - hsignal - hstatistics # GHC 8 - plot - # GHC 8 - plot-gtk - # GHC 8 - plot-gtk3 + # via plot - plot-gtk + # via plot - plot-gtk3 - vector-buffer # Blocking due to https://github.com/amcphail/hmatrix-repa/issues/2 @@ -1304,14 +1301,12 @@ packages: # - inline-r "David Fox @ddssff": - [] # https://github.com/ddssff/debian-haskell/issues/6 - # GHC 8 - debian - # GHC 8 - cabal-debian + - debian + # via memoize - cabal-debian "Stefan Saasen ": - [] - # GHC 8 - jwt + - jwt "Sven Bartscher sven.bartscher@weltraumschlangen.de @kritzefitz": - setlocale @@ -1322,9 +1317,9 @@ packages: "Taylor Fausak @tfausak": - autoexporter - bento - # GHC 8 - ekg-statsd # Maintained by @tibbe. + - ekg-statsd # Maintained by @tibbe. - flow - # GHC 8 - github-release + - github-release - gpolyline # Maintained by @fegu. - lackey - octane @@ -1348,10 +1343,10 @@ packages: - wai-middleware-prometheus "William Casarin @jb55": - # GHC 8 - bson-lens + - bson-lens - cased - # GHC 8 - pipes-csv - # GHC 8 - pipes-mongodb + - pipes-csv + - pipes-mongodb - skeletons "Smirnov Alexey @chemist": @@ -1368,7 +1363,7 @@ packages: # GHC 8 - timezone-olson "Josh Holland josh@inv.alid.pw @jshholland": - # GHC 8 - sandi + - sandi - data-ordlist - xmonad @@ -1392,16 +1387,16 @@ packages: "Athan Clark @athanclark": - commutative - # GHC 8 - digestive-functors-lucid - # GHC 8 - ltext + # via digestive functors - digestive-functors-lucid + - ltext - markup - # GHC 8 - nested-routes + # via poly-arity - nested-routes - path-extra - # GHC 8 - poly-arity + # via HList - poly-arity - urlpath - wai-transformers - # GHC 8 - wai-middleware-content-type - # GHC 8 - wai-middleware-verbs + - wai-middleware-content-type + - wai-middleware-verbs - webpage - composition-extra - rose-trees @@ -1409,7 +1404,7 @@ packages: - timemap - tries - path-extra - # GHC 8 - pred-trie + # via poly-arity - pred-trie - pred-set - HSet @@ -1423,7 +1418,7 @@ packages: "Peter Harpending @pharpend": - editor-open - exceptional - # GHC 8 - optparse-helper + - optparse-helper - pager - semiring-simple @@ -1452,29 +1447,29 @@ packages: - metrics - pipes-wai - serf - # GHC 8 - uri-templater - # GHC 8 - librato + - uri-templater + - librato # needs update to aeson-0.11 - #- datadog + # - datadog # http-types - #- engine-io-growler + # - engine-io-growler # needs update to aeson-0.11 - #- flowdock + # - flowdock # GHC 8 - growler "Michael Xavier @MichaelXavier": - angel - uri-bytestring # https://github.com/MichaelXavier/phash/issues/5 - #- phash + # - phash - cron # GHC 8 - tasty-tap - # GHC 8 - tasty-fail-fast + # via tasty-tap - tasty-fail-fast - drifter - drifter-postgresql "Lars Kuhtz @larskuhtz": - # GHC 8 - wai-cors + - wai-cors - configuration-tools "Sam Rijs ": @@ -1489,15 +1484,15 @@ packages: "Daniel Patterson ": # GHC 8 - hspec-snap - hworker - # GHC 8 - hworker-ses + - hworker-ses - fn - # GHC 8 - fn-extra + # via heist - fn-extra "Chris Wong @lfairy": - nationstates "Mathieu Boespflug @mboes": - # BLOCKED ihaskell support for GHC 8 - ihaskell-inline-r + # via ihaskell & via ihaskell-blaze - ihaskell-inline-r - cassette - distributed-closure - H @@ -1513,26 +1508,26 @@ packages: "Alcides Viamontes ": # https://github.com/shimmercat/second-transfer/issues/5 - #- second-transfer + # - second-transfer [] "Hirotomo Moriwaki @philopon": [] - # GHC 8 - apiary - # GHC 8 - apiary-logger - # GHC 8 - apiary-persistent - # GHC 8 - apiary-websockets - # GHC 8 - apiary-cookie - # GHC 8 - apiary-session - # GHC 8 - apiary-clientsession - # GHC 8 - apiary-authenticate - # GHC 8 - apiary-eventsource - # GHC 8 - apiary-mongoDB - # GHC 8 - apiary-memcached + # GHC 8 & data-default-class - apiary + # GHC 8 & data-default-class & via apiary - apiary-logger + # GHC 8 & data-defaul-class & persistent - apiary-persistent + # GHC 8 & via apiary - apiary-websockets + # GHC 8 & via apiary - apiary-cookie + # GHC 8 & via apiary - apiary-session + # GHC 8 & data-default-class - apiary-clientsession + # GHC 8 & data-default-class - apiary-authenticate + # GHC 8 & via apiary - apiary-eventsource + # GHC 8 & mongoDB - apiary-mongoDB + # GHC 8 & vai apiary & data-default-class - apiary-memcached # GHC 8 - types-compat # GHC 8 - web-routing # GHC 8 - bytestring-read - # GHC 8 - memcached-binary + # GHC 8 & data-default-class - memcached-binary # GHC 8 - barrier # GHC 8 - haddocset @@ -1575,7 +1570,7 @@ packages: - hedis "Rob O'Callahan ropoctl@gmail.com": - # GHC 8 - pipes-fastx + - pipes-fastx - pipes-illumina - seqalign - thermonuc @@ -1590,8 +1585,7 @@ packages: - b9 "Will Thompson @wjt": - [] - # GHC 8 - bustle + - bustle "Jakub Fijałkowski kuba@codinginfinity.me @jakubfijalkowski": - hlibsass @@ -1621,7 +1615,7 @@ packages: "Oliver Charles ": # GHC 8 - engine-io - diff3 - # GHC 8 - digestive-functors-aeson + # GHC 8 & lens - digestive-functors-aeson # GHC 8 - exhaustive # GHC 8 - libsystemd-journal # GHC 8 - network-carbon @@ -1641,7 +1635,7 @@ packages: - histogram-fill - fixed-vector # https://github.com/Shimuuar/fixed-vector-hetero/issues/2 - # GHC 8 - fixed-vector-hetero + - fixed-vector-hetero - type-level-numbers "Ryan Scott @RyanGlScott": @@ -1661,33 +1655,33 @@ packages: "Matt Parsons @parsonsmatt": [] # https://github.com/fpco/stackage/pull/1713 - #- monad-logger-prefix + # - monad-logger-prefix "Matthew Pickering @mpickering": - refact - # GHC 8 - servant-pandoc + # pandoc-types & servant-docs - servant-pandoc - ghc-exactprint - apply-refact "Andrew Gibiansky @gibiansky": [] - # GHC 8 - ihaskell - # GHC 8 - ihaskell-aeson - # GHC 8 - ihaskell-basic - # GHC 8 - ihaskell-blaze - # GHC 8 - ihaskell-charts - # GHC 8 - ihaskell-diagrams - # GHC 8 - ihaskell-hatex - # GHC 8 - ihaskell-juicypixels - # GHC 8 - ihaskell-magic - # GHC 8 - ihaskell-rlangqq - # GHC 8 - ihaskell-static-canvas + # bin-package-db - ihaskell + # via ihaskell - ihaskell-aeson + # via ihaskell - ihaskell-basic + # via ihaskell - ihaskell-blaze + # via ihaskell - ihaskell-charts + # via ihaskell - ihaskell-diagrams + # via ihaskell - ihaskell-hatex + # via ihaskell - ihaskell-juicypixels + # via ihaskell - ihaskell-magic + # via ihaskell - ihaskell-rlangqq + # via ihaskell - ihaskell-static-canvas # GHC 8 - ghc-parser # GHC 8 - ipython-kernel "Andrés Sicard-Ramírez @asr": [] - # GHC 8 - Agda + # EdisonAPI - Agda "James Cook @mokus0": - dependent-sum @@ -1698,7 +1692,7 @@ packages: - misfortune "Timo von Holtz @tvh": - # GHC 8 - haxl-amazonka + # via haxl - haxl-amazonka - servant-JuicyPixels "Artyom @neongreen": @@ -1741,11 +1735,11 @@ packages: - storable-record "Brandon Martin @codedmart": - # GHC 8 - engine-io-wai + # GHC 8 & engine-io - engine-io-wai - rethinkdb "Michael Walker @barrucadu": - # GHC 8 - both + - both - dpor - dejafu - async-dejafu @@ -1762,7 +1756,7 @@ packages: - envelope # GHC 8 - ig - natural-transformation - # GHC 8 - opaleye-trans + - opaleye-trans - read-env-var - yahoo-finance-api @@ -1795,19 +1789,17 @@ packages: "Csaba Hruska @csabahruska": [] # GHC 8 - lambdacube-ir - # GHC 8 - lambdacube-gl - # GHC 8 - lambdacube-compiler + # GHC 8 & via wavefront - lambdacube-gl + # GHC 8 & megaparsec - lambdacube-compiler "Spencer Janssen ": - Xauth "Sebastian de Bellefon @Helkafen": - [] - # GHC 8 - wai-middleware-metrics + - wai-middleware-metrics "Stefan Berthold": - [] - # GHC 8 - smallcaps + - smallcaps "Gregory Collins ": - hashtables @@ -1816,7 +1808,7 @@ packages: "Andrew Cowie @afcowie": - http-common - # GHC 8 - http-streams + # via MonadCatchIO-transformers & via snap-core - http-streams "Devan Stormont ": - forecast-io @@ -1849,8 +1841,7 @@ packages: - streamproc "Mark Fine @markfine": - [] - # GHC 8 - postgresql-schema + - postgresql-schema # https://github.com/fpco/stackage/issues/873 # - sbp @@ -1899,7 +1890,7 @@ packages: "Sumit Sahrawat @sumitsahrawat": [] - # GHC 8 - plot-gtk-ui + # GHC 8 & via plot - plot-gtk-ui # GHC 8 - calculator "Emmanuel Touzery @emmanueltouzery": @@ -1919,11 +1910,11 @@ packages: - speedy-slice # BLOCKED comonad 5 - hasty-hamiltonian # BLOCKED comonad 5 - declarative - # GHC 8 - sampling + - sampling - flat-mcmc "Facundo Domínguez @facundominguez": - - distributed-process + # GHC 8 - distributed-process # GHC 8 - distributed-process-async # GHC 8 - distributed-process-client-server # GHC 8 - distributed-process-execution @@ -1936,13 +1927,12 @@ packages: - network-transport - network-transport-tcp - network-transport-inmemory - # GHC 8 - network-transport-composed + - network-transport-composed - rank1dynamic "Alexander Vershilov @qnikst": [] - # https://github.com/qnikst/imagemagick/issues/41 - #- imagemagick + # https://github.com/qnikst/imagemagick/issues/41 - imagemagick # GHC 8 - network-transport-zeromq "Takahiro Himura @thimura": @@ -1953,7 +1943,7 @@ packages: "Robbin C. ": [] - # GHC 8 - zim-parser + # via lzma-conduit - zim-parser "David Wiltshire @dave77": # on behalf of Alexey Karakulov @w3rs @@ -1961,10 +1951,10 @@ packages: "Tim Baumann @timjb": [] - # GHC 8 - engine-io-yesod + # GHC 8 & engine-io - engine-io-yesod "Tim McGilchrist @tmcgilchrist": - # GHC 8 - riak + # riak-protobuf - riak - airship "Yuras Shumovich @Yuras": @@ -1975,15 +1965,14 @@ packages: - scanner "Stanislav Chernichkin @schernichkin": - [] - # GHC 8 - partial-isomorphisms - # GHC 8 - vinyl + - partial-isomorphisms + - vinyl "Christoph Breitkopf @bokesan": - IntervalMap "Michele Lacchia ": - #- argon >= 0.3 + # - argon >= 0.3 - docopt - pathwalk @@ -1997,8 +1986,8 @@ packages: "Luke Iannini @lukexi": - inline-c - # GHC 8 - inline-c-cpp - # GHC 8 - ekg + - inline-c-cpp + # via snap-core & via snap-server - ekg "Emin Karayel ": [] @@ -2022,29 +2011,28 @@ packages: "yihuang @yihuang": - tagstream-conduit - # https://github.com/fpco/stackage/issues/1001 - # "Johannes Hilden ": - # - hashids + "Johannes Hilden ": + [] + # https://github.com/fpco/stackage/issues/1001 - hashids "Joe Hermaszewski @expipiplus1": [] - # GHC 8 - exact-real + # GHC 8 & via memoize - exact-real - # "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - # https://github.com/fpco/stackage/issues/1039 - # - Cartesian - # - Michelangelo + "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": + [] + # https://github.com/fpco/stackage/issues/1039 + # - Cartesian + # - Michelangelo "Henry J. Wylde @hjwylde": - [] - # GHC 8 - git-fmt - # GHC 8 - omnifmt - # GHC 8 - werewolf - # GHC 8 - werewolf-slack + - git-fmt + - omnifmt + - werewolf + - werewolf-slack "Will Sewell @willsewell": - [] - # GHC 8 - benchpress + - benchpress # GHC 8 - pusher-http-haskell "Lazlo Grun @lazlo28": @@ -2068,12 +2056,11 @@ packages: "Mihaly Barasz klao@nilcons.com @klao": - lens-datetime - # GHC 8 - tz + # via timezone-olson - tz - tzdata "Timothy Klim @TimothyKlim": - [] - # GHC 8 - pkcs10 + - pkcs10 "David Luposchainsky @quchen": - binary-typed @@ -2084,7 +2071,7 @@ packages: - clckwrks - clckwrks-cli # https://github.com/clckwrks/clckwrks-plugin-page/issues/1 - #- clckwrks-plugin-page + # - clckwrks-plugin-page - clckwrks-plugin-media - clckwrks-theme-bootstrap - hackage-whatsnew @@ -2117,8 +2104,8 @@ packages: - file-modules - frontmatter - read-editor - # GHC 8 - hspec-setup - # GHC 8 - hzulip + - hspec-setup + # stm-conduit - hzulip - list-prompt # GHC 8 - memoization-utils - package-description-remote @@ -2155,17 +2142,17 @@ packages: "Amit Levy @alevy": # https://github.com/alevy/postgresql-orm/issues/17 - # GHC 8 - postgresql-orm + - postgresql-orm - simple - simple-templates - simple-session - # GHC 8 - simple-postgresql-orm + - simple-postgresql-orm "Sergey Astanin @astanin": [] # https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support - #- bindings-libzip < 0.11 - #- LibZip < 0.11 + # - bindings-libzip < 0.11 + # - LibZip < 0.11 "Anthony Cowley @acowley": - Frames @@ -2185,8 +2172,7 @@ packages: - mustache "Cindy Wang @CindyLinz": - [] - # GHC 8 - NoTrace + - NoTrace "Jean-Philippe Bernardy @jyp": - polynomials-bernstein @@ -2206,12 +2192,11 @@ packages: - doctest-discover "Elie Genard @eliegenard": - [] - # GHC 8 - turtle-options + - turtle-options "Ruey-Lin Hsu @petercommand": [] - # GHC 8- MASMGen + # GHC 8 - MASMGen "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv @@ -2221,18 +2206,18 @@ packages: - hs-GeoIP - retry # GHC 8 - katip - # GHC 8 - katip-elasticsearch + # via katip - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - # GHC 8 - SVGFonts - # GHC 8 - Chart-diagrams + - SVGFonts + - Chart-diagrams "Aaron Levin @aaronmblevin": [] # https://github.com/fpco/stackage/issues/1290 - #- haskell-kubernetes + # - haskell-kubernetes "Aaron Levin @aaronmblevin": - free-vl @@ -2258,8 +2243,7 @@ packages: # - sparkle "Alex McLean @yaxu": - [] - # GHC 8 - tidal + - tidal "Kei Hibino @khibino": - relational-query @@ -2284,7 +2268,7 @@ packages: "Carlo Hamalainen @carlohamalainen": [] - # GHC 8 - ghc-imported-from + # ghc-mod - ghc-imported-from "Fraser Tweedale @frasertweedale": - jose @@ -2293,7 +2277,7 @@ packages: - atndapi "Yoshikuni Jujo @YoshikuniJujo": - # GHC 8 - zot + - zot - yjtools - io-machine @@ -2305,11 +2289,11 @@ packages: - hw-bits - hw-conduit - hw-diagnostics - # GHC 8 - hw-json - # GHC 8 - hw-parser + - hw-json + - hw-parser - hw-prim - hw-rankselect - # GHC 8 - hw-succinct + - hw-succinct "Ismail Mustafa @ismailmustafa": - handwriting @@ -2318,18 +2302,17 @@ packages: - protolude "Daishi Nakajima @nakaji_dayo": - [] - # GHC 8 - yesod-job-queue + - yesod-job-queue "Braden Walters @meoblast001": [] - # GHC 8 - hakyll-sass + # via hakyll - hakyll-sass "Patrick Thomson ": - postgresql-transactional "Tom Murphy @amindfv": - # GHC 8 - vivid + - vivid # GHC 8 - midair - nano-erl @@ -2431,7 +2414,7 @@ packages: - solga - solga-swagger # https://github.com/fpco/stackage/pull/1692 - #- clang-pure + # - clang-pure - webrtc-vad "Michal Konecny ": @@ -2668,10 +2651,6 @@ skipped-tests: # https://github.com/fpco/stackage/issues/934 - cacophony - # Misc from GHC 7.10.3 upgrade - # https://github.com/fpco/stackage/issues/1045 - #- argon - # HUnit < 1.3 - GLFW-b - HsOpenSSL @@ -2693,8 +2672,7 @@ skipped-tests: # https://github.com/haskell/zlib/issues/2 - zlib - # https://github.com/ku-fpg/blank-canvas/issues/73 - # Never finishes + # Never finishes - https://github.com/ku-fpg/blank-canvas/issues/73 - blank-canvas # https://github.com/nushio3/binary-search/issues/2 (doctest never finishes) From f73d3edd634432d0f6fdfec6755dab3b4062e299 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 31 Jul 2016 18:42:09 +0200 Subject: [PATCH 2209/3141] Disable monad-st and ekg-statsd again, they are not updated for GHC 8 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49189f5c..62c1a459 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -305,7 +305,7 @@ packages: - monadic-arrays - monad-products - monad-products - - monad-st + # GHC 8 - monad-st - mtl - nats - numeric-extras @@ -1317,7 +1317,7 @@ packages: "Taylor Fausak @tfausak": - autoexporter - bento - - ekg-statsd # Maintained by @tibbe. + # GHC 8 - ekg-statsd # Maintained by @tibbe. - flow - github-release - gpolyline # Maintained by @fegu. From 2009189b867699b9c4fca8d57ac29dcae928217e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 31 Jul 2016 21:04:06 +0200 Subject: [PATCH 2210/3141] Add packdeps url for packages with outdated dependencies and clean up a lot of comments --- build-constraints.yaml | 364 ++++++++++++++++------------------------- 1 file changed, 145 insertions(+), 219 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 62c1a459..ed73f565 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -27,10 +27,9 @@ packages: "David Johnson djohnson.m@gmail.com @dmjio": # GHC 8 - envy - s3-signer - # https://github.com/fpco/stackage/issues/1290 - # - google-translate - # - hackernews - # GHC 8 & via http-streams - ses-html + # http://packdeps.haskellers.com/feed?needle=google-translate - google-translate + # via snap - hackernews + # http://packdeps.haskellers.com/feed?needle=ses-html - ses-html # via stripe-http-streams - stripe-haskell # via http-streams - stripe-http-streams - stripe-core @@ -54,8 +53,7 @@ packages: - mime-mail-ses - network-conduit-tls - persistent - # https://github.com/bos/mysql/issues/20 - - persistent-mysql + # via mysql https://github.com/bos/mysql/issues/20 - persistent-mysql - persistent-postgresql - persistent-sqlite - persistent-template @@ -115,8 +113,7 @@ packages: - wai-middleware-crowd - monad-logger-json - safe-exceptions - # https://github.com/fpco/monad-logger-syslog/issues/3 - # - monad-logger-syslog + - monad-logger-syslog - fsnotify - hinotify @@ -158,7 +155,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - # GHC 8 & ghc-mod - HaRe + # GHC 8 - HaRe "Alfredo Di Napoli ": - mandrill @@ -193,7 +190,6 @@ packages: - uuid "Philipp Middendorf ": - # https://github.com/fpco/stackage/issues/1305 - clock "Stefan Wehr ": @@ -240,11 +236,10 @@ packages: - lucid - osdkeys - pdfinfo - # https://github.com/fpco/stackage/issues/1062 - # - present + # GHC 8 https://github.com/fpco/stackage/issues/1062 - present - pure-io - # https://github.com/jgoerzen/testpack/issues/11 - # - scrobble GHC 7.10, for QuickCheck 2.8 via testpack + - scrobble + - scrobble - shell-conduit - sourcemap - hindent @@ -253,8 +248,8 @@ packages: - path - intero - weigh - # requires old haddock currently - haskell-docs - # TODO: Add structured-haskell-mode once they've been ported to HSE 1.16. + # GHC 8 - haskell-docs + # http://packdeps.haskellers.com/feed?needle=structured-haskell-mode - structured-haskell-mode "Alberto G. Corona @agocorona": - RefSerialize @@ -268,7 +263,7 @@ packages: "Edward Kmett ": - ad - adjunctions - # GHC8 & comonad & pointed - approximate + # GHC8 & http://packdeps.haskellers.com/feed?needle=approximate - approximate - bifunctors - bits # GHC 8 - bound @@ -277,9 +272,8 @@ packages: - comonad - comonads-fd - comonad-transformers - # https://github.com/ekmett/compensated/issues/7 - # - compensated - # BLOCKED pointed 5 - compressed + # GHC 8 & http://packdeps.haskellers.com/feed?needle=compensated - compensated + # http://packdeps.haskellers.com/feed?needle=compressed - compressed - concurrent-supply - constraints - contravariant @@ -360,8 +354,8 @@ packages: # via haxr - BlogLiterately # GHC 8 - BlogLiterately-diagrams - diagrams - # GHC 8 & hint - diagrams-builder - # GHC 8 & diagrams-svg & lens & lucid-svg - diagrams-haddock + # GHC 8 & http://packdeps.haskellers.com/feed?needle=diagrams-builder - diagrams-builder + # GHC 8 & http://packdeps.haskellers.com/feed?needle=diagrams-haddock - diagrams-haddock - diagrams-cairo - diagrams-contrib - diagrams-core @@ -391,27 +385,24 @@ packages: - yesod-auth-oauth2 "Felipe Lessa @meteficha": - # Requires tagsoup < 0.14 - # - country-codes - # BLOCKED persistent 2.5 - esqueleto + # http://packdeps.haskellers.com/feed?needle=country-codes - country-codes + # http://packdeps.haskellers.com/feed?needle=esqueleto - esqueleto - fb - # BLOCKED persistent 2.5 - fb-persistent - # https://github.com/prowdsponsor/mangopay/issues/32 - # - mangopay + # http://packdeps.haskellers.com/feed?needle=fb-persistent - fb-persistent + # Compilation failure against aeson https://github.com/prowdsponsor/mangopay/issues/32 - mangopay - nonce - serversession - serversession-backend-acid-state - # BLOCKED persistent 2.5 - serversession-backend-persistent - # BLOCKED redis 0.8 - serversession-backend-redis + # http://packdeps.haskellers.com/feed?needle=serversession-backend-persistent - serversession-backend-persistent + # http://packdeps.haskellers.com/feed?needle=serversession-backend-redis - serversession-backend-redis # via snap - serversession-frontend-snap - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus - # BLOCKED persistent 2.5 - yesod-auth-account-fork + # http://packdeps.haskellers.com/feed?needle=yesod-auth-account-fork - yesod-auth-account-fork # GHC 8 - yesod-auth-fb - yesod-fb - # https://github.com/prowdsponsor/mangopay/issues/32 - # - yesod-mangopay + # Compilation failure against aeson https://github.com/prowdsponsor/mangopay/issues/32 - yesod-mangopay "Alexander Altman ": # Maintaining on behalf of @roelvandijk: @@ -423,15 +414,14 @@ packages: "Trevor L. McDonell ": - accelerate - "Liam O'Connor ": - [] + # "Liam O'Connor ": # GHC 8 - patches-vector # GHC 8 - composition-tree - # GHC 8 & aeson-pretty & data-default & lens & via timezone-olson - dixi + # GHC 8 & http://packdeps.haskellers.com/feed?needle=dixi - dixi # GHC 8 - latex-formulae-image # via latex-formulae-image - latex-formulae-pandoc # GHC 8 - latex-formulae-hakyll - # GHC 8 & Agda - agda-snippets + # GHC 8 & http://packdeps.haskellers.com/feed?needle=agda-snippets - agda-snippets # GHC 8 - agda-snippets-hakyll "Dan Burton @DanBurton": @@ -454,8 +444,7 @@ packages: - grouped-list - haskintex - HaTeX - # fails see #885 - # - hatex-guide + - hatex-guide - include-file - matrix - pcre-light @@ -492,7 +481,7 @@ packages: - fay-text - fay-uri - feed - # snap - snaplet-fay + # via snap - snaplet-fay - time-compat - through-text @@ -504,8 +493,7 @@ packages: - messagepack - messagepack-rpc - "Boris Lykah ": - [] + # "Boris Lykah ": # GHC 8 - groundhog # GHC 8 - groundhog-th # GHC 8 - groundhog-sqlite @@ -522,7 +510,7 @@ packages: - hPDB - hPDB-examples - homplexity - # - wordpass + - wordpass - json-autotype - posix-realtime @@ -609,14 +597,12 @@ packages: - biocore - biofasta - biofastq - # - biosff GHC 7.10 + - biosff - blastxml - bioace - # https://github.com/BioHaskell/biophd/issues/3 - # - biophd + # Compilation failure https://github.com/BioHaskell/biophd/issues/3 - biophd - biopsl - # https://github.com/ingolia/SamTools/issues/3 - # - samtools + # Compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 - samtools - seqloc - bioalign - BlastHTTP @@ -653,7 +639,7 @@ packages: - rest-core - rest-gen - rest-happstack - # via GHC 8 - rest-snap + # GHC 8 - rest-snap - rest-stringmap - rest-types - rest-wai @@ -662,18 +648,18 @@ packages: "Simon Michael @simonmichael": - regex-compat-tdfa - # sandi - darcs + # http://packdeps.haskellers.com/feed?needle=darcs - darcs - hledger - hledger-lib # - hledger-ui # - hledger-web - # Diff - shelltestrunner + # via Diff - shelltestrunner "Mihai Maruseac ": - io-manager "Dimitri Sabadie ": - io-choice - # https://github.com/d12frosted/CanonicalPath/issues/5 - # - system-canonicalpath + # Compilation failure https://github.com/d12frosted/CanonicalPath/issues/5 - system-canonicalpath "Daniel Gröber @DanielG": - # GHC 8 & cabal-helper - ghc-mod + # GHC 8 & http://packdeps.haskellers.com/feed?needle=ghc-mod - ghc-mod - cabal-helper "Yann Esposito ": @@ -753,8 +738,7 @@ packages: - interpolatedstring-perl6 - iproute - missing-foreign - # https://github.com/jgoerzen/testpack/issues/11 - # - MissingH GHC 7.10, for QuickCheck 2.8 via testpack + - MissingH - multimap - parallel-io - text-binary @@ -790,12 +774,11 @@ packages: # via digestive-functors - Spock-digestive - Spock-worker - graph-core - # https://github.com/agrafix/highjson/issues/1 - - highjson + # Compilation failure https://github.com/agrafix/highjson/issues/1 - highjson - hvect - reroute - users - # BLOCKED persistent 2.5 - users-persistent + # via esqueleto - users-persistent - users-postgresql-simple - users-test - validate-input @@ -810,18 +793,16 @@ packages: "Joey Eremondi ": - aeson-pretty - digest - # See: https://github.com/elm-lang/elm-compiler/commit/e714001a928b3834b62555fc350909c95d380ef4 - # - elm-build-lib - # - elm-compiler + # via elm-compiler - elm-build-lib + # http://packdeps.haskellers.com/feed?needle=elm-compiler - elm-compiler - elm-core-sources - # - elm-package + # http://packdeps.haskellers.com/feed?needle=elm-package - elm-package - language-glsl - prettyclass - QuasiText - union-find - zip-archive - "Arthur Fayzrakhmanov ": # GHC 8 - sodium - yesod-form-richtext @@ -862,11 +843,9 @@ packages: - servant-cassava "Alexandr Ruchkin voidex@live.com @mvoidex": - # https://github.com/fpco/stackage/issues/1562 - # - hdocs + # missing test files https://github.com/fpco/stackage/issues/1562 - hdocs - hformat - # https://github.com/fpco/stackage/issues/1562 - # - hsdev + # missing test files https://github.com/fpco/stackage/issues/1562 - hsdev - simple-log - text-region @@ -876,13 +855,12 @@ packages: - indentation-parsec "Alois Cochard alois.cochard@gmail.com @aloiscochard": - # GHC 8 & MissingH - codex + # GHC 8 & http://packdeps.haskellers.com/feed?needle=codex - codex # GHC 8 - machines-binary - # BLOCKED distributive 0.5 - machines-directory - # BLOCKED distributive 0.5 - machines-io + # GHC 8 - machines-directory + # http://packdeps.haskellers.com/feed?needle=machines-io - machines-io # GHC 8 - machines-process - # https://github.com/fpco/stackage/pull/1352#issuecomment-208041561 - # - sarsi + # GHC 8 - sarsi - wreq # on behalf of Bryan O'Sullivan @bos "Andraz Bajt andraz@bajt.me @edofic": @@ -911,11 +889,9 @@ packages: - webkitgtk3-javascriptcore - ghcjs-codemirror - # https://github.com/fpco/stackage/issues/1569 - # - ghcjs-dom - # https://github.com/fpco/stackage/issues/1569 - # - jsaddle - # GHC 8 & haddock-api & haddock-library - leksah-server + # via gi-gtk https://github.com/fpco/stackage/issues/1569 - ghcjs-dom + # via gi-gtk https://github.com/fpco/stackage/issues/1569 - jsaddle + # GHC 8 & http://packdeps.haskellers.com/feed?needle=leksah-server - leksah-server # GHC 8 - ltk - vado # GHC 8 - vcsgui @@ -1034,13 +1010,13 @@ packages: # Regex packages by Chris Kuklewicz - regex-base - regex-compat - # - regex-dfa - # - regex-parsec + - regex-dfa + - regex-parsec - regex-pcre - regex-posix - regex-tdfa - # - regex-tdfa-utf8 - # - regex-tre + # GHC 8 - regex-tdfa-utf8 + - regex-tre # Purescript - bower-json @@ -1276,12 +1252,10 @@ packages: # via plot - plot-gtk3 - vector-buffer - # Blocking due to https://github.com/amcphail/hmatrix-repa/issues/2 - # - hmatrix-repa + # Compilation failure against hmatrix https://github.com/amcphail/hmatrix-repa/issues/2 - hmatrix-repa "Noam Lewis @sinelaw": - # Requires hxt-tagsoup which requires tagsoup < 0.14 - # - xml-to-json + # via hxt-tagsoup - xml-to-json - xml-to-json-fast - digits - unification-fd @@ -1292,17 +1266,13 @@ packages: - system-argv0 - markdown-unlit - # "Mateusz Kowalczyk @Fuuzetsu": - # Excluded due to inactivity: https://github.com/fpco/stackage/issues/856 - # - aeson-schema - # H needs inline-r - # - H - # inline-r-0.7.1.2 doesn't allow vector-0.11 - # - inline-r + "Mateusz Kowalczyk @Fuuzetsu": + - aeson-schema + - H + - inline-r - "David Fox @ddssff": - # https://github.com/ddssff/debian-haskell/issues/6 - - debian + # "David Fox @ddssff": + # GHC bug https://github.com/ddssff/debian-haskell/issues/6 - debian # via memoize - cabal-debian "Stefan Saasen ": @@ -1349,16 +1319,14 @@ packages: - pipes-mongodb - skeletons - "Smirnov Alexey @chemist": - [] + # "Smirnov Alexey @chemist": # GHC 8 - snmp # GHC 8 - agentx "David Raymond Christiansen @david-christiansen": - annotated-wl-pprint - "Yitz Gale gale@sefer.org @ygale": - [] + # "Yitz Gale gale@sefer.org @ygale": # GHC 8 - timezone-series # GHC 8 - timezone-olson @@ -1449,19 +1417,16 @@ packages: - serf - uri-templater - librato - # needs update to aeson-0.11 - # - datadog - # http-types - # - engine-io-growler - # needs update to aeson-0.11 - # - flowdock + # http://packdeps.haskellers.com/feed?needle=datadog - datadog + - http-types + # http://packdeps.haskellers.com/feed?needle=engine-io-growler - engine-io-growler + # http://packdeps.haskellers.com/feed?needle=flowdock - flowdock # GHC 8 - growler "Michael Xavier @MichaelXavier": - angel - uri-bytestring - # https://github.com/MichaelXavier/phash/issues/5 - # - phash + # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - phash - cron # GHC 8 - tasty-tap # via tasty-tap - tasty-fail-fast @@ -1477,8 +1442,7 @@ packages: # GHC 8 - attoparsec-trans - operational-class - "Anupam Jain ": - [] + # "Anupam Jain ": # GHC 8 - wai-routes "Daniel Patterson ": @@ -1506,28 +1470,25 @@ packages: - wai-middleware-throttle - yesod-auth-basic - "Alcides Viamontes ": - # https://github.com/shimmercat/second-transfer/issues/5 - # - second-transfer - [] + # "Alcides Viamontes ": + # GHC 8 - second-transfer - "Hirotomo Moriwaki @philopon": - [] - # GHC 8 & data-default-class - apiary - # GHC 8 & data-default-class & via apiary - apiary-logger - # GHC 8 & data-defaul-class & persistent - apiary-persistent - # GHC 8 & via apiary - apiary-websockets - # GHC 8 & via apiary - apiary-cookie - # GHC 8 & via apiary - apiary-session - # GHC 8 & data-default-class - apiary-clientsession - # GHC 8 & data-default-class - apiary-authenticate - # GHC 8 & via apiary - apiary-eventsource - # GHC 8 & mongoDB - apiary-mongoDB - # GHC 8 & vai apiary & data-default-class - apiary-memcached + # "Hirotomo Moriwaki @philopon": + # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary - apiary + # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-logger - apiary-logger + # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-persistent - apiary-persistent + # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-websockets - apiary-websockets + # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-cookie - apiary-cookie + # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-session - apiary-session + # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-clientsession - apiary-clientsession + # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-authenticate - apiary-authenticate + # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-eventsource - apiary-eventsource + # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-mongoDB - apiary-mongoDB + # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-apiary-memcached - apiary-memcached # GHC 8 - types-compat # GHC 8 - web-routing # GHC 8 - bytestring-read - # GHC 8 & data-default-class - memcached-binary + # GHC 8 & http://packdeps.haskellers.com/feed?needle=memcached-binary - memcached-binary # GHC 8 - barrier # GHC 8 - haddocset @@ -1615,15 +1576,14 @@ packages: "Oliver Charles ": # GHC 8 - engine-io - diff3 - # GHC 8 & lens - digestive-functors-aeson + # GHC 8 & http://packdeps.haskellers.com/feed?needle=digestive-functors-aeson - digestive-functors-aeson # GHC 8 - exhaustive # GHC 8 - libsystemd-journal # GHC 8 - network-carbon # GHC 8 - socket-io - tasty-rerun - "Scott Murphy scott.murphy@plowtech.net @smurphy8": - [] + # "Scott Murphy scott.murphy@plowtech.net @smurphy8": "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled @@ -1634,7 +1594,6 @@ packages: "Alexey Khudyakov @Shimuuar": - histogram-fill - fixed-vector - # https://github.com/Shimuuar/fixed-vector-hetero/issues/2 - fixed-vector-hetero - type-level-numbers @@ -1653,19 +1612,16 @@ packages: - xlsx "Matt Parsons @parsonsmatt": - [] - # https://github.com/fpco/stackage/pull/1713 - # - monad-logger-prefix + - monad-logger-prefix "Matthew Pickering @mpickering": - refact - # pandoc-types & servant-docs - servant-pandoc + # http://packdeps.haskellers.com/feed?needle=servant-pandoc - servant-pandoc - ghc-exactprint - apply-refact - "Andrew Gibiansky @gibiansky": - [] - # bin-package-db - ihaskell + # "Andrew Gibiansky @gibiansky": + # GHC 8 - ihaskell # via ihaskell - ihaskell-aeson # via ihaskell - ihaskell-basic # via ihaskell - ihaskell-blaze @@ -1679,9 +1635,8 @@ packages: # GHC 8 - ghc-parser # GHC 8 - ipython-kernel - "Andrés Sicard-Ramírez @asr": - [] - # EdisonAPI - Agda + # "Andrés Sicard-Ramírez @asr": + # http://packdeps.haskellers.com/feed?needle=Agda - Agda "James Cook @mokus0": - dependent-sum @@ -1735,7 +1690,7 @@ packages: - storable-record "Brandon Martin @codedmart": - # GHC 8 & engine-io - engine-io-wai + # GHC 8 & via engine-io - engine-io-wai - rethinkdb "Michael Walker @barrucadu": @@ -1778,19 +1733,16 @@ packages: - yi-language - yi-rope - "Tobias Bexelius @tobbebex": - [] + # "Tobias Bexelius @tobbebex": # GHC 8 - GPipe - "Patrick Redmond @plredmond": - [] + # "Patrick Redmond @plredmond": # GHC 8 - GPipe-GLFW - "Csaba Hruska @csabahruska": - [] + # "Csaba Hruska @csabahruska": # GHC 8 - lambdacube-ir # GHC 8 & via wavefront - lambdacube-gl - # GHC 8 & megaparsec - lambdacube-compiler + # GHC 8 & Doesn't allow megaparsec >= 5.0.1 & QuickCheck >= 2.9.1 - lambdacube-compiler "Spencer Janssen ": - Xauth @@ -1842,8 +1794,7 @@ packages: "Mark Fine @markfine": - postgresql-schema - # https://github.com/fpco/stackage/issues/873 - # - sbp + # test failures https://github.com/fpco/stackage/issues/873 - sbp "Jinjing Wang @nfjinjing": - moesocks @@ -1867,9 +1818,9 @@ packages: - withdependencies - hruby - language-puppet - # http-types - # - stm-firehose - # - hslogstash + - http-types + # Doesn't allow http-types >= 0.9.1 - stm-firehose + # GHC 8 & doesn't allow aeson >= 0.11.2.0 & doesn't allow lens >= 4.14 - hslogstash "Mark Karpov @mrkkrp": - megaparsec @@ -1884,12 +1835,10 @@ packages: - pagination - data-check - "Thomas Bereknyei ": - [] + # "Thomas Bereknyei ": # GHC 8 - multiplate - "Sumit Sahrawat @sumitsahrawat": - [] + # "Sumit Sahrawat @sumitsahrawat": # GHC 8 & via plot - plot-gtk-ui # GHC 8 - calculator @@ -1908,8 +1857,8 @@ packages: - mcmc-types - mighty-metropolis - speedy-slice - # BLOCKED comonad 5 - hasty-hamiltonian - # BLOCKED comonad 5 - declarative + - hasty-hamiltonian + - declarative - sampling - flat-mcmc @@ -1930,8 +1879,7 @@ packages: - network-transport-composed - rank1dynamic - "Alexander Vershilov @qnikst": - [] + # "Alexander Vershilov @qnikst": # https://github.com/qnikst/imagemagick/issues/41 - imagemagick # GHC 8 - network-transport-zeromq @@ -1941,20 +1889,18 @@ packages: - twitter-types - twitter-types-lens - "Robbin C. ": - [] + # "Robbin C. ": # via lzma-conduit - zim-parser "David Wiltshire @dave77": # on behalf of Alexey Karakulov @w3rs - hashable-time - "Tim Baumann @timjb": - [] - # GHC 8 & engine-io - engine-io-yesod + # "Tim Baumann @timjb": + # GHC 8 & via engine-io - engine-io-yesod "Tim McGilchrist @tmcgilchrist": - # riak-protobuf - riak + # http://packdeps.haskellers.com/feed?needle=riak - riak - airship "Yuras Shumovich @Yuras": @@ -1965,14 +1911,14 @@ packages: - scanner "Stanislav Chernichkin @schernichkin": - - partial-isomorphisms + # GHC 8 - partial-isomorphisms - vinyl "Christoph Breitkopf @bokesan": - IntervalMap "Michele Lacchia ": - # - argon >= 0.3 + # GHC 8 - argon - docopt - pathwalk @@ -1989,8 +1935,7 @@ packages: - inline-c-cpp # via snap-core & via snap-server - ekg - "Emin Karayel ": - [] + # "Emin Karayel ": # GHC 8 - sync-mht "Michael Schröder @mcschroeder": @@ -2000,9 +1945,8 @@ packages: "Greg Weber ": - base-noprelude - # https://github.com/fpco/stackage/pull/979 # "Andrew Lelechenko @Bodigrim": - # - exp-pairs + # Missing test files https://github.com/fpco/stackage/pull/979 - exp-pairs "Stefan Kersten @kaoskorobase": - hsndfile @@ -2011,19 +1955,15 @@ packages: "yihuang @yihuang": - tagstream-conduit - "Johannes Hilden ": - [] - # https://github.com/fpco/stackage/issues/1001 - hashids + # "Johannes Hilden ": + # Missing test files https://github.com/fpco/stackage/issues/1001 - hashids - "Joe Hermaszewski @expipiplus1": - [] + # "Joe Hermaszewski @expipiplus1": # GHC 8 & via memoize - exact-real - "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - [] - # https://github.com/fpco/stackage/issues/1039 - # - Cartesian - # - Michelangelo + # "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": + # http://packdeps.haskellers.com/feed?needle=Cartesian - Cartesian + # http://packdeps.haskellers.com/feed?needle=Michelangelo - Michelangelo "Henry J. Wylde @hjwylde": - git-fmt @@ -2070,8 +2010,7 @@ packages: - boomerang - clckwrks - clckwrks-cli - # https://github.com/clckwrks/clckwrks-plugin-page/issues/1 - # - clckwrks-plugin-page + - clckwrks-plugin-page - clckwrks-plugin-media - clckwrks-theme-bootstrap - hackage-whatsnew @@ -2105,7 +2044,7 @@ packages: - frontmatter - read-editor - hspec-setup - # stm-conduit - hzulip + # http://packdeps.haskellers.com/feed?needle=hzulip - hzulip - list-prompt # GHC 8 - memoization-utils - package-description-remote @@ -2120,8 +2059,7 @@ packages: "rightfold @rightfold": - open-browser - "Denis Redozubov @dredozubov": - [] + # "Denis Redozubov @dredozubov": # GHC 8 - tracy "Yuji Yamamoto @igrep": @@ -2136,23 +2074,19 @@ packages: "Falko Peters ": - scrypt - "Jakub Waszczuk @kawu": - [] + # "Jakub Waszczuk @kawu": # GHC 8 - dawg-ord "Amit Levy @alevy": - # https://github.com/alevy/postgresql-orm/issues/17 - postgresql-orm - simple - simple-templates - simple-session - simple-postgresql-orm - "Sergey Astanin @astanin": - [] - # https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support - # - bindings-libzip < 0.11 - # - LibZip < 0.11 + # "Sergey Astanin @astanin": + # Doesn't build on stackage server https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support - bindings-libzip < 0.11 + # Doesn't build on stackage server https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support - LibZip < 0.11 "Anthony Cowley @acowley": - Frames @@ -2194,8 +2128,7 @@ packages: "Elie Genard @eliegenard": - turtle-options - "Ruey-Lin Hsu @petercommand": - [] + # "Ruey-Lin Hsu @petercommand": # GHC 8 - MASMGen "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": @@ -2214,10 +2147,8 @@ packages: - SVGFonts - Chart-diagrams - "Aaron Levin @aaronmblevin": - [] - # https://github.com/fpco/stackage/issues/1290 - # - haskell-kubernetes + # "Aaron Levin @aaronmblevin": + # GHC 8 & lots of other packages - haskell-kubernetes "Aaron Levin @aaronmblevin": - free-vl @@ -2231,16 +2162,14 @@ packages: "Lennart Kolmodin @kolmodin": - binary-bits - "Nicolas Trangez ikke@nicolast.be @NicolasT": - [] + # "Nicolas Trangez ikke@nicolast.be @NicolasT": # GHC 8 - reedsolomon "Alp Mestanogullari alpmestan@gmail.com @alpmestan": - taggy - taggy-lens - # https://github.com/fpco/stackage/issues/1660 - # - inline-java - # - sparkle + - inline-java + - sparkle "Alex McLean @yaxu": - tidal @@ -2266,9 +2195,8 @@ packages: - unification-fd - unix-bytestring - "Carlo Hamalainen @carlohamalainen": - [] - # ghc-mod - ghc-imported-from + # "Carlo Hamalainen @carlohamalainen": + # GHC 8 - ghc-imported-from "Fraser Tweedale @frasertweedale": - jose @@ -2304,8 +2232,7 @@ packages: "Daishi Nakajima @nakaji_dayo": - yesod-job-queue - "Braden Walters @meoblast001": - [] + # "Braden Walters @meoblast001": # via hakyll - hakyll-sass "Patrick Thomson ": @@ -2413,8 +2340,7 @@ packages: "Patrick Chilton ": - solga - solga-swagger - # https://github.com/fpco/stackage/pull/1692 - # - clang-pure + # Doesn't build on stackage server https://github.com/fpco/stackage/pull/1692 - clang-pure - webrtc-vad "Michal Konecny ": @@ -2439,7 +2365,7 @@ packages: - camfort - codo-notation - fortran-src - # - ixmonad https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 + # Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - ixmonad - language-fortran "Philipp Schuster @phischu": From 6b7175db13e36d971e48e5f282f1507cb63650c2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 31 Jul 2016 21:49:26 +0200 Subject: [PATCH 2211/3141] Remove the packdep urls, they are redundant. Also add version numbers to compilation failures --- build-constraints.yaml | 131 ++++++++++++++++++++--------------------- 1 file changed, 65 insertions(+), 66 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed73f565..4acbd7ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -27,9 +27,9 @@ packages: "David Johnson djohnson.m@gmail.com @dmjio": # GHC 8 - envy - s3-signer - # http://packdeps.haskellers.com/feed?needle=google-translate - google-translate + # bounds - google-translate # via snap - hackernews - # http://packdeps.haskellers.com/feed?needle=ses-html - ses-html + # bounds - ses-html # via stripe-http-streams - stripe-haskell # via http-streams - stripe-http-streams - stripe-core @@ -238,8 +238,7 @@ packages: - pdfinfo # GHC 8 https://github.com/fpco/stackage/issues/1062 - present - pure-io - - scrobble - - scrobble + # GHC 8 - scrobble - shell-conduit - sourcemap - hindent @@ -249,7 +248,7 @@ packages: - intero - weigh # GHC 8 - haskell-docs - # http://packdeps.haskellers.com/feed?needle=structured-haskell-mode - structured-haskell-mode + # bounds - structured-haskell-mode "Alberto G. Corona @agocorona": - RefSerialize @@ -263,7 +262,7 @@ packages: "Edward Kmett ": - ad - adjunctions - # GHC8 & http://packdeps.haskellers.com/feed?needle=approximate - approximate + # GHC 8 & bounds - approximate - bifunctors - bits # GHC 8 - bound @@ -272,8 +271,8 @@ packages: - comonad - comonads-fd - comonad-transformers - # GHC 8 & http://packdeps.haskellers.com/feed?needle=compensated - compensated - # http://packdeps.haskellers.com/feed?needle=compressed - compressed + # GHC 8 & bounds - compensated + # bounds - compressed - concurrent-supply - constraints - contravariant @@ -354,8 +353,8 @@ packages: # via haxr - BlogLiterately # GHC 8 - BlogLiterately-diagrams - diagrams - # GHC 8 & http://packdeps.haskellers.com/feed?needle=diagrams-builder - diagrams-builder - # GHC 8 & http://packdeps.haskellers.com/feed?needle=diagrams-haddock - diagrams-haddock + # GHC 8 & bounds - diagrams-builder + # GHC 8 & bounds - diagrams-haddock - diagrams-cairo - diagrams-contrib - diagrams-core @@ -385,24 +384,24 @@ packages: - yesod-auth-oauth2 "Felipe Lessa @meteficha": - # http://packdeps.haskellers.com/feed?needle=country-codes - country-codes - # http://packdeps.haskellers.com/feed?needle=esqueleto - esqueleto + # bounds - country-codes + # bounds - esqueleto - fb - # http://packdeps.haskellers.com/feed?needle=fb-persistent - fb-persistent - # Compilation failure against aeson https://github.com/prowdsponsor/mangopay/issues/32 - mangopay + # bounds - fb-persistent + # VERSION MISSING Compilation failure against aeson https://github.com/prowdsponsor/mangopay/issues/32 - mangopay - nonce - serversession - serversession-backend-acid-state - # http://packdeps.haskellers.com/feed?needle=serversession-backend-persistent - serversession-backend-persistent - # http://packdeps.haskellers.com/feed?needle=serversession-backend-redis - serversession-backend-redis + # bounds - serversession-backend-persistent + # bounds - serversession-backend-redis # via snap - serversession-frontend-snap - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus - # http://packdeps.haskellers.com/feed?needle=yesod-auth-account-fork - yesod-auth-account-fork + # bounds - yesod-auth-account-fork # GHC 8 - yesod-auth-fb - yesod-fb - # Compilation failure against aeson https://github.com/prowdsponsor/mangopay/issues/32 - yesod-mangopay + # VERSION MISSING Compilation failure against aeson https://github.com/prowdsponsor/mangopay/issues/32 - yesod-mangopay "Alexander Altman ": # Maintaining on behalf of @roelvandijk: @@ -417,11 +416,11 @@ packages: # "Liam O'Connor ": # GHC 8 - patches-vector # GHC 8 - composition-tree - # GHC 8 & http://packdeps.haskellers.com/feed?needle=dixi - dixi + # GHC 8 & bounds - dixi # GHC 8 - latex-formulae-image # via latex-formulae-image - latex-formulae-pandoc # GHC 8 - latex-formulae-hakyll - # GHC 8 & http://packdeps.haskellers.com/feed?needle=agda-snippets - agda-snippets + # GHC 8 & bounds - agda-snippets # GHC 8 - agda-snippets-hakyll "Dan Burton @DanBurton": @@ -597,12 +596,12 @@ packages: - biocore - biofasta - biofastq - - biosff + # 0.3.7.1 Compilation failure due to -Werror - biosff - blastxml - bioace - # Compilation failure https://github.com/BioHaskell/biophd/issues/3 - biophd + # 0.8.8 Compilation failure https://github.com/BioHaskell/biophd/issues/3 - biophd - biopsl - # Compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 - samtools + # VERSION MISSING Compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 - samtools - seqloc - bioalign - BlastHTTP @@ -648,7 +647,7 @@ packages: "Simon Michael @simonmichael": - regex-compat-tdfa - # http://packdeps.haskellers.com/feed?needle=darcs - darcs + # bounds - darcs - hledger - hledger-lib # - hledger-ui @@ -667,7 +666,7 @@ packages: - monad-journal # GHC 8 - msi-kb-backlit - smoothie - # http://packdeps.haskellers.com/feed?needle=tellbot - tellbot + # bounds - tellbot # GHC 8 - wavefront - zero @@ -676,10 +675,10 @@ packages: "Boris Buliga ": - io-choice - # Compilation failure https://github.com/d12frosted/CanonicalPath/issues/5 - system-canonicalpath + # UNKNOWN VERSION Compilation failure https://github.com/d12frosted/CanonicalPath/issues/5 - system-canonicalpath "Daniel Gröber @DanielG": - # GHC 8 & http://packdeps.haskellers.com/feed?needle=ghc-mod - ghc-mod + # GHC 8 & bounds - ghc-mod - cabal-helper "Yann Esposito ": @@ -698,8 +697,8 @@ packages: "Toralf Wittner @twittner": - bytestring-conversion - - cql - - cql-io + # GHC8/3.1.0 compilation failure - cql + # via cql - cql-io - redis-resp - redis-io - swagger @@ -774,7 +773,7 @@ packages: # via digestive-functors - Spock-digestive - Spock-worker - graph-core - # Compilation failure https://github.com/agrafix/highjson/issues/1 - highjson + # 0.2.0.2 Compilation failure https://github.com/agrafix/highjson/issues/1 - highjson - hvect - reroute - users @@ -794,9 +793,9 @@ packages: - aeson-pretty - digest # via elm-compiler - elm-build-lib - # http://packdeps.haskellers.com/feed?needle=elm-compiler - elm-compiler + # bounds - elm-compiler - elm-core-sources - # http://packdeps.haskellers.com/feed?needle=elm-package - elm-package + # bounds - elm-package - language-glsl - prettyclass - QuasiText @@ -855,10 +854,10 @@ packages: - indentation-parsec "Alois Cochard alois.cochard@gmail.com @aloiscochard": - # GHC 8 & http://packdeps.haskellers.com/feed?needle=codex - codex + # GHC 8 & bounds - codex # GHC 8 - machines-binary # GHC 8 - machines-directory - # http://packdeps.haskellers.com/feed?needle=machines-io - machines-io + # bounds - machines-io # GHC 8 - machines-process # GHC 8 - sarsi - wreq # on behalf of Bryan O'Sullivan @bos @@ -891,7 +890,7 @@ packages: - ghcjs-codemirror # via gi-gtk https://github.com/fpco/stackage/issues/1569 - ghcjs-dom # via gi-gtk https://github.com/fpco/stackage/issues/1569 - jsaddle - # GHC 8 & http://packdeps.haskellers.com/feed?needle=leksah-server - leksah-server + # GHC 8 & bounds - leksah-server # GHC 8 - ltk - vado # GHC 8 - vcsgui @@ -1010,13 +1009,13 @@ packages: # Regex packages by Chris Kuklewicz - regex-base - regex-compat - - regex-dfa - - regex-parsec + # 0.91 Compilation failure due to -Werror - regex-dfa + # 0.90 Compilation failure due to -Werror - regex-parsec - regex-pcre - regex-posix - regex-tdfa # GHC 8 - regex-tdfa-utf8 - - regex-tre + # 0.91 Compilation failure due to -Werror - regex-tre # Purescript - bower-json @@ -1252,7 +1251,7 @@ packages: # via plot - plot-gtk3 - vector-buffer - # Compilation failure against hmatrix https://github.com/amcphail/hmatrix-repa/issues/2 - hmatrix-repa + # 0.1.2.1 Compilation failure against hmatrix https://github.com/amcphail/hmatrix-repa/issues/2 - hmatrix-repa "Noam Lewis @sinelaw": # via hxt-tagsoup - xml-to-json @@ -1417,10 +1416,10 @@ packages: - serf - uri-templater - librato - # http://packdeps.haskellers.com/feed?needle=datadog - datadog + # bounds - datadog - http-types - # http://packdeps.haskellers.com/feed?needle=engine-io-growler - engine-io-growler - # http://packdeps.haskellers.com/feed?needle=flowdock - flowdock + # bounds - engine-io-growler + # bounds - flowdock # GHC 8 - growler "Michael Xavier @MichaelXavier": @@ -1474,21 +1473,21 @@ packages: # GHC 8 - second-transfer # "Hirotomo Moriwaki @philopon": - # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary - apiary - # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-logger - apiary-logger - # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-persistent - apiary-persistent - # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-websockets - apiary-websockets - # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-cookie - apiary-cookie - # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-session - apiary-session - # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-clientsession - apiary-clientsession - # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-authenticate - apiary-authenticate - # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-eventsource - apiary-eventsource - # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-mongoDB - apiary-mongoDB - # GHC 8 & http://packdeps.haskellers.com/feed?needle=apiary-apiary-memcached - apiary-memcached + # GHC 8 & bounds - apiary + # GHC 8 & bounds - apiary-logger + # GHC 8 & bounds - apiary-persistent + # GHC 8 & bounds - apiary-websockets + # GHC 8 & bounds - apiary-cookie + # GHC 8 & bounds - apiary-session + # GHC 8 & bounds - apiary-clientsession + # GHC 8 & bounds - apiary-authenticate + # GHC 8 & bounds - apiary-eventsource + # GHC 8 & bounds - apiary-mongoDB + # GHC 8 & bounds - apiary-memcached # GHC 8 - types-compat # GHC 8 - web-routing # GHC 8 - bytestring-read - # GHC 8 & http://packdeps.haskellers.com/feed?needle=memcached-binary - memcached-binary + # GHC 8 & bounds - memcached-binary # GHC 8 - barrier # GHC 8 - haddocset @@ -1576,7 +1575,7 @@ packages: "Oliver Charles ": # GHC 8 - engine-io - diff3 - # GHC 8 & http://packdeps.haskellers.com/feed?needle=digestive-functors-aeson - digestive-functors-aeson + # GHC 8 & bounds - digestive-functors-aeson # GHC 8 - exhaustive # GHC 8 - libsystemd-journal # GHC 8 - network-carbon @@ -1616,7 +1615,7 @@ packages: "Matthew Pickering @mpickering": - refact - # http://packdeps.haskellers.com/feed?needle=servant-pandoc - servant-pandoc + # bounds - servant-pandoc - ghc-exactprint - apply-refact @@ -1636,7 +1635,7 @@ packages: # GHC 8 - ipython-kernel # "Andrés Sicard-Ramírez @asr": - # http://packdeps.haskellers.com/feed?needle=Agda - Agda + # bounds - Agda "James Cook @mokus0": - dependent-sum @@ -1742,7 +1741,7 @@ packages: # "Csaba Hruska @csabahruska": # GHC 8 - lambdacube-ir # GHC 8 & via wavefront - lambdacube-gl - # GHC 8 & Doesn't allow megaparsec >= 5.0.1 & QuickCheck >= 2.9.1 - lambdacube-compiler + # GHC 8 & bounds - lambdacube-compiler "Spencer Janssen ": - Xauth @@ -1900,7 +1899,7 @@ packages: # GHC 8 & via engine-io - engine-io-yesod "Tim McGilchrist @tmcgilchrist": - # http://packdeps.haskellers.com/feed?needle=riak - riak + # bounds - riak - airship "Yuras Shumovich @Yuras": @@ -1962,8 +1961,8 @@ packages: # GHC 8 & via memoize - exact-real # "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - # http://packdeps.haskellers.com/feed?needle=Cartesian - Cartesian - # http://packdeps.haskellers.com/feed?needle=Michelangelo - Michelangelo + # bounds - Cartesian + # bounds - Michelangelo "Henry J. Wylde @hjwylde": - git-fmt @@ -2044,7 +2043,7 @@ packages: - frontmatter - read-editor - hspec-setup - # http://packdeps.haskellers.com/feed?needle=hzulip - hzulip + # bounds - hzulip - list-prompt # GHC 8 - memoization-utils - package-description-remote @@ -2168,8 +2167,8 @@ packages: "Alp Mestanogullari alpmestan@gmail.com @alpmestan": - taggy - taggy-lens - - inline-java - - sparkle + # 0.1 Compilation failure https://github.com/fpco/stackage/issues/1660 - inline-java + # via inline-java - sparkle "Alex McLean @yaxu": - tidal @@ -2239,7 +2238,7 @@ packages: - postgresql-transactional "Tom Murphy @amindfv": - - vivid + # 0.2.0.5 compilation failure - vivid # GHC 8 - midair - nano-erl @@ -2365,7 +2364,7 @@ packages: - camfort - codo-notation - fortran-src - # Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - ixmonad + # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - ixmonad - language-fortran "Philipp Schuster @phischu": From b5dc8c8bc68dcb4f6ee67cc89eee3f4d4cce7417 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 31 Jul 2016 21:53:09 +0200 Subject: [PATCH 2212/3141] Disable postgresql-orm due to compilation failure --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4acbd7ab..f7d9a674 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2077,7 +2077,7 @@ packages: # GHC 8 - dawg-ord "Amit Levy @alevy": - - postgresql-orm + # 0.4.1 compilation failure - postgresql-orm - simple - simple-templates - simple-session From 1063b225b3394b1fec967b875d7479072b9e19b1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 1 Aug 2016 00:07:54 +0200 Subject: [PATCH 2213/3141] Remove more packages that shouldn't have been re-enabled --- build-constraints.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f7d9a674..a2e8839f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -101,7 +101,7 @@ packages: - indents - language-c - lhs2tex - - persistent-mongoDB + # GHC 8 2.5 compilation failure - persistent-mongoDB - pretty-class - th-expand-syns - criterion @@ -904,9 +904,9 @@ packages: - pipes-network "Tomas Carnecky": - - avers - - avers-api - - avers-server + # GHC 8 0.0.15 compilation failure - avers + # via avers - avers-api + # via avers - avers-server - css-syntax - etcd - github-types @@ -1266,7 +1266,7 @@ packages: - markdown-unlit "Mateusz Kowalczyk @Fuuzetsu": - - aeson-schema + # 0.4.1.1 compilation failure against GHC 8 - aeson-schema - H - inline-r @@ -2081,7 +2081,7 @@ packages: - simple - simple-templates - simple-session - - simple-postgresql-orm + # via postgresql-orm - simple-postgresql-orm # "Sergey Astanin @astanin": # Doesn't build on stackage server https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support - bindings-libzip < 0.11 @@ -2676,6 +2676,7 @@ expected-test-failures: # Problems with doctest and sandboxing - warp + - monad-logger-prefix # https://github.com/fpco/stackage/issues/163 - hTalos From 21bcac075c240d1c4c4585b97b058890c5e28ca5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 1 Aug 2016 00:25:28 +0200 Subject: [PATCH 2214/3141] Skip options test-suite #1756 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2e8839f..19cfbc6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2638,6 +2638,9 @@ skipped-tests: # https://github.com/fpco/stackage/issues/1587 - hledger-lib + # Package shadowing + - options + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 647abbe083bc8a33202118cf7e3a9dab73f2fd5d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 1 Aug 2016 00:32:47 +0200 Subject: [PATCH 2215/3141] Disable ede due to compilation failure brendanhay/ede#17 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19cfbc6b..aa934706 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1215,7 +1215,7 @@ packages: - gogol-youtube - gogol-youtube-analytics - gogol-youtube-reporting - - ede + # 0.2.8.4 compilation failure - ede - pagerduty - semver - text-manipulate From 76fff8ed9066029c98d3fd699f053256e3653e39 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 1 Aug 2016 00:41:40 +0200 Subject: [PATCH 2216/3141] Expect asciidiagram tests to fail due to missing files Twinside/asciidiagram#3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa934706..e25315c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3029,6 +3029,9 @@ expected-test-failures: # https://github.com/camfort/camfort/issues/34 - camfort + + # https://github.com/Twinside/asciidiagram/issues/3 + - asciidiagram # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 8d3736380331d9074cbda4c2057db4a802ddce1a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 1 Aug 2016 02:57:16 +0200 Subject: [PATCH 2217/3141] Add version number to asciidiagram test --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e25315c9..5a060630 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3030,7 +3030,7 @@ expected-test-failures: # https://github.com/camfort/camfort/issues/34 - camfort - # https://github.com/Twinside/asciidiagram/issues/3 + # 1.3.1.1 https://github.com/Twinside/asciidiagram/issues/3 - asciidiagram # end of expected-test-failures From 309e73a6c23b9eb37728e390347c9562c5439694 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 1 Aug 2016 03:01:13 +0200 Subject: [PATCH 2218/3141] Disable uri-templater due to compilation failure iand675/uri-templater#4 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a060630..c315f526 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1414,7 +1414,7 @@ packages: - metrics - pipes-wai - serf - - uri-templater + # 0.2.0.0 compilation failure - uri-templater - librato # bounds - datadog - http-types From 9c5731318781c6ac279990498198367b99f513aa Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 1 Aug 2016 03:03:38 +0200 Subject: [PATCH 2219/3141] Disable packages depending on uri-templater --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c315f526..6adcb5c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1288,7 +1288,7 @@ packages: - bento # GHC 8 - ekg-statsd # Maintained by @tibbe. - flow - - github-release + # via uri-templater - github-release - gpolyline # Maintained by @fegu. - lackey - octane @@ -1415,7 +1415,7 @@ packages: - pipes-wai - serf # 0.2.0.0 compilation failure - uri-templater - - librato + # via uri-templater - librato # bounds - datadog - http-types # bounds - engine-io-growler From ee4e9c6a88cf4372d5fb5e7aa611556e6eb891fa Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 1 Aug 2016 15:09:58 +0300 Subject: [PATCH 2220/3141] Add singleton-bool --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6adcb5c8..7bb04603 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -987,6 +987,7 @@ packages: - regex-applicative-text - servant-swagger-ui - servant-yaml + - singleton-bool - spdx - these - time-parsers From 911f8b7464c613c45be62eb361ef2472e7d39e5e Mon Sep 17 00:00:00 2001 From: Sven Heyll Date: Mon, 1 Aug 2016 14:33:31 +0200 Subject: [PATCH 2221/3141] Add 'type-spec' to build constraints --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6adcb5c8..bbafa814 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1543,6 +1543,7 @@ packages: "Sven Heyll @sheyll": - b9 + - type-spec "Will Thompson @wjt": - bustle From e5761adeb136e83ec7801d03bbb1baa8b3040629 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 1 Aug 2016 09:00:55 -0400 Subject: [PATCH 2222/3141] Re-enable ghc-events --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6adcb5c8..1e0a16a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -742,7 +742,7 @@ packages: - parallel-io - text-binary - Chart-cairo - # GHC 8 - ghc-events + - ghc-events - monad-extras - stack < 9.9.9 - optparse-simple From 6e922190478232bbca08dc59396a53a28701e3a9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 1 Aug 2016 14:55:16 -0700 Subject: [PATCH 2223/3141] Constrain "active" per QuickCheck 2.9 #1691 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6adcb5c8..be10303e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2418,6 +2418,7 @@ packages: # https://github.com/fpco/stackage/issues/1691 - QuickCheck < 2.9 - extra < 1.4.11 + - active < 0.2.0.11 # https://github.com/purescript/purescript/issues/2226 # https://github.com/purescript/purescript/pull/2225 From b8d5f67d4e7ffaefc44156bdaa3d3affd9b8ad98 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 1 Aug 2016 15:28:52 -0700 Subject: [PATCH 2224/3141] Constrain "stylish-haskell" per haskell-src-exts 1.18 #1734 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index be10303e..93b4b613 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2433,6 +2433,7 @@ packages: - hoogle < 5.0.2 - homplexity < 0.4.3.4 - haskintex < 0.7.0.0 + - stylish-haskell < 0.6.2.0 # end of packages From 055f162e8147e418ef2214ab2f0af84b6b5828b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Tue, 2 Aug 2016 03:27:31 +0200 Subject: [PATCH 2225/3141] Re-enable ghc-mod ghc-mod-5.6 lifts the GHC 8 bounds problem. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8dab19d8..b49cb503 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -678,7 +678,7 @@ packages: # UNKNOWN VERSION Compilation failure https://github.com/d12frosted/CanonicalPath/issues/5 - system-canonicalpath "Daniel Gröber @DanielG": - # GHC 8 & bounds - ghc-mod + - ghc-mod - cabal-helper "Yann Esposito ": From 5814ccab89bf7a38988151282d27c677af13faac Mon Sep 17 00:00:00 2001 From: Al Zohali Date: Tue, 2 Aug 2016 19:53:00 +0300 Subject: [PATCH 2226/3141] add servant-auth-cookie --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b49cb503..81dcef30 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2378,6 +2378,9 @@ packages: "Anton Gushcha @ncrashed": - aeson-injector + "Al Zohali @zohl": + - servant-auth-cookie + # 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 f5f87702fe88ebd1e26e16298375ec8ccb0541b8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 3 Aug 2016 13:38:23 +0000 Subject: [PATCH 2227/3141] Modifications for automated builds on new server --- automated/.gitignore | 2 ++ automated/build.sh | 4 +++- automated/cron.sh | 15 +++++++++++++++ automated/run-nightly.sh | 8 ++++---- 4 files changed, 24 insertions(+), 5 deletions(-) create mode 100755 automated/cron.sh diff --git a/automated/.gitignore b/automated/.gitignore index 8285928f..9c4d36e6 100644 --- a/automated/.gitignore +++ b/automated/.gitignore @@ -8,3 +8,5 @@ /lts-*/ /stackage-curator/ /stackage-update/ +/aws.sh +/crondir/ diff --git a/automated/build.sh b/automated/build.sh index ed4dbb39..98c725f5 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -5,6 +5,8 @@ set -eux ROOT=$(cd $(dirname $0) ; pwd) TARGET=$1 +source aws.sh + # For nightly-YYYY-MM-DD, tag should be nightly # For lts-X.Y, tag should be ltsX SHORTNAME=$(echo $TARGET | cut -d- -f 1) @@ -80,7 +82,7 @@ chmod +x stackage-curator ARGS_COMMON="--rm -v $WORKDIR:/home/stackage/work -w /home/stackage/work -v $BINDIR/stackage-curator:/usr/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR:/home/stackage/bin:ro" ARGS_PREBUILD="$ARGS_COMMON -u $USER -v $CABAL_DIR:/home/stackage/.cabal -v $STACK_DIR:/home/stackage/.stack -v $GHC_DIR:/home/stackage/.ghc -v $DOT_STACKAGE_DIR:/home/stackage/.stackage" ARGS_BUILD="$ARGS_COMMON -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro -v $GHC_DIR:/home/stackage/.ghc:ro" -ARGS_UPLOAD="$ARGS_COMMON -u $USER -e AWS_ACCESS_KEY=$AWS_ACCESS_KEY -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY -e AWS_SECRET_KEY=$AWS_SECRET_KEY -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:/home/stackage/.stackage -v $SSH_DIR:/home/ubuntu/.ssh:ro -v $GITCONFIG:/home/stackage/.gitconfig:ro -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro" +ARGS_UPLOAD="$ARGS_COMMON -u $USER -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:/home/stackage/.stackage -v $SSH_DIR:/home/ubuntu/.ssh:ro -v $GITCONFIG:/home/stackage/.gitconfig:ro -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro" # Make sure we actually need this snapshot. We only check this for LTS releases # since, for nightlies, we'd like to run builds even if they are unnecessary to diff --git a/automated/cron.sh b/automated/cron.sh new file mode 100755 index 00000000..5a351246 --- /dev/null +++ b/automated/cron.sh @@ -0,0 +1,15 @@ +#!/usr/bin/env bash + +set -eux + +CRONDIR=$(pwd)/crondir +mkdir -p $CRONDIR +source aws.sh + +echo "Running stackage-server-cron..." +echo "('tail -f $CRONDIR/stackage-server-cron.log' to watch)" +docker run --rm \ + -v $CRONDIR:/home/ubuntu \ + -w /home/ubuntu \ + fpco/stackage-server-prod:latest \ + bash -c "useradd $(whoami) -u $(id -u); sudo -u $(whoami) env HOME=/home/ubuntu AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY bash -c '/usr/local/bin/stackage-server-cron >> /home/ubuntu/stackage-server-cron.log 2>&1'" diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index d1f04485..b10e7fee 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -1,13 +1,13 @@ #!/usr/bin/env bash +cd "$(dirname "${BASH_SOURCE[0]}")" + while true; do - /opt/stackage-build/stackage/automated/build.sh nightly-$(date -u +%F) + ./build.sh nightly-$(date -u +%F) date echo - echo "Running stackage-server-cron..." - echo "('tail -f /home/ubuntu/stackage-server-cron.log' to watch)" - /home/ubuntu/stackage-server-cron.sh >> /home/ubuntu/stackage-server-cron.log 2>&1 + ./cron.sh echo "done." date From d28633964ee367df774332b63c5bc111ff76b0df Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Wed, 3 Aug 2016 15:39:45 +0200 Subject: [PATCH 2228/3141] Re-enable HaRe As version 0.8.3.0 supports GHC 8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b49cb503..957eef2e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -155,7 +155,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - # GHC 8 - HaRe + - HaRe "Alfredo Di Napoli ": - mandrill From 574005690c4f7476a63b9d5f4c76baa3b2a1a23b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 4 Aug 2016 12:39:36 +0300 Subject: [PATCH 2229/3141] Upper bound for fpco/store#66 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f14fe064..8ca90570 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2443,6 +2443,9 @@ packages: - haskintex < 0.7.0.0 - stylish-haskell < 0.6.2.0 + # https://github.com/fpco/store/issues/66 + - th-utilities < 0.2 + # end of packages From 84b0ed0d14b0f3298eed42eb04e69e6d94ba8fff Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 4 Aug 2016 12:39:46 +0300 Subject: [PATCH 2230/3141] Expected test failure haskoin/haskoin#285 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ca90570..afc42828 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3045,6 +3045,9 @@ expected-test-failures: # 1.3.1.1 https://github.com/Twinside/asciidiagram/issues/3 - asciidiagram + + # https://github.com/haskoin/haskoin/issues/285 + - haskoin-core # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 2bc3d2afa22d83405fc1c5d5a0a55027333416fd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 4 Aug 2016 12:41:31 +0300 Subject: [PATCH 2231/3141] Expected benchmark build failure zohl/servant-auth-cookie#13 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index afc42828..5c132ef7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3078,6 +3078,9 @@ expected-benchmark-failures: # https://github.com/domdere/cassava-conduit/issues/10 - cassava-conduit + + # https://github.com/zohl/servant-auth-cookie/issues/13 + - servant-auth-cookie # end of expected-benchmark-failures From 00b5a73085819c9e8a6f2c511f25695f62cb81f6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 4 Aug 2016 14:02:25 +0300 Subject: [PATCH 2232/3141] s/ubuntu/$USER --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 98c725f5..82f1c109 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -82,7 +82,7 @@ chmod +x stackage-curator ARGS_COMMON="--rm -v $WORKDIR:/home/stackage/work -w /home/stackage/work -v $BINDIR/stackage-curator:/usr/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR:/home/stackage/bin:ro" ARGS_PREBUILD="$ARGS_COMMON -u $USER -v $CABAL_DIR:/home/stackage/.cabal -v $STACK_DIR:/home/stackage/.stack -v $GHC_DIR:/home/stackage/.ghc -v $DOT_STACKAGE_DIR:/home/stackage/.stackage" ARGS_BUILD="$ARGS_COMMON -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro -v $GHC_DIR:/home/stackage/.ghc:ro" -ARGS_UPLOAD="$ARGS_COMMON -u $USER -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:/home/stackage/.stackage -v $SSH_DIR:/home/ubuntu/.ssh:ro -v $GITCONFIG:/home/stackage/.gitconfig:ro -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro" +ARGS_UPLOAD="$ARGS_COMMON -u $USER -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:/home/stackage/.stackage -v $SSH_DIR:/home/$USER/.ssh:ro -v $GITCONFIG:/home/stackage/.gitconfig:ro -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro" # Make sure we actually need this snapshot. We only check this for LTS releases # since, for nightlies, we'd like to run builds even if they are unnecessary to From 578175f12bdef282bc652cb7a1f93a0beacba2bb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 4 Aug 2016 22:09:04 +0300 Subject: [PATCH 2233/3141] Revert "Expected benchmark build failure zohl/servant-auth-cookie#13" This reverts commit 2bc3d2afa22d83405fc1c5d5a0a55027333416fd. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c132ef7..afc42828 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3078,9 +3078,6 @@ expected-benchmark-failures: # https://github.com/domdere/cassava-conduit/issues/10 - cassava-conduit - - # https://github.com/zohl/servant-auth-cookie/issues/13 - - servant-auth-cookie # end of expected-benchmark-failures From f1073bde6ef13fd017d349b5955c9992ec82b812 Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Fri, 5 Aug 2016 16:47:13 +0800 Subject: [PATCH 2234/3141] Add encoding-io. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index afc42828..d224e612 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2374,6 +2374,7 @@ packages: "Shao Cheng ": - simple-download + - encoding-io "Anton Gushcha @ncrashed": - aeson-injector From 4a5dd6c75997ee32d5662a6e32e0ac95192dcf19 Mon Sep 17 00:00:00 2001 From: Jakub Waszczuk Date: Fri, 5 Aug 2016 12:36:05 +0200 Subject: [PATCH 2235/3141] Re-enable dawg-ord (now compatible with GHC 8.0) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index afc42828..2ce5f8b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2075,8 +2075,8 @@ packages: "Falko Peters ": - scrypt - # "Jakub Waszczuk @kawu": - # GHC 8 - dawg-ord + "Jakub Waszczuk @kawu": + - dawg-ord "Amit Levy @alevy": # 0.4.1 compilation failure - postgresql-orm From bc4fbf787e643e549bc4bd5bf40502a496199453 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 5 Aug 2016 13:45:58 +0300 Subject: [PATCH 2236/3141] Remove upper bound for fpco/store#66 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index afc42828..13f6fa15 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2443,9 +2443,6 @@ packages: - haskintex < 0.7.0.0 - stylish-haskell < 0.6.2.0 - # https://github.com/fpco/store/issues/66 - - th-utilities < 0.2 - # end of packages From 30cdbf69696c7e521e4d559550384685d07ac1b7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 7 Aug 2016 07:42:38 +0000 Subject: [PATCH 2237/3141] Use tee instead of >> --- automated/cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/cron.sh b/automated/cron.sh index 5a351246..5d076fd1 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -12,4 +12,4 @@ docker run --rm \ -v $CRONDIR:/home/ubuntu \ -w /home/ubuntu \ fpco/stackage-server-prod:latest \ - bash -c "useradd $(whoami) -u $(id -u); sudo -u $(whoami) env HOME=/home/ubuntu AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY bash -c '/usr/local/bin/stackage-server-cron >> /home/ubuntu/stackage-server-cron.log 2>&1'" + bash -c "useradd $(whoami) -u $(id -u); sudo -u $(whoami) env HOME=/home/ubuntu AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY bash -c '/usr/local/bin/stackage-server-cron 2>&1 | tee -a /home/ubuntu/stackage-server-cron.log'" From 3f12cb51ee7f55f4c51b44151dadf7138f77a575 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 7 Aug 2016 11:09:10 +0300 Subject: [PATCH 2238/3141] More upper bounds for #1734 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index de6fb1ea..a89a5168 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2443,6 +2443,8 @@ packages: - homplexity < 0.4.3.4 - haskintex < 0.7.0.0 - stylish-haskell < 0.6.2.0 + - haskell-src-exts-simple < 1.18.0.0 + - pointful < 1.0.9 # end of packages From ed9571c902b176bab82a858da725d008eda281b7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 7 Aug 2016 20:01:08 +0300 Subject: [PATCH 2239/3141] Upper bound for #1764 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a89a5168..84bdd700 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2446,6 +2446,9 @@ packages: - haskell-src-exts-simple < 1.18.0.0 - pointful < 1.0.9 + # https://github.com/fpco/stackage/issues/1764 + - aeson < 1.0 + # end of packages From c41c5cc264e6e844eedbb4d38effbbdd76ff7b3b Mon Sep 17 00:00:00 2001 From: Andrew Cowie Date: Mon, 8 Aug 2016 10:42:48 +1000 Subject: [PATCH 2240/3141] Re-enable http-streams Works on GHC 8! Thanks to @snoyberg for your help. Tests disabled for now due to circular dependency on snap 1.0, which isn't yet in stackage, as per https://github.com/afcowie/http-streams/issues/96 --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84bdd700..4d57e766 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1761,7 +1761,7 @@ packages: "Andrew Cowie @afcowie": - http-common - # via MonadCatchIO-transformers & via snap-core - http-streams + - http-streams "Devan Stormont ": - forecast-io @@ -2654,6 +2654,11 @@ skipped-tests: # https://github.com/fpco/stackage/issues/1587 - hledger-lib + # Test suite requires circular dependency on Snap 1.0, which is not yet + # available. Should resolve in due course; disable tests for now, per + # https://github.com/afcowie/http-streams/issues/96 + - http-streams + # Package shadowing - options From 837dd6512e94575614e9d22c930baf1064aca649 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 9 Aug 2016 05:14:56 +0300 Subject: [PATCH 2241/3141] Another #1764 upper bound --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d57e766..2fcf52b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2448,6 +2448,7 @@ packages: # https://github.com/fpco/stackage/issues/1764 - aeson < 1.0 + - insert-ordered-containers < 0.2 # end of packages From 4d9a03646e7a93e205880e346ded6b73ce556069 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 9 Aug 2016 05:17:36 +0300 Subject: [PATCH 2242/3141] Upper bound for #1767 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2fcf52b0..dd7f9625 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2450,6 +2450,9 @@ packages: - aeson < 1.0 - insert-ordered-containers < 0.2 + # https://github.com/fpco/stackage/issues/1767 + - SVGFonts < 1.6 + # end of packages From c74397eae16984d624ba5902a570bb4c7b05dc8f Mon Sep 17 00:00:00 2001 From: Stackage Curators Date: Tue, 9 Aug 2016 02:32:09 +0000 Subject: [PATCH 2243/3141] Better home directory --- automated/build.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 82f1c109..541f54f0 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -79,10 +79,10 @@ bunzip2 stackage-curator.bz2 chmod +x stackage-curator ) -ARGS_COMMON="--rm -v $WORKDIR:/home/stackage/work -w /home/stackage/work -v $BINDIR/stackage-curator:/usr/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR:/home/stackage/bin:ro" -ARGS_PREBUILD="$ARGS_COMMON -u $USER -v $CABAL_DIR:/home/stackage/.cabal -v $STACK_DIR:/home/stackage/.stack -v $GHC_DIR:/home/stackage/.ghc -v $DOT_STACKAGE_DIR:/home/stackage/.stackage" -ARGS_BUILD="$ARGS_COMMON -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro -v $GHC_DIR:/home/stackage/.ghc:ro" -ARGS_UPLOAD="$ARGS_COMMON -u $USER -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:/home/stackage/.stackage -v $SSH_DIR:/home/$USER/.ssh:ro -v $GITCONFIG:/home/stackage/.gitconfig:ro -v $CABAL_DIR:/home/stackage/.cabal:ro -v $STACK_DIR:/home/stackage/.stack:ro" +ARGS_COMMON="--rm -v $WORKDIR:$HOME/work -w $HOME/work -v $BINDIR/stackage-curator:/usr/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR:$HOME/bin:ro" +ARGS_PREBUILD="$ARGS_COMMON -u $USER -e HOME=$HOME -v $CABAL_DIR:$HOME/.cabal -v $STACK_DIR:$HOME/.stack -v $GHC_DIR:$HOME/.ghc -v $DOT_STACKAGE_DIR:$HOME/.stackage" +ARGS_BUILD="$ARGS_COMMON -v $CABAL_DIR:$HOME/.cabal:ro -v $STACK_DIR:$HOME/.stack:ro -v $GHC_DIR:$HOME/.ghc:ro" +ARGS_UPLOAD="$ARGS_COMMON -u $USER -e HOME=$HOME -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:$HOME/.stackage -v $SSH_DIR:$HOME/.ssh:ro -v $GITCONFIG:$HOME/.gitconfig:ro -v $CABAL_DIR:$HOME/.cabal:ro -v $STACK_DIR:$HOME/.stack:ro" # Make sure we actually need this snapshot. We only check this for LTS releases # since, for nightlies, we'd like to run builds even if they are unnecessary to @@ -103,12 +103,12 @@ curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip # * Check that the plan is valid # * Fetch all needed tarballs (the build step does not have write access to the tarball directory) # * Do a single unpack to create the package index cache (again due to directory perms) -docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "/home/stackage/bin/stack update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && /home/stackage/bin/stack unpack random" +docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "$HOME/bin/stack update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && $HOME/bin/stack unpack random" # Now do the actual build. We need to first set the owner of the home directory # correctly, so we run the command as root, change owner, and then use sudo to # switch back to the current user -docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER /home/stackage && sudo -E -u $USER env \"PATH=\$PATH:/home/stackage/bin\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" +docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER $HOME && sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH:$HOME/bin\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" # Make sure we actually need this snapshot. We used to perform this check # exclusively before building. Now we perform it after as well for the case of From efce8178b434b1c2bc775439d1b2e1f956eebc2c Mon Sep 17 00:00:00 2001 From: Stackage Curators Date: Tue, 9 Aug 2016 02:36:32 +0000 Subject: [PATCH 2244/3141] Add the NOPLAN environment variable --- automated/build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 541f54f0..c560f8cf 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -103,7 +103,10 @@ curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip # * Check that the plan is valid # * Fetch all needed tarballs (the build step does not have write access to the tarball directory) # * Do a single unpack to create the package index cache (again due to directory perms) -docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "$HOME/bin/stack update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && $HOME/bin/stack unpack random" +if [ "${NOPLAN:-}x" = "x" +then + docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "$HOME/bin/stack update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && $HOME/bin/stack unpack random" +fi # Now do the actual build. We need to first set the owner of the home directory # correctly, so we run the command as root, change owner, and then use sudo to From b9eca832aed38642ce65c755fb59145e27f9eb0b Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Tue, 9 Aug 2016 08:25:33 +0200 Subject: [PATCH 2245/3141] Re-add ekg --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd7f9625..b6140f9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -688,7 +688,7 @@ packages: - wai-middleware-caching-lru - wai-middleware-caching-redis # not package maintainer - # via snap-core & via snap-server - ekg + - ekg - ekg-json "Paul Rouse ": @@ -1934,7 +1934,7 @@ packages: "Luke Iannini @lukexi": - inline-c - inline-c-cpp - # via snap-core & via snap-server - ekg + - ekg # "Emin Karayel ": # GHC 8 - sync-mht From 3e7b4d14fcd09376a8d958a15af078faaf1c5346 Mon Sep 17 00:00:00 2001 From: yamadapc Date: Mon, 8 Aug 2016 22:10:33 -0300 Subject: [PATCH 2246/3141] Try adding missing @yamadapc's packages --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d57e766..5c1cf245 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2052,6 +2052,8 @@ packages: - projectroot - questioner - stack-run-auto + - hpack-convert + - language-dockerfile "Pascal Hartig @passy": - giphy-api From a3d0ebe89569dcef75e34094969d133e8f439a86 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 9 Aug 2016 15:52:47 +0300 Subject: [PATCH 2247/3141] Upper bound for #1764 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd7f9625..5acc05db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2449,6 +2449,7 @@ packages: # https://github.com/fpco/stackage/issues/1764 - aeson < 1.0 - insert-ordered-containers < 0.2 + - swagger2 < 2.1.2 # https://github.com/fpco/stackage/issues/1767 - SVGFonts < 1.6 From f3a1ce7d3e46acffa4782f8b4cb2d76968673264 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 9 Aug 2016 15:52:53 +0300 Subject: [PATCH 2248/3141] Document NOPLAN --- CURATORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 48fda960..6925e3e9 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -126,6 +126,11 @@ universal advice on how to solve things, since each situation is unique. Let's develop this advice over time. For now: if you're not sure, ask Michael 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. + ### Timing A looping script on the build server keeps trying to build nightly From 5c2912a2ec84bc21a491f5190b64cb20cdaee3e1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 10 Aug 2016 08:01:56 +0300 Subject: [PATCH 2249/3141] Add missing right bracket --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index c560f8cf..70d506f7 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -103,7 +103,7 @@ curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip # * Check that the plan is valid # * Fetch all needed tarballs (the build step does not have write access to the tarball directory) # * Do a single unpack to create the package index cache (again due to directory perms) -if [ "${NOPLAN:-}x" = "x" +if [ "${NOPLAN:-}x" = "x" ] then docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "$HOME/bin/stack update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && $HOME/bin/stack unpack random" fi From c51741b49766c4384bc8240e933141356993fd02 Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Wed, 10 Aug 2016 10:42:24 +0200 Subject: [PATCH 2250/3141] Glabrous package added --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f7bdb97..930c8e55 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1501,6 +1501,7 @@ packages: - ip6addr - cayley-client - Spintax + - glabrous "koral koral@mailoo.org @k0ral": - atom-conduit From a9fdec424ee17553af8fc98a433f59cfffc0e191 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 10 Aug 2016 13:08:29 +0300 Subject: [PATCH 2251/3141] Another aeson-related upper bound --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 930c8e55..b54655af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2453,6 +2453,7 @@ packages: - aeson < 1.0 - insert-ordered-containers < 0.2 - swagger2 < 2.1.2 + - aeson-injector < 1.0.5.0 # https://github.com/fpco/stackage/issues/1767 - SVGFonts < 1.6 From b084ede30e48c85ed333b6bc260ed06ad33cf090 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 10 Aug 2016 19:05:01 +0300 Subject: [PATCH 2252/3141] Remove upper bound and close #1733 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b54655af..f2e494c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2436,9 +2436,6 @@ packages: # https://github.com/purescript/purescript/pull/2225 - purescript < 0.9.2 - # https://github.com/fpco/stackage/issues/1733 - - tagged < 0.8.5 - # https://github.com/fpco/stackage/issues/1734 - haskell-src-exts < 1.18 - hlint < 1.9.36 From ec1195d5059dfa1484be90765e7066f97a36f5bc Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Wed, 10 Aug 2016 19:44:23 +0200 Subject: [PATCH 2253/3141] Add `ghc-typelits-knownnat` package Add my new [ghc-typelits-knownat](http://hackage.haskell.org/package/ghc-typelits-knownnat) package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f2e494c9..46acd8ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1345,6 +1345,7 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - ghc-typelits-extra + - ghc-typelits-knownnat - ghc-typelits-natnormalise - clash-prelude - clash-lib From ecf2377a763f193a764da7938277e1a1cbe37c67 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Wed, 10 Aug 2016 22:11:29 +0100 Subject: [PATCH 2254/3141] Delete derive from Stackage I intend to relinquish maintainership, so it's up someone else to add it back to Stackage if they so wish. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46acd8ba..e4b286be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -139,7 +139,6 @@ packages: - hlint - hoogle - shake - - derive - tagsoup - cmdargs - safe From 8eaddd2e32a301a30dae3d6521e9da42ee8672bc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Aug 2016 04:37:55 +0300 Subject: [PATCH 2255/3141] Upper bound for #1773 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46acd8ba..c5acb201 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2456,6 +2456,9 @@ packages: # https://github.com/fpco/stackage/issues/1767 - SVGFonts < 1.6 + # https://github.com/fpco/stackage/issues/1773 + - hjsonpointer < 1.0 + # end of packages From b4c4092ad021073175972463d4fa32558d91bfc6 Mon Sep 17 00:00:00 2001 From: Sven Heyll Date: Thu, 11 Aug 2016 08:44:14 +0200 Subject: [PATCH 2256/3141] Add 'pretty-types' --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97d035d7..7ab05b95 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1546,6 +1546,7 @@ packages: "Sven Heyll @sheyll": - b9 - type-spec + - pretty-types "Will Thompson @wjt": - bustle From cc2c9dff6578fb0ee13f05f8ee7d431576fe1b5d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Aug 2016 11:41:21 +0300 Subject: [PATCH 2257/3141] Expect test failure snapframework/snap-core#261 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97d035d7..0aee3e87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3065,6 +3065,9 @@ expected-test-failures: # https://github.com/haskoin/haskoin/issues/285 - haskoin-core + + # https://github.com/snapframework/snap-core/issues/261 + - snap-core # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 2a07c8af94a52e7f6f5d6aca560c2b99b6bbb859 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Aug 2016 11:42:36 +0300 Subject: [PATCH 2258/3141] Expected test failure yamadapc/hpack-convert#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0aee3e87..1aba4ab6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3068,6 +3068,9 @@ expected-test-failures: # https://github.com/snapframework/snap-core/issues/261 - snap-core + + # https://github.com/yamadapc/hpack-convert/issues/1 + - hpack-convert # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From e1737de8fb557cfe38619a1f5c88803d6c5d45d4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Aug 2016 11:43:46 +0300 Subject: [PATCH 2259/3141] Expected test suite failure snapframework/snap-server#89 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1aba4ab6..09759a41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3071,6 +3071,9 @@ expected-test-failures: # https://github.com/yamadapc/hpack-convert/issues/1 - hpack-convert + + # https://github.com/snapframework/snap-server/issues/89 + - snap-server # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 22319a00fb636b7a94ba79699b7671f457ba5997 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Aug 2016 11:45:21 +0300 Subject: [PATCH 2260/3141] Temporary ban for haskell-works/hw-json#4 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09759a41..37d055d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2221,7 +2221,8 @@ packages: - hw-bits - hw-conduit - hw-diagnostics - - hw-json + # https://github.com/haskell-works/hw-json/issues/4 + # - hw-json - hw-parser - hw-prim - hw-rankselect From e2e5f5f44220d803ae5907649e7d550d22c7b896 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Aug 2016 11:46:53 +0300 Subject: [PATCH 2261/3141] Expected test failure beijaflor-io/haskell-language-dockerfile#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37d055d8..d915820e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3075,6 +3075,9 @@ expected-test-failures: # https://github.com/snapframework/snap-server/issues/89 - snap-server + + # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/1 + - language-dockerfile # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 7981a93bed89d10afab18c07e653abcb25369672 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Aug 2016 11:57:44 +0300 Subject: [PATCH 2262/3141] Remove upper bound and close #1773 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45c91604..138c7da0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2457,9 +2457,6 @@ packages: # https://github.com/fpco/stackage/issues/1767 - SVGFonts < 1.6 - # https://github.com/fpco/stackage/issues/1773 - - hjsonpointer < 1.0 - # end of packages From b533014d93cd9407cc063bc194effa0e9ebebe16 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Aug 2016 12:27:45 +0300 Subject: [PATCH 2263/3141] Revert "Expected test failure yamadapc/hpack-convert#1" This reverts commit 2a07c8af94a52e7f6f5d6aca560c2b99b6bbb859. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 138c7da0..98ed631c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3068,9 +3068,6 @@ expected-test-failures: # https://github.com/snapframework/snap-core/issues/261 - snap-core - # https://github.com/yamadapc/hpack-convert/issues/1 - - hpack-convert - # https://github.com/snapframework/snap-server/issues/89 - snap-server From 42015e5d30c3adc805d33b03cabdd05344240341 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Aug 2016 12:48:40 +0300 Subject: [PATCH 2264/3141] Expected test failure MichelBoucey/glabrous#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98ed631c..db7f471a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3073,6 +3073,9 @@ expected-test-failures: # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/1 - language-dockerfile + + # https://github.com/MichelBoucey/glabrous/issues/1 + - glabrous # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 4f1e50f433089fb8e9afa0b7836a9da066360a85 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Aug 2016 13:33:01 +0300 Subject: [PATCH 2265/3141] Add a bunch of exec calls See: https://twitter.com/denibertovic/status/763676496183582721 --- automated/build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 70d506f7..e0eaa20c 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -90,7 +90,7 @@ ARGS_UPLOAD="$ARGS_COMMON -u $USER -e HOME=$HOME -e AWS_ACCESS_KEY_ID=$AWS_ACCES # below for why this is safe.) if [ $SHORTNAME = "lts" ] then - docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET" + docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec stackage-curator check-target-available --target $TARGET" fi # Get latest stack @@ -105,20 +105,20 @@ curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip # * Do a single unpack to create the package index cache (again due to directory perms) if [ "${NOPLAN:-}x" = "x" ] then - docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "$HOME/bin/stack update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && $HOME/bin/stack unpack random" + docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "$HOME/bin/stack update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && exec $HOME/bin/stack unpack random" fi # Now do the actual build. We need to first set the owner of the home directory # correctly, so we run the command as root, change owner, and then use sudo to # switch back to the current user -docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER $HOME && sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH:$HOME/bin\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" +docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER $HOME && exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH:$HOME/bin\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" # Make sure we actually need this snapshot. We used to perform this check # exclusively before building. Now we perform it after as well for the case of # nightly, where we don't perform this check beforehand. This is also slightly # safer, in case someone else already uploaded a specific snapshot while we # were building. -docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-available --target $TARGET" +docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec stackage-curator check-target-available --target $TARGET" # Successful build, so we need to: # @@ -126,4 +126,4 @@ docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator check-target-avail # * Upload the 00-index.tar file to S3 (TODO: this is probably no longer necessary, since snapshots never modify .cabal files) # * Upload the new plan .yaml file to the appropriate Github repo # * 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 && stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" +docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && exec stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" From c66fe0c5ce4c01129c964903c106f16088688e80 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Aug 2016 17:37:34 +0300 Subject: [PATCH 2266/3141] Revert "Expected test failure MichelBoucey/glabrous#1" This reverts commit 42015e5d30c3adc805d33b03cabdd05344240341. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index db7f471a..98ed631c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3073,9 +3073,6 @@ expected-test-failures: # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/1 - language-dockerfile - - # https://github.com/MichelBoucey/glabrous/issues/1 - - glabrous # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From c82dbcb66206112bdaa5972aec3ee6c4a66c32bc Mon Sep 17 00:00:00 2001 From: Artyom Date: Fri, 12 Aug 2016 00:33:00 +0200 Subject: [PATCH 2267/3141] Remove microlens from expected Haddock failures --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98ed631c..8b2edb12 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3138,9 +3138,6 @@ expected-haddock-failures: # https://github.com/GetShopTV/swagger2/issues/66 - swagger2 - # https://github.com/aelve/microlens/issues/72 - - microlens - # https://github.com/iand675/metrics/issues/5 - metrics From 2a15fe503e5af28d48ba2643d4e05d8fd31bf1a2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 12 Aug 2016 06:58:57 +0300 Subject: [PATCH 2268/3141] Another #1734 upper bound --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98ed631c..56ac1414 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2447,6 +2447,7 @@ packages: - stylish-haskell < 0.6.2.0 - haskell-src-exts-simple < 1.18.0.0 - pointful < 1.0.9 + - hindent < 5 # https://github.com/fpco/stackage/issues/1764 - aeson < 1.0 From bdc784940bc8b06e10ea9ce397db91b93dc21cd1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 12 Aug 2016 06:59:11 +0300 Subject: [PATCH 2269/3141] Upper bound for #1776 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56ac1414..a0dfbca7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2458,6 +2458,9 @@ packages: # https://github.com/fpco/stackage/issues/1767 - SVGFonts < 1.6 + # https://github.com/fpco/stackage/issues/1776 + - list-t < 1 + # end of packages From 28c9a16b430dab144755523880cbed9e3285ef6a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 12 Aug 2016 07:00:18 +0300 Subject: [PATCH 2270/3141] Avoid verbose output --- automated/run-nightly.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index b10e7fee..048fc68b 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -7,7 +7,8 @@ while true; do date echo - ./cron.sh + echo "Running cron.sh (hiding verbose output)" + ./cron.sh | grep -v '^Skipping' echo "done." date From 4664f0ec8d5913721e75bbdbd4b7a924b2510b52 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 12 Aug 2016 10:59:00 +0300 Subject: [PATCH 2271/3141] Remove upper bound and close #1776 This reverts commit bdc784940bc8b06e10ea9ce397db91b93dc21cd1. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9f531c7..771180c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2458,9 +2458,6 @@ packages: # https://github.com/fpco/stackage/issues/1767 - SVGFonts < 1.6 - # https://github.com/fpco/stackage/issues/1776 - - list-t < 1 - # end of packages From 57107acf47b1cb6159c4edd46fda5d1b9202f94c Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 12 Aug 2016 09:56:31 -0400 Subject: [PATCH 2272/3141] Restore wai-predicates, list-t, slave-thread tests --- build-constraints.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 771180c5..8a632497 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -702,7 +702,7 @@ packages: - redis-io - swagger - tinylog - # GHC 8 - wai-predicates + - wai-predicates # GHC 8 - wai-routing - zeromq4-haskell @@ -2383,7 +2383,7 @@ packages: "Anton Gushcha @ncrashed": - aeson-injector - + "Rune K. Svendsen @runeks": - bitcoin-payment-channel @@ -2573,9 +2573,7 @@ skipped-tests: # Too lazy to keep the test dependencies up to date - cases - - list-t - postgresql-binary - - slave-thread # Just a temporary package with a flimsy, inherited test suite - Cabal-ide-backend @@ -2976,9 +2974,6 @@ expected-test-failures: # https://github.com/fpco/stackage/pull/1254 - graylog - # https://github.com/fpco/stackage/issues/1412 - - wai-predicates - # https://github.com/stbuehler/haskell-nettle/issues/8 - nettle From f5c707f33b59f3907f3ac296255d143b352f1cb9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 12 Aug 2016 17:24:22 +0300 Subject: [PATCH 2273/3141] Upper bound for #1779 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 771180c5..64119eba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2458,6 +2458,9 @@ packages: # https://github.com/fpco/stackage/issues/1767 - SVGFonts < 1.6 + # https://github.com/fpco/stackage/issues/1779 + - cryptonite < 0.18 + # end of packages From 43037ce2409c5917bd3f6cc1fa5c6fdcd9e4d253 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 12 Aug 2016 17:25:10 +0300 Subject: [PATCH 2274/3141] Another haskell-src-exts upper bound --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 64119eba..a64648c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2448,6 +2448,7 @@ packages: - haskell-src-exts-simple < 1.18.0.0 - pointful < 1.0.9 - hindent < 5 + - fay < 0.23.1.13 # https://github.com/fpco/stackage/issues/1764 - aeson < 1.0 From 8e314997cce9c1f4ddb1dba9a7a02710e9108fe6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 Aug 2016 15:28:48 +0300 Subject: [PATCH 2275/3141] Upper bounds for #1781 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4013d041..cf8b68de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2462,6 +2462,11 @@ packages: # https://github.com/fpco/stackage/issues/1779 - cryptonite < 0.18 + # https://github.com/fpco/stackage/issues/1781 + - persistent < 2.6 + - persistent-sqlite < 2.6 + - persistent-postgresql < 2.6 + # end of packages From 3e3cb0516a06870deaf71e7c2c6fd29af619d634 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 Aug 2016 15:43:32 +0300 Subject: [PATCH 2276/3141] Expect test failure for JustusAdam/mustache#21 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf8b68de..8207ccbb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3078,6 +3078,9 @@ expected-test-failures: # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/1 - language-dockerfile + + # https://github.com/JustusAdam/mustache/issues/21 + - mustache # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 6d78bf0e2deb06d050fd59225d0e3ed489ac3929 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 15 Aug 2016 12:52:01 +0900 Subject: [PATCH 2277/3141] revert cryptonite < 0.18 (#1779) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8207ccbb..194bec2d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2459,9 +2459,6 @@ packages: # https://github.com/fpco/stackage/issues/1767 - SVGFonts < 1.6 - # https://github.com/fpco/stackage/issues/1779 - - cryptonite < 0.18 - # https://github.com/fpco/stackage/issues/1781 - persistent < 2.6 - persistent-sqlite < 2.6 From 530cc6f0ddc74d8066d72b5a8c44138fa8c0a5a4 Mon Sep 17 00:00:00 2001 From: Joachim F Date: Mon, 15 Aug 2016 20:59:03 +0200 Subject: [PATCH 2278/3141] Add libmpd --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 194bec2d..2470d79f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2389,6 +2389,9 @@ packages: "Al Zohali @zohl": - servant-auth-cookie + + "Joachim Fasting @joachifm": + - libmpd # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From a8a58aee4cc97a376fdbeaced1b38b0d016fb410 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 16 Aug 2016 11:54:03 +0900 Subject: [PATCH 2279/3141] socket-0.6.2.0 needs QuickCheck-2.9 (#1691) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 194bec2d..cdb19f46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2433,6 +2433,7 @@ packages: - QuickCheck < 2.9 - extra < 1.4.11 - active < 0.2.0.11 + - socket < 0.6.2.0 # https://github.com/purescript/purescript/issues/2226 # https://github.com/purescript/purescript/pull/2225 From fa27ed94b3d96ed01a13cb6c4556ea83be796af9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 16 Aug 2016 11:59:13 +0900 Subject: [PATCH 2280/3141] optparse-applicative-0.13.0.0 (#1784) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cdb19f46..1f65b111 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2465,6 +2465,8 @@ packages: - persistent-sqlite < 2.6 - persistent-postgresql < 2.6 + # https://github.com/fpco/stackage/issues/1784 + - optparse-applicative < 0.13.0.0 # end of packages From abaa1b46b724c1032efa09cfb3e8574ddd05370a Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Tue, 16 Aug 2016 07:06:11 +0200 Subject: [PATCH 2281/3141] Add lrucaching --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f65b111..a676be70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2390,6 +2390,9 @@ packages: "Al Zohali @zohl": - servant-auth-cookie + "Moritz Kiefer @cocreature": + - lrucaching + # 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 2086eb0f142595a008279d8fd028d7cea9992227 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 16 Aug 2016 12:51:21 +0200 Subject: [PATCH 2282/3141] Clarify the addition of packages and building the package set. * Packdeps can be used to make sure a package supports the latest version of all its dependencies. * The all-cabal-files repository can be used to check if newly released packages have been synced. * People who want to make an os distribution of stackage may also want to build the entire package set. * Delete old text about the disabled docker image. --- MAINTAINERS.md | 12 +++++++----- README.md | 37 ++++++++----------------------------- 2 files changed, 15 insertions(+), 34 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index f0091d96..8c8ca954 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -3,7 +3,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 compatible with the newest versions of all dependencies. +* All packages are compatible with the newest versions of all dependencies (You can verify this by checking 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)). ## Adding a package @@ -25,10 +25,12 @@ After doing that, send a pull request (with a commit message like "add foo-bar") (`build-constraints.yaml` is the most frequently changed file in this git repo so commit messages like "update build-constraints.yaml" are not helpful). -**NB2** There can be a delay of up to an hour before package versions newly -uploaded to Hackage appear to our build server. If you just uploaded a package -to Hackage that you're trying to get included, we recommend waiting an hour -before opening the PR. +**NB2** There can be a delay of up to an hour before package versions +newly uploaded to Hackage appear to our build server. If you just +uploaded a package to Hackage that you're trying to get included, we +recommend waiting an hour before opening the PR. You can also verify +this by making sure the latest version is listed in +https://github.com/commercialhaskell/all-cabal-files/tree/master/PACKAGENAME. ## Uploading a new package diff --git a/README.md b/README.md index 83ebb2f5..d2bdeb68 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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 compatible with the newest versions of all dependencies. +* The package is compatible with the newest versions of all dependencies (You can verify this by checking 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)). Full details on how to add a package can be found in the [maintainers agreement](https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package). @@ -57,34 +57,13 @@ flow](https://github.com/fpco/stackage/blob/master/DATA-FLOW.md). Build the package set --------------------- -Generally, building the package set should be done only by the Stackage build -machine by the Stackage curation team. If you're interested in trying this -yourself, please check out [the curator -guide](https://github.com/fpco/stackage/blob/master/CURATORS.md), though be -aware that this is not a recommended practice and there likely will be problems -you will need to debug yourself. - -### Docker - -Note: This method has been disabled for now, but may be enabled again in the future. - -If you'd like to check a build plan, or perform an entire build, without -specially configuring your system, Docker may be a good approach. To check if -some modifications to `build-constraints.yaml` are valid, try the following: - -1. Create a local clone of the `stackage` repo -2. Make modifications to your local `build-constraints.yaml` -3. Inside the `stackage` working directory, run the following: - - ``` - $ docker run -it --rm -v $(pwd):/stackage -w /stackage snoyberg/stackage /bin/bash -c 'cabal update && stackage check' - ``` - -Similarly, if you'd like to perform an entire build, you can replace the last step with: - -``` -$ docker run -it --rm -v $(pwd):/stackage -w /stackage snoyberg/stackage /bin/bash -c 'cabal update && stackage nightly --skip-upload' -``` +Generally only the stackage build server run by the stackage curator +team and people intrested in incorporating stackage snapshots into an +OS distribution need to build the entire package set. If you're +interested in trying this yourself, please check out +[the curator guide](https://github.com/fpco/stackage/blob/master/CURATORS.md), +though be aware that this is not a recommended practice and there +likely will be problems you will need to debug yourself. ## Processing From 2334d6f1077f2ecc746295a4fbc52e422ef293e6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 16 Aug 2016 13:01:17 +0200 Subject: [PATCH 2283/3141] CURATORS: Check packdeps before merging pull requests --- CURATORS.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 6925e3e9..d2fad636 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -21,9 +21,10 @@ process works: ## Pull requests -The typical story on pull requests is: if Travis accepts it, and the author -only added packages under his/her own name, merge it. If the build later fails -(see below), then block the package until it's fixed. +The typical story on pull requests is: If Travis accepts it, packdeps +says the package is up to date, and the author only added packages +under his/her own name, merge it. If the build later fails (see +below), then block the package until it's fixed. ## Fixing bounds issues From 6b8024982b7ffc585e4c1447967851c8a8394c91 Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Tue, 16 Aug 2016 14:08:55 +0200 Subject: [PATCH 2284/3141] Enable ede due to new 0.2.8.5 release --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f65b111..8da36072 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1215,7 +1215,7 @@ packages: - gogol-youtube - gogol-youtube-analytics - gogol-youtube-reporting - # 0.2.8.4 compilation failure - ede + - ede - pagerduty - semver - text-manipulate From dbcbd3a5149704cb4842ba99e9a0991e9842638d Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Tue, 16 Aug 2016 08:17:30 -0500 Subject: [PATCH 2285/3141] Add overloaded-records https://hackage.haskell.org/package/overloaded-records-0.4.1.0 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f65b111..c0f9e722 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1292,6 +1292,7 @@ packages: - gpolyline # Maintained by @fegu. - lackey - octane + - overloaded-records # Maintained by @trskop. - ratel - ratel-wai - strive From ca3a89ce8a1bbbc74ac63bb0b397d7667a44af97 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 17 Aug 2016 17:21:25 +0900 Subject: [PATCH 2286/3141] Revert "Expect test failure for JustusAdam/mustache#21" should be fixed in 2.0.1 This reverts commit 3e3cb0516a06870deaf71e7c2c6fd29af619d634. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a35301e7..ec3305f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3084,9 +3084,6 @@ expected-test-failures: # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/1 - language-dockerfile - - # https://github.com/JustusAdam/mustache/issues/21 - - mustache # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 404cd4b55bfc125fa041acb22c73e50d41484dca Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 17 Aug 2016 13:34:40 +0200 Subject: [PATCH 2287/3141] Clarify that packdeps only finds restrictive upper bounds --- CURATORS.md | 10 ++++++---- MAINTAINERS.md | 2 +- README.md | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index d2fad636..8fbafd60 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -21,10 +21,12 @@ process works: ## Pull requests -The typical story on pull requests is: If Travis accepts it, packdeps -says the package is up to date, and the author only added packages -under his/her own name, merge it. If the build later fails (see -below), then block the package until it's fixed. +The typical story on pull requests is: If Travis accepts it and the +author only added packages under his/her own name, merge it. If the +build later fails (see below), then block the package until it's +fixed. + +Optionally we can check if packdeps says the package is up to date. ## Fixing bounds issues diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 8c8ca954..a47eb400 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -3,7 +3,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 compatible with the newest versions of all dependencies (You can verify this by checking http://packdeps.haskellers.com/feed?needle=PACKAGENAME). +* 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)). ## Adding a package diff --git a/README.md b/README.md index d2bdeb68..9ad3259a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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 compatible with the newest versions of all dependencies (You can verify this by checking http://packdeps.haskellers.com/feed?needle=PACKAGENAME). +* 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)). Full details on how to add a package can be found in the [maintainers agreement](https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package). From 097b64503dda18920460b33a45604950e0d6fc0e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 17 Aug 2016 13:51:03 +0200 Subject: [PATCH 2288/3141] Add instructions for testing a package against the latest versions of dependencies --- MAINTAINERS.md | 16 ++++++++++++++-- README.md | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index a47eb400..a98cce6f 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -21,6 +21,18 @@ To add a set of packages, you would add: 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: +``` +$ cabal update +$ ghc --version # Should give v8.0.1 +$ cabal get PACKAGE-VERSION # e.g. aeson-0.11.2.1 +$ cd PACKAGE-VERSION +$ cabal sandbox init # Should give "Creating a new sandbox" and not "Using an existing sandbox". +$ cabal install --enable-tests --enable-benchmarks --dry-run | grep latest # Should give no results +$ cabal install --enable-tests --enable-benchmarks --allow-newer +$ cabal test +``` + **NB** Please use commit messages like "add foo-bar" or "add johndev's packages" (`build-constraints.yaml` is the most frequently changed file in this git repo so commit messages like "update build-constraints.yaml" are not helpful). @@ -28,8 +40,8 @@ so commit messages like "update build-constraints.yaml" are not helpful). **NB2** There can be a delay of up to an hour before package versions newly uploaded to Hackage appear to our build server. If you just uploaded a package to Hackage that you're trying to get included, we -recommend waiting an hour before opening the PR. You can also verify -this by making sure the latest version is listed in +recommend waiting an hour before opening the PR. You can verify this +by making sure the latest version is listed in https://github.com/commercialhaskell/all-cabal-files/tree/master/PACKAGENAME. diff --git a/README.md b/README.md index 9ad3259a..7fc1b93a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ We welcome all packages, provided: * 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)). -Full details on how to add a package can be found in the [maintainers agreement](https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package). +Full details on how to add and test a package can be found in the [maintainers agreement](https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package). __NOTE__: There is an approximate 30 minute delay between a package uploading to Hackage and being available to the Travis build script to check upper From 4322c363cc5092589abe523b396cc9a6f7649f6b Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Wed, 17 Aug 2016 20:05:53 +0100 Subject: [PATCH 2289/3141] Add xmlhtml independently of snap --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec3305f4..1597a852 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -692,6 +692,7 @@ packages: "Paul Rouse ": - sphinx + - xmlhtml - yesod-auth-hashdb "Toralf Wittner @twittner": From 32a1197c15cd52b82c461b3660ad5f8f39ad9b39 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Wed, 17 Aug 2016 19:56:52 -0500 Subject: [PATCH 2290/3141] Add Gloss and friends https://hackage.haskell.org/package/gloss-1.10.2.3 https://hackage.haskell.org/package/gloss-rendering-1.10.3.3 https://hackage.haskell.org/package/bmp-1.2.6.3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec3305f4..8c7c2684 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1286,9 +1286,12 @@ packages: "Taylor Fausak @tfausak": - autoexporter - bento + - bmp # Maintained by @benl23x5. # GHC 8 - ekg-statsd # Maintained by @tibbe. - flow # via uri-templater - github-release + - gloss # Maintained by @benl23x5. + - gloss-rendering # Maintained by @benl23x5. - gpolyline # Maintained by @fegu. - lackey - octane From 8abf8d5513adaffbb42725a2ae4b4db2c1351a15 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 18 Aug 2016 09:57:18 +0900 Subject: [PATCH 2291/3141] bounds for ghc-typelits-natnormalise-0.5 (#1790) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1597a852..a2b9782f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2474,6 +2474,10 @@ packages: # https://github.com/fpco/stackage/issues/1784 - optparse-applicative < 0.13.0.0 + + # https://github.com/fpco/stackage/issues/1790 + - ghc-typelits-natnormalise < 0.5 + - ghc-typelits-knownnat < 0.2 # end of packages From fc5713f5109f879197f0d349ea48552eedd2783f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 18 Aug 2016 11:12:09 +0900 Subject: [PATCH 2292/3141] libmpd tests failing to build (#1783) --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8839dbf..00c31e1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2396,7 +2396,10 @@ packages: - servant-auth-cookie "Joachim Fasting @joachifm": - - libmpd + # https://github.com/fpco/stackage/pull/1783 + # https://github.com/vimus/libmpd-haskell/issues/93 + #- libmpd + [] "Moritz Kiefer @cocreature": - lrucaching From 4cf06e17310ccafb3c955af9d5e91b1088be34a5 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Thu, 18 Aug 2016 17:51:39 +0900 Subject: [PATCH 2293/3141] Add emailaddress library. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00c31e1e..8152404e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1716,6 +1716,7 @@ packages: - irc "Dennis Gosnell @cdepillabout": + - emailaddress - envelope # GHC 8 - ig - natural-transformation From 8bd730913eefa4598e633d40a0205a174252e790 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 18 Aug 2016 18:11:58 +0900 Subject: [PATCH 2294/3141] Revert "bounds for ghc-typelits-natnormalise-0.5 (#1790)" This reverts commit 8abf8d5513adaffbb42725a2ae4b4db2c1351a15. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00c31e1e..c96fc620 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2481,10 +2481,6 @@ packages: # https://github.com/fpco/stackage/issues/1784 - optparse-applicative < 0.13.0.0 - - # https://github.com/fpco/stackage/issues/1790 - - ghc-typelits-natnormalise < 0.5 - - ghc-typelits-knownnat < 0.2 # end of packages From c7b335cd2bd589738ac9196df8b36f001d3bcce9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 19 Aug 2016 13:43:04 +0900 Subject: [PATCH 2295/3141] Revert "libmpd tests failing to build (#1783)" (vimus/libmpd-haskell/issues/93) This reverts commit fc5713f5109f879197f0d349ea48552eedd2783f. --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index adda7dfa..0b28d926 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2397,10 +2397,7 @@ packages: - servant-auth-cookie "Joachim Fasting @joachifm": - # https://github.com/fpco/stackage/pull/1783 - # https://github.com/vimus/libmpd-haskell/issues/93 - #- libmpd - [] + - libmpd "Moritz Kiefer @cocreature": - lrucaching From c4eb612e9af42b2f3f4ed884700486dd17a21f87 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Fri, 19 Aug 2016 10:29:01 -0400 Subject: [PATCH 2296/3141] Add RepLib and unbound and let Travis tell me what it thinks about this. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b28d926..023e24a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -564,6 +564,8 @@ packages: - list-fusion-probe - haskell-spacegoo - tasty-expected-failure + - RepLib + - unbound "Aditya Bhargava Date: Sat, 20 Aug 2016 20:16:52 +0900 Subject: [PATCH 2297/3141] diagrams-rasterific < 1.3.1.9 (#1784) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b28d926..51230fed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2479,6 +2479,7 @@ packages: # https://github.com/fpco/stackage/issues/1784 - optparse-applicative < 0.13.0.0 + - diagrams-rasterific < 1.3.1.9 # end of packages From 7afb5532151914e85984983dafcc9e21946c6a1d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 20 Aug 2016 20:40:09 +0900 Subject: [PATCH 2298/3141] temporarily disable clash-* due to clash-lang/clash-prelude#66 --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51230fed..e9953352 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1351,11 +1351,11 @@ packages: - ghc-typelits-extra - ghc-typelits-knownnat - ghc-typelits-natnormalise - - clash-prelude - - clash-lib - - clash-vhdl - - clash-verilog - - clash-systemverilog + #- clash-prelude + #- clash-lib + #- clash-vhdl + #- clash-verilog + #- clash-systemverilog # GHC 8 - clash-ghc "Athan Clark @athanclark": From 38696fc0b6f64f80c106f7042e368567b76b78b5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 20 Aug 2016 20:41:45 +0900 Subject: [PATCH 2299/3141] servant-swagger-ui test started failing (phadej/servant-swagger-ui#13) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9953352..b1c119c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3091,6 +3091,9 @@ expected-test-failures: # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/1 - language-dockerfile + + # https://github.com/phadej/servant-swagger-ui/issues/13 + - servant-swagger-ui # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From ebfcd85aec92fc1c3b75eefa4426cc4df7d83753 Mon Sep 17 00:00:00 2001 From: Matthias Herrmann Date: Tue, 31 May 2016 20:28:22 +0200 Subject: [PATCH 2300/3141] add scrape-changes --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1c119c3..a6209f59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2395,13 +2395,16 @@ packages: "Al Zohali @zohl": - servant-auth-cookie - + "Joachim Fasting @joachifm": - libmpd "Moritz Kiefer @cocreature": - lrucaching + "Matthias Herrmann @2chilled": + - scrape-changes + # 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 f5f2837fd11a9ee662a9c08c148a9e3de4a29d2b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 21 Aug 2016 07:45:26 +0900 Subject: [PATCH 2301/3141] Revert "temporarily disable clash-* due to clash-lang/clash-prelude#66" This reverts commit 7afb5532151914e85984983dafcc9e21946c6a1d. --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1c119c3..7d9e4627 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1351,11 +1351,11 @@ packages: - ghc-typelits-extra - ghc-typelits-knownnat - ghc-typelits-natnormalise - #- clash-prelude - #- clash-lib - #- clash-vhdl - #- clash-verilog - #- clash-systemverilog + - clash-prelude + - clash-lib + - clash-vhdl + - clash-verilog + - clash-systemverilog # GHC 8 - clash-ghc "Athan Clark @athanclark": From c308acd20d0d1fb5146794d34cfd8d6cab068458 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 21 Aug 2016 07:49:21 +0900 Subject: [PATCH 2302/3141] generic-deriving < 1.11 (#1796) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d9e4627..85a6e07e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2480,6 +2480,9 @@ packages: # https://github.com/fpco/stackage/issues/1784 - optparse-applicative < 0.13.0.0 - diagrams-rasterific < 1.3.1.9 + + # https://github.com/fpco/stackage/issues/1796 + - generic-deriving < 1.11 # end of packages From 46f1b377f05d882f42986bbf4f56c1e6ed0ed025 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 21 Aug 2016 07:58:40 +0900 Subject: [PATCH 2303/3141] ghc-typelits-extra < 0.2 (clash-lang/clash-prelude#66) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85a6e07e..a63d9232 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1348,7 +1348,8 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - - ghc-typelits-extra + # https://github.com/clash-lang/clash-prelude/issues/66 + - ghc-typelits-extra < 0.2 - ghc-typelits-knownnat - ghc-typelits-natnormalise - clash-prelude @@ -2483,6 +2484,7 @@ packages: # https://github.com/fpco/stackage/issues/1796 - generic-deriving < 1.11 + - text-show < 3.4 # end of packages From e26cee521ef5c333386a7e297a44308e0a9b4591 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 21 Aug 2016 14:55:21 +0900 Subject: [PATCH 2304/3141] wai-middleware-content-type test fails to build (athanclark/wai-middleware-content-type#2) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a63d9232..ed2cf609 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3099,6 +3099,9 @@ expected-test-failures: # https://github.com/phadej/servant-swagger-ui/issues/13 - servant-swagger-ui + + # https://github.com/athanclark/wai-middleware-content-type/issues/2 + - wai-middleware-content-type # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 15b255734bedf25904cbba794537ff48d91bc8d9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 21 Aug 2016 22:09:20 +0900 Subject: [PATCH 2305/3141] Revert "ghc-typelits-extra < 0.2 (clash-lang/clash-prelude#66)" This reverts commit 46f1b377f05d882f42986bbf4f56c1e6ed0ed025. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9dc7ba0c..dd8dc951 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1350,8 +1350,7 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - # https://github.com/clash-lang/clash-prelude/issues/66 - - ghc-typelits-extra < 0.2 + - ghc-typelits-extra - ghc-typelits-knownnat - ghc-typelits-natnormalise - clash-prelude From 563ebfa2667db0ec0e851679806124387fb783a2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 21 Aug 2016 22:14:03 +0900 Subject: [PATCH 2306/3141] unbound testsuite not building (#1794) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd8dc951..79496243 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -565,7 +565,8 @@ packages: - haskell-spacegoo - tasty-expected-failure - RepLib - - unbound + # https://github.com/fpco/stackage/pull/1794 + #- unbound "Aditya Bhargava Date: Sun, 21 Aug 2016 22:31:18 +0200 Subject: [PATCH 2307/3141] added hocilib --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79496243..ce68d958 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2404,6 +2404,9 @@ packages: "Moritz Kiefer @cocreature": - lrucaching + + "Thierry Bourrillon @tbourrillon": + - hocilib # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. @@ -2697,6 +2700,9 @@ skipped-tests: # Package shadowing - options + + # Missing oracle + - hocilib # end of skipped-tests @@ -3276,6 +3282,8 @@ github-users: - vivid-synth telegram-api: - klappvisor + fpinsight: + - thierry-b # end of github-users From 1422754b2b7d1ef2cd48bee99b42c9d5b8aa6d69 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 22 Aug 2016 01:18:54 +0200 Subject: [PATCH 2308/3141] purescript, aeson-injector, and swagger 2 no longer need upper bounds. --- build-constraints.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79496243..493fba66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2398,7 +2398,7 @@ packages: "Al Zohali @zohl": - servant-auth-cookie - + "Joachim Fasting @joachifm": - libmpd @@ -2450,10 +2450,6 @@ packages: - active < 0.2.0.11 - socket < 0.6.2.0 - # https://github.com/purescript/purescript/issues/2226 - # https://github.com/purescript/purescript/pull/2225 - - purescript < 0.9.2 - # https://github.com/fpco/stackage/issues/1734 - haskell-src-exts < 1.18 - hlint < 1.9.36 @@ -2469,8 +2465,6 @@ packages: # https://github.com/fpco/stackage/issues/1764 - aeson < 1.0 - insert-ordered-containers < 0.2 - - swagger2 < 2.1.2 - - aeson-injector < 1.0.5.0 # https://github.com/fpco/stackage/issues/1767 - SVGFonts < 1.6 From ea604690d226b7d0d1005b9a3f7ab243281cc3ec Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 22 Aug 2016 02:16:21 +0200 Subject: [PATCH 2309/3141] morte upper bound for #1676 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 493fba66..2814421c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2433,6 +2433,7 @@ packages: - pinboard < 0.9.7 - pandoc < 1.17.2 - kawhi < 0.1 + - morte < 1.6.3 # https://github.com/fpco/stackage/issues/1689 - servant < 0.8 From 67f9b5005af8af849ebd9a1b488993e751d03d23 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 22 Aug 2016 12:51:26 +0200 Subject: [PATCH 2310/3141] hspec-setup upper bound for #1734 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2814421c..56578b00 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2462,6 +2462,7 @@ packages: - pointful < 1.0.9 - hindent < 5 - fay < 0.23.1.13 + - hspec-setup < 0.2.0.0 # https://github.com/fpco/stackage/issues/1764 - aeson < 1.0 From e241302d5025c1b779dd4f59241336b8edec43a0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 22 Aug 2016 12:57:31 +0200 Subject: [PATCH 2311/3141] optparse-generic upper bound for #1784 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56578b00..fd5ad174 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2479,6 +2479,7 @@ packages: # https://github.com/fpco/stackage/issues/1784 - optparse-applicative < 0.13.0.0 - diagrams-rasterific < 1.3.1.9 + - optparse-generic < 1.1.2 # https://github.com/fpco/stackage/issues/1796 - generic-deriving < 1.11 From 78fa9a3d36e175c2e52e0fef0a3adb6ec93c3b1c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 22 Aug 2016 13:02:28 +0200 Subject: [PATCH 2312/3141] xdcc upper bound for #1800 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd5ad174..6571f3a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2484,6 +2484,9 @@ packages: # https://github.com/fpco/stackage/issues/1796 - generic-deriving < 1.11 - text-show < 3.4 + + # https://github.com/fpco/stackage/issues/1800 + - xdcc < 1.1.1 # end of packages From 275021331e89bac83c9452f915bcbe7160f4ce66 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 22 Aug 2016 13:04:36 +0200 Subject: [PATCH 2313/3141] Stricter xdcc upper bound for #1800 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6571f3a8..66eecdf4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2486,7 +2486,7 @@ packages: - text-show < 3.4 # https://github.com/fpco/stackage/issues/1800 - - xdcc < 1.1.1 + - xdcc < 1.1.0 # end of packages From 5dd4dced276185cb70ddced716f4285f74eb3e98 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 22 Aug 2016 13:14:32 +0200 Subject: [PATCH 2314/3141] irc-dcc upper bound for #1800 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f37f1f2..93c14ced 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2489,6 +2489,7 @@ packages: - text-show < 3.4 # https://github.com/fpco/stackage/issues/1800 + - irc-dcc < 2.0.0 - xdcc < 1.1.0 # end of packages From 3d534f486d64b944c512faeac764671207a789fd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 22 Aug 2016 13:20:17 +0200 Subject: [PATCH 2315/3141] Revert "added hocilib" --- build-constraints.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93c14ced..fa15ccf6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2404,9 +2404,6 @@ packages: "Moritz Kiefer @cocreature": - lrucaching - - "Thierry Bourrillon @tbourrillon": - - hocilib # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. @@ -2701,9 +2698,6 @@ skipped-tests: # Package shadowing - options - - # Missing oracle - - hocilib # end of skipped-tests @@ -3283,8 +3277,6 @@ github-users: - vivid-synth telegram-api: - klappvisor - fpinsight: - - thierry-b # end of github-users From 4bad7875a82f2cc972de6c53572e0dd731a227f0 Mon Sep 17 00:00:00 2001 From: Jan Gerlinger Date: Mon, 22 Aug 2016 15:04:58 +0200 Subject: [PATCH 2316/3141] Remove upper bounds for `irc-dcc` and `xdcc` `xdcc-1.1.2` fixes #1800. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa15ccf6..fd5ad174 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2484,10 +2484,6 @@ packages: # https://github.com/fpco/stackage/issues/1796 - generic-deriving < 1.11 - text-show < 3.4 - - # https://github.com/fpco/stackage/issues/1800 - - irc-dcc < 2.0.0 - - xdcc < 1.1.0 # end of packages From 8a98b0dbfb87c5eadbacbf270ae6debad06ac1cf Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 22 Aug 2016 16:24:01 +0200 Subject: [PATCH 2317/3141] Add language-puppet < 1.3 upper bound for #1676 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd5ad174..b48fa290 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2434,6 +2434,7 @@ packages: - pandoc < 1.17.2 - kawhi < 0.1 - morte < 1.6.3 + - language-puppet < 1.3 # Also listed for #1689 # https://github.com/fpco/stackage/issues/1689 - servant < 0.8 @@ -2443,7 +2444,7 @@ packages: - servant-docs < 0.8 - servant-mock < 0.8 - servant-js < 0.8 - - language-puppet < 1.3 + - language-puppet < 1.3 # Also listed for #1676 # https://github.com/fpco/stackage/issues/1691 - QuickCheck < 2.9 From 286577888cbd6af4fc6a31a233dcc54b3e03a203 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 22 Aug 2016 16:34:15 +0200 Subject: [PATCH 2318/3141] Revert "change servant maintainers to maintainers group" #1436 This reverts commit 043c708a0907b160fc9e37e29f7eec09b542382d. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b48fa290..2c01e742 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -832,7 +832,7 @@ packages: - alarmclock - bank-holidays-england - "Haskell Servant haskell-servant-maintainers@googlegroups.com @@haskell-servant/maintainers": + "Haskell Servant jkarni@gmail.com @jkarni": - servant - servant-client - servant-docs @@ -3266,6 +3266,9 @@ github-users: - RyanGlScott haskell-compat: - RyanGlScott + haskell-servant: + - jkarni + - SoenkeHahn vivid: - vivid-synth midair: From 81b6f4280af2b9aea2c239a05ba8015098bde04a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 22 Aug 2016 16:35:06 +0200 Subject: [PATCH 2319/3141] Remove github id for servant to make sure the github-users map is used #1436 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c01e742..3d768383 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -832,7 +832,7 @@ packages: - alarmclock - bank-holidays-england - "Haskell Servant jkarni@gmail.com @jkarni": + "Haskell Servant jkarni@gmail.com": - servant - servant-client - servant-docs From f2ca5862dfba5514197ce6af79033f2e68b0034b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 22 Aug 2016 17:18:10 +0200 Subject: [PATCH 2320/3141] Add rest-gen upper bound for #1734 and disable abandoned hse-cpp --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3d768383..a7868093 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2410,7 +2410,6 @@ packages: # See https://github.com/fpco/stackage/issues/1056 "Abandoned packages": - curl - - hse-cpp "GHC upper bounds": # Need to always match the version shipped with GHC @@ -2460,10 +2459,11 @@ packages: - haskintex < 0.7.0.0 - stylish-haskell < 0.6.2.0 - haskell-src-exts-simple < 1.18.0.0 - - pointful < 1.0.9 + - pointful < 1.0.9 # via haskell-src-exts-simple - hindent < 5 - fay < 0.23.1.13 - hspec-setup < 0.2.0.0 + - rest-gen < 0.20.0.0 # https://github.com/fpco/stackage/issues/1764 - aeson < 1.0 From 493dc8032c7b1e68300456a90555c72b74625382 Mon Sep 17 00:00:00 2001 From: Marios Titas Date: Tue, 23 Aug 2016 16:20:02 +0300 Subject: [PATCH 2321/3141] Update Marios Titas' packages --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7868093..2717db34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1306,6 +1306,8 @@ packages: - wuss "Marios Titas @redneb": + - HsOpenSSL-x509-system + - adler32 - btrfs - disk-free-space - hxt-css From edfa895f3fdecd7092131337f798a4e7ceae526d Mon Sep 17 00:00:00 2001 From: Aleksey Uimanov Date: Tue, 23 Aug 2016 19:17:33 +0500 Subject: [PATCH 2322/3141] add Aleksey Uimanov's packages --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7868093..76cc3f4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,11 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Aleksey Uimanov @s9gf4ult": + - postgresql-query + - hreader + - hset + "Aaron Taylor @hamsterdam": - kawhi From 3362f5bd13feed3a4dcbd124353ff339c3548fc7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 23 Aug 2016 16:24:53 +0200 Subject: [PATCH 2323/3141] Remove generic-deriving upper bounds and close #1796 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2717db34..d028fa89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2484,9 +2484,6 @@ packages: - diagrams-rasterific < 1.3.1.9 - optparse-generic < 1.1.2 - # https://github.com/fpco/stackage/issues/1796 - - generic-deriving < 1.11 - - text-show < 3.4 # end of packages From 174a8888352a7e32f2099634af8a7ec024285bf9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 23 Aug 2016 16:25:51 +0200 Subject: [PATCH 2324/3141] diagrams-canvas, diagarms-svg upper bounds for #1784 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d028fa89..c73676eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2481,7 +2481,9 @@ packages: # https://github.com/fpco/stackage/issues/1784 - optparse-applicative < 0.13.0.0 + - diagrams-canvas < 1.3.0.7 - diagrams-rasterific < 1.3.1.9 + - diagrams-svg < 1.4.0.4 - optparse-generic < 1.1.2 # end of packages From 5090f2f15e5e41e8a042728182f5e2e10845016f Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Tue, 23 Aug 2016 20:35:49 +0530 Subject: [PATCH 2325/3141] Add unicode-transforms --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bb5bca50..c04e9112 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Harendra Kumar @harendra-kumar": + - unicode-transforms + "Aleksey Uimanov @s9gf4ult": - postgresql-query - hreader From c2adf034c563899bbeca8baf4dd68f8d3e400423 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 23 Aug 2016 17:51:09 +0200 Subject: [PATCH 2326/3141] Expect postgresql-query tests to fail since they require a running PostgreSQL server #1804 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c04e9112..13aaf3b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2840,6 +2840,7 @@ expected-test-failures: - postgresql-simple - wai-session-postgresql - drifter-postgresql + - postgresql-query # Requires locally running services - network-anonymous-i2p From af3b33a3735013105c4036e86a2f9e474e8150c4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 24 Aug 2016 02:04:37 +0200 Subject: [PATCH 2327/3141] lackey upper bound for #1689 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 13aaf3b6..3ed9fbe4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2454,6 +2454,7 @@ packages: - servant-mock < 0.8 - servant-js < 0.8 - language-puppet < 1.3 # Also listed for #1676 + - lackey < 0.4.0 # https://github.com/fpco/stackage/issues/1691 - QuickCheck < 2.9 From 4b1c44d398e74f8a3b363fa5d8e6c881a9ffcfc5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 24 Aug 2016 02:06:43 +0200 Subject: [PATCH 2328/3141] hquantlib upper bound for #1806 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ed9fbe4..c51626d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2495,6 +2495,9 @@ packages: - diagrams-svg < 1.4.0.4 - optparse-generic < 1.1.2 + # https://github.com/fpco/stackage/issues/1806 + - hquantlib < 0.0.3.1 + # end of packages From ccc6ce879d5a0bd1fd39d4950c5f646e8ed85ead Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 24 Aug 2016 02:09:19 +0200 Subject: [PATCH 2329/3141] cassava-conduit upper bound for #1691 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c51626d5..6021b652 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2461,6 +2461,7 @@ packages: - extra < 1.4.11 - active < 0.2.0.11 - socket < 0.6.2.0 + - cassava-conduit < 0.3.3 # https://github.com/fpco/stackage/issues/1734 - haskell-src-exts < 1.18 From a711726c2e5687e9e79505ef1613d3aeb5ecfa75 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 24 Aug 2016 02:09:56 +0200 Subject: [PATCH 2330/3141] diagrams-cairo upper bound for #1784 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6021b652..333076b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2492,6 +2492,7 @@ packages: # https://github.com/fpco/stackage/issues/1784 - optparse-applicative < 0.13.0.0 - diagrams-canvas < 1.3.0.7 + - diagrams-cairo < 1.3.1.2 - diagrams-rasterific < 1.3.1.9 - diagrams-svg < 1.4.0.4 - optparse-generic < 1.1.2 From 30f5916ad04c86ba1ba78810fbed6e4e26d19212 Mon Sep 17 00:00:00 2001 From: winterland Date: Wed, 24 Aug 2016 11:25:20 +0800 Subject: [PATCH 2331/3141] add Winter's package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 333076b4..e6fa07cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Winter Land " + - tcp-streams + "Harendra Kumar @harendra-kumar": - unicode-transforms From 34668f32ef99e1c39ea27ebe8e38c35ea5151619 Mon Sep 17 00:00:00 2001 From: winterland Date: Wed, 24 Aug 2016 11:40:01 +0800 Subject: [PATCH 2332/3141] 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 e6fa07cf..1dbd78ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,7 +1,7 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: - "Winter Land " + "Winter Land ": - tcp-streams "Harendra Kumar @harendra-kumar": From acc96da770601be7e10818e580324b47a260ea2f Mon Sep 17 00:00:00 2001 From: Fumiaki Kinoshita Date: Wed, 24 Aug 2016 15:06:38 +0900 Subject: [PATCH 2333/3141] Add boundingboxes and extensible --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66a0091a..0638f5f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1398,7 +1398,9 @@ packages: - HSet "Fumiaki Kinoshita @fumieval": + - boundingboxes - control-bool + - extensible - monad-skeleton - objective - witherable From 934e6a720de7b17d07f4645b0f9f7bd7997545ed Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Wed, 24 Aug 2016 23:25:01 +0200 Subject: [PATCH 2334/3141] Add unbound Latest version on Hackage should have test suite fixed. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0638f5f3..ce2ada76 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -576,8 +576,7 @@ packages: - haskell-spacegoo - tasty-expected-failure - RepLib - # https://github.com/fpco/stackage/pull/1794 - #- unbound + - unbound "Aditya Bhargava Date: Wed, 24 Aug 2016 19:34:25 +0200 Subject: [PATCH 2335/3141] Remove hquantlib upper bound and close #1806 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce2ada76..a1440737 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2504,9 +2504,6 @@ packages: - diagrams-svg < 1.4.0.4 - optparse-generic < 1.1.2 - # https://github.com/fpco/stackage/issues/1806 - - hquantlib < 0.0.3.1 - # end of packages From a2760c9c19898b50f0f60909a5cbc4321ac8e3fc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 25 Aug 2016 15:44:19 +0200 Subject: [PATCH 2336/3141] Remove parsers from expected-failures #1070 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1440737..63482ce4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,9 +2958,6 @@ expected-test-failures: # https://github.com/chrisdone/sourcemap/issues/3 - sourcemap - # https://github.com/fpco/stackage/issues/1070 - - parsers - # Fails sporadically: https://github.com/fpco/stackage/issues/1125 - jose-jwt From b828b727b2c92db448f5412a90934f6b535c9373 Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Wed, 24 Aug 2016 23:48:46 +0200 Subject: [PATCH 2337/3141] added ocilib & oracle instant client library --- debian-bootstrap.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 166af4e7..9123bd9c 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -134,3 +134,24 @@ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10 # GHC 8.0 requires LLVM 3.7 tools (specifically, llc-3.7 and opt-3.7). update-alternatives --install "/usr/bin/llc" "llc" "/usr/bin/llc-3.7" 50 update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-3.7" 50 + +# install ocilib dependencies then build and install ocilib +cd /tmp \ + && wget https://storage.googleapis.com/oracle.fpinsight.com/instantClient/oracle-instantclient12.1-basiclite_12.1.0.2.0-2_amd64.deb \ + && dpkg -i oracle-instantclient12.1-basiclite_12.1.0.2.0-2_amd64.deb \ + && rm -f oracle-instantclient12.1-basiclite_12.1.0.2.0-2_amd64.deb \ + && wget https://storage.googleapis.com/oracle.fpinsight.com/instantClient/oracle-instantclient12.1-devel_12.1.0.2.0-2_amd64.deb \ + && dpkg -i oracle-instantclient12.1-devel_12.1.0.2.0-2_amd64.deb \ + && rm -f oracle-instantclient12.1-devel_12.1.0.2.0-2_amd64.deb \ + && wget https://github.com/vrogier/ocilib/archive/v4.2.1.tar.gz \ + && tar xvf v4.2.1.tar.gz \ + && cd /tmp/ocilib-4.2.1 \ + && ./configure --with-oracle-import=linkage \ + --with-oracle-charset=ansi \ + --with-oracle-headers-path=/usr/include/oracle/12.1/client64 \ + --with-oracle-lib-path=/usr/lib/oracle/12.1/client64/lib \ + && make \ + && make install \ + && ldconfig /usr/local/lib \ + && cd \ + && rm -rf /tmp/ocilib-4.2.1 From 299ab5aa47fd851f5b8a0442b3721726ab9b900e Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Thu, 25 Aug 2016 16:27:51 +0200 Subject: [PATCH 2338/3141] added ld.so.conf.d files for oracle and ocilib, added missing libaio1 dependency --- debian-bootstrap.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9123bd9c..384d44b7 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -42,6 +42,7 @@ apt-get install -y \ freeglut3-dev \ git \ libadns1-dev \ + libaio1 \ libasound2-dev \ libblas-dev \ libbz2-dev \ @@ -152,6 +153,8 @@ cd /tmp \ --with-oracle-lib-path=/usr/lib/oracle/12.1/client64/lib \ && make \ && make install \ - && ldconfig /usr/local/lib \ && cd \ - && rm -rf /tmp/ocilib-4.2.1 + && rm -rf /tmp/ocilib-4.2.1 \ + && echo "/usr/local/lib" > /etc/ld.so.conf.d/usr-local.conf \ + && echo "/usr/lib/oracle/12.1/client64/lib" > /etc/ld.so.conf.d/oracle-client.conf \ + && ldconfig From f86742ec627e560a64fc3fb432cb420b7a007048 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Thu, 25 Aug 2016 18:04:55 +0200 Subject: [PATCH 2339/3141] add the new Spock packages --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63482ce4..ff16d2ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -783,10 +783,12 @@ packages: "Alexander Thiemann ": - Spock + - Spock-core + - Spock-api + - Spock-api-server # via digestive-functors - Spock-digestive - Spock-worker - graph-core - # 0.2.0.2 Compilation failure https://github.com/agrafix/highjson/issues/1 - highjson - hvect - reroute - users From 492d6125c0445445f9ff7d35dd0faa9377fa90ff Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 25 Aug 2016 22:27:02 +0200 Subject: [PATCH 2340/3141] reroute upper bound for #1812 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff16d2ec..a9d1f46f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2506,6 +2506,9 @@ packages: - diagrams-svg < 1.4.0.4 - optparse-generic < 1.1.2 + # https://github.com/fpco/stackage/issues/1812 + - reroute < 0.4.0.0 + # end of packages From d6490423749f5c5d647ea9c0ff770d0fa597cf69 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 25 Aug 2016 23:47:36 +0200 Subject: [PATCH 2341/3141] Add missing github ids and put all e-mail addresses inside <> --- build-constraints.yaml | 252 +++++++++++++++++++++-------------------- 1 file changed, 127 insertions(+), 125 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9d1f46f..492b891f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,7 +1,7 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: - "Winter Land ": + "Winter Land @winterland1989": - tcp-streams "Harendra Kumar @harendra-kumar": @@ -35,7 +35,7 @@ packages: "Dmitry Bogatov ": - once - "David Johnson djohnson.m@gmail.com @dmjio": + "David Johnson @dmjio": # GHC 8 - envy - s3-signer # bounds - google-translate @@ -131,7 +131,7 @@ packages: - hfsevents - Win32-notify - "Omari Norman ": + "Omari Norman @massysett": - rainbow - rainbox - pipes-cliff @@ -146,7 +146,7 @@ packages: - timelens - non-empty-sequence - "Neil Mitchell": + "Neil Mitchell @ndmitchell": - hlint - hoogle - shake @@ -161,19 +161,19 @@ packages: - bake - ghcid - "Alan Zimmerman": + "Alan Zimmerman @alanz": - hjsmin - language-javascript - Strafunski-StrategyLib - HaRe - "Alfredo Di Napoli ": + "Alfredo Di Napoli @adinapoli": - mandrill "Jon Schoning @jonschoning": - pinboard - "Jasper Van der Jeugt": + "Jasper Van der Jeugt @jaspervdj": - blaze-html - blaze-markup - cabal-dependency-licenses @@ -195,22 +195,22 @@ packages: - StateVar - ObjectName - "Antoine Latter": + "Antoine Latter @aslatter": - byteorder - uuid - "Philipp Middendorf ": + "Philipp Middendorf @pmiddend": - clock - "Stefan Wehr ": + "Stefan Wehr @skogsbaer": - HTF - xmlgen - stm-stats - "Bart Massey ": + "Bart Massey @BartMassey": - parseargs - "Vincent Hanquez": + "Vincent Hanquez @vincenthz": - bytedump - cipher-aes - cipher-rc4 @@ -234,7 +234,7 @@ packages: - vhd - xenstore - "Chris Done": + "Chris Done @chrisdone": - ace - ical - check-email @@ -269,7 +269,7 @@ packages: - transient-universe - ghcjs-hplay - "Edward Kmett ": + "Edward Kmett @ekmett": - ad - adjunctions # GHC 8 & bounds - approximate @@ -338,11 +338,11 @@ packages: - zlib-lens # GHC 8 - hyperloglog - "Andrew Farmer ": + "Andrew Farmer @xich": - scotty - wai-middleware-static - "Simon Hengel ": + "Simon Hengel @sol": - hspec - hspec-wai - hspec-wai-json @@ -358,7 +358,7 @@ packages: - monoid-subclasses - picoparsec - "Brent Yorgey ": + "Brent Yorgey @byorgey": - active # via haxr - BlogLiterately # GHC 8 - BlogLiterately-diagrams @@ -379,7 +379,7 @@ packages: - MonadRandom - monoid-extras - "Vincent Berthoux ": + "Vincent Berthoux @Twinside": - JuicyPixels - FontyFruity - Rasterific @@ -387,10 +387,10 @@ packages: - rasterific-svg - asciidiagram - "Patrick Brisbin": + "Patrick Brisbin @pbrisbin": - gravatar - "Paul Harper ": + "Paul Harper @benekastah": - yesod-auth-oauth2 "Felipe Lessa @meteficha": @@ -413,17 +413,17 @@ packages: - yesod-fb # VERSION MISSING Compilation failure against aeson https://github.com/prowdsponsor/mangopay/issues/32 - yesod-mangopay - "Alexander Altman ": + "Alexander Altman @pthariensflame": # Maintaining on behalf of @roelvandijk: - base-unicode-symbols - containers-unicode-symbols # My own packages: - ChannelT - "Trevor L. McDonell ": + "Trevor L. McDonell @tmcdonell": - accelerate - # "Liam O'Connor ": + # "Liam O'Connor @liamoc": # GHC 8 - patches-vector # GHC 8 - composition-tree # GHC 8 & bounds - dixi @@ -461,7 +461,7 @@ packages: - post-mess-age - sorted-list - "Gabriel Gonzalez ": + "Gabriel Gonzalez @Gabriel439": - optparse-generic - pipes - pipes-extras @@ -472,13 +472,13 @@ packages: - foldl - morte - "Andrew Thaddeus Martin ": + "Andrew Thaddeus Martin @andrewthad": - yesod-table - "Arash Rouhani ": + "Arash Rouhani @Tarrasch": - yesod-text-markdown - "Chris Allen ": + "Chris Allen bitemyapp": - bloodhound "Adam Bergmark @bergmark": @@ -494,25 +494,25 @@ packages: - time-compat - through-text - "Sebastiaan Visser ": + "Sebastiaan Visser @sebastiaanvisser": - clay - fclabels - "Rodrigo Setti ": + "Rodrigo Setti @rodrigosetti": - messagepack - messagepack-rpc - # "Boris Lykah ": + # "Boris Lykah @lykahb": # GHC 8 - groundhog # GHC 8 - groundhog-th # GHC 8 - groundhog-sqlite # GHC 8 - groundhog-postgresql # GHC 8 - groundhog-mysql - "Janne Hellsten ": + "Janne Hellsten @nurpax": - sqlite-simple - "Michal J. Gajda ": + "Michal J. Gajda @mgajda": - iterable - Octree - FenwickTree @@ -523,14 +523,14 @@ packages: - json-autotype - posix-realtime - "Dom De Re ": + "Dom De Re @domdere": - cassava-conduit - "Dominic Steinitz ": + "Dominic Steinitz @idontgetoutmuch": - yarr - random-fu - "Ben Gamari ": + "Ben Gamari @bgamari": - vector-fftw "Roman Cheplyaka @feuerbach": @@ -554,19 +554,19 @@ packages: - traverse-with-class - tuples-homogenous-h98 - "George Giorgidze ": + "George Giorgidze @giorgidze": - HCodecs - YampaSynth - set-monad - "Phil Hargett ": + "Phil Hargett @hargettp": - courier - "Aycan iRiCAN ": + "Aycan iRiCAN @aycanirican": - hdaemonize - hweblib - "Joachim Breitner ": + "Joachim Breitner @nomeata": - circle-packing - arbtt - ghc-heap-view @@ -578,7 +578,7 @@ packages: - RepLib - unbound - "Aditya Bhargava @egonSchiele": - HandsomeSoup "Clint Adams @clinty": @@ -604,7 +604,7 @@ packages: - pipes-random # GHC 8 - kanji - "Ketil Malde": + "Ketil Malde @ketil-malde": - biocore - biofasta - biofastq @@ -624,7 +624,7 @@ packages: # , "BiobaseTypes BiobaseFasta" # MC-Fold-DP - "Florian Eggenhofer ": + "Florian Eggenhofer @eggzilla": - ClustalParser # GHC 8 - EntrezHTTP - Genbank @@ -666,10 +666,10 @@ packages: # - hledger-web # via Diff - shelltestrunner - "Mihai Maruseac ": + "Mihai Maruseac @mihaimaruseac": - io-manager - "Dimitri Sabadie @phaazon": # - al FIXME temporary, figure out why it's not working with stackage-build - event - hid @@ -682,10 +682,10 @@ packages: # GHC 8 - wavefront - zero - "Thomas Schilling ": + "Thomas Schilling @nominolo": - ghc-syb-utils - "Boris Buliga ": + "Boris Buliga @d12frosted": - io-choice # UNKNOWN VERSION Compilation failure https://github.com/d12frosted/CanonicalPath/issues/5 - system-canonicalpath @@ -693,7 +693,7 @@ packages: - ghc-mod - cabal-helper - "Yann Esposito ": + "Yann Esposito yogsototh @yogsototh": - human-readable-duration - holy-project - wai-middleware-caching @@ -703,7 +703,7 @@ packages: - ekg - ekg-json - "Paul Rouse ": + "Paul Rouse @paul-rouse": - sphinx - xmlhtml - yesod-auth-hashdb @@ -724,13 +724,13 @@ packages: - djinn-lib - djinn-ghc - "Arash Rouhani ": + "Arash Rouhani @Tarrasch": - yesod-text-markdown - "Matvey Aksenov ": - terminal-size - "Luis G. Torres @giogadi": - kdt "Emanuel Borsboom @borsboom": @@ -761,11 +761,11 @@ packages: - optparse-simple - hpack - "Michael Sloan ": + "Michael Sloan @mgsloan": - th-orphans - th-reify-many - "Nikita Volkov ": + "Nikita Volkov @nikita-volkov": - base-prelude - cases - focus @@ -778,10 +778,10 @@ packages: - slave-thread - stm-containers - "Iustin Pop ": + "Iustin Pop @iustin": - prefix-units - "Alexander Thiemann ": + "Alexander Thiemann @agrafix": - Spock - Spock-core - Spock-api @@ -804,7 +804,7 @@ packages: - dataurl - psql-helpers - "Joey Eremondi ": + "Joey Eremondi @JoeyEremondi": - aeson-pretty - digest # via elm-compiler - elm-build-lib @@ -817,7 +817,7 @@ packages: - union-find - zip-archive - "Arthur Fayzrakhmanov ": + "Arthur Fayzrakhmanov @geraldus": # GHC 8 - sodium - yesod-form-richtext - ghcjs-perch @@ -825,17 +825,17 @@ packages: "Sebastian Nagel @ch1bo": - hdevtools - "Andrey Chudnov ": + "Andrey Chudnov @achudnov": - language-ecmascript - "Tom Ellis ": + "Tom Ellis @tomjaguarpaw": - opaleye - product-profunctors "Samplecount stefan@samplecount.com @kaoskorobase": - shake-language-c - "Marcin Mrotek ": + "Marcin Mrotek @marcinmrotek": - type-list - zoom-refs - vinyl-utils @@ -844,7 +844,7 @@ packages: - alarmclock - bank-holidays-england - "Haskell Servant jkarni@gmail.com": + "Haskell Servant ": - servant - servant-client - servant-docs @@ -856,19 +856,19 @@ packages: - servant-mock - servant-cassava - "Alexandr Ruchkin voidex@live.com @mvoidex": + "Alexandr Ruchkin @mvoidex": # missing test files https://github.com/fpco/stackage/issues/1562 - hdocs - hformat # missing test files https://github.com/fpco/stackage/issues/1562 - hsdev - simple-log - text-region - "Aleksey Kliger aleksey@lambdageek.org @lambdageek": + "Aleksey Kliger @lambdageek": - unbound-generics - indentation-core - indentation-parsec - "Alois Cochard alois.cochard@gmail.com @aloiscochard": + "Alois Cochard @aloiscochard": # GHC 8 & bounds - codex # GHC 8 - machines-binary # GHC 8 - machines-directory @@ -877,16 +877,16 @@ packages: # GHC 8 - sarsi - wreq # on behalf of Bryan O'Sullivan @bos - "Andraz Bajt andraz@bajt.me @edofic": + "Andraz Bajt @edofic": - effect-handlers - koofr-client - snowflake - "Leza M. Lutonda lemol-c@hotmail.com @lemol": + "Leza M. Lutonda @lemol": - HaskellNet - HaskellNet-SSL - "Jens Petersen juhpetersen@gmail.com @juhp": + "Jens Petersen @juhp": - cabal-rpm - cabal-sort - hslua @@ -911,14 +911,14 @@ packages: # GHC 8 - vcsgui - vcswrapper - "Renzo Carbonara renzocarbonara@gmail.com @k0001": + "Renzo Carbonara @k0001": - network-simple - pipes-aeson - pipes-attoparsec # GHC 8 - pipes-binary - pipes-network - "Tomas Carnecky": + "Tomas Carnecky @wereHamster": # GHC 8 0.0.15 compilation failure - avers # via avers - avers-api # via avers - avers-server @@ -934,10 +934,10 @@ packages: - publicsuffix - rethinkdb-client-driver - "Alexandr Kurilin alex@kurilin.net @alex_kurilin": + "Alexandr Kurilin @alex_kurilin": - bcrypt - "Jeffrey Rosenbluth jeffrey.rosenbluth@gmail.com": + "Jeffrey Rosenbluth @jeffreyrosenbluth": - palette - diagrams-canvas - diagrams-rasterific @@ -946,10 +946,10 @@ packages: - static-canvas - svg-builder - "Gabríel Arthúr Pétursson gabriel@system.is": + "Gabríel Arthúr Pétursson @polarina": - sdl2 - "Leon Mergen leon@solatis.com @solatis": + "Leon Mergen @solatis": - base32string - base58string - bitcoin-api @@ -963,29 +963,29 @@ packages: - network-anonymous-i2p - network-anonymous-tor - "Timothy Jones git@zmthy.io @zmthy": + "Timothy Jones @zmthy": - http-media - "Greg V greg@unrelenting.technology @myfreeweb": + "Greg V @myfreeweb": - gitson - pcre-heavy - http-link-header - microformats2-parser - hspec-expectations-pretty-diff - "Francesco Mazzoli f@mazzo.li @bitonic": + "Francesco Mazzoli @bitonic": - language-c-quote - "Sönke Hahn soenkehahn@gmail.com @soenkehahn": + "Sönke Hahn @soenkehahn": - generics-eot - getopt-generics - graph-wrapper - string-conversions - "Jan Stolarek jan.stolarek@p.lodz.pl @jstolarek": + "Jan Stolarek @jstolarek": - tasty-program - "Oleg Grenrus oleg.grenrus@iki.fi @phadej": + "Oleg Grenrus @phadej": - aeson-compat # GHC 8 - aeson-extra - binary-orphans @@ -1053,15 +1053,15 @@ packages: - sandman - language-thrift - "Adam C. Foltzer acfoltzer@galois.com @acfoltzer": + "Adam C. Foltzer @acfoltzer": - cryptol - gitrev - persistent-refs - "Luke Taylor tekul.hs@gmail.com @tekul": + "Luke Taylor @tekul": - jose-jwt - "Brendan Hay brendan.g.hay@gmail.com @brendanhay": + "Brendan Hay @brendanhay": - amazonka - amazonka-core - amazonka-test @@ -1236,7 +1236,7 @@ packages: - semver - text-manipulate - "Nick Partridge nkpart@gmail.com @nkpart": + "Nick Partridge @nkpart": - cabal-file-th "Gershom Bazerman @gbaz": @@ -1290,7 +1290,7 @@ packages: # GHC bug https://github.com/ddssff/debian-haskell/issues/6 - debian # via memoize - cabal-debian - "Stefan Saasen ": + "Stefan Saasen @juretta": - jwt "Sven Bartscher sven.bartscher@weltraumschlangen.de @kritzefitz": @@ -1347,11 +1347,11 @@ packages: "David Raymond Christiansen @david-christiansen": - annotated-wl-pprint - # "Yitz Gale gale@sefer.org @ygale": + # "Yitz Gale @ygale": # GHC 8 - timezone-series # GHC 8 - timezone-olson - "Josh Holland josh@inv.alid.pw @jshholland": + "Josh Holland @jshholland": - sandi - data-ordlist - xmonad @@ -1359,7 +1359,7 @@ packages: "Harry Garrood @hdgarrood": - aeson-better-errors - "Mitchell Rosen @mitchellwrosen": - language-lua2 - tasty-hspec @@ -1461,15 +1461,15 @@ packages: - wai-cors - configuration-tools - "Sam Rijs ": + "Sam Rijs @srijs": - ndjson-conduit # GHC 8 - attoparsec-trans - operational-class - # "Anupam Jain ": + # "Anupam Jain @ajnsit": # GHC 8 - wai-routes - "Daniel Patterson ": + "Daniel Patterson @dbp": # GHC 8 - hspec-snap - hworker - hworker-ses @@ -1494,7 +1494,7 @@ packages: - wai-middleware-throttle - yesod-auth-basic - # "Alcides Viamontes ": + # "Alcides Viamontes @alcidesv": # GHC 8 - second-transfer # "Hirotomo Moriwaki @philopon": @@ -1555,12 +1555,13 @@ packages: - cron - hedis - "Rob O'Callahan ropoctl@gmail.com": + "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx - pipes-illumina - seqalign - thermonuc - xlsior + "John Lenz @wuzzeb": - yesod-auth-account - yesod-static-angular @@ -1575,14 +1576,14 @@ packages: "Will Thompson @wjt": - bustle - "Jakub Fijałkowski kuba@codinginfinity.me @jakubfijalkowski": + "Jakub Fijałkowski @jakubfijalkowski": - hlibsass - hsass - "Robert Massaioli robertmassaioli@gmail.com": + "Robert Massaioli @robertmassaioli": - range - "Index Int ": + "Index Int @int-index": - transformers-lift - ether - union @@ -1596,11 +1597,11 @@ packages: - dotenv - stache - "Sergey Alirzaev ": + "Sergey Alirzaev @l29ah": - monad-peel # GHC 8 - Network-NineP - "Oliver Charles ": + "Oliver Charles @ocharles": # GHC 8 - engine-io - diff3 # GHC 8 & bounds - digestive-functors-aeson @@ -1610,7 +1611,7 @@ packages: # GHC 8 - socket-io - tasty-rerun - # "Scott Murphy scott.murphy@plowtech.net @smurphy8": + # "Scott Murphy @smurphy8": "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled @@ -1772,7 +1773,7 @@ packages: # GHC 8 & via wavefront - lambdacube-gl # GHC 8 & bounds - lambdacube-compiler - "Spencer Janssen ": + "Spencer Janssen @spencerjanssen": - Xauth "Sebastian de Bellefon @Helkafen": @@ -1781,7 +1782,7 @@ packages: "Stefan Berthold": - smallcaps - "Gregory Collins ": + "Gregory Collins @gregorycollins": - hashtables - io-streams - openssl-streams @@ -1790,11 +1791,12 @@ packages: - http-common - http-streams - "Devan Stormont ": + "Devan Stormont @stormont": - forecast-io "Sean Hunt @ivan-m": - fgl - fgl-arbitrary @@ -1805,7 +1807,7 @@ packages: - quickcheck-text - nagios-check - "Peter Simons simons@cryp.to @peti": + "Peter Simons @peti": - distribution-nixpkgs - cabal2nix - funcmp @@ -1917,7 +1919,7 @@ packages: - twitter-types - twitter-types-lens - # "Robbin C. ": + # "Robbin C. robbinch": # via lzma-conduit - zim-parser "David Wiltshire @dave77": @@ -1945,7 +1947,7 @@ packages: "Christoph Breitkopf @bokesan": - IntervalMap - "Michele Lacchia ": + "Michele Lacchia @rubik": # GHC 8 - argon - docopt - pathwalk @@ -1963,14 +1965,14 @@ packages: - inline-c-cpp - ekg - # "Emin Karayel ": + # "Emin Karayel @ekarayel": # GHC 8 - sync-mht "Michael Schröder @mcschroeder": - ctrie - ttrie - "Greg Weber ": + "Greg Weber @gregwebs": - base-noprelude # "Andrew Lelechenko @Bodigrim": @@ -1983,7 +1985,7 @@ packages: "yihuang @yihuang": - tagstream-conduit - # "Johannes Hilden ": + # "Johannes Hilden @johanneshilden": # Missing test files https://github.com/fpco/stackage/issues/1001 - hashids # "Joe Hermaszewski @expipiplus1": @@ -2015,7 +2017,7 @@ packages: - conduit-iconv # GHC 8 - conduit-connection - "Andrew Rademacher ": + "Andrew Rademacher @AndrewRademacher": - aeson-casing - graylog @@ -2098,10 +2100,10 @@ packages: "Hans-Christian Esperer @hce": - wai-session-postgresql - "Haisheng Wu ": + "Haisheng Wu @freizl": - hoauth2 - "Falko Peters ": + "Falko Peters @informatikr": - scrypt "Jakub Waszczuk @kawu": @@ -2152,7 +2154,7 @@ packages: - pandoc - pandoc-citeproc - "Karun Ramakrishnan karun012@gmail.com @karun012": + "Karun Ramakrishnan @karun012": - doctest-discover "Elie Genard @eliegenard": @@ -2183,7 +2185,7 @@ packages: "Aaron Levin @aaronmblevin": - free-vl - "Kazuo Koga ": + "Kazuo Koga @kkazuo": - xlsx-tabular "Mikhail Glushenkov @23Skidoo": @@ -2192,10 +2194,10 @@ packages: "Lennart Kolmodin @kolmodin": - binary-bits - # "Nicolas Trangez ikke@nicolast.be @NicolasT": + # "Nicolas Trangez @NicolasT": # GHC 8 - reedsolomon - "Alp Mestanogullari alpmestan@gmail.com @alpmestan": + "Alp Mestanogullari @alpmestan": - taggy - taggy-lens # 0.1 Compilation failure https://github.com/fpco/stackage/issues/1660 - inline-java @@ -2266,7 +2268,7 @@ packages: # "Braden Walters @meoblast001": # via hakyll - hakyll-sass - "Patrick Thomson ": + "Patrick Thomson @helium": - postgresql-transactional "Tom Murphy @amindfv": @@ -2310,7 +2312,7 @@ packages: - gi-webkit == 3.0.3 - haskell-gi - "Brandon Simmons ": + "Brandon Simmons @jberryman": - directory-tree "Ian Grant Jeffries @seagreen": @@ -2328,7 +2330,7 @@ packages: - HUnit-approx - units-parser - "Doug McClean ": + "Doug McClean @dmcclean": - dimensional - exact-pi - numtype-dk @@ -2343,7 +2345,7 @@ packages: "Henri Verroken @hverr": - cache - "Cliff Harvey ": + "Cliff Harvey @BlackBrane": - ansigraph - quantum-random @@ -2354,10 +2356,10 @@ packages: - exp-pairs - fast-digits - "Greg Hurrell ": + "Greg Hurrell @wincent": - docvim - "Ashley Yakeley ": + "Ashley Yakeley @AshleyYakeley": - countable "Victor Denisov @VictorDenisov": @@ -2368,13 +2370,13 @@ packages: - test-fixture - text-conversions - "Patrick Chilton ": + "Patrick Chilton @chpatrick": - solga - solga-swagger # Doesn't build on stackage server https://github.com/fpco/stackage/pull/1692 - clang-pure - webrtc-vad - "Michal Konecny ": + "Michal Konecny @michalkonecny": - hmpfr "Bartosz Nitka @niteria": @@ -2387,11 +2389,11 @@ packages: "Christopher Wells @ExcalburZero": - pixelated-avatar-generator - "Allele Dev ": + "Allele Dev @queertypes": - freer - wai-request-spec - "Dominic Orchard ": + "Dominic Orchard @dorchard": - array-memoize - camfort - codo-notation @@ -2402,7 +2404,7 @@ packages: "Philipp Schuster @phischu": - haskell-names - "Shao Cheng ": + "Shao Cheng @TerrorJack": - simple-download - encoding-io From a345f8c4480f7cac6de959e8f6781c600d7a8f01 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 26 Aug 2016 02:32:15 +0200 Subject: [PATCH 2342/3141] Revert "Revert "added hocilib"" This reverts commit 3d534f486d64b944c512faeac764671207a789fd. --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 492b891f..992e7367 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2423,6 +2423,9 @@ packages: "Moritz Kiefer @cocreature": - lrucaching + "Thierry Bourrillon @tbourrillon": + - hocilib + "Matthias Herrmann @2chilled": - scrape-changes @@ -2722,6 +2725,9 @@ skipped-tests: # Package shadowing - options + # Missing oracle + - hocilib + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3301,6 +3307,8 @@ github-users: - vivid-synth telegram-api: - klappvisor + fpinsight: + - thierry-b # end of github-users From 565ad7e68e088e84b8701362156de11a888940a3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 26 Aug 2016 03:39:06 +0200 Subject: [PATCH 2343/3141] Add extra-lib-dir for ocilib #1797 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 992e7367..a51199a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2605,6 +2605,9 @@ configure-args: - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server - --extra-include-dirs - /usr/lib/jvm/java-8-openjdk-amd64/include + ocilib: + - extra-lib-dirs + - /usr/local/lib # end of configure-args From 3661cd08e8c830a8d022832a0f894b84428c41a5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 26 Aug 2016 03:42:38 +0200 Subject: [PATCH 2344/3141] Disable Spock-core and Spock-api due to compilation failures 1811 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a51199a8..2f6aad49 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -783,8 +783,8 @@ packages: "Alexander Thiemann @agrafix": - Spock - - Spock-core - - Spock-api + # - Spock-core + # - Spock-api - Spock-api-server # via digestive-functors - Spock-digestive - Spock-worker From 7de96c0e8b2dba5cbd78efb37e388c5fc8c5b426 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Fri, 26 Aug 2016 12:56:15 +0200 Subject: [PATCH 2345/3141] Read Spock-core and Spock-api Issue #1812 is resolved with reroute 0.4.0.1 --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f6aad49..0f37899f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -783,8 +783,8 @@ packages: "Alexander Thiemann @agrafix": - Spock - # - Spock-core - # - Spock-api + - Spock-core + - Spock-api - Spock-api-server # via digestive-functors - Spock-digestive - Spock-worker @@ -2511,9 +2511,6 @@ packages: - diagrams-svg < 1.4.0.4 - optparse-generic < 1.1.2 - # https://github.com/fpco/stackage/issues/1812 - - reroute < 0.4.0.0 - # end of packages From c061b9b6b9b111f7003248952fa8317aefc2f75c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 26 Aug 2016 14:32:59 +0200 Subject: [PATCH 2346/3141] Add missing dashes to ocilib's --extra-libdirs #1797 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f37899f..f233ba35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2603,7 +2603,7 @@ configure-args: - --extra-include-dirs - /usr/lib/jvm/java-8-openjdk-amd64/include ocilib: - - extra-lib-dirs + - --extra-lib-dirs - /usr/local/lib # end of configure-args From f426d07a6dc82b3e93afa290e2dc1e97022a5cc0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 26 Aug 2016 14:40:20 +0200 Subject: [PATCH 2347/3141] Fix typo in hocilib name... #1797 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f233ba35..e9e3fbc0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2602,7 +2602,7 @@ configure-args: - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server - --extra-include-dirs - /usr/lib/jvm/java-8-openjdk-amd64/include - ocilib: + hocilib: - --extra-lib-dirs - /usr/local/lib From 35ca114d1a63bb913d75df416debaa7643bed07c Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 26 Aug 2016 14:02:15 -0400 Subject: [PATCH 2348/3141] Add hashmap, text-show-instances --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9e3fbc0..d329800a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1629,12 +1629,14 @@ packages: - base-orphans - deriving-compat - generic-deriving + - hashmap - invariant - keycode - lift-generics - mtl-compat - proxied - text-show + - text-show-instances "Kirill Zaborsky @qrilka": - xlsx From 9bf09cd5a62ee6ecfaf2be791048ec5a6e105f08 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 26 Aug 2016 21:38:31 +0200 Subject: [PATCH 2349/3141] Expect hocilib haddocks to fail #1797 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d329800a..d3374e76 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3204,6 +3204,9 @@ expected-haddock-failures: # https://github.com/camfort/fortran-src/issues/29 - fortran-src + + # https://github.com/fpco/stackage/pull/1797#issuecomment-242730215 + - hocilib # end of expected-haddock-failures From 70c73911260700d909ffa74c6d15bab653d2b34e Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sat, 27 Aug 2016 09:57:23 -0400 Subject: [PATCH 2350/3141] Add back cassava-conduit, unordered-containers benchmarks --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3374e76..81a1e665 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3161,9 +3161,6 @@ expected-benchmark-failures: # GHC 8 - cassava - - # https://github.com/domdere/cassava-conduit/issues/10 - - cassava-conduit # end of expected-benchmark-failures @@ -3231,10 +3228,6 @@ skipped-benchmarks: # https://github.com/kaizhang/clustering/issues/2 - clustering - # Successful build requires unordered-containers >= 0.2.7.0 - # https://github.com/fpco/stackage/issues/1226 - - unordered-containers - # https://github.com/fpco/stackage/issues/1587 - hledger-lib From 09a4c6bc773a97ffcf0556e212353ab9ab6e2cbe Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 27 Aug 2016 21:31:39 +0200 Subject: [PATCH 2351/3141] mersenne-random-pure64 upper bound for #1816 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81a1e665..58131727 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2513,6 +2513,9 @@ packages: - diagrams-svg < 1.4.0.4 - optparse-generic < 1.1.2 + # https://github.com/fpco/stackage/issues/1816 + - mersenne-random-pure64 < 0.2.1.0 + # end of packages From 2360834b4b06dddc6ae3c2d26d41c7cd9f4d77b2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:31:37 +0200 Subject: [PATCH 2352/3141] Add more info to expected test failures --- build-constraints.yaml | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58131727..2c6f2ab5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2994,14 +2994,12 @@ expected-test-failures: # Sent e-mail to maintainer - dbus - - # Sent e-mail to maintainer - ListLike # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage - jwt - # https://github.com/rodrigosetti/messagepack/issues/9 + # 0.5.1 https://github.com/rodrigosetti/messagepack/issues/9 - messagepack # timeouts @@ -3015,19 +3013,19 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1045 (moved here from skipped-tests) - clock - # https://github.com/fpco/stackage/issues/1299 + # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30 - serialport # requires elasticsearch https://github.com/fpco/stackage/pull/1271 - katip-elasticsearch - # https://github.com/fpco/stackage/pull/1315 + # depends on haddocks being generated first https://github.com/fpco/stackage/pull/1315 - ghc-imported-from # https://github.com/fpco/stackage/pull/1340 - simpleirc - # https://github.com/fpco/stackage/issues/1382 + # intermittent https://github.com/fpco/stackage/issues/1382 - idris # https://github.com/fpco/stackage/issues/1399 @@ -3045,7 +3043,7 @@ expected-test-failures: # https://github.com/hspec/HUnit/issues/7 - HUnit - # https://github.com/IreneKnapp/direct-sqlite/issues/63 + # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - direct-sqlite # GHC 8 issue not reported upstream since issue tracker disabled @@ -3054,16 +3052,16 @@ expected-test-failures: # https://github.com/clash-lang/clash-prelude/issues/57 - clash-prelude - # https://github.com/xmonad/xmonad/issues/36 + # 0.12 https://github.com/xmonad/xmonad/issues/36 - xmonad - # https://github.com/fpco/stackage/issues/1480 + # 1.2.2.1 GHC 8 https://github.com/fpco/stackage/issues/1480 - text - # https://gitlab.com/twittner/swagger/issues/6 + # GHC 8 bug? https://gitlab.com/twittner/swagger/issues/6s - swagger - # https://github.com/thoughtpolice/hs-ed25519/issues/15 + # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ed25519 # https://github.com/fpco/stackage/issues/1552 @@ -3081,16 +3079,16 @@ expected-test-failures: # https://github.com/fosskers/vectortiles/issues/2 - vectortiles - # https://github.com/pikajude/th-printf/issues/3 + # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - th-printf - # https://github.com/yesodweb/css-text/issues/10 + # 0.1.2.2 intermittent https://github.com/yesodweb/css-text/issues/10 - css-text # https://github.com/fpco/stackage/pull/1693 - makefile - # https://github.com/nh2/haskell-netpbm/issues/2 + # 1.0.1 https://github.com/nh2/haskell-netpbm/issues/2 - netpbm # https://github.com/fpco/store/issues/61 @@ -3108,10 +3106,10 @@ expected-test-failures: # https://github.com/tweag/HaskellR/issues/255 - inline-r - # https://github.com/sol/doctest/issues/137 + # 0.11.0 https://github.com/sol/doctest/issues/137 - doctest - # https://github.com/phadej/spdx/issues/8 + # intermittent failures https://github.com/phadej/spdx/issues/8 - spdx # https://github.com/camfort/camfort/issues/34 @@ -3135,7 +3133,7 @@ expected-test-failures: # https://github.com/phadej/servant-swagger-ui/issues/13 - servant-swagger-ui - # https://github.com/athanclark/wai-middleware-content-type/issues/2 + # v0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - wai-middleware-content-type # end of expected-test-failures From 42c5c7141d89c34080cde2f62fc535366902313d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 01:21:41 +0200 Subject: [PATCH 2353/3141] Check if #1187 is resolved --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c6f2ab5..d3bc2b40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2979,10 +2979,6 @@ expected-test-failures: # Fails sporadically: https://github.com/fpco/stackage/issues/1125 - jose-jwt - # https://github.com/fpco/stackage/issues/1187 - # openfile: does not exist - - skein - # https://github.com/fpco/stackage/issues/1147 - lens From 0858f2a388e0bc7cbdcf5c53ace9dc95fb1c3b29 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 01:23:18 +0200 Subject: [PATCH 2354/3141] Check if lens tests pass #1147 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3bc2b40..12e27626 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2979,9 +2979,6 @@ expected-test-failures: # Fails sporadically: https://github.com/fpco/stackage/issues/1125 - jose-jwt - # https://github.com/fpco/stackage/issues/1147 - - lens - # https://github.com/tanakh/aeson-lens/issues/10 - aeson-lens From 5f0c3597b972c150d02dd0f8a0f1520c59680746 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 01:27:59 +0200 Subject: [PATCH 2355/3141] Try re-enabling bindings-libzip and LibZip --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12e27626..b3bcf496 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2118,9 +2118,9 @@ packages: - simple-session # via postgresql-orm - simple-postgresql-orm - # "Sergey Astanin @astanin": - # Doesn't build on stackage server https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support - bindings-libzip < 0.11 - # Doesn't build on stackage server https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support - LibZip < 0.11 + "Sergey Astanin @astanin": + - bindings-libzip < 0.11 + - LibZip < 0.11 "Anthony Cowley @acowley": - Frames From b99a8fe6ee123d2b4ffa3358ff6ca21e8efe1cfd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 01:45:24 +0200 Subject: [PATCH 2356/3141] Re-enable language-dockerfile tests beijaflor-io/haskell-language-dockerfile#1 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b3bcf496..034fad0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3120,9 +3120,6 @@ expected-test-failures: # https://github.com/snapframework/snap-server/issues/89 - snap-server - # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/1 - - language-dockerfile - # https://github.com/phadej/servant-swagger-ui/issues/13 - servant-swagger-ui From 3b9f6d470b1c7530abe2c4cb8773cf82c822fccb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 01:48:59 +0200 Subject: [PATCH 2357/3141] Re-enable snap-server tests snapframework/snap-server#89 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 034fad0f..574161cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3114,12 +3114,9 @@ expected-test-failures: # https://github.com/haskoin/haskoin/issues/285 - haskoin-core - # https://github.com/snapframework/snap-core/issues/261 + # Not enough info - https://github.com/snapframework/snap-core/issues/261 - snap-core - # https://github.com/snapframework/snap-server/issues/89 - - snap-server - # https://github.com/phadej/servant-swagger-ui/issues/13 - servant-swagger-ui From dee975130b4ee8734e8f615071b16ad5d74f9c49 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 01:49:31 +0200 Subject: [PATCH 2358/3141] Re-enable asciidiagram tests Twinside/asciidiagram#3 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 574161cb..14120714 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3108,9 +3108,6 @@ expected-test-failures: # https://github.com/camfort/camfort/issues/34 - camfort - # 1.3.1.1 https://github.com/Twinside/asciidiagram/issues/3 - - asciidiagram - # https://github.com/haskoin/haskoin/issues/285 - haskoin-core From fb249ce13c58e8736948df6daccdee6573399868 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 01:50:12 +0200 Subject: [PATCH 2359/3141] Check if phadej/servant-swagger-ui#13 is resolved --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14120714..65ce0837 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3111,12 +3111,9 @@ expected-test-failures: # https://github.com/haskoin/haskoin/issues/285 - haskoin-core - # Not enough info - https://github.com/snapframework/snap-core/issues/261 + # 1.0.0.0 Not enough info - https://github.com/snapframework/snap-core/issues/261 - snap-core - # https://github.com/phadej/servant-swagger-ui/issues/13 - - servant-swagger-ui - # v0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - wai-middleware-content-type # end of expected-test-failures From 4f7aad6cf98c8486bb040cb0f1c824ac5b601705 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 01:51:19 +0200 Subject: [PATCH 2360/3141] Re-enable haskoin tests haskoin/haskoin#285 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65ce0837..17d56c56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3105,10 +3105,7 @@ expected-test-failures: # intermittent failures https://github.com/phadej/spdx/issues/8 - spdx - # https://github.com/camfort/camfort/issues/34 - - camfort - - # https://github.com/haskoin/haskoin/issues/285 + # 0.3.1 https://github.com/haskoin/haskoin/issues/285 - haskoin-core # 1.0.0.0 Not enough info - https://github.com/snapframework/snap-core/issues/261 From 1ea93f57505b10d921e0946a0f9240982a16ac92 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 01:53:47 +0200 Subject: [PATCH 2361/3141] Try inline-r tests again tweag/HaskellR#255 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17d56c56..e0b18a33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3096,9 +3096,6 @@ expected-test-failures: # https://github.com/fpco/stackage/pull/1732 - haskell-names - # https://github.com/tweag/HaskellR/issues/255 - - inline-r - # 0.11.0 https://github.com/sol/doctest/issues/137 - doctest From 5b01f6891542225bf9f80b3595fc99220f253d8f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:08:44 +0200 Subject: [PATCH 2362/3141] Re-enable haskell-names tests --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e0b18a33..5b0b7004 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3093,9 +3093,6 @@ expected-test-failures: # https://github.com/haskell-suite/haskell-src-exts/issues/314 - haskell-src-exts - # https://github.com/fpco/stackage/pull/1732 - - haskell-names - # 0.11.0 https://github.com/sol/doctest/issues/137 - doctest From 45713c8b09d6868a0072708a0dd2777144430a8b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:09:13 +0200 Subject: [PATCH 2363/3141] Re-enable haskell-src-exts tests --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b0b7004..10e49fad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3090,9 +3090,6 @@ expected-test-failures: # https://github.com/haskell-servant/servant-swagger/issues/52 - servant-swagger - # https://github.com/haskell-suite/haskell-src-exts/issues/314 - - haskell-src-exts - # 0.11.0 https://github.com/sol/doctest/issues/137 - doctest From 9578484dad07cb9625b4d69a50c45331008f64e2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:09:52 +0200 Subject: [PATCH 2364/3141] Re-enable servant-swagger tests haskell-servant/servant-swagger#52 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10e49fad..0a440951 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3087,9 +3087,6 @@ expected-test-failures: # https://github.com/fpco/store/issues/61 - store - # https://github.com/haskell-servant/servant-swagger/issues/52 - - servant-swagger - # 0.11.0 https://github.com/sol/doctest/issues/137 - doctest From ff934e6874715d6ca658316fac015d942cf410f6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:10:30 +0200 Subject: [PATCH 2365/3141] Re-enable store tests fpco/store#61 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0a440951..c6112b5b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3084,9 +3084,6 @@ expected-test-failures: # 1.0.1 https://github.com/nh2/haskell-netpbm/issues/2 - netpbm - # https://github.com/fpco/store/issues/61 - - store - # 0.11.0 https://github.com/sol/doctest/issues/137 - doctest From fe5ff3e0c034c926651f80e5cf8d64e25d729e89 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:12:10 +0200 Subject: [PATCH 2366/3141] Re-enable makefile tests #1693 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6112b5b..fab69215 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3078,9 +3078,6 @@ expected-test-failures: # 0.1.2.2 intermittent https://github.com/yesodweb/css-text/issues/10 - css-text - # https://github.com/fpco/stackage/pull/1693 - - makefile - # 1.0.1 https://github.com/nh2/haskell-netpbm/issues/2 - netpbm From 65f1dc20ac2bee6180a09e3c29439a00ff93c9c1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:15:39 +0200 Subject: [PATCH 2367/3141] Re-enable vectortiles tests fosskers/vectortiles#2 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fab69215..5c3354b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3069,9 +3069,6 @@ expected-test-failures: # Requries running redis - https://github.com/fpco/stackage/pull/1581 - persistent-redis - # https://github.com/fosskers/vectortiles/issues/2 - - vectortiles - # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - th-printf From 1eae743a78f68ec4bf2bef4f8a6400c0e74b1098 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:16:26 +0200 Subject: [PATCH 2368/3141] Re-enable Hclip test suite jetho/Hclip#3 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c3354b5..3f297426 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3060,9 +3060,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1552 - purescript - # https://github.com/jetho/Hclip/issues/3 - - Hclip - # Requires running mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 - mongoDB From 8630318b2fe6f2c9c9c3db64e9defa7091f0635f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:16:55 +0200 Subject: [PATCH 2369/3141] Re-enable purescript tests #1552 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3f297426..332d8f50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3057,9 +3057,6 @@ expected-test-failures: # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ed25519 - # https://github.com/fpco/stackage/issues/1552 - - purescript - # Requires running mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 - mongoDB From 840b5ac00ce815df0bc9ef8d7998752e00cf88a1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:20:04 +0200 Subject: [PATCH 2370/3141] Re-enable clash-prelude tests clash-prelude#57 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 332d8f50..3b70e7b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3042,9 +3042,6 @@ expected-test-failures: # GHC 8 issue not reported upstream since issue tracker disabled - hspec-expectations-pretty-diff - # https://github.com/clash-lang/clash-prelude/issues/57 - - clash-prelude - # 0.12 https://github.com/xmonad/xmonad/issues/36 - xmonad From f5bf1965fcc258a1f53a7bdea2f4d037caca1de2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:22:36 +0200 Subject: [PATCH 2371/3141] Re-enable HUnit tests hspec/HUnit#7 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b70e7b0..bae3bda0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3033,9 +3033,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1459 - twitter-conduit - # https://github.com/hspec/HUnit/issues/7 - - HUnit - # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - direct-sqlite From ca5b010744a2513b10fdd0d1d34dde7adef7e4cb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:22:44 +0200 Subject: [PATCH 2372/3141] Re-enable twitter-conduit tests #1459 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bae3bda0..f8bd24d7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3030,9 +3030,6 @@ expected-test-failures: # https://github.com/stbuehler/haskell-nettle/issues/8 - nettle - # https://github.com/fpco/stackage/issues/1459 - - twitter-conduit - # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - direct-sqlite From 894924aac53374d398e4a5af0dcf0df2ebd604a3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:27:18 +0200 Subject: [PATCH 2373/3141] Re-enable nettle tests stbuehler/haskell-nettle#8 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8bd24d7..3e30aea3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3027,9 +3027,6 @@ expected-test-failures: # https://github.com/fpco/stackage/pull/1254 - graylog - # https://github.com/stbuehler/haskell-nettle/issues/8 - - nettle - # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - direct-sqlite From 018330f7a34f535b0a9bce3e53884e81fd5909bb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:28:16 +0200 Subject: [PATCH 2374/3141] darcs is disabled, remove test failure --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e30aea3..f2057a80 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,10 +3021,7 @@ expected-test-failures: # intermittent https://github.com/fpco/stackage/issues/1382 - idris - # https://github.com/fpco/stackage/issues/1399 - - darcs - - # https://github.com/fpco/stackage/pull/1254 + # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - graylog # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 From 6720776b342cbbe00d9e8daf40514ba6dbd98201 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:29:27 +0200 Subject: [PATCH 2375/3141] re-enable simpleirc tests #1340 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f2057a80..971c4794 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3015,9 +3015,6 @@ expected-test-failures: # depends on haddocks being generated first https://github.com/fpco/stackage/pull/1315 - ghc-imported-from - # https://github.com/fpco/stackage/pull/1340 - - simpleirc - # intermittent https://github.com/fpco/stackage/issues/1382 - idris From fecaf4f5422ac1b0f2b1b3429cec5ff23a1b4817 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:31:43 +0200 Subject: [PATCH 2376/3141] Re-enable clock tests --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 971c4794..70c67e85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3003,9 +3003,6 @@ expected-test-failures: # https://github.com/elaye/turtle-options/issues/3 - turtle-options - # https://github.com/fpco/stackage/issues/1045 (moved here from skipped-tests) - - clock - # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30 - serialport From 90462827a5d7f41826d420490b72c96ae0bdf05b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:32:17 +0200 Subject: [PATCH 2377/3141] Re-enable turtle-options tests --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70c67e85..d4ffe556 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3000,9 +3000,6 @@ expected-test-failures: - graphviz - zip - # https://github.com/elaye/turtle-options/issues/3 - - turtle-options - # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30 - serialport From 8b1212be531d25855bd79db068899ab028635c86 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:33:38 +0200 Subject: [PATCH 2378/3141] Re-enable jwt tests --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d4ffe556..07d4bf83 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2989,9 +2989,6 @@ expected-test-failures: - dbus - ListLike - # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage - - jwt - # 0.5.1 https://github.com/rodrigosetti/messagepack/issues/9 - messagepack From 8e3ae2318e8681aa6178850e5a07405277baa3ff Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:34:30 +0200 Subject: [PATCH 2379/3141] Re-enable aeson-lens tests tanakh/aeson-lens#10 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07d4bf83..7d4f74b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2979,9 +2979,6 @@ expected-test-failures: # Fails sporadically: https://github.com/fpco/stackage/issues/1125 - jose-jwt - # https://github.com/tanakh/aeson-lens/issues/10 - - aeson-lens - # Not sure if we can fix this - Cabal From da8d6957af77a9b42dd441ea12428e77d573a0b2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:35:15 +0200 Subject: [PATCH 2380/3141] Re-enable sourcemap tests chrisdone/sourcemap#3 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d4f74b0..faaadaa0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2973,9 +2973,6 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1000 - eventstore - # https://github.com/chrisdone/sourcemap/issues/3 - - sourcemap - # Fails sporadically: https://github.com/fpco/stackage/issues/1125 - jose-jwt From 1859dad5546715314ec0ad1765646de5f9c52b28 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:35:45 +0200 Subject: [PATCH 2381/3141] Re-enable eventstore tests #1000 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index faaadaa0..36d61a6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2970,9 +2970,6 @@ expected-test-failures: # Fail sporadically: https://github.com/chrisdone/hindent/issues/166 - hindent - # https://github.com/fpco/stackage/issues/1000 - - eventstore - # Fails sporadically: https://github.com/fpco/stackage/issues/1125 - jose-jwt From 48f07a5353324dff2688dcef0aa36e3e2de09517 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:36:19 +0200 Subject: [PATCH 2382/3141] Re-enable hindent tests chrisdone/hindent#166 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36d61a6b..f3435776 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2967,9 +2967,6 @@ expected-test-failures: - riak - hworker - # Fail sporadically: https://github.com/chrisdone/hindent/issues/166 - - hindent - # Fails sporadically: https://github.com/fpco/stackage/issues/1125 - jose-jwt From 6423aaca04b0243524df8d43f1a2b86761f16f2a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 02:57:07 +0200 Subject: [PATCH 2383/3141] Re-enable a lot of skipped tests --- build-constraints.yaml | 51 ++++-------------------------------------- 1 file changed, 4 insertions(+), 47 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3435776..f62b062d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2628,17 +2628,12 @@ skipped-builds: skipped-tests: # require old hspec - ReadArgs - - bloodhound - fb - - hasql # Too lazy to keep the test dependencies up to date - cases - postgresql-binary - # Just a temporary package with a flimsy, inherited test suite - - Cabal-ide-backend - # QuickCheck 2.8 - vector @@ -2650,46 +2645,29 @@ skipped-tests: # doctest < 0.10 # Closed due to inactivity: https://github.com/fpco/stackage/issues/622 - - bound - heaps - hyphenation - # https://github.com/kaizhang/clustering/issues/2 + # https://github.com/kaizhang/clustering/issues/2 & needs HList which is outdated - clustering # https://github.com/fpco/stackage/issues/934 - - cacophony # HUnit < 1.3 - GLFW-b - HsOpenSSL - bindings-GLFW - - bytestring-handle - - clay - - hedis - - hint - - ide-backend - - lifted-base - - newtype-generics - - parsec - terminal-progress-bar - - threads - - yesod-static-angular # https://github.com/fpco/stackage/pull/906 - - HaRe # https://github.com/haskell/zlib/issues/2 - zlib # Never finishes - https://github.com/ku-fpg/blank-canvas/issues/73 - blank-canvas - # https://github.com/nushio3/binary-search/issues/2 (doctest never finishes) - binary-search - # Requires stripe API key and unreleased test package https://github.com/fpco/stackage/issues/1272 - - stripe-http-streams - # times out without framebuffer (https://github.com/ghcjs/jsaddle/issues/9) - jsaddle @@ -2698,34 +2676,19 @@ skipped-tests: # doctest < 0.11 # Closed due to inactivity: https://github.com/fpco/stackage/issues/1328 - - composition-tree # GHC 8 - patches-vector - # GHC 8 (bytestring-handle) - - tar - - # GHC 8 (snap-server) - - wreq - # GHC 8 + - HList - hastache - - system-filepath - - system-fileio - shelly - # https://github.com/acid-state/safecopy/issues/45 - - safecopy # Missing C library: symengine - symengine - # https://github.com/fpco/stackage/issues/1587 - - hledger-lib - - # Test suite requires circular dependency on Snap 1.0, which is not yet - # available. Should resolve in due course; disable tests for now, per - # https://github.com/afcowie/http-streams/issues/96 - - http-streams + # GHC 8 bug https://github.com/fpco/stackage/issues/1587 + # - hledger-lib # Package shadowing - options @@ -2913,9 +2876,6 @@ expected-test-failures: # Requires redis on the build machine - serversession-backend-redis - # Unstated dependency on HList-PP - - Rlang-QQ - # https://github.com/rcallahan/xlsior/issues/1 - xlsior @@ -3085,9 +3045,6 @@ expected-haddock-failures: - gtk - gtk3 - # Not sure why, but it's a temporary package anyway - - Cabal-ide-backend - # https://github.com/fpco/stackage/issues/994 - Michelangelo From b60509e4bc7b23acdc0c63c299695248afd9d409 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 16:13:17 +0200 Subject: [PATCH 2384/3141] Re-disable tests that are still broken --- build-constraints.yaml | 86 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 75 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f62b062d..a0f6129c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2118,9 +2118,9 @@ packages: - simple-session # via postgresql-orm - simple-postgresql-orm - "Sergey Astanin @astanin": - - bindings-libzip < 0.11 - - LibZip < 0.11 + # "Sergey Astanin @astanin": + # Need release compatible with c lib libzip 1.0 https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support - bindings-libzip < 0.11 + # via bindings-libzip https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support - LibZip < 0.11 "Anthony Cowley @acowley": - Frames @@ -2477,10 +2477,10 @@ packages: - extra < 1.4.11 - active < 0.2.0.11 - socket < 0.6.2.0 - - cassava-conduit < 0.3.3 + - cassava-conduit < 0.3.3 # Re-enable tests when lifted # https://github.com/fpco/stackage/issues/1734 - - haskell-src-exts < 1.18 + - haskell-src-exts < 1.18 # re-enable test-suite when this is lifted - hlint < 1.9.36 - hoogle < 5.0.2 - homplexity < 0.4.3.4 @@ -2488,7 +2488,7 @@ packages: - stylish-haskell < 0.6.2.0 - haskell-src-exts-simple < 1.18.0.0 - pointful < 1.0.9 # via haskell-src-exts-simple - - hindent < 5 + - hindent < 5 # Re-enable test-suite when this is lifted - fay < 0.23.1.13 - hspec-setup < 0.2.0.0 - rest-gen < 0.20.0.0 @@ -2832,6 +2832,7 @@ expected-test-failures: - wai-session-postgresql - drifter-postgresql - postgresql-query + - hasql # Requires locally running services - network-anonymous-i2p @@ -2969,10 +2970,7 @@ expected-test-failures: # 0.12 https://github.com/xmonad/xmonad/issues/36 - xmonad - # 1.2.2.1 GHC 8 https://github.com/fpco/stackage/issues/1480 - - text - - # GHC 8 bug? https://gitlab.com/twittner/swagger/issues/6s + # GHC 8 bug? https://gitlab.com/twittner/swagger/issues/6 - swagger # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 @@ -3005,8 +3003,68 @@ expected-test-failures: # 1.0.0.0 Not enough info - https://github.com/snapframework/snap-core/issues/261 - snap-core - # v0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 + # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - wai-middleware-content-type + + # 1.3.1.1 GHC 8 https://github.com/hspec/HUnit/issues/7 + - HUnit + + # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 + - HaRe + + # 0.900 File missing in sdist https://github.com/camfort/camfort/issues/41 + - camfort + + # Needs running server + - bitcoin-api-extra + + # 0.3.2, Because of stackage upper bound + - cassava-conduit + # 1.17.1, Because of stackage upper bound + - haskell-src-exts + # 4.6.4, Because of stackage upper bound + - hindent + + # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 + - clash-prelude + + # Recursive deps https://github.com/fpco/stackage/issues/1818 + # 0.7.2 clock:test => tasty:lib => clock:lib + - clock + # 1.2.2.1 + - text + + + # Deprecated and only depended on by bloodhound https://github.com/fpco/stackage/issues/1817 + - doctest-prop + + # Requires running Event Store + - eventstore + + # 0.5.2 error with git executable https://github.com/myfreeweb/gitson/issues/1 + - gitson + + # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 + - haskell-names + + # doctest ambiguous modules https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage + - jwt + + # foreign library issue https://github.com/stbuehler/haskell-nettle/issues/8 + - nettle + + # git 128 https://github.com/purescript/purescript/issues/2292 + - purescript + + # time 1.6 https://github.com/acid-state/safecopy/issues/45 + - safecopy + + # Issue with stackage itself (openfile: does not exist) https://github.com/fpco/stackage/issues/1187 + - skein + + # Missing build dep https://github.com/chrisdone/sourcemap/issues/3 + - sourcemap + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -3034,6 +3092,11 @@ expected-benchmark-failures: # GHC 8 - cassava + + # Recursive deps https://github.com/fpco/stackage/issues/1818 + # 0.2.7.1 unordered-containers:bench -> criterion:lib -> aeson:lib -> unordered-containers:lib + - unordered-containers + # end of expected-benchmark-failures @@ -3074,6 +3137,7 @@ expected-haddock-failures: # https://github.com/fpco/stackage/pull/1797#issuecomment-242730215 - hocilib + # end of expected-haddock-failures From fce2aa981e68e86d196d36423053e4a4d7581453 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 18:12:00 +0200 Subject: [PATCH 2385/3141] cassava-conduit benchmarks are failing, not tests --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a0f6129c..c3a44bc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2477,7 +2477,7 @@ packages: - extra < 1.4.11 - active < 0.2.0.11 - socket < 0.6.2.0 - - cassava-conduit < 0.3.3 # Re-enable tests when lifted + - cassava-conduit < 0.3.3 # Re-enable benchmarks when lifted # https://github.com/fpco/stackage/issues/1734 - haskell-src-exts < 1.18 # re-enable test-suite when this is lifted @@ -3018,8 +3018,6 @@ expected-test-failures: # Needs running server - bitcoin-api-extra - # 0.3.2, Because of stackage upper bound - - cassava-conduit # 1.17.1, Because of stackage upper bound - haskell-src-exts # 4.6.4, Because of stackage upper bound @@ -3034,7 +3032,6 @@ expected-test-failures: # 1.2.2.1 - text - # Deprecated and only depended on by bloodhound https://github.com/fpco/stackage/issues/1817 - doctest-prop @@ -3097,6 +3094,9 @@ expected-benchmark-failures: # 0.2.7.1 unordered-containers:bench -> criterion:lib -> aeson:lib -> unordered-containers:lib - unordered-containers + # 0.3.2, Because of stackage upper bound + - cassava-conduit + # end of expected-benchmark-failures From bb4ccf75c3d4ce548ff156704fa19941a9588339 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 18:33:43 +0200 Subject: [PATCH 2386/3141] Re-disable lens-aeson tests because of intermittent failures --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3a44bc9..04e4cbd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2994,8 +2994,11 @@ expected-test-failures: # 0.11.0 https://github.com/sol/doctest/issues/137 - doctest - # intermittent failures https://github.com/phadej/spdx/issues/8 + # intermittent failures + # https://github.com/phadej/spdx/issues/8 - spdx + # https://github.com/tanakh/aeson-lens/issues/10 + - aeson-lens # 0.3.1 https://github.com/haskoin/haskoin/issues/285 - haskoin-core From 2d394a0d22143f1621a60dff49e3401f9d7b569b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 20:11:19 +0200 Subject: [PATCH 2387/3141] Make sure maintainers have been informed about all skipped-tests --- build-constraints.yaml | 108 +++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 70 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04e4cbd0..2f6751b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1382,7 +1382,7 @@ packages: - markup # via poly-arity - nested-routes - path-extra - # via HList - poly-arity + # via HList - poly-arity (sent e-mail to HList maintainer) - urlpath - wai-transformers - wai-middleware-content-type @@ -2473,6 +2473,7 @@ packages: - lackey < 0.4.0 # https://github.com/fpco/stackage/issues/1691 + # Re-enable dlist tests when lifted - QuickCheck < 2.9 - extra < 1.4.11 - active < 0.2.0.11 @@ -2625,77 +2626,50 @@ skipped-builds: # By skipping a test suite, we do not pull in the build dependencies +# Packages should only be added here if required by `stackage-curator +# check', otherwise place them in expected-test-failures. skipped-tests: - # require old hspec - - ReadArgs - - fb + # Outdated dependencies + # These can periodically be checked for updates; + # just remove these lines and run `stackage-curator check' to verify. + - GLFW-b # https://github.com/bsl/GLFW-b/issues/62 + - HsOpenSSL # https://github.com/phonohawk/HsOpenSSL/issues/57 + - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 + - bindings-GLFW # https://github.com/bsl/bindings-GLFW/issues/40 + - cases # https://github.com/nikita-volkov/cases/pull/3 + - concurrent-extra # https://github.com/basvandijk/concurrent-extra/pull/15 + - fb # https://github.com/prowdsponsor/fb/issues/42 + - hastache # https://github.com/lymar/hastache/pull/53 + - heaps # https://github.com/ekmett/heaps/pull/8 + - hyphenation # https://github.com/ekmett/hyphenation/pull/10 + - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6 + - shelly # https://github.com/yesodweb/Shelly.hs/issues/127 + - terminal-progress-bar # https://github.com/roelvandijk/terminal-progress-bar/issues/11 + - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 + - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 - # Too lazy to keep the test dependencies up to date - - cases - - postgresql-binary + # Transitive outdated dependencies + # These packages + # These can also be checked for updates periodically. + - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 + - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - # QuickCheck 2.8 - - vector + # Blocked by stackage upper bounds. These can be re-enabled once + # the relevant stackage upper bound is lifted. + - dlist # https://github.com/fpco/stackage/issues/1691 - # Requires QuickCheck 2.9 - - dlist + # Runtime issues + - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 + - binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2 + - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 - # requires testpack - https://github.com/jgoerzen/testpack/issues/11 - - MissingH + # Missing foreign library + - symengine # symengine + - hocilib # oracle - # doctest < 0.10 - # Closed due to inactivity: https://github.com/fpco/stackage/issues/622 - - heaps - - hyphenation - - # https://github.com/kaizhang/clustering/issues/2 & needs HList which is outdated - - clustering - - # https://github.com/fpco/stackage/issues/934 - - # HUnit < 1.3 - - GLFW-b - - HsOpenSSL - - bindings-GLFW - - terminal-progress-bar - # https://github.com/fpco/stackage/pull/906 - - # https://github.com/haskell/zlib/issues/2 - - zlib - - # Never finishes - https://github.com/ku-fpg/blank-canvas/issues/73 - - blank-canvas - # https://github.com/nushio3/binary-search/issues/2 (doctest never finishes) - - binary-search - - # times out without framebuffer (https://github.com/ghcjs/jsaddle/issues/9) - - jsaddle - - # Not included explicitly and has outdated bounds - - concurrent-extra - - # doctest < 0.11 - # Closed due to inactivity: https://github.com/fpco/stackage/issues/1328 - # GHC 8 - patches-vector - - # GHC 8 - - HList - - hastache - - shelly - - - # Missing C library: symengine - - symengine - - # GHC 8 bug https://github.com/fpco/stackage/issues/1587 - # - hledger-lib - - # Package shadowing + # Recursive dependency - options - # Missing oracle - - hocilib - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -2845,9 +2819,6 @@ expected-test-failures: - hedis - redis-io - # https://github.com/lymar/hastache/issues/47 GHC 7.10 - - hastache - # https://github.com/haskell/ghc-events/issues/9 - ghc-events @@ -3162,9 +3133,6 @@ skipped-benchmarks: - cipher-des - cipher-rc4 - # https://github.com/kaizhang/clustering/issues/2 - - clustering - # https://github.com/fpco/stackage/issues/1587 - hledger-lib From d041dc623a5db026911c349c42a64733b9bed6ef Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 20:18:38 +0200 Subject: [PATCH 2388/3141] Try moving options, symengine and hocilib from skipped to expected test failures --- build-constraints.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f6751b8..483c4652 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2663,13 +2663,6 @@ skipped-tests: - binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2 - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 - # Missing foreign library - - symengine # symengine - - hocilib # oracle - - # Recursive dependency - - options - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3005,6 +2998,7 @@ expected-test-failures: - clock # 1.2.2.1 - text + - options # Deprecated and only depended on by bloodhound https://github.com/fpco/stackage/issues/1817 - doctest-prop @@ -3036,6 +3030,10 @@ expected-test-failures: # Missing build dep https://github.com/chrisdone/sourcemap/issues/3 - sourcemap + # Missing foreign library + - symengine # symengine + - hocilib # oracle + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 272069cbad5db7b97fff2d975c4260950ada6620 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Sun, 28 Aug 2016 19:52:56 +0100 Subject: [PATCH 2389/3141] Update build-constraints.yaml --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 483c4652..d4940b9d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2191,6 +2191,8 @@ packages: - xlsx-tabular "Mikhail Glushenkov @23Skidoo": + - Cabal + - cabal-install - pointful "Lennart Kolmodin @kolmodin": From a3f598bf0e7a694eef91607faf435e8704f2675f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 20:32:37 +0200 Subject: [PATCH 2390/3141] Tests need to be skipped if Setup fails with missing foreign libraries --- build-constraints.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d4940b9d..8eba921c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2628,8 +2628,9 @@ skipped-builds: # By skipping a test suite, we do not pull in the build dependencies -# Packages should only be added here if required by `stackage-curator -# check', otherwise place them in expected-test-failures. +# Packages should only be added here if required by `stackage-curator check' +# or if Setup fails because of missing foreign libraries. +# Otherwise place them in expected-test-failures. skipped-tests: # Outdated dependencies # These can periodically be checked for updates; @@ -2665,6 +2666,9 @@ skipped-tests: - binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2 - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 + # Missing foreign library + - symengine # symengine + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3032,8 +3036,7 @@ expected-test-failures: # Missing build dep https://github.com/chrisdone/sourcemap/issues/3 - sourcemap - # Missing foreign library - - symengine # symengine + # Needs running server - hocilib # oracle # end of expected-test-failures From 11be4457cdb07fa1df19a816f18ea886298e66c2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 22:05:56 +0200 Subject: [PATCH 2391/3141] Reorganize and gorup expected-test failures, and try to re-enable tests missing an explanation/ticket reference --- build-constraints.yaml | 477 +++++++++++------------------------------ 1 file changed, 128 insertions(+), 349 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8eba921c..917febc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2675,369 +2675,148 @@ skipped-tests: # should not fail a build based on a test failure for one of these packages. expected-test-failures: - # https://github.com/bos/statistics/issues/42 - - statistics - - # Tests require shell script and are incompatible with sandboxed package - # databases - - HTF - - # Unfortunately network failures seem to happen haphazardly - - network - - # Test suite takes too long to run on some systems - - punycode - - # Requires a Facebook app. - - fb - - - threads - - crypto-conduit - - # https://github.com/basvandijk/concurrent-extra/issues/ - - concurrent-extra - - # https://github.com/skogsbaer/xmlgen/issues/2 - - xmlgen - - # Some kind of Cabal bug when trying to run tests - - thyme - - - shake - - # Problems with doctest and sandboxing - - warp - - monad-logger-prefix - - # https://github.com/fpco/stackage/issues/163 - - hTalos - - # Fails sporadically - https://github.com/bos/math-functions/issues/25 - - math-functions - - # Requires too old a version of test-framework - - time - - # Cloud Haskell tests seem to be unreliable - - distributed-process - - lockfree-queue - # GHC 8 - network-transport-tcp - - # No AWS creds available - - aws - - # Not sure why... - - singletons - - # https://github.com/jmillikin/haskell-filesystem/issues/3 - - system-filepath - - # Requires a running webdriver server - - webdriver-angular - - # Weird conflicts with sandboxing - - ghcid - - # Requires locally running server - - bloodhound - - # Requires SAT solver and old QuickCheck - - ersatz - - # No server running - - amqp - - # Often run out of inotify handles - - fsnotify - - # weird problems with cabal test - - cautious-file - - # https://github.com/haskell/cabal/pull/2277 - - cabal-install - - # https://github.com/fpco/stackage/issues/376 - - rematch - - # https://github.com/haskell-distributed/distributed-process-supervisor/issues/1 - - distributed-process-supervisor - - # Fails sporadically + # Intermittent failures or unreliable. These tests may pass when + # re-enabled, but will eventually fail again. Only remove these + # from expected-tests if we know a fix has been released. + - aeson-lens # https://github.com/tanakh/aeson-lens/issues/10 + - cabal-debian # https://github.com/ddssff/cabal-debian/issues/50 - crypto-numbers + - css-text # 0.1.2.2 https://github.com/yesodweb/css-text/issues/10 + - distributed-process + - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 - distributed-process-task + - fsnotify # Often runs out of inotify handles + - idris # https://github.com/fpco/stackage/issues/1382 + - ihaskell # https://github.com/gibiansky/IHaskell/issues/551 + - math-functions # https://github.com/bos/math-functions/issues/25 + - network # Unfortunately network failures seem to happen haphazardly + - nsis # Intermittent on non-Windows systems + - 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 - # https://github.com/vincenthz/hs-crypto-pubkey/issues/17 - - crypto-pubkey - - # Tests can fail when the build plan fails, which happens arbitrarily. - - stackage - - # https://github.com/TomMD/DRBG/issues/7 - - DRBG - - # https://github.com/bos/wreq/issues/53 - - wreq - - # Requires local database running - - rethinkdb-client-driver - - # Fails sporadically: https://github.com/haskell-distributed/distributed-process-execution/issues/2 - - distributed-process-execution - - # Seems to depend on mtl being installed in user package database, which - # isn't always the case (e.g., build server) - - happy - - # https://github.com/jberryman/directory-tree/issues/4 - - directory-tree - - # https://github.com/ndmitchell/hoogle/issues/101 - - hoogle - - # https://github.com/myfreeweb/gitson/issues/1 - - gitson - - # Expects a running PostgreSQL server - - users-postgresql-simple - - dbmigrations - - opaleye - - postgresql-simple - - wai-session-postgresql - - drifter-postgresql - - postgresql-query - - hasql - - # Requires locally running services - - network-anonymous-i2p - - # Tests not reliable on non-Windows systems - - nsis - - # Requires running server - - consul-haskell - - hedis - - redis-io - - # https://github.com/haskell/ghc-events/issues/9 - - ghc-events - - # Requires a running server - - bitcoin-api - - bitcoin-api-extra - - # https://github.com/kazu-yamamoto/dns/issues/29 - - dns - - # No PhantomJS available - - wai-cors - - # Permissions failure when creating /home/stackage/.stack. We _should_ fix - # this in the build scripts here... - - stack - - # https://github.com/prowdsponsor/mangopay/issues/30 - - mangopay - - # https://github.com/MichaelXavier/Angel/issues/43 - - angel - - # Requires memcached on the server - - memcached-binary - - # Requires redis on the build machine - - serversession-backend-redis - - # https://github.com/rcallahan/xlsior/issues/1 - - xlsior - - # Test suite needs a running neo4j server with auth disabled - - haskell-neo4j-client - - # https://github.com/kazu-yamamoto/logger/issues/42 - - wai-logger - - # https://github.com/fpco/stackage/issues/733 - - ide-backend - - # https://github.com/gibiansky/IHaskell/issues/551 - - ihaskell - - # Expects running X server - - bindings-GLFW - - GLFW-b - - # Requires running server - - rethinkdb - - # https://github.com/ddssff/cabal-debian/issues/50 - - cabal-debian - - # https://github.com/fpco/stackage/issues/811 - - etcd - - # https://github.com/kazu-yamamoto/ghc-mod/issues/611 - - ghc-mod - - # Requires a running server - - pipes-mongodb - - # https://github.com/tweag/HaskellR/issues/208 - - H - - # Fails sporadically: https://github.com/jgm/pandoc-citeproc/issues/172 - - pandoc-citeproc - - # https://github.com/alcidesv/second-transfer/issues/3 - - second-transfer - - # https://github.com/fpco/stackage/issues/916 - - distributed-process-extras - - distributed-process-client-server - - # Requires running server - - riak - - hworker - - # Fails sporadically: https://github.com/fpco/stackage/issues/1125 - - jose-jwt - - # Not sure if we can fix this - - Cabal - - # Sent e-mail to maintainer - - dbus - - ListLike - - # 0.5.1 https://github.com/rodrigosetti/messagepack/issues/9 - - messagepack - - # timeouts + # Timeouts + # These tests sometimes take too long and hit the stackage build + # servers time limit so these shouldn't be removed from + # expected-tests unless we know a fix has been released. - cabal-helper - graphviz + - punycode - zip - # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30 - - serialport - - # requires elasticsearch https://github.com/fpco/stackage/pull/1271 - - katip-elasticsearch - - # depends on haddocks being generated first https://github.com/fpco/stackage/pull/1315 - - ghc-imported-from - - # intermittent https://github.com/fpco/stackage/issues/1382 - - idris - - # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - - graylog - - # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - - direct-sqlite - - # GHC 8 issue not reported upstream since issue tracker disabled - - hspec-expectations-pretty-diff - - # 0.12 https://github.com/xmonad/xmonad/issues/36 - - xmonad - - # GHC 8 bug? https://gitlab.com/twittner/swagger/issues/6 - - swagger - - # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - - ed25519 - - # Requires running mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 - - mongoDB - - # Requries running redis - https://github.com/fpco/stackage/pull/1581 - - persistent-redis - - # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - - th-printf - - # 0.1.2.2 intermittent https://github.com/yesodweb/css-text/issues/10 - - css-text - - # 1.0.1 https://github.com/nh2/haskell-netpbm/issues/2 - - netpbm - - # 0.11.0 https://github.com/sol/doctest/issues/137 - - doctest - - # intermittent failures - # https://github.com/phadej/spdx/issues/8 - - spdx - # https://github.com/tanakh/aeson-lens/issues/10 - - aeson-lens - - # 0.3.1 https://github.com/haskoin/haskoin/issues/285 - - haskoin-core - - # 1.0.0.0 Not enough info - https://github.com/snapframework/snap-core/issues/261 - - snap-core - - # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - - wai-middleware-content-type - - # 1.3.1.1 GHC 8 https://github.com/hspec/HUnit/issues/7 - - HUnit - - # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 - - HaRe - - # 0.900 File missing in sdist https://github.com/camfort/camfort/issues/41 - - camfort - - # Needs running server + # Requires running servers, accounts, or a specific + # environment. These shouldn't be re-enabled unless we know a fix + # has been released. + - 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 + - amqp + - aws # AWS Credentials + - bindings-GLFW # Expects running X server + - bitcoin-api - bitcoin-api-extra + - bitcoin-api-extra + - bloodhound # ElasticSearch + - consul-haskell + - dbmigrations # PostgreSQL + - dns # https://github.com/kazu-yamamoto/dns/issues/29 + - drifter-postgresql # PostgreSQL + - ersatz # Requires SAT solver + - etcd # etcd https://github.com/fpco/stackage/issues/811 + - eventstore # Event Store + - fb # Facebook app + - ghc-imported-from # depends on haddocks being generated first https://github.com/fpco/stackage/pull/1315 + - gitson # 0.5.2 error with git executable https://github.com/myfreeweb/gitson/issues/1 + - gitson # https://github.com/myfreeweb/gitson/issues/1 + - happy # Needs mtl in the user package DB + - haskell-neo4j-client # neo4j with auth disabled + - hasql # PostgreSQL + - hedis + - hocilib # oracle + - hworker + - katip-elasticsearch # elasticsearch + - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 + - memcached-binary # memcached + - mongoDB # mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 + - network-anonymous-i2p + - opaleye # PostgreSQL + - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 + - pipes-mongodb + - postgresql-query # PostgreSQL + - postgresql-simple # PostgreSQL + - purescript # git 128 https://github.com/purescript/purescript/issues/2292 + - redis-io + - rethinkdb + - rethinkdb-client-driver + - riak + - serialport # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30 + - serversession-backend-redis # redis + - users-postgresql-simple # PostgreSQL + - wai-cors # PhantomJS + - wai-session-postgresql # PostgreSQL + - webdriver-angular # webdriver server - # 1.17.1, Because of stackage upper bound - - haskell-src-exts - # 4.6.4, Because of stackage upper bound - - hindent + # Deprecated + # Eventually we'll have to disable these packages completely. + - doctest-prop # https://github.com/fpco/stackage/issues/1817 + - system-filepath # https://github.com/jmillikin/haskell-filesystem/issues/3 - # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 - - clash-prelude + # Missing test files in sdist + # Hopefully gets fixed in the next release... + - angel # https://github.com/MichaelXavier/Angel/issues/43 + - camfort # 0.900 https://github.com/camfort/camfort/issues/41 + - ghc-events # https://github.com/haskell/ghc-events/issues/9 + - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 + - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 + - netpbm # 1.0.1 https://github.com/nh2/haskell-netpbm/issues/2 + - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 + - xlsior # https://github.com/rcallahan/xlsior/issues/1 + + # Assertion failures, these can be real bugs or just limitations + # in the test cases. + - DRBG # https://github.com/TomMD/DRBG/issues/7 + - HUnit # 1.3.1.1 GHC 8 https://github.com/hspec/HUnit/issues/7 + - clash-prelude # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 + - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 + - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 + - haskoin-core # 0.3.1 https://github.com/haskoin/haskoin/issues/285 + - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 + - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 + - wreq # https://github.com/bos/wreq/issues/53 + - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + + # Compilation failures + - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled + - messagepack # 0.5.1 https://github.com/rodrigosetti/messagepack/issues/9 + - safecopy # time 1.6 https://github.com/acid-state/safecopy/issues/45 + - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 + - swagger # GHC 8 bug? https://gitlab.com/twittner/swagger/issues/6 + - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 + + # Misc. + - distributed-process-supervisor # # https://github.com/haskell-d + - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 + + # Doctest ran across ambiguous modules + # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest + - doctest # 0.11.0 https://github.com/sol/doctest/issues/137 + - jwt # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage + + # Stackage upper bounds, re-enable these when their upper bound is removed + - haskell-src-exts # 1.17.1 + - hindent # 4.6.4 # Recursive deps https://github.com/fpco/stackage/issues/1818 - # 0.7.2 clock:test => tasty:lib => clock:lib - - clock - # 1.2.2.1 - - text + - clock # 0.7.2 clock:test => tasty:lib => clock:lib - options + - text # 1.2.2.1 + - wai-logger # Missing build dep because of this https://github.com/kazu-yamamoto/logger/issues/42 - # Deprecated and only depended on by bloodhound https://github.com/fpco/stackage/issues/1817 - - doctest-prop - - # Requires running Event Store - - eventstore - - # 0.5.2 error with git executable https://github.com/myfreeweb/gitson/issues/1 - - gitson - - # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - - haskell-names - - # doctest ambiguous modules https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage - - jwt - - # foreign library issue https://github.com/stbuehler/haskell-nettle/issues/8 - - nettle - - # git 128 https://github.com/purescript/purescript/issues/2292 - - purescript - - # time 1.6 https://github.com/acid-state/safecopy/issues/45 - - safecopy - - # Issue with stackage itself (openfile: does not exist) https://github.com/fpco/stackage/issues/1187 - - skein - - # Missing build dep https://github.com/chrisdone/sourcemap/issues/3 - - sourcemap - - # Needs running server - - hocilib # oracle + # Problem on the stackage build server, we need to dig deeper into + # these if we want them fixed + - snap-core # 1.0.0.0 https://github.com/snapframework/snap-core/issues/261 + - stack # Permissions failure when creating /home/stackage/.stack. + - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 # end of expected-test-failures From 81ce8b6f884a5dfdcf210cde1a4648aa008e5905 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 22:08:36 +0200 Subject: [PATCH 2392/3141] CURATORS: The stackage build server user has changed to "curators" --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 8fbafd60..7b5f8997 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -85,7 +85,7 @@ You'll need to get your SSH public key added to the machine. ~/.ssh/config info: ``` Host stackage-build - User ubuntu + User curators Hostname ec2-52-5-20-252.compute-1.amazonaws.com ``` From 5e8c7f91ee60c98c383123b5576f9b837369987c Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Sun, 28 Aug 2016 21:53:26 +0100 Subject: [PATCH 2393/3141] debian-bootstrap.sh: Install ghc-dyn and ghc-prof. This is required to make Cabal's test suite work correctly. --- debian-bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 384d44b7..ee23b880 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -35,6 +35,8 @@ apt-get update apt-get install -y \ build-essential \ ghc-$GHCVER \ + ghc-$GHCVER-dyn \ + ghc-$GHCVER-prof \ ghc-$GHCVER-htmldocs \ hscolour \ sudo \ From b9ac8baf6e91346c23dc51570b094ba0cd9b5cad Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 23:10:01 +0200 Subject: [PATCH 2394/3141] MAINTAINERS: Correct the repo to check for package syncing --- MAINTAINERS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index a98cce6f..d358ed12 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -41,9 +41,8 @@ so commit messages like "update build-constraints.yaml" are not helpful). newly uploaded to Hackage appear to our build server. If you just uploaded a package to Hackage that you're trying to get included, we recommend waiting an hour before opening the PR. You can verify this -by making sure the latest version is listed in -https://github.com/commercialhaskell/all-cabal-files/tree/master/PACKAGENAME. - +by making sure the latest version is listed at +https://github.com/commercialhaskell/all-cabal-metadata/tree/master/packages/. ## Uploading a new package From a0d58c7bff65f7eb44df451e7ad1e84e4c0249a8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 23:10:40 +0200 Subject: [PATCH 2395/3141] Re-disable test suites and add info on haddock failures --- build-constraints.yaml | 49 +++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 917febc5..ab8bab6d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2677,7 +2677,7 @@ expected-test-failures: # Intermittent failures or unreliable. These tests may pass when # re-enabled, but will eventually fail again. Only remove these - # from expected-tests if we know a fix has been released. + # from expected-failures if we know a fix has been released. - aeson-lens # https://github.com/tanakh/aeson-lens/issues/10 - cabal-debian # https://github.com/ddssff/cabal-debian/issues/50 - crypto-numbers @@ -2707,6 +2707,7 @@ expected-test-failures: # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix # has been released. + - Cabal - 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 @@ -2717,6 +2718,7 @@ expected-test-failures: - bitcoin-api-extra - bitcoin-api-extra - bloodhound # ElasticSearch + - cabal-install - consul-haskell - dbmigrations # PostgreSQL - dns # https://github.com/kazu-yamamoto/dns/issues/29 @@ -2726,6 +2728,7 @@ expected-test-failures: - eventstore # Event Store - fb # Facebook app - ghc-imported-from # depends on haddocks being generated first https://github.com/fpco/stackage/pull/1315 + - ghc-mod # https://github.com/DanielG/ghc-mod/issues/611 - gitson # 0.5.2 error with git executable https://github.com/myfreeweb/gitson/issues/1 - gitson # https://github.com/myfreeweb/gitson/issues/1 - happy # Needs mtl in the user package DB @@ -2751,6 +2754,8 @@ expected-test-failures: - riak - serialport # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30 - serversession-backend-redis # redis + - shake # Needs ghc on $PATH with some installed haskell packages + - singletons # Needs ghc on $PATH with som installed haskell packages - users-postgresql-simple # PostgreSQL - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL @@ -2771,10 +2776,12 @@ expected-test-failures: - netpbm # 1.0.1 https://github.com/nh2/haskell-netpbm/issues/2 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 + - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 # Assertion failures, these can be real bugs or just limitations # in the test cases. - DRBG # https://github.com/TomMD/DRBG/issues/7 + - H # https://github.com/tweag/HaskellR/issues/259 - HUnit # 1.3.1.1 GHC 8 https://github.com/hspec/HUnit/issues/7 - clash-prelude # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 @@ -2786,12 +2793,16 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 # Compilation failures + - ListLike # No issue tracker, e-mail sent to maintainer + - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - messagepack # 0.5.1 https://github.com/rodrigosetti/messagepack/issues/9 - safecopy # time 1.6 https://github.com/acid-state/safecopy/issues/45 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - swagger # GHC 8 bug? https://gitlab.com/twittner/swagger/issues/6 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 + - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 + - thyme # https://github.com/liyang/thyme/issues/50 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d @@ -2801,6 +2812,7 @@ expected-test-failures: # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest - doctest # 0.11.0 https://github.com/sol/doctest/issues/137 - jwt # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage + - warp # https://github.com/yesodweb/wai/issues/579 # Stackage upper bounds, re-enable these when their upper bound is removed - haskell-src-exts # 1.17.1 @@ -2864,32 +2876,21 @@ expected-haddock-failures: - gtk - gtk3 - # https://github.com/fpco/stackage/issues/994 - - Michelangelo + # Intermittent failures or unreliable. These tay 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 - # Problem with v0.1.6.0: https://github.com/fpco/stackage/issues/1206 - - hsdev + # Problem on the stackage build server, we need to dig deeper into + # these if we want them fixed + - yesod-job-queue # https://github.com/fpco/stackage/issues/1383 - # https://github.com/fpco/stackage/issues/1383 - - yesod-job-queue + # "Compilation" errors + - MemoTrie # https://github.com/conal/MemoTrie/issues/10 + - metrics # https://github.com/iand675/metrics/issues/5 - # uses all server memory - - gi-gtk - - # https://github.com/conal/MemoTrie/issues/10 - - MemoTrie - - # GHC 8 - - cassava - - # https://github.com/GetShopTV/swagger2/issues/66 - - swagger2 - - # https://github.com/iand675/metrics/issues/5 - - metrics - - # https://github.com/camfort/fortran-src/issues/29 - - fortran-src + # Haddock bugs + - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 # https://github.com/fpco/stackage/pull/1797#issuecomment-242730215 - hocilib From bbb42d8ff9d9c3569db5979a0ffa71ed6ccb4355 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 23:25:20 +0200 Subject: [PATCH 2396/3141] Reformat skipped benchmarks to match other sections --- build-constraints.yaml | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab8bab6d..63fc4895 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2898,26 +2898,36 @@ expected-haddock-failures: # end of expected-haddock-failures -# Benchmarks which should not be built. Note that Stackage does *not* generally -# build benchmarks. The difference here will be whether dependencies for these -# benchmarks are included or not. +# Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. +# By skipping a benchmark, we do not pull in the build dependencies +# Packages should only be added here if required by `stackage-curator check' +# or if Setup fails because of missing foreign libraries. +# Otherwise place them in expected-benchmark-failures. skipped-benchmarks: + + # Outdated dependencies + # These can periodically be checked for updates; + # just remove these lines and run `stackage-curator check' + # to verify. - criterion-plus - # pulls in criterion-plus, which has restrictive upper bounds - - cases - - hasql-postgres - - ttrie + # Transitive outdated dependencies + # These packages + # These can also be checked for updates periodically. - # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - - cipher-aes - - cipher-blowfish - - cipher-camellia - - cipher-des - - cipher-rc4 + - cases # via criterion-plus + - hasql-postgres # via criterion-plus + - ttrie # via criterion-plus - # https://github.com/fpco/stackage/issues/1587 - - hledger-lib + # Compilation failures + - cipher-aes # https://github.com/vincenthz/hs-crypto-cipher/issues/46 + - cipher-blowfish # https://github.com/vincenthz/hs-crypto-cipher/issues/46 + - 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 + + # GHC Bugs + - hledger-lib # https://github.com/fpco/stackage/issues/1587 # end of skipped-benchmarks From 54a809c2ea10f8dcf879858b6ec486a282de06d8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 28 Aug 2016 23:33:15 +0200 Subject: [PATCH 2397/3141] Re-enable expected benchmark failures to find out why they are disabled... --- build-constraints.yaml | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63fc4895..a1849ee3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2835,35 +2835,18 @@ expected-test-failures: # Benchmarks which are known not to build. Note that, currently we do not run # benchmarks, and therefore failures are only for building, not running. expected-benchmark-failures: - - Frames - - attoparsec - - cipher-aes128 - - cryptohash - - dbus - - hashable - - http-link-header - - jose-jwt - - lens - - lucid - - picoparsec - - thyme - - web-routing - - xmlgen - - yi-rope - # https://github.com/commercialhaskell/stack/issues/2153 - scientific - vector-binary-instances - # GHC 8 - - cassava + # Missing files in sdist + - cassava # https://github.com/hvr/cassava/pull/117 # Recursive deps https://github.com/fpco/stackage/issues/1818 - # 0.2.7.1 unordered-containers:bench -> criterion:lib -> aeson:lib -> unordered-containers:lib - - unordered-containers + - unordered-containers # 0.2.7.1 unordered-containers:bench -> criterion:lib -> aeson:lib -> unordered-containers:lib - # 0.3.2, Because of stackage upper bound - - cassava-conduit + # Stackage upper bounds, re-enable these when their upper bound is removed + - cassava-conduit # 0.3.2 # end of expected-benchmark-failures From 2e7db14242cafc9f3419dfce60416842770bfbdb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 29 Aug 2016 00:08:37 +0200 Subject: [PATCH 2398/3141] Add info for failing benchmarks --- build-constraints.yaml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1849ee3..995662f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2835,19 +2835,35 @@ expected-test-failures: # Benchmarks which are known not to build. Note that, currently we do not run # benchmarks, and therefore failures are only for building, not running. expected-benchmark-failures: - # https://github.com/commercialhaskell/stack/issues/2153 + # Recursive deps https://github.com/fpco/stackage/issues/1818 + - attoparsec + - hashable + - unordered-containers # 0.2.7.1 unordered-containers:bench -> criterion:lib -> aeson:lib -> unordered-containers:lib + + # stack bug https://github.com/commercialhaskell/stack/issues/2153 - scientific - vector-binary-instances # Missing files in sdist - cassava # https://github.com/hvr/cassava/pull/117 - - # Recursive deps https://github.com/fpco/stackage/issues/1818 - - unordered-containers # 0.2.7.1 unordered-containers:bench -> criterion:lib -> aeson:lib -> unordered-containers:lib + - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Stackage upper bounds, re-enable these when their upper bound is removed - cassava-conduit # 0.3.2 + # Compilation failures + - Frames # https://github.com/acowley/Frames/issues/47 + - cipher-aes128 # https://github.com/TomMD/cipher-aes128/issues/11 + - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 + - dbus # No issue tracker, sent e-mail to maintainer + - http-link-header # https://github.com/myfreeweb/http-link-header/pull/4 + - jose-jwt # https://github.com/tekul/jose-jwt/issues/12 + - lens # https://github.com/ekmett/lens/issues/672 + - lucid # https://github.com/chrisdone/lucid/pull/52 + - thyme # https://github.com/liyang/thyme/issues/50 + - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 + - yi-rope # https://github.com/yi-editor/yi-rope/pull/6 + # end of expected-benchmark-failures @@ -2897,7 +2913,6 @@ skipped-benchmarks: # Transitive outdated dependencies # These packages # These can also be checked for updates periodically. - - cases # via criterion-plus - hasql-postgres # via criterion-plus - ttrie # via criterion-plus From 0ece34c97557c79a99e113559c5c38011c3015b3 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Sun, 28 Aug 2016 23:49:08 +0100 Subject: [PATCH 2399/3141] Fix a whitespace error. It broke the build, see https://github.com/fpco/stackage/pull/1820#issuecomment-243003558. --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index ee23b880..ab6e01ea 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -36,7 +36,7 @@ apt-get install -y \ build-essential \ ghc-$GHCVER \ ghc-$GHCVER-dyn \ - ghc-$GHCVER-prof \ + ghc-$GHCVER-prof \ ghc-$GHCVER-htmldocs \ hscolour \ sudo \ From fb1b34c1c3735a0beceb8d7b6c5e9c18a6f5150e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 29 Aug 2016 01:04:49 +0200 Subject: [PATCH 2400/3141] Remove upper bounds and close #1781 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 995662f6..abfed8b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2503,11 +2503,6 @@ packages: # https://github.com/fpco/stackage/issues/1767 - SVGFonts < 1.6 - # https://github.com/fpco/stackage/issues/1781 - - persistent < 2.6 - - persistent-sqlite < 2.6 - - persistent-postgresql < 2.6 - # https://github.com/fpco/stackage/issues/1784 - optparse-applicative < 0.13.0.0 - diagrams-canvas < 1.3.0.7 From c12aa25e7f9b751f10daea0c0c8593e1121e484c Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Mon, 29 Aug 2016 09:38:00 +0900 Subject: [PATCH 2401/3141] Add hailgun package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index abfed8b6..10517ae7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1740,6 +1740,7 @@ packages: "Dennis Gosnell @cdepillabout": - emailaddress - envelope + - hailgun # GHC 8 - ig - natural-transformation - opaleye-trans From 043c0de96aefb3c34b2fefb2d19d5e498af0ec29 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 29 Aug 2016 14:14:05 +0200 Subject: [PATCH 2402/3141] Remove yi-rope from expected benchmark failures https://github.com/yi-editor/yi-rope/pull/6#issuecomment-243073635 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index abfed8b6..dcde38e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2857,7 +2857,6 @@ expected-benchmark-failures: - lucid # https://github.com/chrisdone/lucid/pull/52 - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - - yi-rope # https://github.com/yi-editor/yi-rope/pull/6 # end of expected-benchmark-failures From 4b9dddeded6dd8afa3af69f92228ef3426babb48 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 29 Aug 2016 14:31:50 +0200 Subject: [PATCH 2403/3141] Mark the postgresql-binary tests as wontfix --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index abfed8b6..0cd7ab24 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2640,7 +2640,6 @@ skipped-tests: - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6 - shelly # https://github.com/yesodweb/Shelly.hs/issues/127 - terminal-progress-bar # https://github.com/roelvandijk/terminal-progress-bar/issues/11 - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 @@ -2664,6 +2663,10 @@ skipped-tests: # Missing foreign library - symengine # symengine + # Wontfix. The maintainer chose to keep these broken/outdated, only + # re-enable if requested. + - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 03f22bced8f027744ada1178ff336d59639ba55b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 29 Aug 2016 15:50:09 +0200 Subject: [PATCH 2404/3141] Re-enable cipher-aes128 benchmarks https://github.com/TomMD/cipher-aes128/issues/11#issuecomment-243003456 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cd7ab24..f10590a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2851,7 +2851,6 @@ expected-benchmark-failures: # Compilation failures - Frames # https://github.com/acowley/Frames/issues/47 - - cipher-aes128 # https://github.com/TomMD/cipher-aes128/issues/11 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - http-link-header # https://github.com/myfreeweb/http-link-header/pull/4 From 9c568d544c026a9bdf43bb3b7903d853304e38cd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 29 Aug 2016 18:13:13 +0200 Subject: [PATCH 2405/3141] Re-enable Cabal tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cd7ab24..34391df7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2705,7 +2705,6 @@ expected-test-failures: # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix # has been released. - - Cabal - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 From 2750858808cf274bd354442477882c9d303cfc3d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 29 Aug 2016 18:13:59 +0200 Subject: [PATCH 2406/3141] Revert "Re-enable Cabal tests" This reverts commit 9c568d544c026a9bdf43bb3b7903d853304e38cd. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34391df7..0cd7ab24 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2705,6 +2705,7 @@ expected-test-failures: # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix # has been released. + - Cabal - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 From fd2c39184438df5af60b98851c786d2eb8d1305f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 29 Aug 2016 18:15:08 +0200 Subject: [PATCH 2407/3141] Re-enable Cabal tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cd7ab24..34391df7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2705,7 +2705,6 @@ expected-test-failures: # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix # has been released. - - Cabal - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 From 04c46f1af27e3b7f0070a4444c2ea79a3e4295fb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 29 Aug 2016 21:08:03 +0200 Subject: [PATCH 2408/3141] Assign HUnit maintainership to me and re-enable tests --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cd7ab24..18defd84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -482,6 +482,7 @@ packages: - bloodhound "Adam Bergmark @bergmark": + - HUnit - aeson - fay - fay-base @@ -2780,7 +2781,6 @@ expected-test-failures: # in the test cases. - DRBG # https://github.com/TomMD/DRBG/issues/7 - H # https://github.com/tweag/HaskellR/issues/259 - - HUnit # 1.3.1.1 GHC 8 https://github.com/hspec/HUnit/issues/7 - clash-prelude # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 From cf372f4a2d0e210d53ffe7552ead7e5597ac5334 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 29 Aug 2016 21:10:57 +0200 Subject: [PATCH 2409/3141] Re-enable bindings-libzip and LibZip, fixes #1260 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cd7ab24..19360343 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2118,9 +2118,9 @@ packages: - simple-session # via postgresql-orm - simple-postgresql-orm - # "Sergey Astanin @astanin": - # Need release compatible with c lib libzip 1.0 https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support - bindings-libzip < 0.11 - # via bindings-libzip https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support - LibZip < 0.11 + "Sergey Astanin @astanin": + - bindings-libzip < 0.11 + - LibZip < 0.11 "Anthony Cowley @acowley": - Frames From a578c7d4d9f8108bbb497b65a472d1ad61aa8b2a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 29 Aug 2016 21:53:31 +0200 Subject: [PATCH 2410/3141] Re-enable http-link-header benchmarks Should be fixed in v1.0.2. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cd7ab24..618b1f9e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2854,7 +2854,6 @@ expected-benchmark-failures: - cipher-aes128 # https://github.com/TomMD/cipher-aes128/issues/11 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - - http-link-header # https://github.com/myfreeweb/http-link-header/pull/4 - jose-jwt # https://github.com/tekul/jose-jwt/issues/12 - lens # https://github.com/ekmett/lens/issues/672 - lucid # https://github.com/chrisdone/lucid/pull/52 From 53f5def8e73efe6bab0a9a3eb6d654e824ed55af Mon Sep 17 00:00:00 2001 From: Sergey Astanin Date: Tue, 30 Aug 2016 14:34:30 +0200 Subject: [PATCH 2411/3141] Re-enable LibZip and bindings-libzip Version 1.0.1 is supposed to be used now to match the version of the C library on the build server. --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cd7ab24..e4667caf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2118,9 +2118,11 @@ packages: - simple-session # via postgresql-orm - simple-postgresql-orm - # "Sergey Astanin @astanin": - # Need release compatible with c lib libzip 1.0 https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support - bindings-libzip < 0.11 - # via bindings-libzip https://bitbucket.org/astanin/hs-libzip/issues/8/libzip-10-support - LibZip < 0.11 + "Sergey Astanin @astanin": + # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. + # Haskell packages should match major.minor versions of the C library. + - bindings-libzip >= 1.0 + - LibZip >= 1.0 "Anthony Cowley @acowley": - Frames From 6df9d2178cbb95b355c9af864c4e16abaf3334cc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 30 Aug 2016 08:28:39 -0700 Subject: [PATCH 2412/3141] Added constraint "monad-logger-prefix < 0.1.5 per #1831 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cd7ab24..0163738a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2514,6 +2514,9 @@ packages: # https://github.com/fpco/stackage/issues/1816 - mersenne-random-pure64 < 0.2.1.0 + # https://github.com/fpco/stackage/issues/1831 + - monad-logger-prefix < 0.1.5 + # end of packages From fac06b812ce776770fa7263762d8cd7d81fa6dbe Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 30 Aug 2016 18:34:19 +0200 Subject: [PATCH 2413/3141] Add a section for packages that should stay removed from stackage --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0163738a..6cdcd7e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2439,6 +2439,13 @@ packages: "Abandoned packages": - curl + # If you want to make sure a package is removed from stackage, + # place it here with a `< 0` constraint and send a pull + # request. This will tell us if other packages would be + # affected. Packages will be kept in this list indefinitely so + # that new packages depending on it will be flagged as well. + "Removed packages": [] + "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.3.1.1 From 7f5bbb7ab299e2a0f022b21772b3b3937fe0fab5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 30 Aug 2016 10:23:16 -0700 Subject: [PATCH 2414/3141] Expect monad-logger-prefix test to fail per #1831 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6cdcd7e7..49483ee0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2521,9 +2521,6 @@ packages: # https://github.com/fpco/stackage/issues/1816 - mersenne-random-pure64 < 0.2.1.0 - # https://github.com/fpco/stackage/issues/1831 - - monad-logger-prefix < 0.1.5 - # end of packages @@ -2821,6 +2818,7 @@ expected-test-failures: - doctest # 0.11.0 https://github.com/sol/doctest/issues/137 - jwt # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage - warp # https://github.com/yesodweb/wai/issues/579 + - monad-logger-prefix # https://github.com/fpco/stackage/issues/1831 # Stackage upper bounds, re-enable these when their upper bound is removed - haskell-src-exts # 1.17.1 From 6c5b60cb5ba8b52c42227519b2370bc8ad39dce4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 30 Aug 2016 10:23:49 -0700 Subject: [PATCH 2415/3141] Add constraint "haskell-names < 0.8" per #1734 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49483ee0..6c9b7f57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2502,6 +2502,7 @@ packages: - fay < 0.23.1.13 - hspec-setup < 0.2.0.0 - rest-gen < 0.20.0.0 + - haskell-names < 0.8 # https://github.com/fpco/stackage/issues/1764 - aeson < 1.0 From 2866bbac8299e4046ed4a23e9fbdf91daa295c0d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 30 Aug 2016 20:55:47 -0700 Subject: [PATCH 2416/3141] Skip cipher-aes128 benchmarks per TomMD/cipher-aes128#12 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30bafe24..6dcefb06 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2862,6 +2862,7 @@ expected-benchmark-failures: # Compilation failures - Frames # https://github.com/acowley/Frames/issues/47 + - cipher-aes128 # https://github.com/TomMD/cipher-aes128/issues/12 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - jose-jwt # https://github.com/tekul/jose-jwt/issues/12 From cfa27c885aa72194103182721d1354205998d074 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 31 Aug 2016 13:01:00 +0900 Subject: [PATCH 2417/3141] re-enable netpbm tests (nh2/haskell-netpbm#2) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6dcefb06..7ab18ca1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2782,7 +2782,6 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - - netpbm # 1.0.1 https://github.com/nh2/haskell-netpbm/issues/2 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 From 8e3e0e7f65f254dd05f8ad7e4ae5d6f6a1f83709 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 30 Aug 2016 21:05:42 -0700 Subject: [PATCH 2418/3141] Add constraint "http-api-data < 0.3" per #1833 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ab18ca1..8a369755 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2526,6 +2526,9 @@ packages: # https://github.com/fpco/stackage/issues/1816 - mersenne-random-pure64 < 0.2.1.0 + # https://github.com/fpco/stackage/issues/1833 + - http-api-data < 0.3 + # end of packages From a397a34d13e1dcc2f8860ef8a77baa697f2752e3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 31 Aug 2016 01:11:18 -0700 Subject: [PATCH 2419/3141] Revert "re-enable netpbm tests (nh2/haskell-netpbm#2)" This reverts commit cfa27c885aa72194103182721d1354205998d074. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b457d6b..10eecb90 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2786,6 +2786,7 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 + - netpbm # 1.0.1 https://github.com/nh2/haskell-netpbm/issues/2 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 From 301955d14e43721c03634fde899896398eab0dd1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 31 Aug 2016 10:06:45 -0700 Subject: [PATCH 2420/3141] Add constraint "yaml < 0.8.18.2" per snoyberg/yaml#92 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10eecb90..60e940ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2530,6 +2530,9 @@ packages: # https://github.com/fpco/stackage/issues/1833 - http-api-data < 0.3 + # https://github.com/snoyberg/yaml/issues/92 + - yaml < 0.8.18.2 + # end of packages From 1e2d6e6bd8afb3e2721fa3fb518b50e465410131 Mon Sep 17 00:00:00 2001 From: lazlo28 Date: Wed, 31 Aug 2016 23:24:07 +0200 Subject: [PATCH 2421/3141] Remove lentil and natural-sort Remove lentil and natural-sort, I don't want to maintain no more. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60e940ac..43d98f83 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2010,10 +2010,6 @@ packages: - benchpress # GHC 8 - pusher-http-haskell - "Lazlo Grun @lazlo28": - - natural-sort - # GHC 8 - lentil - "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore - dotnet-timespan From 102e4eca86e55cec7930328e46fb76639e84ae96 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Thu, 1 Sep 2016 13:00:44 +0200 Subject: [PATCH 2422/3141] Add writer-cps-mtl and writer-cps-transformers These packages provide stricter WriterT and RWST replacements --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43d98f83..2ec05b13 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2434,6 +2434,10 @@ packages: "Matthias Herrmann @2chilled": - scrape-changes + "Daniel Mendler @minad": + - writer-cps-mtl + - writer-cps-transformers + # 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 649cf830466e23b0e21a366779b349f970c69f15 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 1 Sep 2016 10:21:57 -0700 Subject: [PATCH 2423/3141] Revert "Add constraint "yaml < 0.8.18.2" per snoyberg/yaml#92" This reverts commit 301955d14e43721c03634fde899896398eab0dd1. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ec05b13..34622269 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2530,9 +2530,6 @@ packages: # https://github.com/fpco/stackage/issues/1833 - http-api-data < 0.3 - # https://github.com/snoyberg/yaml/issues/92 - - yaml < 0.8.18.2 - # end of packages From 0116ab74723cdd30ea46e1c28e9ac7a047f5820f Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 1 Sep 2016 14:28:41 -0400 Subject: [PATCH 2424/3141] Restore cipher-aes128 benchmarks --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34622269..90327384 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2866,7 +2866,6 @@ expected-benchmark-failures: # Compilation failures - Frames # https://github.com/acowley/Frames/issues/47 - - cipher-aes128 # https://github.com/TomMD/cipher-aes128/issues/12 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - jose-jwt # https://github.com/tekul/jose-jwt/issues/12 From e8c99c5e13ecef7e661d57edf9c5da4fdaec6c51 Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Thu, 1 Sep 2016 15:45:54 -0700 Subject: [PATCH 2425/3141] Repa family Between LTS-6 and the latest nightlies, `repa` was removed. The maintainer of the repa-* packages doesn't use stackage, but has given me permission to add them back. They build successfully with `nightly-2016-09-01`. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34622269..a490daa2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -603,6 +603,9 @@ packages: - versions - vectortiles - pipes-random + - repa + - repa-io + - repa-algorithms # GHC 8 - kanji "Ketil Malde @ketil-malde": From d7408e28c6865257cc8e7c07ca2548c608735c40 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 1 Sep 2016 23:55:37 -0700 Subject: [PATCH 2426/3141] expect yaml tests to fail, realphabetize a few things --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 34622269..ae1e12e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2783,13 +2783,14 @@ expected-test-failures: # Hopefully gets fixed in the next release... - angel # https://github.com/MichaelXavier/Angel/issues/43 - camfort # 0.900 https://github.com/camfort/camfort/issues/41 + - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - ghc-events # https://github.com/haskell/ghc-events/issues/9 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - netpbm # 1.0.1 https://github.com/nh2/haskell-netpbm/issues/2 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 + - yaml # https://github.com/snoyberg/yaml/issues/92 # Assertion failures, these can be real bugs or just limitations # in the test cases. @@ -2824,8 +2825,8 @@ expected-test-failures: # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest - doctest # 0.11.0 https://github.com/sol/doctest/issues/137 - jwt # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage - - warp # https://github.com/yesodweb/wai/issues/579 - monad-logger-prefix # https://github.com/fpco/stackage/issues/1831 + - warp # https://github.com/yesodweb/wai/issues/579 # Stackage upper bounds, re-enable these when their upper bound is removed - haskell-src-exts # 1.17.1 From 0bff545187d216f9e0b235b34283dd81b509f551 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 2 Sep 2016 13:11:46 +0300 Subject: [PATCH 2427/3141] Add empty tell-me-when-its-released --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 375ecaaf..9c6e09a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3037,3 +3037,8 @@ build-tool-overrides: # # treat-as-non-core: # - transformers + +# Give an error if the latest package version doesn't match what's +# listed below, see: +# https://github.com/fpco/stackage-curator/issues/25 +tell-me-when-its-released: [] From fc80cc5ca9d5a7feb1a76e101b294a7aabdb0197 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 2 Sep 2016 15:00:18 +0200 Subject: [PATCH 2428/3141] Re-enable lucid benchmarks --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c6e09a6..86e39b2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,7 +2874,6 @@ expected-benchmark-failures: - dbus # No issue tracker, sent e-mail to maintainer - jose-jwt # https://github.com/tekul/jose-jwt/issues/12 - lens # https://github.com/ekmett/lens/issues/672 - - lucid # https://github.com/chrisdone/lucid/pull/52 - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 From cc710555613148896b0b7b0b3b3aacb6d598d330 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 2 Sep 2016 15:07:18 +0200 Subject: [PATCH 2429/3141] Re-enable netpbm tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86e39b2b..b41d51ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2790,7 +2790,6 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - - netpbm # 1.0.1 https://github.com/nh2/haskell-netpbm/issues/2 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - yaml # https://github.com/snoyberg/yaml/issues/92 From f2f9d2d30b9fa8c6b8c3b89e0796c523e5dedd90 Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Sat, 3 Sep 2016 10:11:50 +0200 Subject: [PATCH 2430/3141] Add google-oauth2-jwt package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 930c8e55..039926a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1502,6 +1502,7 @@ packages: - cayley-client - Spintax - glabrous + - google-oauth2-jwt "koral koral@mailoo.org @k0ral": - atom-conduit From 63049d36cb62e52a24f1c366c6b3122291308fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Sicard-Ram=C3=ADrez?= Date: Sat, 3 Sep 2016 09:41:59 -0500 Subject: [PATCH 2431/3141] Enabled Agda 2.5.1.1. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b41d51ac..0a2a0bf0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1670,7 +1670,7 @@ packages: # GHC 8 - ipython-kernel # "Andrés Sicard-Ramírez @asr": - # bounds - Agda + - Agda "James Cook @mokus0": - dependent-sum From 724a66f5f2b02c099f10f2583fdb76f79506d59b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 3 Sep 2016 10:02:27 -0700 Subject: [PATCH 2432/3141] Add constraint "dependent-sum < 0.4" per #1842 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b41d51ac..42c31dd7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2533,6 +2533,9 @@ packages: # https://github.com/fpco/stackage/issues/1833 - http-api-data < 0.3 + # https://github.com/fpco/stackage/issues/1842 + - dependent-sum < 0.4 + # end of packages From 7bcef4e7ee03ac4196a95c8fcc13fe04ed71a29d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Sicard-Ram=C3=ADrez?= Date: Sat, 3 Sep 2016 16:45:57 -0500 Subject: [PATCH 2433/3141] Uncomment maintener name of Agda. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0a2a0bf0..4caadc5b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1669,7 +1669,7 @@ packages: # GHC 8 - ghc-parser # GHC 8 - ipython-kernel - # "Andrés Sicard-Ramírez @asr": + "Andrés Sicard-Ramírez @asr": - Agda "James Cook @mokus0": From fa8f88f32bc3934fe08629b8176d0b1b9fd28418 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sun, 4 Sep 2016 13:19:11 +0300 Subject: [PATCH 2434/3141] =?UTF-8?q?Add=20the=20=E2=80=98text-metrics?= =?UTF-8?q?=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99b74df4..bfa135d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1873,6 +1873,7 @@ packages: - identicon - pagination - data-check + - text-metrics # "Thomas Bereknyei ": # GHC 8 - multiplate From 6aaa916cf50f16c185a6b48ec86d617b28f75a91 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Sun, 4 Sep 2016 21:40:35 +0200 Subject: [PATCH 2435/3141] Drop H from expected-test-failures. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99b74df4..3e7a00c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2801,7 +2801,6 @@ expected-test-failures: # Assertion failures, these can be real bugs or just limitations # in the test cases. - DRBG # https://github.com/TomMD/DRBG/issues/7 - - H # https://github.com/tweag/HaskellR/issues/259 - clash-prelude # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 From f4e183fd191f11417fe01826fe243f50506b9925 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Sep 2016 11:13:48 +0900 Subject: [PATCH 2436/3141] messagepack < 0.5.2 (#1847) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c53ca73..ab963a11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2538,6 +2538,8 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 + # https://github.com/fpco/stackage/issues/1847 + - messagepack < 0.5.2 # end of packages From 22da6109973b8d305a7d0433d0e1ce8cc0f532f1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 5 Sep 2016 19:27:37 -0700 Subject: [PATCH 2437/3141] try enabling darcs 2.12.1 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab963a11..32b3950f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -662,13 +662,13 @@ packages: - uri-encode "Simon Michael @simonmichael": - - regex-compat-tdfa - # bounds - darcs + - darcs - hledger - hledger-lib # - hledger-ui # - hledger-web # via Diff - shelltestrunner + - regex-compat-tdfa "Mihai Maruseac @mihaimaruseac": - io-manager From 60a9071a90219dc775a5df77de9eb206b15876ff Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Sep 2016 14:59:21 +0900 Subject: [PATCH 2438/3141] Revert "messagepack < 0.5.2 (#1847)" This reverts commit f4e183fd191f11417fe01826fe243f50506b9925. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab963a11..6c53ca73 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2538,8 +2538,6 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1847 - - messagepack < 0.5.2 # end of packages From f94b6dc706e6d9ac9f7882b05388b9cc7eb46ab5 Mon Sep 17 00:00:00 2001 From: James Haver II Date: Tue, 6 Sep 2016 23:39:22 +0800 Subject: [PATCH 2439/3141] Update build-constraints.yaml --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99b74df4..4d94614e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,11 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "James M.C. Haver II @mchaver": + - quickcheck-arbitrary-adt + - hspec-golden-aeson + - servant-aeson-specs + "Winter Land @winterland1989": - tcp-streams From 14521f699bd1eae1aa82ee481d070a5c8d80bdcd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Sep 2016 09:53:14 +0900 Subject: [PATCH 2440/3141] JuicyPixels-scale-dct-0.1.1.1 example test fail (phadej/JuicyPixels-scale-dct#6) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4809885..f86fd2e8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2811,6 +2811,7 @@ expected-test-failures: - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - haskoin-core # 0.3.1 https://github.com/haskoin/haskoin/issues/285 + - JuicyPixels-scale-dct # 0.1.1.1 https://github.com/phadej/JuicyPixels-scale-dct/issues/6 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 From 9fae502ce66a8f0bd1c29da241852cc6f7210b63 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Sep 2016 10:09:09 +0900 Subject: [PATCH 2441/3141] hspec-golden-aeson tests fail to build (#1849) --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f86fd2e8..13beb08a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,8 +3,9 @@ ghc-major-version: "8.0" packages: "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - - hspec-golden-aeson - - servant-aeson-specs + # https://github.com/fpco/stackage/pull/1849 + #- hspec-golden-aeson + #- servant-aeson-specs "Winter Land @winterland1989": - tcp-streams From 602768a5b98490de4d28e1765012959e8982382c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Sep 2016 11:02:38 +0900 Subject: [PATCH 2442/3141] darcs testsuite failure (http://bugs.darcs.net/issue2507) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 13beb08a..c03dac50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -668,7 +668,8 @@ packages: - uri-encode "Simon Michael @simonmichael": - - darcs + # 2.12.1 testsuite http://bugs.darcs.net/issue2507 + #- darcs - hledger - hledger-lib # - hledger-ui From ab48842dcb48fbd32f54cf64931cbefb96448c31 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Sep 2016 11:07:52 +0900 Subject: [PATCH 2443/3141] add darcs PR url --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c03dac50..1ba9fc5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -669,6 +669,7 @@ packages: "Simon Michael @simonmichael": # 2.12.1 testsuite http://bugs.darcs.net/issue2507 + # https://github.com/fpco/stackage/pull/1848 #- darcs - hledger - hledger-lib From 3b9103639bd5ff5ec04f2facd045527078f98640 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Sep 2016 11:20:35 +0900 Subject: [PATCH 2444/3141] darcs no longer has flag use-time-1point5 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ba9fc5d..0cbdc0fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2610,9 +2610,6 @@ package-flags: nix-paths: allow-relative-paths: true - darcs: - use-time-1point5: true - fay: test: true From a5ac88c52aef9ba84fe6b393f1741a63dfe4b256 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Sep 2016 11:50:34 +0900 Subject: [PATCH 2445/3141] Revert "hspec-golden-aeson tests fail to build (#1849)" hspec-golden-aeson-0.2.0.2 should fix it This reverts commit 9fae502ce66a8f0bd1c29da241852cc6f7210b63. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cbdc0fe..1f5bb743 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,9 +3,8 @@ ghc-major-version: "8.0" packages: "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - # https://github.com/fpco/stackage/pull/1849 - #- hspec-golden-aeson - #- servant-aeson-specs + - hspec-golden-aeson + - servant-aeson-specs "Winter Land @winterland1989": - tcp-streams From 623c4e97814d2a7c7bd32d872d1dec569b77758a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Sep 2016 12:18:17 +0900 Subject: [PATCH 2446/3141] servant-aeson-specs requires hspec-golden-aeson-0.2.0.1 (#1849) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f5bb743..f2e39e70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4,7 +4,8 @@ packages: "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - hspec-golden-aeson - - servant-aeson-specs + # https://github.com/fpco/stackage/pull/1849 + #- servant-aeson-specs "Winter Land @winterland1989": - tcp-streams From 79614b931ed8a2157f802f3ec6bbfb129f5b6df8 Mon Sep 17 00:00:00 2001 From: Robert Klotzner Date: Mon, 5 Sep 2016 14:27:45 +0200 Subject: [PATCH 2447/3141] Added purescript interop libraries --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99b74df4..040b1e06 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -499,6 +499,11 @@ packages: - clay - fclabels + "Robert Klotzner @eskimor": + - purescript-bridge + - servant-purescript + - servant-subscriber + "Rodrigo Setti @rodrigosetti": - messagepack - messagepack-rpc From 44c2e6c92357d759df0e749c2c3a2040ef19e57a Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Wed, 7 Sep 2016 19:20:52 +1000 Subject: [PATCH 2448/3141] add "result" package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f2e39e70..e9325ff5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1477,6 +1477,7 @@ packages: - ndjson-conduit # GHC 8 - attoparsec-trans - operational-class + - result # "Anupam Jain @ajnsit": # GHC 8 - wai-routes From c4bbb499493c082b98bb16acc96e42a6d8e1222a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Sep 2016 10:19:40 +0900 Subject: [PATCH 2449/3141] build.sh: end with date output --- automated/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automated/build.sh b/automated/build.sh index e0eaa20c..3805a4c0 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -127,3 +127,5 @@ docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec stackage-curator check-target- # * Upload the new plan .yaml file to the appropriate Github repo # * 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" + +date From 36c2c3ce9b662ba1c565a0787ec410d283774792 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Sep 2016 10:36:53 +0900 Subject: [PATCH 2450/3141] Revert "darcs testsuite failure (http://bugs.darcs.net/issue2507)" should be fixed with darcs-2.12.2 This reverts commit 602768a5b98490de4d28e1765012959e8982382c. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1580bc0..670779f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -673,9 +673,7 @@ packages: - uri-encode "Simon Michael @simonmichael": - # 2.12.1 testsuite http://bugs.darcs.net/issue2507 - # https://github.com/fpco/stackage/pull/1848 - #- darcs + - darcs - hledger - hledger-lib # - hledger-ui From c78e0e145585b4d9588248a2eb36bdcb73c7deba Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Sep 2016 10:38:14 +0900 Subject: [PATCH 2451/3141] hpack < 0.15 (#1852) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 670779f7..243fb90a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2550,6 +2550,8 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 + # https://github.com/fpco/stackage/issues/1852 + - hpack < 0.15 # end of packages From 4722ac38d2613db91f05405bfdeb708c5774b4df Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Sep 2016 10:44:42 +0900 Subject: [PATCH 2452/3141] Revert "servant-aeson-specs requires hspec-golden-aeson-0.2.0.1 (#1849)" shuold be fixed in servant-aeson-specs-0.5.1.1 This reverts commit 623c4e97814d2a7c7bd32d872d1dec569b77758a. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 243fb90a..cc24930a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4,8 +4,7 @@ packages: "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - hspec-golden-aeson - # https://github.com/fpco/stackage/pull/1849 - #- servant-aeson-specs + - servant-aeson-specs "Winter Land @winterland1989": - tcp-streams From 3caef75d45b75b6efbbc1945aec938b771e08a8e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Sep 2016 11:21:13 +0900 Subject: [PATCH 2453/3141] add haskoin-core < 0.4.0 for runeksvendsen/bitcoin-payment-channel#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc24930a..592b19c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2551,6 +2551,9 @@ packages: # https://github.com/fpco/stackage/issues/1852 - hpack < 0.15 + + # https://github.com/runeksvendsen/bitcoin-payment-channel/issues/1 + - haskoin-core < 0.4.0 # end of packages From 13936a2893e760e329ba319fc33edb74ac73c750 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Sep 2016 11:33:08 +0900 Subject: [PATCH 2454/3141] disable hspec-golden-aeson and servant-aeson-specs again (#1849) --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 592b19c4..1331ac09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,8 +3,9 @@ ghc-major-version: "8.0" packages: "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - - hspec-golden-aeson - - servant-aeson-specs + # https://github.com/fpco/stackage/pull/1849 + #- hspec-golden-aeson + #- servant-aeson-specs "Winter Land @winterland1989": - tcp-streams From 257d3e8b33d316922c9ba36d39ae977fbbca9619 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Sep 2016 11:53:29 +0900 Subject: [PATCH 2455/3141] servant-subscriber has haddock error (#1846): eskimor/servant-subscriber#9 --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1331ac09..f470199b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -507,8 +507,10 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - - servant-purescript - - servant-subscriber + # https://github.com/fpco/stackage/pull/1846 + # https://github.com/eskimor/servant-subscriber/issues/9 + #- servant-purescript + #- servant-subscriber "Rodrigo Setti @rodrigosetti": - messagepack From 3b817f48810f3daf0cd849ff77459620fb63da52 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Sep 2016 12:04:20 +0900 Subject: [PATCH 2456/3141] Revert "JuicyPixels-scale-dct-0.1.1.1 example test fail (phadej/JuicyPixels-scale-dct#6)" shuold be fixed in 0.1.1.2 This reverts commit 14521f699bd1eae1aa82ee481d070a5c8d80bdcd. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f470199b..c2079a45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2822,7 +2822,6 @@ expected-test-failures: - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - haskoin-core # 0.3.1 https://github.com/haskoin/haskoin/issues/285 - - JuicyPixels-scale-dct # 0.1.1.1 https://github.com/phadej/JuicyPixels-scale-dct/issues/6 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 From 6b435e818be6f5cf8e0b13bd1e01696e50ce4f2a Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 8 Sep 2016 09:45:17 +0300 Subject: [PATCH 2457/3141] Abandon purescript --- build-constraints.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2079a45..ac012b2c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1050,12 +1050,6 @@ packages: # GHC 8 - regex-tdfa-utf8 # 0.91 Compilation failure due to -Werror - regex-tre - # Purescript - - bower-json - - boxes - - pattern-arrows - - purescript - # Universe - universe - universe-base @@ -2463,6 +2457,13 @@ packages: "Abandoned packages": - curl + # Purescript + - bower-json + - boxes + - pattern-arrows + - purescript + + # If you want to make sure a package is removed from stackage, # place it here with a `< 0` constraint and send a pull # request. This will tell us if other packages would be From 2ce2fa559c94fe40171caefa50067c1e357754f9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Sep 2016 19:19:21 +0900 Subject: [PATCH 2458/3141] build.sh: run cron.sh after successful lts build --- automated/build.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/automated/build.sh b/automated/build.sh index 3805a4c0..d873e0bd 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -128,4 +128,11 @@ docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec stackage-curator check-target- # * Register as a new Hackage distro docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && exec stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" +if [ $SHORTNAME = "lts" ] +then + echo "Running cron.sh (hiding verbose output)" + ./cron.sh | grep -v '^Skipping' + echo "done." +fi + date From c895c951ff3af9043281c0ae65375c73e03ae351 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Sep 2016 19:25:14 +0900 Subject: [PATCH 2459/3141] Revert "disable hspec-golden-aeson and servant-aeson-specs again (#1849)" hspec-golden-aeson-0.2.0.3 This reverts commit 13936a2893e760e329ba319fc33edb74ac73c750. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2079a45..dd406ebe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,9 +3,8 @@ ghc-major-version: "8.0" packages: "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - # https://github.com/fpco/stackage/pull/1849 - #- hspec-golden-aeson - #- servant-aeson-specs + - hspec-golden-aeson + - servant-aeson-specs "Winter Land @winterland1989": - tcp-streams From 022f9f96b810c35317a10ed6a9934bc75b9408cd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 8 Sep 2016 13:41:52 +0300 Subject: [PATCH 2460/3141] Add fsnotify-conduit package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd406ebe..2d86626b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -130,6 +130,7 @@ packages: - monad-logger-json - safe-exceptions - monad-logger-syslog + - fsnotify-conduit - fsnotify - hinotify From 0682cd204b420ced70df64a5be8d571231dbbbd9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Sep 2016 10:32:35 +0900 Subject: [PATCH 2461/3141] Revert "servant-subscriber has haddock error (#1846): eskimor/servant-subscriber#9" should be fixed by servant-subscriber-0.5.0.2 This reverts commit 257d3e8b33d316922c9ba36d39ae977fbbca9619. --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d86626b..b949b39d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -507,10 +507,8 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - # https://github.com/fpco/stackage/pull/1846 - # https://github.com/eskimor/servant-subscriber/issues/9 - #- servant-purescript - #- servant-subscriber + - servant-purescript + - servant-subscriber "Rodrigo Setti @rodrigosetti": - messagepack From 78d4498052da1529bd7593fa5327e9ce92716b23 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Sep 2016 19:26:25 +0900 Subject: [PATCH 2462/3141] ansigraph < 0.3.0.0 (#1855) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1e4784af..5455a3a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2556,6 +2556,9 @@ packages: # https://github.com/runeksvendsen/bitcoin-payment-channel/issues/1 - haskoin-core < 0.4.0 + + # https://github.com/fpco/stackage/issues/1855 + - ansigraph < 0.3.0.0 # end of packages From 912afc65bfd385aca60ffb6b6cebbc6cc3d386db Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Sep 2016 19:27:40 +0900 Subject: [PATCH 2463/3141] basic-prelude < 0.6.1 (#1856) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5455a3a1..a60423e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2559,6 +2559,9 @@ packages: # https://github.com/fpco/stackage/issues/1855 - ansigraph < 0.3.0.0 + + # https://github.com/fpco/stackage/issues/1856 + - basic-prelude < 0.6.1 # end of packages From 153d02a5599aa9b3e8b13133216e016459dffd1e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Sep 2016 19:28:37 +0900 Subject: [PATCH 2464/3141] terminal-progress-bar < 0.1.0 (#1857) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a60423e4..010f2128 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2562,6 +2562,9 @@ packages: # https://github.com/fpco/stackage/issues/1856 - basic-prelude < 0.6.1 + + # https://github.com/fpco/stackage/issues/1857 + - terminal-progress-bar < 0.1.0 # end of packages From 9ada54ab4164355679d56f81e61d21f05471a8e4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 9 Sep 2016 14:38:07 +0200 Subject: [PATCH 2465/3141] Strip whitespace --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 010f2128..f5095436 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5,7 +5,7 @@ packages: - quickcheck-arbitrary-adt - hspec-golden-aeson - servant-aeson-specs - + "Winter Land @winterland1989": - tcp-streams From 7f24504d6b46aaa75b1739023c0a7174e533b3da Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 9 Sep 2016 14:39:41 +0200 Subject: [PATCH 2466/3141] Mark terminal-progress-bar tests as fixed in 0.1.0 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5095436..9d7f1ce8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2564,7 +2564,7 @@ packages: - basic-prelude < 0.6.1 # https://github.com/fpco/stackage/issues/1857 - - terminal-progress-bar < 0.1.0 + - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this # end of packages @@ -2689,7 +2689,6 @@ skipped-tests: - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - shelly # https://github.com/yesodweb/Shelly.hs/issues/127 - - terminal-progress-bar # https://github.com/roelvandijk/terminal-progress-bar/issues/11 - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 @@ -2702,6 +2701,7 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. - dlist # https://github.com/fpco/stackage/issues/1691 + - terminal-progress-bar # Fixed in 0.1.0 https://github.com/roelvandijk/terminal-progress-bar/issues/11 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From 253655c31303fd951e53155edd16705b0d239424 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 9 Sep 2016 14:42:44 +0200 Subject: [PATCH 2467/3141] Re-enable messagepack tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d7f1ce8..a908a0cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2839,7 +2839,6 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - - messagepack # 0.5.1 https://github.com/rodrigosetti/messagepack/issues/9 - safecopy # time 1.6 https://github.com/acid-state/safecopy/issues/45 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - swagger # GHC 8 bug? https://gitlab.com/twittner/swagger/issues/6 From 5230cd6d033b757889d5aec6461dee0ec1411f2e Mon Sep 17 00:00:00 2001 From: Taras Serduke Date: Sat, 10 Sep 2016 11:48:34 +0300 Subject: [PATCH 2468/3141] add do-list --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d7f1ce8..f4e86478 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2449,6 +2449,9 @@ packages: - writer-cps-mtl - writer-cps-transformers + "Taras Serduke @tserduke": + - do-list + # 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 308f54fa942c9cf3ba7476d9328d99974610c124 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Sat, 10 Sep 2016 13:54:36 +0100 Subject: [PATCH 2469/3141] Add "concurrency" to build-constraints. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d7f1ce8..42a999a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1737,6 +1737,7 @@ packages: "Michael Walker @barrucadu": - both + - concurrency - dpor - dejafu - async-dejafu From 7a6cee1bd806e4ac2c9c94df458b91377d9f64a2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Sep 2016 22:42:24 +0900 Subject: [PATCH 2470/3141] Revert "basic-prelude < 0.6.1 (#1856)" This reverts commit 912afc65bfd385aca60ffb6b6cebbc6cc3d386db. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d7f1ce8..658a3112 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2560,9 +2560,6 @@ packages: # https://github.com/fpco/stackage/issues/1855 - ansigraph < 0.3.0.0 - # https://github.com/fpco/stackage/issues/1856 - - basic-prelude < 0.6.1 - # https://github.com/fpco/stackage/issues/1857 - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this # end of packages From 988a0f039c926c0f5e7da2cc49f907e26393bfd4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 11 Sep 2016 20:00:05 +0900 Subject: [PATCH 2471/3141] bitcoin-payment-channel < 0.2.3.0 (runeksvendsen/bitcoin-payment-channel#1) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 658a3112..1c0b73c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2556,6 +2556,7 @@ packages: # https://github.com/runeksvendsen/bitcoin-payment-channel/issues/1 - haskoin-core < 0.4.0 + - bitcoin-payment-channel < 0.2.3.0 # https://github.com/fpco/stackage/issues/1855 - ansigraph < 0.3.0.0 From c0297a97c959858377d476585834e8cd26f0c275 Mon Sep 17 00:00:00 2001 From: ygale Date: Sun, 11 Sep 2016 16:05:45 +0300 Subject: [PATCH 2472/3141] Reinstate timezone-series and timezone-olson Should build now with GHC 8. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c0b73c7..6ac4af57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1356,9 +1356,9 @@ packages: "David Raymond Christiansen @david-christiansen": - annotated-wl-pprint - # "Yitz Gale @ygale": - # GHC 8 - timezone-series - # GHC 8 - timezone-olson + "Yitz Gale @ygale": + - timezone-series + - timezone-olson "Josh Holland @jshholland": - sandi From 2414fecd17e7c768f1f84c63ea48a0fbaac8e143 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 11 Sep 2016 22:31:13 +0530 Subject: [PATCH 2473/3141] Revert "bitcoin-payment-channel < 0.2.3.0 (runeksvendsen/bitcoin-payment-channel#1)" fixed in 0.2.3.1 This reverts commit 988a0f039c926c0f5e7da2cc49f907e26393bfd4. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c0b73c7..658a3112 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2556,7 +2556,6 @@ packages: # https://github.com/runeksvendsen/bitcoin-payment-channel/issues/1 - haskoin-core < 0.4.0 - - bitcoin-payment-channel < 0.2.3.0 # https://github.com/fpco/stackage/issues/1855 - ansigraph < 0.3.0.0 From dfecfe3ab8fa8a87cbb5737083da109c900d1b3e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 11 Sep 2016 22:45:51 +0530 Subject: [PATCH 2474/3141] allow text-show tests to fail (RyanGlScott/text-show#23) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 658a3112..f0714115 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2847,6 +2847,7 @@ expected-test-failures: # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 + - text-show # 3.4 https://github.com/RyanGlScott/text-show/issues/23 # Doctest ran across ambiguous modules # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest From b9947bcda685525b01a7a5b4b019367d0818c030 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 11 Sep 2016 23:49:30 +0530 Subject: [PATCH 2475/3141] transient < 0.4.4 (agocorona/transient-universe#15) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0714115..08d4f8d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2562,6 +2562,9 @@ packages: # https://github.com/fpco/stackage/issues/1857 - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this + + # https://github.com/agocorona/transient-universe/issues/15 + - transient < 0.4.4 # end of packages From f91450825251303a23d11f4a66f6d6c086943e49 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 11 Sep 2016 21:44:33 -0400 Subject: [PATCH 2476/3141] Restore text-show tests This reverts commit dfecfe3ab8fa8a87cbb5737083da109c900d1b3e. The blocking issue (RyanGlScott/text-show#23) has been fixed. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08d4f8d5..9ae64b6f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2850,7 +2850,6 @@ expected-test-failures: # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - - text-show # 3.4 https://github.com/RyanGlScott/text-show/issues/23 # Doctest ran across ambiguous modules # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest From 5c48a6b49fd8c3f0c6b2f959765d3a9f8a523369 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Sep 2016 07:47:04 +0300 Subject: [PATCH 2477/3141] Upper bound for #1863 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08d4f8d5..315acef7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2565,6 +2565,9 @@ packages: # https://github.com/agocorona/transient-universe/issues/15 - transient < 0.4.4 + + # https://github.com/fpco/stackage/issues/1863 + - newtype-generics < 0.4 # end of packages From 642cc119ff4e07137aa89a672d1a3803be53d1e6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Sep 2016 07:51:26 +0300 Subject: [PATCH 2478/3141] Upper bound for #1865 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 315acef7..293e250a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2568,6 +2568,9 @@ packages: # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 + + # https://github.com/fpco/stackage/issues/1865 + - ansigraph < 0.3 # end of packages From d5093910b9177b68e40998181c8a12fd262f78e6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Sep 2016 07:53:54 +0300 Subject: [PATCH 2479/3141] Upper bound for #1866 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 293e250a..24aa8e9a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2571,6 +2571,9 @@ packages: # https://github.com/fpco/stackage/issues/1865 - ansigraph < 0.3 + + # https://github.com/fpco/stackage/issues/1866 + - terminal-progress-bar < 0.1 # end of packages From d16a2caef0164c68648715226ee92522224d2bcb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Sep 2016 07:57:55 +0300 Subject: [PATCH 2480/3141] Extra upper bound for #1863 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 24aa8e9a..ede77f8e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2568,6 +2568,7 @@ packages: # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 + - MemoTrie < 0.6.5 # https://github.com/fpco/stackage/issues/1865 - ansigraph < 0.3 From 908881d3516b9a00d61df50746441ff1214fc185 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Sep 2016 08:00:32 +0300 Subject: [PATCH 2481/3141] Remove dupe #1865 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ede77f8e..854cbc05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2570,9 +2570,6 @@ packages: - newtype-generics < 0.4 - MemoTrie < 0.6.5 - # https://github.com/fpco/stackage/issues/1865 - - ansigraph < 0.3 - # https://github.com/fpco/stackage/issues/1866 - terminal-progress-bar < 0.1 # end of packages From 20120d257ec4dec0ee887b4a5d52d8a330ad0c48 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Sep 2016 08:01:07 +0300 Subject: [PATCH 2482/3141] Remove dupe #1866 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 854cbc05..c8339e14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2569,9 +2569,6 @@ packages: # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 - MemoTrie < 0.6.5 - - # https://github.com/fpco/stackage/issues/1866 - - terminal-progress-bar < 0.1 # end of packages From ecb17e5e6d289a5150f298f92f2d58a538cdb995 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Sep 2016 08:05:42 +0300 Subject: [PATCH 2483/3141] Extra upper bound for #1764 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8339e14..ea333df3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2530,6 +2530,7 @@ packages: # https://github.com/fpco/stackage/issues/1764 - aeson < 1.0 - insert-ordered-containers < 0.2 + - telegram-api < 0.5.0.1 # https://github.com/fpco/stackage/issues/1767 - SVGFonts < 1.6 From 0611310ba184f2995f3e223ac6b74ae4f129d1f5 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 12 Sep 2016 07:50:16 +0300 Subject: [PATCH 2484/3141] Remove bounds for #1689 --- build-constraints.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08d4f8d5..33c41ee6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2491,18 +2491,6 @@ packages: - pandoc < 1.17.2 - kawhi < 0.1 - morte < 1.6.3 - - language-puppet < 1.3 # Also listed for #1689 - - # https://github.com/fpco/stackage/issues/1689 - - servant < 0.8 - - servant-client < 0.8 - - servant-foreign < 0.8 - - servant-server < 0.8 - - servant-docs < 0.8 - - servant-mock < 0.8 - - servant-js < 0.8 - - language-puppet < 1.3 # Also listed for #1676 - - lackey < 0.4.0 # https://github.com/fpco/stackage/issues/1691 # Re-enable dlist tests when lifted From 8b0a8471129df4a30cd2d249fab36e6204fc1142 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Sep 2016 12:28:28 +0300 Subject: [PATCH 2485/3141] Disable telegram-api --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cae66a9e..2b4c86db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2308,7 +2308,8 @@ packages: - stratosphere "Alexey Rodiontsev @klappvisor": - - telegram-api + [] + # - telegram-api https://github.com/fpco/stackage/issues/1689 "Iñaki García Etxebarria @garetxe": # Pinned to versions not using custom-setup, since stack does @@ -2518,7 +2519,6 @@ packages: # https://github.com/fpco/stackage/issues/1764 - aeson < 1.0 - insert-ordered-containers < 0.2 - - telegram-api < 0.5.0.1 # https://github.com/fpco/stackage/issues/1767 - SVGFonts < 1.6 From 6b483ae8bd9c3d9ee6a2263f0aabf15c0e4d848e Mon Sep 17 00:00:00 2001 From: Arash Rouhani Date: Tue, 13 Sep 2016 09:37:40 +0700 Subject: [PATCH 2486/3141] Remove yesod-text-markdown Relating to Tarrasch/yesod-text-markdown#5 Basically I'm not using Haskell much any-more, hence I cannot continue to ensure quality and adhere to the maintainers agreement. --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 671cbd25..73289447 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -481,9 +481,6 @@ packages: "Andrew Thaddeus Martin @andrewthad": - yesod-table - "Arash Rouhani @Tarrasch": - - yesod-text-markdown - "Chris Allen bitemyapp": - bloodhound @@ -739,9 +736,6 @@ packages: - djinn-lib - djinn-ghc - "Arash Rouhani @Tarrasch": - - yesod-text-markdown - "Matvey Aksenov ": - terminal-size From b2d172f1e0bdc3d13ee4074d8d80e8e07cfc62bf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Sep 2016 14:42:36 +0300 Subject: [PATCH 2487/3141] Remove upper bound for runeksvendsen/bitcoin-payment-channel#1 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73289447..0d5e7092 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2541,9 +2541,6 @@ packages: # https://github.com/fpco/stackage/issues/1852 - hpack < 0.15 - # https://github.com/runeksvendsen/bitcoin-payment-channel/issues/1 - - haskoin-core < 0.4.0 - # https://github.com/fpco/stackage/issues/1855 - ansigraph < 0.3.0.0 From 9e98b553adbf3e4c1b4de21f2344b7d87118ff10 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Sep 2016 16:59:23 +0300 Subject: [PATCH 2488/3141] Upper bound clckwrks/clckwrks#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0d5e7092..065a6e40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2553,6 +2553,9 @@ packages: # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 - MemoTrie < 0.6.5 + + # https://github.com/clckwrks/clckwrks/issues/4 + - clckwrks < 0.23.19 # end of packages From 53ac0f6ec7f1c55fc7f74d4c2f01cedbeda543a8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Sep 2016 17:01:20 +0300 Subject: [PATCH 2489/3141] Expected test failure paul-rouse/yesod-auth-hashdb#6 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 065a6e40..d0f72d3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2864,6 +2864,9 @@ expected-test-failures: - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 + # https://github.com/paul-rouse/yesod-auth-hashdb/issues/6 + - yesod-auth-hashdb + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From cfe2eb8d83f4909f542848f1e3068ffed94134db Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 14 Sep 2016 09:19:43 +0200 Subject: [PATCH 2490/3141] Add example usage for tell-me-when-its-released --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0f72d3a..f92d7fe9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3060,4 +3060,8 @@ build-tool-overrides: # Give an error if the latest package version doesn't match what's # listed below, see: # https://github.com/fpco/stackage-curator/issues/25 +# +# Example: +# If bindings-GLFW-3.1.2.1 is the current latest version write +# - bindings-GLFW-3.1.2.1 # skipped test-suite tell-me-when-its-released: [] From d057455936bc2fecc9ed55a9b34494ee8934766e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 14 Sep 2016 09:20:25 +0200 Subject: [PATCH 2491/3141] tell-me-when bindings-GLFW is released --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f92d7fe9..7814ab04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3064,4 +3064,5 @@ build-tool-overrides: # Example: # If bindings-GLFW-3.1.2.1 is the current latest version write # - bindings-GLFW-3.1.2.1 # skipped test-suite -tell-me-when-its-released: [] +tell-me-when-its-released: +- bindings-GLFW-3.1.2.1 # skipped test-suite From 667d6db35d193b4ee5340836047f0223e7c87d34 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Sep 2016 10:34:56 +0300 Subject: [PATCH 2492/3141] Remove upper bounds and close clckwrks/clckwrks#4 Also added hsx2hs, see https://github.com/clckwrks/clckwrks/issues/4#issuecomment-246809995 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7814ab04..2497b0c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2072,6 +2072,7 @@ packages: - web-routes-hsp - web-routes-th - web-routes-wai + - hsx2hs "Pedro Tacla Yamada @yamadapc": - ascii-progress @@ -2553,9 +2554,6 @@ packages: # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 - MemoTrie < 0.6.5 - - # https://github.com/clckwrks/clckwrks/issues/4 - - clckwrks < 0.23.19 # end of packages From c5361a903eabd791a5491a29cdf562a23740c3f5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Sep 2016 10:52:20 +0300 Subject: [PATCH 2493/3141] Expect test failure MichelBoucey/cayley-client#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2497b0c9..f838aeab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2865,6 +2865,9 @@ expected-test-failures: # https://github.com/paul-rouse/yesod-auth-hashdb/issues/6 - yesod-auth-hashdb + # https://github.com/MichelBoucey/cayley-client/issues/2 + - cayley-client + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 0431d793ab94b3e36b80096677a801ec54c5bc65 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Sep 2016 14:37:30 +0300 Subject: [PATCH 2494/3141] Remove upper bound and close #1510 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f838aeab..586aa57a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2474,9 +2474,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1510 - - pipes < 4.2 - # https://github.com/fpco/stackage/issues/1555 - authenticate-oauth < 1.6 From 3c1571cae045c9d4fd5f5384f421b14fd362e80f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Sep 2016 14:37:49 +0300 Subject: [PATCH 2495/3141] Remove upper bound and close #1555 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 586aa57a..55c485ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2474,9 +2474,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1555 - - authenticate-oauth < 1.6 - # https://github.com/fpco/stackage/issues/1676 - http-client < 0.5 - http-client-tls < 0.3 From 5ddb29731a63f059a3e2916e35ddbc59ce2b628b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Sep 2016 14:38:01 +0300 Subject: [PATCH 2496/3141] Remove upper bound and close #1676 --- build-constraints.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55c485ce..105e0981 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2474,18 +2474,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1676 - - http-client < 0.5 - - http-client-tls < 0.3 - - http-conduit < 2.2 - - hoauth2 < 0.5.5 - - bloodhound < 0.11.1.0 - - eventstore < 0.13.1.3 - - pinboard < 0.9.7 - - pandoc < 1.17.2 - - kawhi < 0.1 - - morte < 1.6.3 - # https://github.com/fpco/stackage/issues/1691 # Re-enable dlist tests when lifted - QuickCheck < 2.9 From 856b55de15b3f4fc4a538573fbfc3bf50ccc3b17 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Sep 2016 14:39:42 +0300 Subject: [PATCH 2497/3141] Remove upper bound and close #1691 --- build-constraints.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 105e0981..a38e53bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2474,14 +2474,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1691 - # Re-enable dlist tests when lifted - - QuickCheck < 2.9 - - extra < 1.4.11 - - active < 0.2.0.11 - - socket < 0.6.2.0 - - cassava-conduit < 0.3.3 # Re-enable benchmarks when lifted - # https://github.com/fpco/stackage/issues/1734 - haskell-src-exts < 1.18 # re-enable test-suite when this is lifted - hlint < 1.9.36 @@ -2671,7 +2663,6 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. - - dlist # https://github.com/fpco/stackage/issues/1691 - terminal-progress-bar # Fixed in 0.1.0 https://github.com/roelvandijk/terminal-progress-bar/issues/11 # Runtime issues From d8fe4b98d1eda1796279013033cc0bc1f7fe8074 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Sep 2016 14:40:01 +0300 Subject: [PATCH 2498/3141] Remove upper bound and close #1734 --- build-constraints.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a38e53bc..e5ecfa64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2474,21 +2474,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1734 - - haskell-src-exts < 1.18 # re-enable test-suite when this is lifted - - hlint < 1.9.36 - - hoogle < 5.0.2 - - homplexity < 0.4.3.4 - - haskintex < 0.7.0.0 - - stylish-haskell < 0.6.2.0 - - haskell-src-exts-simple < 1.18.0.0 - - pointful < 1.0.9 # via haskell-src-exts-simple - - hindent < 5 # Re-enable test-suite when this is lifted - - fay < 0.23.1.13 - - hspec-setup < 0.2.0.0 - - rest-gen < 0.20.0.0 - - haskell-names < 0.8 - # https://github.com/fpco/stackage/issues/1764 - aeson < 1.0 - insert-ordered-containers < 0.2 From 181f1800f6a3825883f064de5420a9862945592b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Sep 2016 14:40:15 +0300 Subject: [PATCH 2499/3141] Remove upper bound and close #1764 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5ecfa64..ad9e33ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2474,10 +2474,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1764 - - aeson < 1.0 - - insert-ordered-containers < 0.2 - # https://github.com/fpco/stackage/issues/1767 - SVGFonts < 1.6 From 4f94640b98a058b2ab5c1977950fa261a302c8a9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Sep 2016 15:21:59 +0300 Subject: [PATCH 2500/3141] Block/skip tests as necessary for previous prunings (fixes #1872) --- build-constraints.yaml | 383 ++++++++++++++++++++++------------------- 1 file changed, 208 insertions(+), 175 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad9e33ed..cff9a35c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - unicode-transforms "Aleksey Uimanov @s9gf4ult": - - postgresql-query + # - postgresql-query # haskell-src-exts 1.18 via derive - hreader - hset @@ -48,7 +48,7 @@ packages: # bounds - ses-html # via stripe-http-streams - stripe-haskell # via http-streams - stripe-http-streams - - stripe-core + # - stripe-core # BLOCKED aeson 1.0 "Piotr Mlodawski @pmlodawski": - signal @@ -73,7 +73,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator # BLOCKED amazonka-core - stm-conduit - wai-websockets - warp-tls @@ -124,7 +124,7 @@ packages: - th-lift - quickcheck-assertions - - hackage-mirror + # - hackage-mirror BLOCKED aws - wai-middleware-consul - wai-middleware-crowd - monad-logger-json @@ -171,13 +171,14 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - - HaRe + # - HaRe # BLOCKED ghc-mod via pipes "Alfredo Di Napoli @adinapoli": - mandrill "Jon Schoning @jonschoning": - - pinboard + [] + # - pinboard # BLOCKED aeson 1.0 "Jasper Van der Jeugt @jaspervdj": - blaze-html @@ -185,7 +186,7 @@ packages: - cabal-dependency-licenses # via snap-core - hakyll - stylish-haskell - - profiteur + # - profiteur # BLOCKED aeson 1.0 - psqueues - websockets # via snap-core - websockets-snap @@ -351,9 +352,9 @@ packages: "Simon Hengel @sol": - hspec - hspec-wai - - hspec-wai-json - - aeson-qq - - interpolate + # - hspec-wai-json # BLOCKED haskell-src-exts 1.18 via aeson-qq + # - aeson-qq # BLOCKED haskell-src-exts 1.18 + # - interpolate # BLOCKED haskell-src-exts 1.18 - doctest - base-compat @@ -397,12 +398,13 @@ packages: - gravatar "Paul Harper @benekastah": - - yesod-auth-oauth2 + [] + # - yesod-auth-oauth2 # BLOCKED http-client 0.5 "Felipe Lessa @meteficha": # bounds - country-codes # bounds - esqueleto - - fb + # - fb # BLOCKED http-conduit 2.2 # bounds - fb-persistent # VERSION MISSING Compilation failure against aeson https://github.com/prowdsponsor/mangopay/issues/32 - mangopay - nonce @@ -416,7 +418,7 @@ packages: - thumbnail-plus # bounds - yesod-auth-account-fork # GHC 8 - yesod-auth-fb - - yesod-fb + # - yesod-fb # BLOCKED http-conduit 2.2 via fb # VERSION MISSING Compilation failure against aeson https://github.com/prowdsponsor/mangopay/issues/32 - yesod-mangopay "Alexander Altman @pthariensflame": @@ -482,7 +484,8 @@ packages: - yesod-table "Chris Allen bitemyapp": - - bloodhound + [] + # - bloodhound # haskell-src-exts 1.18 via derive "Adam Bergmark @bergmark": - HUnit @@ -529,7 +532,7 @@ packages: - hPDB-examples - homplexity - wordpass - - json-autotype + # - json-autotype # BLOCKED aeson 1.0 - posix-realtime "Dom De Re @domdere": @@ -611,9 +614,9 @@ packages: - versions - vectortiles - pipes-random - - repa - - repa-io - - repa-algorithms + # - repa # BLOCKED QuickCheck 2.9 + # - repa-io # BLOCKED QuickCheck 2.9 + # - repa-algorithms # BLOCKED QuickCheck 2.9 # GHC 8 - kanji "Ketil Malde @ketil-malde": @@ -702,8 +705,9 @@ packages: # UNKNOWN VERSION Compilation failure https://github.com/d12frosted/CanonicalPath/issues/5 - system-canonicalpath "Daniel Gröber @DanielG": - - ghc-mod - - cabal-helper + [] + # - ghc-mod # BLOCKED pipes 4.2 + # - cabal-helper # BLOCKED extra 1.5 "Yann Esposito yogsototh @yogsototh": - human-readable-duration @@ -726,7 +730,7 @@ packages: # via cql - cql-io - redis-resp - redis-io - - swagger + # - swagger # BLOCKED aeson 1.0 - tinylog - wai-predicates # GHC 8 - wai-routing @@ -752,11 +756,11 @@ packages: # GHC 8 - file-location - fuzzcheck - haddock-api - - here + # - here # BLOCKED haskell-src-exts 1.18 - hlibgit2 - gitlib-libgit2 - hostname-validate - - interpolatedstring-perl6 + # - interpolatedstring-perl6 # BLOCKED haskell-src-exts 1.18 - iproute - missing-foreign - MissingH @@ -766,9 +770,9 @@ packages: - Chart-cairo - ghc-events - monad-extras - - stack < 9.9.9 + # - stack < 9.9.9 # BLOCKED http-conduit 2.2 - optparse-simple - - hpack + # - hpack # BLOCKED haskell-src-exts 1.18 via interpolate "Michael Sloan @mgsloan": - th-orphans @@ -822,7 +826,7 @@ packages: # bounds - elm-package - language-glsl - prettyclass - - QuasiText + # - QuasiText # BLOCKED haskell-src-exts 1.18 - union-find - zip-archive @@ -838,7 +842,7 @@ packages: - language-ecmascript "Tom Ellis @tomjaguarpaw": - - opaleye + # - opaleye # BLOCKED aeson 1.0 - product-profunctors "Samplecount stefan@samplecount.com @kaoskorobase": @@ -878,13 +882,14 @@ packages: - indentation-parsec "Alois Cochard @aloiscochard": + [] # GHC 8 & bounds - codex # GHC 8 - machines-binary # GHC 8 - machines-directory # bounds - machines-io # GHC 8 - machines-process # GHC 8 - sarsi - - wreq # on behalf of Bryan O'Sullivan @bos + # - wreq # BLOCKED http-lient 0.5 # on behalf of Bryan O'Sullivan @bos "Andraz Bajt @edofic": - effect-handlers @@ -899,7 +904,7 @@ packages: - cabal-rpm - cabal-sort - hslua - - idris + # - idris # BLOCKED aeson 1.0 - cairo - gio @@ -922,7 +927,7 @@ packages: "Renzo Carbonara @k0001": - network-simple - - pipes-aeson + # - pipes-aeson # BLOCKED pipes 4.2 - pipes-attoparsec # GHC 8 - pipes-binary - pipes-network @@ -961,8 +966,9 @@ packages: "Leon Mergen @solatis": - base32string - base58string - - bitcoin-api - - bitcoin-api-extra + # BLOCKED wreq via http-client + # - bitcoin-api + # - bitcoin-api-extra - bitcoin-block - bitcoin-script - bitcoin-tx @@ -979,14 +985,15 @@ packages: - gitson - pcre-heavy - http-link-header - - microformats2-parser + # - microformats2-parser # BLOCKED haskell-src-exts 1.18 via aeson-qq - hspec-expectations-pretty-diff "Francesco Mazzoli @bitonic": - - language-c-quote + [] + # - language-c-quote # BLOCKED haskell-src-exts 1.18 "Sönke Hahn @soenkehahn": - - generics-eot + # - generics-eot # BLOCKED haskell-src-exts 1.18 via interpolate - getopt-generics - graph-wrapper - string-conversions @@ -1009,7 +1016,7 @@ packages: - postgresql-simple-url - range-set-list - regex-applicative-text - - servant-swagger-ui + # - servant-swagger-ui # BLOCKED haskell-src-exts 1.18 via aeson-qq - servant-yaml - singleton-bool - spdx @@ -1062,81 +1069,83 @@ packages: - persistent-refs "Luke Taylor @tekul": - - jose-jwt + [] + # - jose-jwt # BLOCKED haskell-src-exts 1.18 via aeson-qq "Brendan Hay @brendanhay": - - amazonka - - amazonka-core - - amazonka-test - - amazonka-apigateway - - amazonka-application-autoscaling - - amazonka-autoscaling - - amazonka-certificatemanager - - amazonka-cloudformation - - amazonka-cloudfront - - amazonka-cloudhsm - - amazonka-cloudsearch-domains - - amazonka-cloudsearch - - amazonka-cloudtrail - - amazonka-cloudwatch-events - - amazonka-cloudwatch-logs - - amazonka-cloudwatch - - amazonka-codecommit - - amazonka-codedeploy - - amazonka-codepipeline - - amazonka-cognito-identity - - amazonka-cognito-idp - - amazonka-cognito-sync - - amazonka-config - - amazonka-datapipeline - - amazonka-devicefarm - - amazonka-directconnect - - amazonka-discovery - - amazonka-dms - - amazonka-ds - - amazonka-dynamodb-streams - - amazonka-dynamodb - - amazonka-ec2 - - amazonka-ecr - - amazonka-ecs - - amazonka-efs - - amazonka-elasticache - - amazonka-elasticbeanstalk - - amazonka-elasticsearch - - amazonka-elastictranscoder - - amazonka-elb - - amazonka-emr - - amazonka-gamelift - - amazonka-glacier - - amazonka-iam - - amazonka-importexport - - amazonka-inspector - - amazonka-iot-dataplane - - amazonka-iot - - amazonka-kinesis - - amazonka-kinesis-firehose - - amazonka-kms - - amazonka-lambda - - amazonka-marketplace-analytics - - amazonka-marketplace-metering - - amazonka-ml - - amazonka-opsworks - - amazonka-rds - - amazonka-redshift - - amazonka-route53-domains - - amazonka-route53 - - amazonka-s3 - - amazonka-sdb - - amazonka-ses - - amazonka-sns - - amazonka-sqs - - amazonka-ssm - - amazonka-storagegateway - - amazonka-sts - - amazonka-support - - amazonka-swf - - amazonka-waf - - amazonka-workspaces + # BLOCKED http-conduit 2.2 + # - amazonka + # - amazonka-core + # - amazonka-test + # - amazonka-apigateway + # - amazonka-application-autoscaling + # - amazonka-autoscaling + # - amazonka-certificatemanager + # - amazonka-cloudformation + # - amazonka-cloudfront + # - amazonka-cloudhsm + # - amazonka-cloudsearch-domains + # - amazonka-cloudsearch + # - amazonka-cloudtrail + # - amazonka-cloudwatch-events + # - amazonka-cloudwatch-logs + # - amazonka-cloudwatch + # - amazonka-codecommit + # - amazonka-codedeploy + # - amazonka-codepipeline + # - amazonka-cognito-identity + # - amazonka-cognito-idp + # - amazonka-cognito-sync + # - amazonka-config + # - amazonka-datapipeline + # - amazonka-devicefarm + # - amazonka-directconnect + # - amazonka-discovery + # - amazonka-dms + # - amazonka-ds + # - amazonka-dynamodb-streams + # - amazonka-dynamodb + # - amazonka-ec2 + # - amazonka-ecr + # - amazonka-ecs + # - amazonka-efs + # - amazonka-elasticache + # - amazonka-elasticbeanstalk + # - amazonka-elasticsearch + # - amazonka-elastictranscoder + # - amazonka-elb + # - amazonka-emr + # - amazonka-gamelift + # - amazonka-glacier + # - amazonka-iam + # - amazonka-importexport + # - amazonka-inspector + # - amazonka-iot-dataplane + # - amazonka-iot + # - amazonka-kinesis + # - amazonka-kinesis-firehose + # - amazonka-kms + # - amazonka-lambda + # - amazonka-marketplace-analytics + # - amazonka-marketplace-metering + # - amazonka-ml + # - amazonka-opsworks + # - amazonka-rds + # - amazonka-redshift + # - amazonka-route53-domains + # - amazonka-route53 + # - amazonka-s3 + # - amazonka-sdb + # - amazonka-ses + # - amazonka-sns + # - amazonka-sqs + # - amazonka-ssm + # - amazonka-storagegateway + # - amazonka-sts + # - amazonka-support + # - amazonka-swf + # - amazonka-waf + # - amazonka-workspaces - gogol - gogol-core - gogol-adexchange-buyer @@ -1243,9 +1252,9 @@ packages: - cabal-file-th "Gershom Bazerman @gbaz": - - jmacro - - jmacro-rpc - - jmacro-rpc-happstack + # - jmacro # BLOCKED haskell-src-exts 1.18 + # - jmacro-rpc # BLOCKED haskell-src-exts 1.18 + # - jmacro-rpc-happstack # BLOCKED haskell-src-exts 1.18 # via snap-core - jmacro-rpc-snap - mbox - kmeans @@ -1388,8 +1397,8 @@ packages: # via HList - poly-arity (sent e-mail to HList maintainer) - urlpath - wai-transformers - - wai-middleware-content-type - - wai-middleware-verbs + # - wai-middleware-content-type # BLOCKED aeson 1.0 via pandoc + # - wai-middleware-verbs # BLOCKED aeson 1.0 via pandoc - webpage - composition-extra - rose-trees @@ -1452,9 +1461,9 @@ packages: "Michael Xavier @MichaelXavier": - angel - - uri-bytestring + # - uri-bytestring # haskell-src-exts 1.18 via derive # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - phash - - cron + # - cron # haskell-src-exts 1.18 via derive # GHC 8 - tasty-tap # via tasty-tap - tasty-fail-fast - drifter @@ -1476,7 +1485,7 @@ packages: "Daniel Patterson @dbp": # GHC 8 - hspec-snap - hworker - - hworker-ses + # - hworker-ses BLOCKED amazonka-core - fn # via heist - fn-extra @@ -1533,11 +1542,11 @@ packages: - google-oauth2-jwt "koral koral@mailoo.org @k0ral": - - atom-conduit + # - atom-conduit # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring - conduit-parse - - opml-conduit - - rss-conduit - - imm + # - opml-conduit # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring + # - rss-conduit # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring + # - imm # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring - timerep - xml-conduit-parse @@ -1557,12 +1566,12 @@ packages: - string-class - SHA - data-ordlist - - cron + # - cron # BLOCKED haskell-src-exts 1.18 via derive - hedis "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx - - pipes-illumina + # - pipes-illumina # BLOCKED pipes 4.2 via pipes-bgzf - seqalign - thermonuc - xlsior @@ -1671,7 +1680,8 @@ packages: # GHC 8 - ipython-kernel "Andrés Sicard-Ramírez @asr": - - Agda + [] + # - Agda # BLOCKED haskell-src-exts 1.18 "James Cook @mokus0": - dependent-sum @@ -1726,8 +1736,9 @@ packages: - storable-record "Brandon Martin @codedmart": + [] # GHC 8 & via engine-io - engine-io-wai - - rethinkdb + # - rethinkdb # BLOCKED aeson 1.0 "Michael Walker @barrucadu": - both @@ -1745,12 +1756,12 @@ packages: - irc "Dennis Gosnell @cdepillabout": - - emailaddress + # - emailaddress # BLOCKED aeson 1.0 via opaleye - envelope - - hailgun + # - hailgun # BLOCKED http-client 0.5 # GHC 8 - ig - natural-transformation - - opaleye-trans + # - opaleye-trans # BLOCKED aeson 1.0 via opaleye - read-env-var - yahoo-finance-api @@ -1767,8 +1778,8 @@ packages: - pointedlist - word-trie - xdg-basedir - - yi - - yi-fuzzy-open + # - yi # BLOCKED QuickCheck 2.9 + # - yi-fuzzy-open # BLOCKED QuickCheck 2.9 - yi-language - yi-rope @@ -1802,7 +1813,8 @@ packages: - http-streams "Devan Stormont @stormont": - - forecast-io + [] + # - forecast-io # BLOCKED aeson 1.0 "Sean Hunt @peti": - distribution-nixpkgs - - cabal2nix + # - cabal2nix # BLOCKED aeson 1.0 - funcmp - hackage-db - hledger-interest @@ -1890,8 +1902,8 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - smsaero - - swagger2 - - servant-swagger + # - swagger2 # BLOCKED haskell-src-exts 1.18 via aeson-qq + # - servant-swagger # BLOCKED haskell-src-exts 1.18 via aeson-qq "Jared Tobin @jtobin": - mwc-probability @@ -1926,9 +1938,9 @@ packages: "Takahiro Himura @thimura": - lens-regex - - twitter-conduit - - twitter-types - - twitter-types-lens + # - twitter-conduit # BLOCKED http-conduit 2.2 + # - twitter-types # haskell-src-exts 1.18 via derive + # - twitter-types-lens # haskell-src-exts 1.18 via derive # "Robbin C. robbinch": # via lzma-conduit - zim-parser @@ -2009,15 +2021,15 @@ packages: "Henry J. Wylde @hjwylde": - git-fmt - omnifmt - - werewolf - - werewolf-slack + # - werewolf # BLOCKED haskell-src-exts 1.18 via interpolate + # - werewolf-slack # BLOCKED http-client 0.5 "Will Sewell @willsewell": - benchpress # GHC 8 - pusher-http-haskell "Yorick Laupa yo.eight@gmail.com @YoEight": - - eventstore + # - eventstore # BLOCKED aeson 1.0 - dotnet-timespan "Sebastian Dröge slomo@coaxion.net @sdroege": @@ -2045,25 +2057,25 @@ packages: "Jeremy Shaw @stepcut": - boomerang - - clckwrks - - clckwrks-cli - - clckwrks-plugin-page - - clckwrks-plugin-media - - clckwrks-theme-bootstrap + # - clckwrks # haskell-src-exts 1.18 via hsx2hs + # - clckwrks-cli # haskell-src-exts 1.18 via hsx2hs + # - clckwrks-plugin-page # haskell-src-exts 1.18 via hsx2hs + # - clckwrks-plugin-media # haskell-src-exts 1.18 via hsx2hs + # - clckwrks-theme-bootstrap # haskell-src-exts 1.18 via hsx2hs - hackage-whatsnew - - happstack-authenticate + # - happstack-authenticate # haskell-src-exts 1.18 via hsx2hs - happstack-clientsession - - happstack-hsp - - happstack-jmacro + # - happstack-hsp # haskell-src-exts 1.18 via hsx2hs + # - happstack-jmacro # BLOCKED haskell-src-exts 1.18 via jmacro - happstack-server - happstack-server-tls - - hsx-jmacro + # - hsx-jmacro # BLOCKED haskell-src-exts 1.18 via jmacro - ixset - reform - reform-blaze - reform-hamlet - reform-happstack - - reform-hsp + # - reform-hsp # haskell-src-exts 1.18 via hsx2hs - userid - web-plugins - web-routes @@ -2072,12 +2084,12 @@ packages: - web-routes-hsp - web-routes-th - web-routes-wai - - hsx2hs + # - hsx2hs # BLOCKED haskell-src-exts 1.18 "Pedro Tacla Yamada @yamadapc": - ascii-progress - drawille - - extract-dependencies + # - extract-dependencies # http-client 0.5 via wreq - file-modules - frontmatter - read-editor @@ -2085,11 +2097,11 @@ packages: # bounds - hzulip - list-prompt # GHC 8 - memoization-utils - - package-description-remote + # - package-description-remote # BLOCKED http-client 0.5 via wreq - projectroot - questioner - - stack-run-auto - - hpack-convert + # - stack-run-auto # BLOCKED http-client 0.5 via wreq + # - hpack-convert # BLOCKED haskell-src-exts 1.18 via interpolate - language-dockerfile "Pascal Hartig @passy": @@ -2109,7 +2121,8 @@ packages: - wai-session-postgresql "Haisheng Wu @freizl": - - hoauth2 + [] + # - hoauth2 # BLOCKED aeson 1.0 "Falko Peters @informatikr": - scrypt @@ -2145,7 +2158,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - mustache + [] + # - mustache # BLOCKED http-client 0.5 via wreq "Cindy Wang @CindyLinz": - NoTrace @@ -2161,8 +2175,8 @@ packages: - highlighting-kate - pandoc-types - zip-archive - - pandoc - - pandoc-citeproc + # - pandoc # BLOCKED aeson 1.0 + # - pandoc-citeproc # BLOCKED aeson 1.0 "Karun Ramakrishnan @karun012": - doctest-discover @@ -2177,7 +2191,7 @@ packages: - string-conv - rng-utils - rotating-log - - ua-parser + # - ua-parser # haskell-src-exts 1.18 via derive - hs-GeoIP - retry # GHC 8 - katip @@ -2269,13 +2283,15 @@ packages: - hw-succinct "Ismail Mustafa @ismailmustafa": - - handwriting + [] + # - handwriting # BLOCKED http-client 0.5 via wreq "Stephen Diehl @sdiehl": - protolude "Daishi Nakajima @nakaji_dayo": - - yesod-job-queue + [] + # - yesod-job-queue # BLOCKED haskell-src-exts 1.18 via cron # "Braden Walters @meoblast001": # via hakyll - hakyll-sass @@ -2384,8 +2400,8 @@ packages: - text-conversions "Patrick Chilton @chpatrick": - - solga - - solga-swagger + # - solga # haskell-src-exts 1.18 via aeson-qq + # - solga-swagger # haskell-src-exts 1.18 via aeson-qq # Doesn't build on stackage server https://github.com/fpco/stackage/pull/1692 - clang-pure - webrtc-vad @@ -2393,7 +2409,7 @@ packages: - hmpfr "Bartosz Nitka @niteria": - - haskell-packages + # - haskell-packages # BLOCKED haskell-src-exts via hse-cpp - oeis "Gergely Patai @cobbpg": @@ -2408,9 +2424,9 @@ packages: "Dominic Orchard @dorchard": - array-memoize - - camfort - - codo-notation - - fortran-src + # - camfort # BLOCKED haskell-src-exts 1.18 via fortran-src + # - codo-notation # BLOCKED haskell-src-exts 1.18 + # - fortran-src # haskell-src-exts 1.18 via derive # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - ixmonad - language-fortran @@ -2422,10 +2438,12 @@ packages: - encoding-io "Anton Gushcha @ncrashed": - - aeson-injector + [] + # - aeson-injector # haskell-src-exts 1.18 via aeson-qq "Rune K. Svendsen @runeks": - - bitcoin-payment-channel + [] + # - bitcoin-payment-channel # BLOCKED aeson 1.0 "Al Zohali @zohl": - servant-auth-cookie @@ -2440,7 +2458,8 @@ packages: - hocilib "Matthias Herrmann @2chilled": - - scrape-changes + [] + # - scrape-changes # BLOCKED http-client 0.5 "Daniel Mendler @minad": - writer-cps-mtl @@ -2459,7 +2478,7 @@ packages: - bower-json - boxes - pattern-arrows - - purescript + # - purescript # BLOCKED http-client 0.5 # If you want to make sure a package is removed from stackage, @@ -2494,9 +2513,6 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1852 - - hpack < 0.15 - # https://github.com/fpco/stackage/issues/1855 - ansigraph < 0.3.0.0 @@ -2635,12 +2651,28 @@ skipped-tests: - shelly # https://github.com/yesodweb/Shelly.hs/issues/127 - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 + - aeson # generic-deriving 1.11.1 # Transitive outdated dependencies # These packages # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) + - yaml # via aeson-qq + + # QuickCheck 2.9 + - Cabal + - ChasingBottoms + - arithmoi + - bytestring-handle + - cgi + - ed25519 + - hasql + - state-plus + - dbus + - options + - system-filepath + - pure-cdb # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. @@ -2904,6 +2936,7 @@ skipped-benchmarks: - cases # via criterion-plus - hasql-postgres # via criterion-plus - ttrie # via criterion-plus + - machines # via pipes # Compilation failures - cipher-aes # https://github.com/vincenthz/hs-crypto-cipher/issues/46 From 79d6e1737d5dc89f69f42ce16c73cff685c0ecb1 Mon Sep 17 00:00:00 2001 From: Travis Whitaker Date: Wed, 14 Sep 2016 23:26:58 -0400 Subject: [PATCH 2501/3141] Add package `rdf`. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cff9a35c..87adc140 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2467,6 +2467,9 @@ packages: "Taras Serduke @tserduke": - do-list + + "Travis Whitaker ": + - rdf # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 3134468b4d062ab0016c81c9542b7d947bc24391 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 10:17:38 +0300 Subject: [PATCH 2502/3141] Upper bound for #1876 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cff9a35c..66db159d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2525,6 +2525,9 @@ packages: # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 - MemoTrie < 0.6.5 + + # https://github.com/fpco/stackage/issues/1876 + - fixed-vector < 0.9 # end of packages From 480cffea90375d25fcd4bd1cbf96cebb1f5c4b15 Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Thu, 15 Sep 2016 08:30:05 +0100 Subject: [PATCH 2503/3141] Update build-constraints.yaml --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cffeda3e..afa6a191 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2854,9 +2854,6 @@ expected-test-failures: - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 - # https://github.com/paul-rouse/yesod-auth-hashdb/issues/6 - - yesod-auth-hashdb - # https://github.com/MichelBoucey/cayley-client/issues/2 - cayley-client From 0699f362fb681fa4942829ce10ef421b8e8f450e Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 15 Sep 2016 12:14:59 +0300 Subject: [PATCH 2504/3141] Add recursion-schemes --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index afa6a191..be69e9a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1031,6 +1031,7 @@ packages: # GHC 8 - haxl - monad-time - packdeps + - recursion-schemes - unordered-containers # fft From 7089264cf26844294e75c1db8c72a27cf9005c1c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:05:29 +0300 Subject: [PATCH 2505/3141] Block pagerduty brendanhay/pagerduty#7 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index afa6a191..ec3ad23a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1244,7 +1244,7 @@ packages: - gogol-youtube-analytics - gogol-youtube-reporting - ede - - pagerduty + # - pagerduty # https://github.com/brendanhay/pagerduty/issues/7 - semver - text-manipulate From e466e296c55d147d84fcf4bd65d55760c4c2f173 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:10:46 +0300 Subject: [PATCH 2506/3141] Block package GetShopTV/smsaero#12 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec3ad23a..56cccc3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1901,7 +1901,7 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - - smsaero + # - smsaero # https://github.com/GetShopTV/smsaero/issues/12 # - swagger2 # BLOCKED haskell-src-exts 1.18 via aeson-qq # - servant-swagger # BLOCKED haskell-src-exts 1.18 via aeson-qq From 39f31c1dfea74d36850ecbd75135f6278539c3b5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:12:32 +0300 Subject: [PATCH 2507/3141] Drop wai-middleware-consul due to alphaHeavy/consul-haskell#14 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56cccc3b..b73ce1b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -125,7 +125,7 @@ packages: - quickcheck-assertions # - hackage-mirror BLOCKED aws - - wai-middleware-consul + # - wai-middleware-consul # https://github.com/alphaHeavy/consul-haskell/issues/14 - wai-middleware-crowd - monad-logger-json - safe-exceptions From b711e756c05355d46831cf99fff85da354a59673 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:14:01 +0300 Subject: [PATCH 2508/3141] Block package alephcloud/hs-configuration-tools#54 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b73ce1b7..ee61a4db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1471,7 +1471,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors - - configuration-tools + # - configuration-tools # https://github.com/alephcloud/hs-configuration-tools/issues/54 "Sam Rijs @srijs": - ndjson-conduit From f0f7c84dd0dc9e6a48d5220fc4b787407eabbbbf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:15:10 +0300 Subject: [PATCH 2509/3141] Expect test failure tfausak/octane#62 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee61a4db..18e622df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2857,6 +2857,9 @@ expected-test-failures: # https://github.com/MichelBoucey/cayley-client/issues/2 - cayley-client + # https://github.com/tfausak/octane/issues/62 + - octane + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 351c4d3953fc3f9f3771402c5bbb0e8c0568f176 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:16:12 +0300 Subject: [PATCH 2510/3141] Block package srijs/haskell-ndjson-conduit#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18e622df..e7ab8491 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1474,7 +1474,7 @@ packages: # - configuration-tools # https://github.com/alephcloud/hs-configuration-tools/issues/54 "Sam Rijs @srijs": - - ndjson-conduit + # - ndjson-conduit # https://github.com/srijs/haskell-ndjson-conduit/issues/2 # GHC 8 - attoparsec-trans - operational-class - result From 71f409e29cd7be11e14f727540583b99aa4e5f9d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:18:04 +0300 Subject: [PATCH 2511/3141] Block packages kallisti-dev/hs-webdriver#98 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7ab8491..2d2f98d7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1579,8 +1579,8 @@ packages: "John Lenz @wuzzeb": - yesod-auth-account - yesod-static-angular - - hspec-webdriver - - webdriver-angular + # - hspec-webdriver # https://github.com/kallisti-dev/hs-webdriver/issues/98 + # - webdriver-angular # https://github.com/kallisti-dev/hs-webdriver/issues/98 "Sven Heyll @sheyll": - b9 From ff05d3c9ef1edf937041afc6196621acb5c41459 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:19:27 +0300 Subject: [PATCH 2512/3141] Block package frasertweedale/hs-jose#21 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d2f98d7..e3c6dd13 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2257,7 +2257,8 @@ packages: # GHC 8 - ghc-imported-from "Fraser Tweedale @frasertweedale": - - jose + [] + # - jose # https://github.com/frasertweedale/hs-jose/issues/21 "Yutaka Nishimura @ynishi": - atndapi From 557296f3952d6ec1006bdab1f0199be31ede835f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:20:48 +0300 Subject: [PATCH 2513/3141] Block package k-bx/protocol-buffers#45 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3c6dd13..17be82ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1552,7 +1552,7 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - - hprotoc + # - hprotoc # https://github.com/k-bx/protocol-buffers/issues/45 - protocol-buffers-descriptor - ekg-core - digits From 399a3341bcc48bdebc013e0480fc47aec941992d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:22:38 +0300 Subject: [PATCH 2514/3141] Block packages for fpco/inline-c#51 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17be82ea..461106b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1984,8 +1984,8 @@ packages: - webdriver "Luke Iannini @lukexi": - - inline-c - - inline-c-cpp + # - inline-c # https://github.com/fpco/inline-c/issues/51 + # - inline-c-cpp # https://github.com/fpco/inline-c/issues/51 - ekg # "Emin Karayel @ekarayel": @@ -2456,7 +2456,8 @@ packages: - lrucaching "Thierry Bourrillon @tbourrillon": - - hocilib + [] + # - hocilib # https://github.com/fpco/inline-c/issues/51 "Matthias Herrmann @2chilled": [] From a03e80953bb865296df7a0275fc5e289e03ffaa3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:22:49 +0300 Subject: [PATCH 2515/3141] Revert "Block packages for fpco/inline-c#51" This reverts commit 399a3341bcc48bdebc013e0480fc47aec941992d. --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 461106b0..17be82ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1984,8 +1984,8 @@ packages: - webdriver "Luke Iannini @lukexi": - # - inline-c # https://github.com/fpco/inline-c/issues/51 - # - inline-c-cpp # https://github.com/fpco/inline-c/issues/51 + - inline-c + - inline-c-cpp - ekg # "Emin Karayel @ekarayel": @@ -2456,8 +2456,7 @@ packages: - lrucaching "Thierry Bourrillon @tbourrillon": - [] - # - hocilib # https://github.com/fpco/inline-c/issues/51 + - hocilib "Matthias Herrmann @2chilled": [] From 1be7d71b09864da9697f08ba5c2a024cdb5eecb1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:23:10 +0300 Subject: [PATCH 2516/3141] Expect test failure fpco/inline-c#51 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17be82ea..42ef092e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2861,6 +2861,9 @@ expected-test-failures: # https://github.com/tfausak/octane/issues/62 - octane + # https://github.com/fpco/inline-c/issues/51 + - inline-c + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 3dad6a0451f9d92b27be4f2ade079f32527f0059 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:24:50 +0300 Subject: [PATCH 2517/3141] Block bustle due to vasylp/hgettext#10 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42ef092e..9ec1ae28 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1588,7 +1588,8 @@ packages: - pretty-types "Will Thompson @wjt": - - bustle + [] + # - bustle https://github.com/vasylp/hgettext/issues/10 "Jakub Fijałkowski @jakubfijalkowski": - hlibsass From 6f211d3c0a199d4b81ca079057467f99c574c9df Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:26:17 +0300 Subject: [PATCH 2518/3141] Block package khibino/haskell-json-rpc-generic#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ec1ae28..58dc832c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2240,7 +2240,7 @@ packages: - relational-record - text-ldap - debian-build - - json-rpc-generic + # - json-rpc-generic https://github.com/khibino/haskell-json-rpc-generic/issues/1 "wren romano @wrengr": - bytestring-lexing From 7d2cb2ed4fa722442557b87da68626d044f686c1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:45:08 +0300 Subject: [PATCH 2519/3141] Another block for kallisti-dev/hs-webdriver#98 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03bcbd1f..74e799ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1983,7 +1983,8 @@ packages: - blake2 "Adam Curtis @kallisti-dev": - - webdriver + [] + # - webdriver # https://github.com/kallisti-dev/hs-webdriver/issues/98 "Luke Iannini @lukexi": - inline-c From aa0379d74a6db42f875553ae1ca945808f0000da Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 13:47:39 +0300 Subject: [PATCH 2520/3141] Expect hspec-core test failure hspec/hspec#278 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74e799ad..cde930f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2867,6 +2867,9 @@ expected-test-failures: # https://github.com/fpco/inline-c/issues/51 - inline-c + # https://github.com/hspec/hspec/issues/278 + - hspec-core + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 6fb089509ec335b1246e1bb4ad303c1228ff0add Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 14:12:18 +0300 Subject: [PATCH 2521/3141] Remove expected test failure and close fpco/inline-c#51 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cde930f4..78c18f47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2864,9 +2864,6 @@ expected-test-failures: # https://github.com/tfausak/octane/issues/62 - octane - # https://github.com/fpco/inline-c/issues/51 - - inline-c - # https://github.com/hspec/hspec/issues/278 - hspec-core From ebbf77f95e64b11dc2df6a149e2f72d339abd884 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 14:16:39 +0300 Subject: [PATCH 2522/3141] Block package asilvestre/haskell-neo4j-rest-client#27 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78c18f47..16be9d1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1633,7 +1633,8 @@ packages: # Test suite needs a running neo4j server with auth disabled # unfortunately the cabal package name and the github repo don't have the exact same name # package name is haskell-neo4j-client github name is haskell-neo4j-rest-client - - haskell-neo4j-client + [] + # - haskell-neo4j-client # https://github.com/asilvestre/haskell-neo4j-rest-client/issues/27 "Alexey Khudyakov @Shimuuar": - histogram-fill From 85c8fa6891a4cc0e7a7949cce8236066e03a3465 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 14:18:09 +0300 Subject: [PATCH 2523/3141] Block package ynishi/atndapi#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16be9d1f..d0ed0a48 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2265,7 +2265,8 @@ packages: # - jose # https://github.com/frasertweedale/hs-jose/issues/21 "Yutaka Nishimura @ynishi": - - atndapi + [] + # - atndapi # https://github.com/ynishi/atndapi/issues/1 "Yoshikuni Jujo @YoshikuniJujo": - zot From 6400d727b2f56ee6468515b1701e3b51a1ccc96f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 14:24:29 +0300 Subject: [PATCH 2524/3141] Expect test failure hamsterdam/kawhi#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0ed0a48..fa1b9f42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2869,6 +2869,9 @@ expected-test-failures: # https://github.com/hspec/hspec/issues/278 - hspec-core + # https://github.com/hamsterdam/kawhi/issues/1 + - kawhi + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From a6860e85568667a3b3d0c70713297a6302b73689 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 14:27:03 +0300 Subject: [PATCH 2525/3141] Upper bound for #1879 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa1b9f42..92b58259 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2537,6 +2537,9 @@ packages: # https://github.com/fpco/stackage/issues/1876 - fixed-vector < 0.9 + + # https://github.com/fpco/stackage/issues/1879 + - QuickCheck < 2.9.2 # end of packages From 02a4a48942c3ac0da3dcb391c8a798a2d038cc72 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 14:39:33 +0300 Subject: [PATCH 2526/3141] Expect test failure athanclark/tries#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92b58259..9dd626e8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2875,6 +2875,9 @@ expected-test-failures: # https://github.com/hamsterdam/kawhi/issues/1 - kawhi + # https://github.com/athanclark/tries/issues/2 + - tries + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From e8e8cdf903cc70c3944836c325c68c624082c3ee Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 14:40:55 +0300 Subject: [PATCH 2527/3141] Block package brendanhay/gogol#38 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9dd626e8..915cefbf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1147,7 +1147,7 @@ packages: # - amazonka-swf # - amazonka-waf # - amazonka-workspaces - - gogol + # - gogol # https://github.com/brendanhay/gogol/issues/38 - gogol-core - gogol-adexchange-buyer - gogol-adexchange-seller From bb4df1935d74bf0f1798dd8ca3298004d7e0ed3d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 14:43:19 +0300 Subject: [PATCH 2528/3141] Expect hOpenPGP test failure #1880 pinging @clinty --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 915cefbf..c756f817 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2878,6 +2878,9 @@ expected-test-failures: # https://github.com/athanclark/tries/issues/2 - tries + # https://github.com/fpco/stackage/issues/1880 + - hOpenPGP + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 218fbac4d919430af87932a63023aa5932b0dbf9 Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Thu, 15 Sep 2016 22:15:58 +1000 Subject: [PATCH 2529/3141] re-activate ndjson-conduit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c756f817..9be8c53e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1475,7 +1475,7 @@ packages: # - configuration-tools # https://github.com/alephcloud/hs-configuration-tools/issues/54 "Sam Rijs @srijs": - # - ndjson-conduit # https://github.com/srijs/haskell-ndjson-conduit/issues/2 + - ndjson-conduit # GHC 8 - attoparsec-trans - operational-class - result From 68fa7104a5ec19af26847d1ea1993b843a0f1c15 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 15:33:18 +0300 Subject: [PATCH 2530/3141] Revert "Merge pull request #1881 from srijs/patch-5" This reverts commit 83f192fe92e600f056fe322f43efad0468f1dbd0, reversing changes made to bb4df1935d74bf0f1798dd8ca3298004d7e0ed3d. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9be8c53e..c756f817 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1475,7 +1475,7 @@ packages: # - configuration-tools # https://github.com/alephcloud/hs-configuration-tools/issues/54 "Sam Rijs @srijs": - - ndjson-conduit + # - ndjson-conduit # https://github.com/srijs/haskell-ndjson-conduit/issues/2 # GHC 8 - attoparsec-trans - operational-class - result From a1625f479f12a87fcf33fd358bbf635478c717a4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 15:46:14 +0300 Subject: [PATCH 2531/3141] Revert "Revert "Merge pull request #1881 from srijs/patch-5"" This reverts commit 68fa7104a5ec19af26847d1ea1993b843a0f1c15. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c756f817..9be8c53e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1475,7 +1475,7 @@ packages: # - configuration-tools # https://github.com/alephcloud/hs-configuration-tools/issues/54 "Sam Rijs @srijs": - # - ndjson-conduit # https://github.com/srijs/haskell-ndjson-conduit/issues/2 + - ndjson-conduit # GHC 8 - attoparsec-trans - operational-class - result From 9d75c18265dcee66eb1415bafce66f15fc6f7e5e Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 15 Sep 2016 10:36:04 -0400 Subject: [PATCH 2532/3141] Add code-page --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9be8c53e..66ea72ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1644,6 +1644,7 @@ packages: "Ryan Scott @RyanGlScott": - base-orphans + - code-page - deriving-compat - generic-deriving - hashmap @@ -2473,7 +2474,7 @@ packages: "Taras Serduke @tserduke": - do-list - + "Travis Whitaker ": - rdf From 47b5aab73b09631f1af3927bf83900fbbd5eb73f Mon Sep 17 00:00:00 2001 From: William Sewell Date: Thu, 15 Sep 2016 16:06:40 +0100 Subject: [PATCH 2533/3141] Re-enable pusher-http-haskell It is now GHC 8 compatible. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9be8c53e..97c90819 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2030,7 +2030,7 @@ packages: "Will Sewell @willsewell": - benchpress - # GHC 8 - pusher-http-haskell + - pusher-http-haskell "Yorick Laupa yo.eight@gmail.com @YoEight": # - eventstore # BLOCKED aeson 1.0 From 19945ba80278257c859234afc2b1f5d443970555 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 18:33:08 +0300 Subject: [PATCH 2534/3141] Remove expected test failure tfausak/octane#62 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9be8c53e..7e10fed7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2866,9 +2866,6 @@ expected-test-failures: # https://github.com/MichelBoucey/cayley-client/issues/2 - cayley-client - # https://github.com/tfausak/octane/issues/62 - - octane - # https://github.com/hspec/hspec/issues/278 - hspec-core From c047d44f5f98f90b9a99445c6d7163995af8fd43 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Sep 2016 18:39:03 +0300 Subject: [PATCH 2535/3141] Remove expected test failure and close #1880 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea9e999f..44cb886a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2876,9 +2876,6 @@ expected-test-failures: # https://github.com/athanclark/tries/issues/2 - tries - # https://github.com/fpco/stackage/issues/1880 - - hOpenPGP - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From c47955ed93c75d164d8317d1ceabd71f3ce914da Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 15 Sep 2016 19:07:26 +0200 Subject: [PATCH 2536/3141] Re-enable cabal2nix builds Support for aeson 1.x has been added in version 2.0.2. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44cb886a..b3714eaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1835,7 +1835,7 @@ packages: "Peter Simons @peti": - distribution-nixpkgs - # - cabal2nix # BLOCKED aeson 1.0 + - cabal2nix - funcmp - hackage-db - hledger-interest From dfe4fb36f8fe48c95ff31e1f70091c176834a6e5 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Thu, 15 Sep 2016 20:25:46 -0500 Subject: [PATCH 2537/3141] Reintegrating machines-directory and machines-io --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44cb886a..f9d7ecd8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -484,7 +484,8 @@ packages: - yesod-table "Chris Allen bitemyapp": - [] + - machines-directory + - machines-io # - bloodhound # haskell-src-exts 1.18 via derive "Adam Bergmark @bergmark": @@ -885,8 +886,6 @@ packages: [] # GHC 8 & bounds - codex # GHC 8 - machines-binary - # GHC 8 - machines-directory - # bounds - machines-io # GHC 8 - machines-process # GHC 8 - sarsi # - wreq # BLOCKED http-lient 0.5 # on behalf of Bryan O'Sullivan @bos From 7218857ab3811545d3c901584b9ef59e7581db69 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Sep 2016 07:32:53 +0300 Subject: [PATCH 2538/3141] Upper bound for #1887 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b3714eaf..07545847 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2541,6 +2541,9 @@ packages: # https://github.com/fpco/stackage/issues/1879 - QuickCheck < 2.9.2 + + # https://github.com/fpco/stackage/issues/1887 + - cryptonite < 0.20 # end of packages From c408e4a9562d02cd39ee9806ab22fee126c9ae8f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Sep 2016 07:34:37 +0300 Subject: [PATCH 2539/3141] Remove expected test failure hamsterdam/kawhi#1 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35d78256..db6d6560 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2872,9 +2872,6 @@ expected-test-failures: # https://github.com/hspec/hspec/issues/278 - hspec-core - # https://github.com/hamsterdam/kawhi/issues/1 - - kawhi - # https://github.com/athanclark/tries/issues/2 - tries From 664fd0d19c24a0bfa47e1c72e58bc4ace3cbbc62 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 16 Sep 2016 08:15:45 +0300 Subject: [PATCH 2540/3141] Re-enable swagger2 and servant-swagger, disabling tests --- build-constraints.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index db6d6560..64d71450 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1015,7 +1015,7 @@ packages: - postgresql-simple-url - range-set-list - regex-applicative-text - # - servant-swagger-ui # BLOCKED haskell-src-exts 1.18 via aeson-qq + - servant-swagger-ui - servant-yaml - singleton-bool - spdx @@ -1905,8 +1905,8 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data # - smsaero # https://github.com/GetShopTV/smsaero/issues/12 - # - swagger2 # BLOCKED haskell-src-exts 1.18 via aeson-qq - # - servant-swagger # BLOCKED haskell-src-exts 1.18 via aeson-qq + - swagger2 + - servant-swagger "Jared Tobin @jtobin": - mwc-probability @@ -2704,6 +2704,10 @@ skipped-tests: # Missing foreign library - symengine # symengine + # haskell-src-exts 1.18 via aeson-qq + - swagger2 + - servant-swagger + # Wontfix. The maintainer chose to keep these broken/outdated, only # re-enable if requested. - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 From 2b67fe120201b23707d488acff86e3750edee9ba Mon Sep 17 00:00:00 2001 From: Stackage Curators Date: Fri, 16 Sep 2016 09:58:37 +0000 Subject: [PATCH 2541/3141] run-nightly: hide cron.sh output --- automated/run-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 048fc68b..9c222bde 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -8,7 +8,7 @@ while true; do echo echo "Running cron.sh (hiding verbose output)" - ./cron.sh | grep -v '^Skipping' + ./cron.sh > cron.log 2>&1 # | grep -v '^Skipping' echo "done." date From 7f80c23b0bfa2f68bc5980e4f5418a9b6bc287b3 Mon Sep 17 00:00:00 2001 From: Stackage Curators Date: Fri, 16 Sep 2016 10:01:59 +0000 Subject: [PATCH 2542/3141] Bind-mount to /usr/bin/stack, avoid using Docker-copy of Stack entirely --- automated/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index d873e0bd..61504a4e 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -79,7 +79,7 @@ bunzip2 stackage-curator.bz2 chmod +x stackage-curator ) -ARGS_COMMON="--rm -v $WORKDIR:$HOME/work -w $HOME/work -v $BINDIR/stackage-curator:/usr/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR:$HOME/bin:ro" +ARGS_COMMON="--rm -v $WORKDIR:$HOME/work -w $HOME/work -v $BINDIR/stackage-curator:/usr/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR/stack:/usr/bin/stack:ro" ARGS_PREBUILD="$ARGS_COMMON -u $USER -e HOME=$HOME -v $CABAL_DIR:$HOME/.cabal -v $STACK_DIR:$HOME/.stack -v $GHC_DIR:$HOME/.ghc -v $DOT_STACKAGE_DIR:$HOME/.stackage" ARGS_BUILD="$ARGS_COMMON -v $CABAL_DIR:$HOME/.cabal:ro -v $STACK_DIR:$HOME/.stack:ro -v $GHC_DIR:$HOME/.ghc:ro" ARGS_UPLOAD="$ARGS_COMMON -u $USER -e HOME=$HOME -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:$HOME/.stackage -v $SSH_DIR:$HOME/.ssh:ro -v $GITCONFIG:$HOME/.gitconfig:ro -v $CABAL_DIR:$HOME/.cabal:ro -v $STACK_DIR:$HOME/.stack:ro" @@ -105,13 +105,13 @@ curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip # * Do a single unpack to create the package index cache (again due to directory perms) if [ "${NOPLAN:-}x" = "x" ] then - docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "$HOME/bin/stack update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && exec $HOME/bin/stack unpack random" + docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stack update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && exec stack unpack random" fi # Now do the actual build. We need to first set the owner of the home directory # correctly, so we run the command as root, change owner, and then use sudo to # switch back to the current user -docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER $HOME && exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH:$HOME/bin\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" +docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER $HOME && exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" # Make sure we actually need this snapshot. We used to perform this check # exclusively before building. Now we perform it after as well for the case of From 09cc34b19bf7f0f7ea1f1d1c2e691c3929ac6536 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Sep 2016 16:03:54 +0300 Subject: [PATCH 2543/3141] Expect test failure khibino/haskell-text-ldap#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 64d71450..09ff3d08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2879,6 +2879,9 @@ expected-test-failures: # https://github.com/athanclark/tries/issues/2 - tries + # https://github.com/khibino/haskell-text-ldap/issues/1 + - text-ldap + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 33079ba6d69240caf33bb7c87e963798fead89f5 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Fri, 16 Sep 2016 18:15:19 +0300 Subject: [PATCH 2544/3141] Remove arithmoi from skipped-tests Arithmoi 0.4.3.0 has been released with support of QuickCheck 2.9. I have also added myself to maintainers list to be pinged about future failures. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09ff3d08..88b7bad6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2681,7 +2681,6 @@ skipped-tests: # QuickCheck 2.9 - Cabal - ChasingBottoms - - arithmoi - bytestring-handle - cgi - ed25519 @@ -3052,6 +3051,10 @@ github-users: - klappvisor fpinsight: - thierry-b + arithmoi: + - Bodigrim + - cartazio + - phadej # end of github-users From 0b31c8a1dfdbba0f346160221c0ae7854a458ca7 Mon Sep 17 00:00:00 2001 From: Travis Whitaker Date: Fri, 16 Sep 2016 12:53:00 -0700 Subject: [PATCH 2545/3141] Add cpuinfo package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09ff3d08..8a3a6e79 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2475,6 +2475,7 @@ packages: - do-list "Travis Whitaker ": + - cpuinfo - rdf # If you stop maintaining a package you can move it here. From 38055ff278ea03989ad6463f166a4abdfa93c5cc Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Sat, 17 Sep 2016 16:21:37 +1000 Subject: [PATCH 2546/3141] re-enable jose (frasertweedale/jose#21) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09ff3d08..8ab45e09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2261,8 +2261,7 @@ packages: # GHC 8 - ghc-imported-from "Fraser Tweedale @frasertweedale": - [] - # - jose # https://github.com/frasertweedale/hs-jose/issues/21 + - jose "Yutaka Nishimura @ynishi": [] From 29114ac1bd5d40eb475fac0c2e9d62f007dc15c9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Sep 2016 20:13:40 +0300 Subject: [PATCH 2547/3141] Remove upper bound for agocorona/transient-universe#15 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09ff3d08..643d401a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2528,9 +2528,6 @@ packages: # https://github.com/fpco/stackage/issues/1857 - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this - # https://github.com/agocorona/transient-universe/issues/15 - - transient < 0.4.4 - # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 - MemoTrie < 0.6.5 From 37258a436562b0bd96cf47c04293df02490f8628 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Sep 2016 20:29:16 +0300 Subject: [PATCH 2548/3141] Remove upper bound and close #1887 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c553fab1..5124025f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2537,9 +2537,6 @@ packages: # https://github.com/fpco/stackage/issues/1879 - QuickCheck < 2.9.2 - - # https://github.com/fpco/stackage/issues/1887 - - cryptonite < 0.20 # end of packages From 147f9a45321e9aef1697f2363bf2ddd7f951e5ea Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Sep 2016 06:51:17 +0300 Subject: [PATCH 2549/3141] Add package back alephcloud/hs-configuration-tools#54 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5124025f..d4923c86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1471,7 +1471,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors - # - configuration-tools # https://github.com/alephcloud/hs-configuration-tools/issues/54 + - configuration-tools "Sam Rijs @srijs": - ndjson-conduit From e6908c2a7c8e103f3ead8a5da7a1732b38cef3c4 Mon Sep 17 00:00:00 2001 From: Yorick Laupa Date: Sun, 18 Sep 2016 23:14:29 +0200 Subject: [PATCH 2550/3141] Update build-constraints.yaml `eventstore` package supports `aeson-1.*` now. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index faa2880e..b97a231b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2033,7 +2033,7 @@ packages: - pusher-http-haskell "Yorick Laupa yo.eight@gmail.com @YoEight": - # - eventstore # BLOCKED aeson 1.0 + - eventstore - dotnet-timespan "Sebastian Dröge slomo@coaxion.net @sdroege": From 5a0c14135c456a71b3d8a8f26ca42650906ca6e2 Mon Sep 17 00:00:00 2001 From: Juan Pedro Villa Isaza Date: Sun, 18 Sep 2016 17:42:09 -0500 Subject: [PATCH 2551/3141] Add the licensor package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index faa2880e..89773966 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2477,6 +2477,9 @@ packages: - cpuinfo - rdf + "Juan Pedro Villa Isaza @jpvillaisaza": + - licensor + # 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 475287343b4a910808a3aec2b469b76abdc4aedc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Sep 2016 02:31:30 +0200 Subject: [PATCH 2552/3141] xlsx upper bound for #1897 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index faa2880e..907f4fbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2537,6 +2537,9 @@ packages: # https://github.com/fpco/stackage/issues/1879 - QuickCheck < 2.9.2 + + # https://github.com/fpco/stackage/issues/1897 + - xlsx < 0.3.0 # end of packages From d84bcf4f5d97736f09e8cb890a8f9f4a1f0e652a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 19 Sep 2016 08:13:51 +0300 Subject: [PATCH 2553/3141] Some Github issue pings I got --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2478cf80..9955f12e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1244,7 +1244,7 @@ packages: - gogol-youtube-analytics - gogol-youtube-reporting - ede - # - pagerduty # https://github.com/brendanhay/pagerduty/issues/7 + - pagerduty - semver - text-manipulate @@ -2837,7 +2837,6 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - safecopy # time 1.6 https://github.com/acid-state/safecopy/issues/45 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - - swagger # GHC 8 bug? https://gitlab.com/twittner/swagger/issues/6 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - thyme # https://github.com/liyang/thyme/issues/50 From e4a68150089710177bebaadc0c26cf56d685a7c7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Sep 2016 08:56:10 +0200 Subject: [PATCH 2554/3141] Remove upper bound and close #1897 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2478cf80..cbf8340a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2540,9 +2540,6 @@ packages: # https://github.com/fpco/stackage/issues/1879 - QuickCheck < 2.9.2 - - # https://github.com/fpco/stackage/issues/1897 - - xlsx < 0.3.0 # end of packages From 15506e67de4762e6ab717af6cef957ae8d288654 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Sep 2016 08:58:02 +0200 Subject: [PATCH 2555/3141] Re-enable aeson tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a9c437c..e23fb633 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2666,7 +2666,6 @@ skipped-tests: - shelly # https://github.com/yesodweb/Shelly.hs/issues/127 - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 - - aeson # generic-deriving 1.11.1 # Transitive outdated dependencies # These packages From 332eb9861e4279e4e24802ed287a3cb9fade40f6 Mon Sep 17 00:00:00 2001 From: Hans-Christian Esperer Date: Fri, 16 Sep 2016 20:01:55 +0200 Subject: [PATCH 2556/3141] add avwx avwx is a package that can parse aviation weather reports. Currently limited to METARs (aerodrome weather observation reports), plans exist to add support for other types of aviation weather reports such as terminal forecasts (TAFs). --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e23fb633..0b95cad0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2122,6 +2122,7 @@ packages: - yes-precure5-command "Hans-Christian Esperer @hce": + - avwx - wai-session-postgresql "Haisheng Wu @freizl": From 3fa7f9ee2f09c86bd3386e0f3a2d0e2536ec16a6 Mon Sep 17 00:00:00 2001 From: Florian Hofmann Date: Mon, 19 Sep 2016 12:24:23 +0200 Subject: [PATCH 2557/3141] add vector-split --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b95cad0..3275684d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2481,6 +2481,9 @@ packages: "Juan Pedro Villa Isaza @jpvillaisaza": - licensor + "Florian Hofmann fho@f12n.de @fhaust": + - vector-split + # 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 6321750a113fc35d638a89487d412ba86163ae95 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Sep 2016 23:55:43 +0200 Subject: [PATCH 2558/3141] Tell me when vector is released --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3275684d..ef6dc2c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3084,3 +3084,4 @@ build-tool-overrides: # - bindings-GLFW-3.1.2.1 # skipped test-suite tell-me-when-its-released: - bindings-GLFW-3.1.2.1 # skipped test-suite +- vector-0.11.0.0 # skipped test-suite From 3e76694f928512d8cd041f2bb8481d1a7e80b5a7 Mon Sep 17 00:00:00 2001 From: Alex Mason Date: Tue, 20 Sep 2016 15:11:27 +1000 Subject: [PATCH 2559/3141] Add foldl-statistics --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef6dc2c8..854131e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2484,6 +2484,9 @@ packages: "Florian Hofmann fho@f12n.de @fhaust": - vector-split + "Alex Mason @Axman6": + - foldl-statistics + # 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 56c757a254a7e3b7249bbbd1041ec4de6c582356 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 20 Sep 2016 08:53:06 +0200 Subject: [PATCH 2560/3141] hspec upper bound for #1902 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef6dc2c8..b1378a3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2544,6 +2544,9 @@ packages: # https://github.com/fpco/stackage/issues/1879 - QuickCheck < 2.9.2 + + # https://github.com/fpco/stackage/issues/1902 + - hspec < 2.2.4 # end of packages From 60c5c528ed7fb2e2ea316b3a9b2e0afa7127c15e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 20 Sep 2016 08:54:19 +0200 Subject: [PATCH 2561/3141] hspec-* upper bounds for #1902 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1378a3b..46743080 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2547,6 +2547,8 @@ packages: # https://github.com/fpco/stackage/issues/1902 - hspec < 2.2.4 + - hspec-core < 2.2.4 + - hspec-discover < 2.2.4 # end of packages From d11c8509164687dd831b9b6f458871b773eb924c Mon Sep 17 00:00:00 2001 From: Ondrej Palkovsky Date: Tue, 20 Sep 2016 10:07:19 +0200 Subject: [PATCH 2562/3141] add json-stream --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97eed08d..2b08d60d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2487,6 +2487,9 @@ packages: "Alex Mason @Axman6": - foldl-statistics + "Ondrej Palkovsky @ondrap": + - json-stream + # 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 3891c12635ddae0c33d813a2f07a9279addf3aed Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 20 Sep 2016 21:54:34 +0200 Subject: [PATCH 2563/3141] stratosphere upper bound for #1905 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b08d60d..7ae1c918 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2555,6 +2555,9 @@ packages: - hspec < 2.2.4 - hspec-core < 2.2.4 - hspec-discover < 2.2.4 + + # https://github.com/fpco/stackage/issues/1905 + - stratosphere < 0.1.5 # end of packages From 7dac2088e0d5322e1a745cd9ac206f87f55a1536 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Sep 2016 09:16:52 +0200 Subject: [PATCH 2564/3141] Remove upper bounds and close #1905 This reverts commit 3891c12635ddae0c33d813a2f07a9279addf3aed. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ae1c918..2b08d60d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2555,9 +2555,6 @@ packages: - hspec < 2.2.4 - hspec-core < 2.2.4 - hspec-discover < 2.2.4 - - # https://github.com/fpco/stackage/issues/1905 - - stratosphere < 0.1.5 # end of packages From 3c3c478b85e2dfef9a4d2f6aa6f31781a6cd600e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Sep 2016 09:23:11 +0200 Subject: [PATCH 2565/3141] servant upper bounds for #1906 --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b08d60d..7968a980 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2555,6 +2555,14 @@ packages: - hspec < 2.2.4 - hspec-core < 2.2.4 - hspec-discover < 2.2.4 + + # https://github.com/fpco/stackage/issues/1906 + - servant < 0.9 + - servant-client < 0.9 + - servant-foreign < 0.9 + - servant-server < 0.9 + - servant-docs < 0.9 + - servant-js < 0.9 # end of packages From 37159e33a7e7f34e337d848febd86a4b5d521e1b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Sep 2016 15:25:35 +0200 Subject: [PATCH 2566/3141] language-puppet upper bound for #1906 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7968a980..5e9bacd2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2563,6 +2563,7 @@ packages: - servant-server < 0.9 - servant-docs < 0.9 - servant-js < 0.9 + - language-puppet < 1.3.2 # end of packages From e118d728896602741c414461e1654a0480ba57a0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Sep 2016 15:26:31 +0200 Subject: [PATCH 2567/3141] jose-jwt benchmarks have been fixed (but jose-jwt is still disabled) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e9bacd2..23d7d7c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2925,7 +2925,6 @@ expected-benchmark-failures: - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - - jose-jwt # https://github.com/tekul/jose-jwt/issues/12 - lens # https://github.com/ekmett/lens/issues/672 - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 From 3ea1b3dfef9ee95805065d31ec5ff8eb5146db42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 21 Sep 2016 14:41:07 -0400 Subject: [PATCH 2568/3141] Add back conduit-connection 0.1.0.2 works with GHC 8 after the transformers upper bound was increased. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23d7d7c3..8784bf2a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2038,7 +2038,7 @@ packages: "Sebastian Dröge slomo@coaxion.net @sdroege": - conduit-iconv - # GHC 8 - conduit-connection + - conduit-connection "Andrew Rademacher @AndrewRademacher": - aeson-casing From d61fe84d3341246b6a0f72df36b53fc42c21e092 Mon Sep 17 00:00:00 2001 From: Jon Schoning Date: Wed, 21 Sep 2016 14:08:24 -0500 Subject: [PATCH 2569/3141] add pinboard (unblocking aeson) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23d7d7c3..d39f47a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -177,8 +177,7 @@ packages: - mandrill "Jon Schoning @jonschoning": - [] - # - pinboard # BLOCKED aeson 1.0 + - pinboard "Jasper Van der Jeugt @jaspervdj": - blaze-html From f624b4824f4fde4eea1b73fe9a86cfbc651c2143 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Sep 2016 21:05:47 +0200 Subject: [PATCH 2570/3141] Re-enable opaleye and dependents #1908 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23d7d7c3..8da6a89e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -843,7 +843,7 @@ packages: - language-ecmascript "Tom Ellis @tomjaguarpaw": - # - opaleye # BLOCKED aeson 1.0 + - opaleye - product-profunctors "Samplecount stefan@samplecount.com @kaoskorobase": @@ -1759,12 +1759,12 @@ packages: - irc "Dennis Gosnell @cdepillabout": - # - emailaddress # BLOCKED aeson 1.0 via opaleye + - emailaddress - envelope # - hailgun # BLOCKED http-client 0.5 # GHC 8 - ig - natural-transformation - # - opaleye-trans # BLOCKED aeson 1.0 via opaleye + - opaleye-trans - read-env-var - yahoo-finance-api From 92c5de35951c86671c5e9b9fb9a71d33f63eb740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=83=D1=80=20=D0=A4=D0=B0=D0=B9=D0=B7?= =?UTF-8?q?=D1=80=D0=B0=D1=85=D0=BC=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Thu, 22 Sep 2016 01:39:18 +0500 Subject: [PATCH 2571/3141] Remove `sodium` package from Stackage I've added this package long ago because I was asked to by package author. When first build issues were reported I sent an email to author asking him to take maintenance in his hands but received no answer so far. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8da6a89e..9a1848ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -832,7 +832,6 @@ packages: - zip-archive "Arthur Fayzrakhmanov @geraldus": - # GHC 8 - sodium - yesod-form-richtext - ghcjs-perch From e3fa0c1e3f29d7a382e4e18e00edd9fb3603d5d8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Sep 2016 23:45:35 +0200 Subject: [PATCH 2572/3141] Mark next criterion release for upgrade in LTS #1912 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a1848ef..1a4b7de5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3103,3 +3103,4 @@ build-tool-overrides: tell-me-when-its-released: - bindings-GLFW-3.1.2.1 # skipped test-suite - vector-0.11.0.0 # skipped test-suite +- criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 From 270cfc288b723e20befef76bcf5ee632e65a9f55 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 22 Sep 2016 10:12:32 +0300 Subject: [PATCH 2573/3141] Add back haskell-neo4j-client asilvestre/haskell-neo4j-rest-client#27 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a4b7de5..b6774f81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1631,8 +1631,7 @@ packages: # Test suite needs a running neo4j server with auth disabled # unfortunately the cabal package name and the github repo don't have the exact same name # package name is haskell-neo4j-client github name is haskell-neo4j-rest-client - [] - # - haskell-neo4j-client # https://github.com/asilvestre/haskell-neo4j-rest-client/issues/27 + - haskell-neo4j-client "Alexey Khudyakov @Shimuuar": - histogram-fill From 644416490cb350c9a2e6fea8ccf0b79fd4d1533a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 22 Sep 2016 09:24:02 +0200 Subject: [PATCH 2574/3141] Re-enable timezone-* and tz packages (closes #1913) --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 647f81cc..3d2e781f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -561,8 +561,8 @@ packages: - tasty-smallcheck - tasty-html - time-lens - # GHC 8 - timezone-olson - # GHC 8 - timezone-series + - timezone-olson + - timezone-series - traverse-with-class - tuples-homogenous-h98 @@ -2047,7 +2047,7 @@ packages: "Mihaly Barasz klao@nilcons.com @klao": - lens-datetime - # via timezone-olson - tz + - tz - tzdata "Timothy Klim @TimothyKlim": From d050317a5023872f908cf4b437bdb000db31a128 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 22 Sep 2016 10:50:43 +0300 Subject: [PATCH 2575/3141] Unblock package khibino/haskell-json-rpc-generic#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3d2e781f..29e96f66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2242,7 +2242,7 @@ packages: - relational-record - text-ldap - debian-build - # - json-rpc-generic https://github.com/khibino/haskell-json-rpc-generic/issues/1 + - json-rpc-generic "wren romano @wrengr": - bytestring-lexing From c7df07819add3d3d1d37ea09e97a8733e0beb687 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Thu, 22 Sep 2016 17:05:41 +0900 Subject: [PATCH 2576/3141] re-enable json-rpc-generic --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a4b7de5..e5685c73 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2243,7 +2243,7 @@ packages: - relational-record - text-ldap - debian-build - # - json-rpc-generic https://github.com/khibino/haskell-json-rpc-generic/issues/1 + - json-rpc-generic "wren romano @wrengr": - bytestring-lexing From a17a5c67ffbd0128d3caa47accb0a1b1f6741b97 Mon Sep 17 00:00:00 2001 From: Philipp Balzarek Date: Thu, 22 Sep 2016 13:37:58 +0200 Subject: [PATCH 2577/3141] Add xml-picklers --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05143f8e..3461e5c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2486,6 +2486,9 @@ packages: "Ondrej Palkovsky @ondrap": - json-stream + + "Philipp Balzarek ": + - xml-picklers # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From a92d4818df73299563e9dc940ea81ebf0e447d2a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 22 Sep 2016 20:29:47 +0200 Subject: [PATCH 2578/3141] hw-prim upper bound for #1920 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3461e5c4..6c375708 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2564,6 +2564,9 @@ packages: - servant-docs < 0.9 - servant-js < 0.9 - language-puppet < 1.3.2 + + # https://github.com/fpco/stackage/issues/1920 + - hw-prim < 0.1.0.1 # end of packages From 17b38243ff4a7bb1bca2d14919868c174cd2c156 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 22 Sep 2016 22:24:20 +0200 Subject: [PATCH 2579/3141] Remove upper bound and close #1879 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c375708..8d4b5332 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2486,7 +2486,7 @@ packages: "Ondrej Palkovsky @ondrap": - json-stream - + "Philipp Balzarek ": - xml-picklers @@ -2548,9 +2548,6 @@ packages: # https://github.com/fpco/stackage/issues/1876 - fixed-vector < 0.9 - # https://github.com/fpco/stackage/issues/1879 - - QuickCheck < 2.9.2 - # https://github.com/fpco/stackage/issues/1902 - hspec < 2.2.4 - hspec-core < 2.2.4 From 147ccf4c2d029ccc9eca52773de12ff37250ac88 Mon Sep 17 00:00:00 2001 From: Nicolas Trangez Date: Thu, 22 Sep 2016 22:48:40 +0200 Subject: [PATCH 2580/3141] Re-enable `reedsolomon` `reedsolomon-0.0.4.1`, now available from Hackage, supports GHC 8 and Stackage LTS 7. See: cb54d78615c0e154913007e9437ff30de6e13661 See: https://github.com/fpco/stackage/issues/1907 See: https://github.com/NicolasT/reedsolomon/releases/tag/reedsolomon-0.0.4.1 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c375708..8176a109 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2222,8 +2222,8 @@ packages: "Lennart Kolmodin @kolmodin": - binary-bits - # "Nicolas Trangez @NicolasT": - # GHC 8 - reedsolomon + "Nicolas Trangez @NicolasT": + - reedsolomon "Alp Mestanogullari @alpmestan": - taggy From 0084580ec3416297be3d3f68761a3029bcca7247 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 22 Sep 2016 22:58:58 +0200 Subject: [PATCH 2581/3141] Remove upper bound and close #1816 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d4b5332..f3c8457f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2526,9 +2526,6 @@ packages: - diagrams-svg < 1.4.0.4 - optparse-generic < 1.1.2 - # https://github.com/fpco/stackage/issues/1816 - - mersenne-random-pure64 < 0.2.1.0 - # https://github.com/fpco/stackage/issues/1833 - http-api-data < 0.3 From bf406c334be569fae85f24e672f88aad49524289 Mon Sep 17 00:00:00 2001 From: Toshio Ito Date: Fri, 23 Sep 2016 19:17:40 +0900 Subject: [PATCH 2582/3141] add debugito's wild-bind and its family packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8cce1853..5f1cf52a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2312,6 +2312,10 @@ packages: - fold-debounce-conduit - stopwatch - wikicfp-scraper + - wild-bind + - wild-bind-x11 + - wild-bind-indicator + - wild-bind-task-x11 "Cies Breijs @cies": - htoml From 56a76fedd9df93749a4095d60cddc34bf39baed2 Mon Sep 17 00:00:00 2001 From: Shou Date: Fri, 23 Sep 2016 11:32:16 +0100 Subject: [PATCH 2583/3141] add type-operators boolean-like --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8cce1853..c0a88db3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -501,6 +501,10 @@ packages: - time-compat - through-text + "Benedict Aas @Shou": + - boolean-like + - type-operators + "Sebastiaan Visser @sebastiaanvisser": - clay - fclabels From 817fbda8f5754cae7ee49bb5842308f783b1c911 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 23 Sep 2016 19:02:12 +0200 Subject: [PATCH 2584/3141] hw-bits upper bound for #1920 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcbac461..4bc9b4f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2569,6 +2569,7 @@ packages: # https://github.com/fpco/stackage/issues/1920 - hw-prim < 0.1.0.1 + - hw-bits < 0.1.0.1 # end of packages From 0e2554d7d07d7875d44d3640e06dd1f5c473a2df Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 23 Sep 2016 19:11:41 +0200 Subject: [PATCH 2585/3141] Expect reedsolomon haddocks to fail NicolasT/reedsolomon#53 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bc9b4f5..b40c00ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,6 +2958,7 @@ expected-haddock-failures: # "Compilation" errors - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - metrics # https://github.com/iand675/metrics/issues/5 + - reedsolomon # https://github.com/NicolasT/reedsolomon/issues/53 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From c6ad71955bf7c2dba8d1900e63f7034ae1291c3b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 23 Sep 2016 19:45:02 +0200 Subject: [PATCH 2586/3141] Note newtype-generics outdated test suite #1863 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b40c00ff..9dc63fbc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2547,7 +2547,7 @@ packages: - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this # https://github.com/fpco/stackage/issues/1863 - - newtype-generics < 0.4 + - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - MemoTrie < 0.6.5 # https://github.com/fpco/stackage/issues/1876 From 4bd059aa061fb445f1a359f87b5ebaffff717201 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 23 Sep 2016 20:25:33 +0200 Subject: [PATCH 2587/3141] Cleanup * Remove upper bounds and close #1855 * Re-enable optparse-generic * Add some outdated test suite notes --- build-constraints.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9dc63fbc..3e92c9e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -710,7 +710,7 @@ packages: "Daniel Gröber @DanielG": [] - # - ghc-mod # BLOCKED pipes 4.2 + # - ghc-mod # BLOCKED pipes 4.2 & optparse-applicative 0.13.0.0 when #1784 gets lifted # - cabal-helper # BLOCKED extra 1.5 "Yann Esposito yogsototh @yogsototh": @@ -905,7 +905,7 @@ packages: - cabal-rpm - cabal-sort - hslua - # - idris # BLOCKED aeson 1.0 + # - idris # BLOCKED aeson 1.0 & optparse-applicative 0.13.0.0 after #1784 - cairo - gio @@ -2527,12 +2527,11 @@ packages: - SVGFonts < 1.6 # https://github.com/fpco/stackage/issues/1784 - - optparse-applicative < 0.13.0.0 + - optparse-applicative < 0.13.0.0 # May need to disable test suite when lifting this https://github.com/pcapriotti/optparse-applicative/issues/228 - diagrams-canvas < 1.3.0.7 - diagrams-cairo < 1.3.1.2 - diagrams-rasterific < 1.3.1.9 - diagrams-svg < 1.4.0.4 - - optparse-generic < 1.1.2 # https://github.com/fpco/stackage/issues/1833 - http-api-data < 0.3 @@ -2540,9 +2539,6 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1855 - - ansigraph < 0.3.0.0 - # https://github.com/fpco/stackage/issues/1857 - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this @@ -2696,6 +2692,8 @@ skipped-tests: - shelly # https://github.com/yesodweb/Shelly.hs/issues/127 - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 + - newtype-generics # https://github.com/jcristovao/newtype-generics/issues/7 + - uri-bytestring # via derive # Transitive outdated dependencies # These packages @@ -3112,3 +3110,4 @@ tell-me-when-its-released: - bindings-GLFW-3.1.2.1 # skipped test-suite - vector-0.11.0.0 # skipped test-suite - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 +- newtype-generics-0.4.1 # resolves #1863 From 6b8f7b8f72789aa467b9ff11ed21acd1f5f078d8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 23 Sep 2016 20:55:14 +0200 Subject: [PATCH 2588/3141] Re-enable some tests with updated bounds --- build-constraints.yaml | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e92c9e0..b58e7589 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2523,6 +2523,7 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": + # https://github.com/fpco/stackage/issues/1767 - SVGFonts < 1.6 @@ -2679,41 +2680,38 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. + - Cabal # QuickCheck 2.9 + - ChasingBottoms # QuickCheck 2.9 - GLFW-b # https://github.com/bsl/GLFW-b/issues/62 - HsOpenSSL # https://github.com/phonohawk/HsOpenSSL/issues/57 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - bindings-GLFW # https://github.com/bsl/bindings-GLFW/issues/40 + - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 + - cgi # QuickCheck 2.9 + - chell # options & via chell-quickcheck - concurrent-extra # https://github.com/basvandijk/concurrent-extra/pull/15 - - fb # https://github.com/prowdsponsor/fb/issues/42 + - ed25519 # QuickCheck 2.9 + - hasql # QuickCheck 2.9 - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 + - pure-cdb # test-simple - shelly # https://github.com/yesodweb/Shelly.hs/issues/127 + - state-plus # QuickCheck 2.9 + - system-filepath # QuickCheck 2.9 - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 - - newtype-generics # https://github.com/jcristovao/newtype-generics/issues/7 - - uri-bytestring # via derive # Transitive outdated dependencies # These packages # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - - yaml # via aeson-qq - - # QuickCheck 2.9 - - Cabal - - ChasingBottoms - - bytestring-handle - - cgi - - ed25519 - - hasql - - state-plus - - dbus - - options - - system-filepath - - pure-cdb + - swagger2 # haskell-src-exts 1.18 via aeson-qq + - servant-swagger # haskell-src-exts 1.18 via aeson-qq + - yaml # haskell-src-exts via aeson-qq + - options # QuickCheck via chell-quickcheck # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. @@ -2727,9 +2725,6 @@ skipped-tests: # Missing foreign library - symengine # symengine - # haskell-src-exts 1.18 via aeson-qq - - swagger2 - - servant-swagger # Wontfix. The maintainer chose to keep these broken/outdated, only # re-enable if requested. @@ -2841,7 +2836,6 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - - yaml # https://github.com/snoyberg/yaml/issues/92 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 3420ac9bec6f453b9dc12e30b041e6a509424087 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 23 Sep 2016 21:03:19 +0200 Subject: [PATCH 2589/3141] Check the haddock and benchmark issues --- build-constraints.yaml | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b58e7589..b613a903 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2840,6 +2840,7 @@ expected-test-failures: # Assertion failures, these can be real bugs or just limitations # in the test cases. - DRBG # https://github.com/TomMD/DRBG/issues/7 + - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - clash-prelude # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 @@ -2855,9 +2856,11 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - safecopy # time 1.6 https://github.com/acid-state/safecopy/issues/45 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 + - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 + - thyme # https://github.com/liyang/thyme/issues/50 + - tries # https://github.com/athanclark/tries/issues/2 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - - thyme # https://github.com/liyang/thyme/issues/50 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d @@ -2886,18 +2889,6 @@ expected-test-failures: - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 - # https://github.com/MichelBoucey/cayley-client/issues/2 - - cayley-client - - # https://github.com/hspec/hspec/issues/278 - - hspec-core - - # https://github.com/athanclark/tries/issues/2 - - tries - - # https://github.com/khibino/haskell-text-ldap/issues/1 - - text-ldap - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -2916,9 +2907,6 @@ expected-benchmark-failures: - cassava # https://github.com/hvr/cassava/pull/117 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure - # Stackage upper bounds, re-enable these when their upper bound is removed - - cassava-conduit # 0.3.2 - # Compilation failures - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 @@ -2951,16 +2939,13 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - metrics # https://github.com/iand675/metrics/issues/5 - reedsolomon # https://github.com/NicolasT/reedsolomon/issues/53 + - hocilib # https://github.com/fpinsight/hocilib/issues/1 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 - # https://github.com/fpco/stackage/pull/1797#issuecomment-242730215 - - hocilib - # end of expected-haddock-failures - # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. # By skipping a benchmark, we do not pull in the build dependencies # Packages should only be added here if required by `stackage-curator check' From 4bcf5089426764c50426d8f70cb5689ccf1bc49d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 23 Sep 2016 22:52:52 +0200 Subject: [PATCH 2590/3141] Re-enable jose-jwt --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b613a903..d01cd61a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1071,8 +1071,7 @@ packages: - persistent-refs "Luke Taylor @tekul": - [] - # - jose-jwt # BLOCKED haskell-src-exts 1.18 via aeson-qq + - jose-jwt # BLOCKED haskell-src-exts 1.18 via aeson-qq "Brendan Hay @brendanhay": # BLOCKED http-conduit 2.2 From e5b274752f0a67e446319766b5e96960f4498442 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 24 Sep 2016 12:57:35 +0200 Subject: [PATCH 2591/3141] Disable jose-jwt test suite tekul/jose-jwt#13 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d01cd61a..0e102df6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2835,6 +2835,7 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 + - jose-jwt # https://github.com/tekul/jose-jwt/issues/13 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 435fbe17679bd7d2571c5b2ea1cea6bdc4df831a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 24 Sep 2016 13:05:19 +0200 Subject: [PATCH 2592/3141] Remove upper bounds and close #1920 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e102df6..73d04c36 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2562,10 +2562,6 @@ packages: - servant-docs < 0.9 - servant-js < 0.9 - language-puppet < 1.3.2 - - # https://github.com/fpco/stackage/issues/1920 - - hw-prim < 0.1.0.1 - - hw-bits < 0.1.0.1 # end of packages From 0990ef3c041f2aea4f039f29d06e4a19c247cc75 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sat, 24 Sep 2016 12:28:19 +0100 Subject: [PATCH 2593/3141] Revert "Disable jose-jwt test suite tekul/jose-jwt#13" Version 0.7.3 now has the missing test file added to extra-source-files Fixes tekul/jose-jwt#13 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73d04c36..a52b0069 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2831,7 +2831,6 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - - jose-jwt # https://github.com/tekul/jose-jwt/issues/13 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 26dac1d0fcd1558c0dd31854046af52fd3f34c07 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 24 Sep 2016 22:57:52 +0200 Subject: [PATCH 2594/3141] hspec-megaparsec upper bound for #1929 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a52b0069..094f8802 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2562,6 +2562,9 @@ packages: - servant-docs < 0.9 - servant-js < 0.9 - language-puppet < 1.3.2 + + # https://github.com/fpco/stackage/issues/1929 + - hspec-megaparsec < 0.3.0 # end of packages From 6e9d0257a84cadeddb077cb94978d7778ca67d6a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 24 Sep 2016 23:02:17 +0200 Subject: [PATCH 2595/3141] Revert "Revert "Disable jose-jwt test suite tekul/jose-jwt#13"" #1928 This reverts commit 0990ef3c041f2aea4f039f29d06e4a19c247cc75. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 094f8802..31b9bfe6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2834,6 +2834,7 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 + - jose-jwt # https://github.com/tekul/jose-jwt/issues/13 # Assertion failures, these can be real bugs or just limitations # in the test cases. From cbb8f04447f1acdcb2936925f195ad5ff38fad91 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 25 Sep 2016 00:07:48 +0200 Subject: [PATCH 2596/3141] Add reminder for #1902 and fpco/lts-haskell#27 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31b9bfe6..de4200d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3089,3 +3089,4 @@ tell-me-when-its-released: - vector-0.11.0.0 # skipped test-suite - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - newtype-generics-0.4.1 # resolves #1863 +- point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 From 6fab16ef56c2efd74c000aff365a9c345285e40c Mon Sep 17 00:00:00 2001 From: Vivian McPhail Date: Sun, 25 Sep 2016 12:22:55 +1300 Subject: [PATCH 2597/3141] Update build-constraints.yaml Updated for GHC 8 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de4200d6..b2d909b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1275,9 +1275,9 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - # GHC 8 - plot - # via plot - plot-gtk - # via plot - plot-gtk3 + - plot + - plot-gtk + - plot-gtk3 - vector-buffer # 0.1.2.1 Compilation failure against hmatrix https://github.com/amcphail/hmatrix-repa/issues/2 - hmatrix-repa From 30408381333d65b28dbed9ef6786806cf97d9ae2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 25 Sep 2016 12:39:47 +0200 Subject: [PATCH 2598/3141] Revert "Revert "Revert "Disable jose-jwt test suite tekul/jose-jwt#13"" #1928" This reverts commit 6e9d0257a84cadeddb077cb94978d7778ca67d6a. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2d909b7..e9d23334 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2834,7 +2834,6 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - - jose-jwt # https://github.com/tekul/jose-jwt/issues/13 # Assertion failures, these can be real bugs or just limitations # in the test cases. From eb2406861f3e17385234f3ffb04493769353b05a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 25 Sep 2016 13:33:57 +0200 Subject: [PATCH 2599/3141] Add stack issue ref to reedsolomon haddock failure NicolasT/reedsolomon#53 commercialhaskell/stack#2631 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9d23334..a60c8855 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2936,7 +2936,7 @@ expected-haddock-failures: # "Compilation" errors - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - metrics # https://github.com/iand675/metrics/issues/5 - - reedsolomon # https://github.com/NicolasT/reedsolomon/issues/53 + - reedsolomon # https://github.com/NicolasT/reedsolomon/issues/53 & https://github.com/commercialhaskell/stack/issues/2631 - hocilib # https://github.com/fpinsight/hocilib/issues/1 # Haddock bugs From 41e3692efe7e00f0fa1d9085e3d88e27b38124d0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 25 Sep 2016 22:02:19 +0200 Subject: [PATCH 2600/3141] Re-enable reedsolomon tests NicolasT/reedsolomon#53 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a60c8855..0f83fb0a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2936,7 +2936,6 @@ expected-haddock-failures: # "Compilation" errors - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - metrics # https://github.com/iand675/metrics/issues/5 - - reedsolomon # https://github.com/NicolasT/reedsolomon/issues/53 & https://github.com/commercialhaskell/stack/issues/2631 - hocilib # https://github.com/fpinsight/hocilib/issues/1 # Haddock bugs From 7b7e4882ae858850d361a076838fcae2954df79e Mon Sep 17 00:00:00 2001 From: Sergey Alirzaev Date: Mon, 26 Sep 2016 03:08:51 +0300 Subject: [PATCH 2601/3141] add NineP --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f83fb0a..893e7179 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1615,6 +1615,7 @@ packages: "Sergey Alirzaev @l29ah": - monad-peel + - NineP # GHC 8 - Network-NineP "Oliver Charles @ocharles": From b175787eeecf9c660111109f78883758b1eb7125 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 26 Sep 2016 07:15:23 +0300 Subject: [PATCH 2602/3141] Add back wai-middleware-consul alphaHeavy/consul-haskell#14 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f83fb0a..c8aa585f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -125,7 +125,7 @@ packages: - quickcheck-assertions # - hackage-mirror BLOCKED aws - # - wai-middleware-consul # https://github.com/alphaHeavy/consul-haskell/issues/14 + - wai-middleware-consul - wai-middleware-crowd - monad-logger-json - safe-exceptions From 1cf860861627efe559e453d262b39ad69e6c335b Mon Sep 17 00:00:00 2001 From: Michele Lacchia Date: Mon, 26 Sep 2016 10:50:39 +0200 Subject: [PATCH 2603/3141] Remove disabled package (GHC 8 - argon) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f83fb0a..952c1e24 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1974,7 +1974,6 @@ packages: - IntervalMap "Michele Lacchia @rubik": - # GHC 8 - argon - docopt - pathwalk From 91c467d48be945f84cb4beba7782be179985a84b Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 26 Sep 2016 16:38:43 +0300 Subject: [PATCH 2604/3141] Re-enable aeson-extra --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f83fb0a..65c03bc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1004,7 +1004,7 @@ packages: "Oleg Grenrus @phadej": - aeson-compat - # GHC 8 - aeson-extra + - aeson-extra - binary-orphans - binary-tagged - edit-distance From 21fe40f688299162509b2cefba5496039a209dc1 Mon Sep 17 00:00:00 2001 From: Dominic Orchard Date: Mon, 26 Sep 2016 14:51:51 +0100 Subject: [PATCH 2605/3141] Re-enabled camfort and fortran-src Their dependencies on haskell-src-exts and derive have been removed. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f83fb0a..efdf33fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2434,9 +2434,9 @@ packages: "Dominic Orchard @dorchard": - array-memoize - # - camfort # BLOCKED haskell-src-exts 1.18 via fortran-src + - camfort # - codo-notation # BLOCKED haskell-src-exts 1.18 - # - fortran-src # haskell-src-exts 1.18 via derive + - fortran-src # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - ixmonad - language-fortran From 58f03c1ef59a4e6ab0af4fb199aa07d84e81d0f5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 26 Sep 2016 13:14:19 -0700 Subject: [PATCH 2606/3141] Add constraint "servant-auth-cookie < 0.4" per #1833 and #1906 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f83fb0a..945368bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2535,6 +2535,7 @@ packages: # https://github.com/fpco/stackage/issues/1833 - http-api-data < 0.3 + - servant-auth-cookie < 0.4 # also per servant < 0.9 #1906 # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 @@ -2562,6 +2563,7 @@ packages: - servant-docs < 0.9 - servant-js < 0.9 - language-puppet < 1.3.2 + - servant-auth-cookie < 0.4 # also per http-api-data < 0.3 #1833 # https://github.com/fpco/stackage/issues/1929 - hspec-megaparsec < 0.3.0 From 752db71c9be87f07520f7b7a2ef8cbc7cd1d74fd Mon Sep 17 00:00:00 2001 From: voidex Date: Mon, 26 Sep 2016 23:59:03 +0300 Subject: [PATCH 2607/3141] Enabled hdocs, hsdev: fail test was removed --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 945368bf..f473a0c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -873,9 +873,9 @@ packages: - servant-cassava "Alexandr Ruchkin @mvoidex": - # missing test files https://github.com/fpco/stackage/issues/1562 - hdocs + - hdocs - hformat - # missing test files https://github.com/fpco/stackage/issues/1562 - hsdev + - hsdev - simple-log - text-region From 09ba981571acc8378172a5544ef8e4996b6217e7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 26 Sep 2016 14:59:13 -0700 Subject: [PATCH 2608/3141] Add constraints per haskell-works/hw-rankselect#2 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 945368bf..22e00de7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2567,6 +2567,11 @@ packages: # https://github.com/fpco/stackage/issues/1929 - hspec-megaparsec < 0.3.0 + + # https://github.com/haskell-works/hw-rankselect/issues/2 + - hw-prim < 0.3.0.1 + - hw-bits < 0.2.0.2 + # end of packages From e50a283791872e6c203ce401f9c2526df28b4f21 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 26 Sep 2016 16:02:58 -0700 Subject: [PATCH 2609/3141] Tweak to last known working versions --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22e00de7..7d01930f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2569,8 +2569,8 @@ packages: - hspec-megaparsec < 0.3.0 # https://github.com/haskell-works/hw-rankselect/issues/2 - - hw-prim < 0.3.0.1 - - hw-bits < 0.2.0.2 + - hw-prim ==0.1.0.3 + - hw-bits ==0.1.0.1 # end of packages From 2e38d0781d03c88a5fe2e53f6f6b335a1134e644 Mon Sep 17 00:00:00 2001 From: Travis Whitaker Date: Mon, 26 Sep 2016 16:15:24 -0700 Subject: [PATCH 2610/3141] Add lmdb package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5e76a71..4a3f2763 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2480,6 +2480,7 @@ packages: "Travis Whitaker ": - cpuinfo + - lmdb - rdf "Juan Pedro Villa Isaza @jpvillaisaza": From 36f6627961ed9310244c4fb8d5e2a39fc8a2de96 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 26 Sep 2016 17:08:30 -0700 Subject: [PATCH 2611/3141] Revert "Add lmdb package." --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8018e5ed..e8b26207 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2480,7 +2480,6 @@ packages: "Travis Whitaker ": - cpuinfo - - lmdb - rdf "Juan Pedro Villa Isaza @jpvillaisaza": From 162d71cf8272b13b25c8915a804e77a70035aa22 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 26 Sep 2016 17:14:34 -0700 Subject: [PATCH 2612/3141] Add liblmdb-dev per #1942 --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index ab6e01ea..29640833 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -74,6 +74,7 @@ apt-get install -y \ libjudy-dev \ liblapack-dev \ libleveldb-dev \ + liblmdb-dev \ liblzma-dev \ libmagic-dev \ libmagickcore-dev \ From 88b29a97875af35c7a42d7871fd59fc1c97a08a6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 26 Sep 2016 20:47:13 -0700 Subject: [PATCH 2613/3141] Revert "Revert "Add lmdb package."" --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8b26207..8018e5ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2480,6 +2480,7 @@ packages: "Travis Whitaker ": - cpuinfo + - lmdb - rdf "Juan Pedro Villa Isaza @jpvillaisaza": From 79f9700fa83b27eef1395fcf5ce4fb98a46adb99 Mon Sep 17 00:00:00 2001 From: winterland Date: Tue, 27 Sep 2016 12:05:07 +0800 Subject: [PATCH 2614/3141] Add some packages I have uploaded a new version of wire-streams, which use tasty instead of cabal-quickcheck. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8018e5ed..70aa4599 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,6 +8,8 @@ packages: "Winter Land @winterland1989": - tcp-streams + - wire-streams + - binary-parsers "Harendra Kumar @harendra-kumar": - unicode-transforms From da040c5f0d6c0291a301b8cc8fb080628e559505 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 26 Sep 2016 20:28:49 +0300 Subject: [PATCH 2615/3141] Fix #1905 #1833 --- build-constraints.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8018e5ed..16c67ac2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2534,10 +2534,6 @@ packages: - diagrams-rasterific < 1.3.1.9 - diagrams-svg < 1.4.0.4 - # https://github.com/fpco/stackage/issues/1833 - - http-api-data < 0.3 - - servant-auth-cookie < 0.4 # also per servant < 0.9 #1906 - # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 @@ -2556,16 +2552,6 @@ packages: - hspec-core < 2.2.4 - hspec-discover < 2.2.4 - # https://github.com/fpco/stackage/issues/1906 - - servant < 0.9 - - servant-client < 0.9 - - servant-foreign < 0.9 - - servant-server < 0.9 - - servant-docs < 0.9 - - servant-js < 0.9 - - language-puppet < 1.3.2 - - servant-auth-cookie < 0.4 # also per http-api-data < 0.3 #1833 - # https://github.com/fpco/stackage/issues/1929 - hspec-megaparsec < 0.3.0 @@ -2718,6 +2704,7 @@ skipped-tests: - servant-swagger # haskell-src-exts 1.18 via aeson-qq - yaml # haskell-src-exts via aeson-qq - options # QuickCheck via chell-quickcheck + - uri-bytestring # haskell-src-exts via derive # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From 61d7b14fca86c03e28b5d5d95e73f1673d60c56a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 28 Sep 2016 10:13:10 +0300 Subject: [PATCH 2616/3141] Add pid1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8018e5ed..5546023e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -131,6 +131,7 @@ packages: - safe-exceptions - monad-logger-syslog - fsnotify-conduit + - pid1 - fsnotify - hinotify From 96059ebea56fe873f0467afdf48c4e87c4f20136 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Wed, 28 Sep 2016 16:03:10 +0200 Subject: [PATCH 2617/3141] Add multistate, pqueue --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5546023e..b773cc63 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2498,6 +2498,10 @@ packages: "Philipp Balzarek ": - xml-picklers + + "Lennart Spitzner lsp@informatik.uni-kiel.de @lspitzner": + - multistate + - pqueue # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 4a67f82057c299a3911a44af4b1d8c31a25be336 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Sep 2016 10:13:37 -0700 Subject: [PATCH 2618/3141] Skip benchmarks for incremental-parser per blamario/incremental-parser#1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5546023e..980507b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2979,6 +2979,7 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 + - incremental-parser # https://github.com/blamario/incremental-parser/issues/1 # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 From e14944172ecd076429260be2e26b4736dbb17b37 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Sep 2016 10:28:30 -0700 Subject: [PATCH 2619/3141] re-enable hoauth2, closes #1937 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d874ccfb..e5f3e154 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2129,8 +2129,7 @@ packages: - wai-session-postgresql "Haisheng Wu @freizl": - [] - # - hoauth2 # BLOCKED aeson 1.0 + - hoauth2 "Falko Peters @informatikr": - scrypt From 2a22e8a2af74f8ece5af5f7122cb089865f2a00c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Sep 2016 15:05:14 -0700 Subject: [PATCH 2620/3141] Disable servant-mock per haskell-servant/servant-mock#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5f3e154..2fc14e78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -872,7 +872,7 @@ packages: - servant-lucid - servant-blaze - servant-foreign - - servant-mock + # - servant-mock # https://github.com/haskell-servant/servant-mock/issues/3 - servant-cassava "Alexandr Ruchkin @mvoidex": From 941330e8c528c1d6f37c6cbabe43c6771b2da995 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Sep 2016 15:08:25 -0700 Subject: [PATCH 2621/3141] Disable giphy-api per passy/giphy-api#10 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2fc14e78..55a90545 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2112,7 +2112,7 @@ packages: - language-dockerfile "Pascal Hartig @passy": - - giphy-api + # - giphy-api # https://github.com/passy/giphy-api/issues/10 - optparse-text "rightfold @rightfold": From 69a5d238c1b6babd2750025c4f653ed010288c5e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Sep 2016 15:11:00 -0700 Subject: [PATCH 2622/3141] Disable yahoo-finance-api per cdepillabout/yahoo-finance-api#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55a90545..6e515ea4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1770,7 +1770,7 @@ packages: - natural-transformation - opaleye-trans - read-env-var - - yahoo-finance-api + # - yahoo-finance-api # https://github.com/cdepillabout/yahoo-finance-api/issues/1 "Franklin Chen @FranklinChen": - Ebnf2ps From e7bd430b96c6d56c2db2c695ae652d2df99c3a8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Sep 2016 22:19:30 -0700 Subject: [PATCH 2623/3141] Revert "Skip benchmarks for incremental-parser per blamario/incremental-parser#1" This reverts commit 4a67f82057c299a3911a44af4b1d8c31a25be336. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e515ea4..2cb83ae9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2967,7 +2967,6 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - - incremental-parser # https://github.com/blamario/incremental-parser/issues/1 # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 From b832e42761ba08d1b2f55e5b5dc80b85c9df8598 Mon Sep 17 00:00:00 2001 From: Brandon Martin Date: Thu, 29 Sep 2016 12:50:26 -0700 Subject: [PATCH 2624/3141] Add rethinkdb package back to Stackage --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4cef52a..a0783400 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1745,7 +1745,7 @@ packages: "Brandon Martin @codedmart": [] # GHC 8 & via engine-io - engine-io-wai - # - rethinkdb # BLOCKED aeson 1.0 + - rethinkdb "Michael Walker @barrucadu": - both From 3304f402fa2f08bb302673754cadb8c2ff21f17e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 29 Sep 2016 16:38:48 -0700 Subject: [PATCH 2625/3141] Add constraint "yi-language < 0.13" per yi-editor/yi#913 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4cef52a..f6130f3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2565,6 +2565,9 @@ packages: - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 + # https://github.com/yi-editor/yi/issues/913 + - yi-language < 0.13 + # end of packages From 273d5f09b43452079039f731f483ca79fdd8bfee Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 30 Sep 2016 08:40:08 +0300 Subject: [PATCH 2626/3141] =?UTF-8?q?Enable=20=E2=80=98hspec-megaparsec?= =?UTF-8?q?=E2=80=99=20version=200.3.0=20and=20higher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See #1929. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6130f3b..e04f177b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2558,9 +2558,6 @@ packages: - hspec-core < 2.2.4 - hspec-discover < 2.2.4 - # https://github.com/fpco/stackage/issues/1929 - - hspec-megaparsec < 0.3.0 - # https://github.com/haskell-works/hw-rankselect/issues/2 - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 From cfefeb691bfc516ff77dcf3df3293fa377358dd3 Mon Sep 17 00:00:00 2001 From: Iago Date: Fri, 30 Sep 2016 09:01:41 +0200 Subject: [PATCH 2627/3141] Add bv package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6130f3b..0aa4acd5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2485,6 +2485,9 @@ packages: - lmdb - rdf + "Iago Abal : + - bv + "Juan Pedro Villa Isaza @jpvillaisaza": - licensor From f44cd67aa0b9cff921fce8a1bc6bd1469c6e0fd0 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 30 Sep 2016 13:50:45 +0300 Subject: [PATCH 2628/3141] Re-enable haxl --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6130f3b..940588d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1032,7 +1032,7 @@ packages: - arithmoi - friendly-time - hashable - # GHC 8 - haxl + - haxl - monad-time - packdeps - recursion-schemes From 5b0b4ca95e2418d97ad3f3d15dde6b18bd78d362 Mon Sep 17 00:00:00 2001 From: Iago Date: Fri, 30 Sep 2016 13:12:18 +0200 Subject: [PATCH 2629/3141] Fix: add missing quotation mark --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0aa4acd5..950c466d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2485,7 +2485,7 @@ packages: - lmdb - rdf - "Iago Abal : + "Iago Abal ": - bv "Juan Pedro Villa Isaza @jpvillaisaza": From ccd4bd4a1fe1d44ea996123b6d2689b86551f61a Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Fri, 30 Sep 2016 20:31:44 +0900 Subject: [PATCH 2630/3141] Add from-sum package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6130f3b..48e723f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1765,6 +1765,7 @@ packages: "Dennis Gosnell @cdepillabout": - emailaddress - envelope + - from-sum # - hailgun # BLOCKED http-client 0.5 # GHC 8 - ig - natural-transformation From e3e0e16c7e75f9878b704deb1767200cf234b7c9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 08:59:52 -0700 Subject: [PATCH 2631/3141] Disable haxl per facebook/Haxl#57 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f2412a7..9ec77d91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1032,7 +1032,7 @@ packages: - arithmoi - friendly-time - hashable - - haxl + # - haxl # https://github.com/facebook/Haxl/issues/57 - monad-time - packdeps - recursion-schemes From 3865c86566464151888a753d41e6cf2cf73d1c3e Mon Sep 17 00:00:00 2001 From: Cindy Wang Date: Sat, 1 Oct 2016 02:11:01 +0800 Subject: [PATCH 2632/3141] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ec77d91..34fc80e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2171,6 +2171,7 @@ packages: "Cindy Wang @CindyLinz": - NoTrace + - linked-list-with-iterator "Jean-Philippe Bernardy @jyp": - polynomials-bernstein From 24bb37ddab9e297eca0285aeada3b0e923c6b88a Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Fri, 30 Sep 2016 16:40:34 -0700 Subject: [PATCH 2633/3141] add hdbc-mysql --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ec77d91..d6ae0108 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2508,6 +2508,9 @@ packages: - multistate - pqueue + "Ryan Mulligan @ryantm": + - hdbc-mysql + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From ec3ac751571d4865b74bcb483be65070fb2c10ae Mon Sep 17 00:00:00 2001 From: tonyday567 Date: Sat, 1 Oct 2016 10:45:30 +1000 Subject: [PATCH 2634/3141] Added tonyday567 packages --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf26fabb..37de3728 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2122,6 +2122,9 @@ packages: "Braden Walters @meoblast001": - hakyll-sass + "Tony Day @tonyday567": + - chart-unit + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 7098d58614fbf9f155129d0622f61e0d411e8925 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 18:55:07 -0700 Subject: [PATCH 2635/3141] Remove extra empty list (bad yaml syntax) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cdce6b39..1d5ceb19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1743,7 +1743,6 @@ packages: - storable-record "Brandon Martin @codedmart": - [] # GHC 8 & via engine-io - engine-io-wai - rethinkdb From 8827106a7775615b581715e83f048bc6454d3b90 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 22:38:45 -0700 Subject: [PATCH 2636/3141] tell us when servant-mock is released --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d5ceb19..8cb9fd58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3099,3 +3099,4 @@ tell-me-when-its-released: - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 +- servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 From 5e088ab849ad8a4077ec0d24ab1c1189b0e03bae Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 22:43:09 -0700 Subject: [PATCH 2637/3141] Remove constraint on yi-language --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8cb9fd58..fc567ffa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2572,9 +2572,6 @@ packages: - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 - # https://github.com/yi-editor/yi/issues/913 - - yi-language < 0.13 - # end of packages From 9ab258766f0f30d65f3638c09e76c11f6f8bde0f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 22:46:25 -0700 Subject: [PATCH 2638/3141] Restore giphy-api --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc567ffa..bddb0216 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2112,7 +2112,7 @@ packages: - language-dockerfile "Pascal Hartig @passy": - # - giphy-api # https://github.com/passy/giphy-api/issues/10 + - giphy-api - optparse-text "rightfold @rightfold": From 2d5e438d8e38b5a389f784c94a80405dee07d3b7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 22:50:12 -0700 Subject: [PATCH 2639/3141] Re-enable haxl --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bddb0216..d1579e88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1032,7 +1032,7 @@ packages: - arithmoi - friendly-time - hashable - # - haxl # https://github.com/facebook/Haxl/issues/57 + - haxl - monad-time - packdeps - recursion-schemes From 5a9663022ee2e65b951317c38f14848785a7d5ff Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 1 Oct 2016 07:52:52 -0700 Subject: [PATCH 2640/3141] notify on new haskell-src-meta --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1579e88..522d6d39 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3097,3 +3097,4 @@ tell-me-when-its-released: - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 +- haskell-src-meta-0.6.0.14 # haskell-src-exts 0.18 From 018c6809f6e6a26540bef8a0316bc531f94e77f9 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 1 Oct 2016 18:30:57 +0100 Subject: [PATCH 2641/3141] Add data-msgpack and network-msgpack-rpc packages See https://github.com/TokTok/hs-msgpack/issues/4. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 522d6d39..586dd70c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2513,6 +2513,10 @@ packages: "Tony Day @tonyday567": - chart-unit + + "Iphigenia Df @iphydf": + - data-msgpack + - network-msgpack-rpc # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 40b27f4ca6f101db49ef58070b5efb1fdef45966 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 1 Oct 2016 15:08:53 -0700 Subject: [PATCH 2642/3141] Add constraint "tttool < 1.6.1.3" per #1784 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 522d6d39..f283f54f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2549,6 +2549,7 @@ packages: - diagrams-cairo < 1.3.1.2 - diagrams-rasterific < 1.3.1.9 - diagrams-svg < 1.4.0.4 + - tttool < 1.6.1.3 # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 From c11591c0c065093d8d4e9a3cb3bda9068488b42a Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Sun, 2 Oct 2016 23:20:34 +0900 Subject: [PATCH 2643/3141] Reenable the hailgun package. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5d2532b..029e93c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1765,7 +1765,7 @@ packages: - emailaddress - envelope - from-sum - # - hailgun # BLOCKED http-client 0.5 + - hailgun # GHC 8 - ig - natural-transformation - opaleye-trans From 909538ef4694ee8bd9be2bb7292f613bf3c8c43e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Oct 2016 16:04:50 +0900 Subject: [PATCH 2644/3141] drop bound for terminal-progress-bar (#1857) --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5d2532b..0aeeb4ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2558,9 +2558,6 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1857 - - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this - # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - MemoTrie < 0.6.5 @@ -2726,7 +2723,7 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. - - terminal-progress-bar # Fixed in 0.1.0 https://github.com/roelvandijk/terminal-progress-bar/issues/11 + # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From b88bfe9c58465f36984768cdae4aa876fe9966ad Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Oct 2016 16:45:39 +0900 Subject: [PATCH 2645/3141] http-client-0.5 is in Nightly BLOCKED http-client via wreq -> BLOCKED wreq --- build-constraints.yaml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f544e9f7..989feb6d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -401,7 +401,7 @@ packages: "Paul Harper @benekastah": [] - # - yesod-auth-oauth2 # BLOCKED http-client 0.5 + # - yesod-auth-oauth2 # BLOCKED aeson-1.0 "Felipe Lessa @meteficha": # bounds - country-codes @@ -893,7 +893,8 @@ packages: # GHC 8 - machines-binary # GHC 8 - machines-process # GHC 8 - sarsi - # - wreq # BLOCKED http-lient 0.5 # on behalf of Bryan O'Sullivan @bos + # on behalf of Bryan O'Sullivan @bos: + # - wreq # BLOCKED http-client 0.5 "Andraz Bajt @edofic": - effect-handlers @@ -970,7 +971,7 @@ packages: "Leon Mergen @solatis": - base32string - base58string - # BLOCKED wreq via http-client + # BLOCKED wreq: # - bitcoin-api # - bitcoin-api-extra - bitcoin-block @@ -2029,7 +2030,7 @@ packages: - git-fmt - omnifmt # - werewolf # BLOCKED haskell-src-exts 1.18 via interpolate - # - werewolf-slack # BLOCKED http-client 0.5 + # - werewolf-slack "Will Sewell @willsewell": - benchpress @@ -2096,7 +2097,7 @@ packages: "Pedro Tacla Yamada @yamadapc": - ascii-progress - drawille - # - extract-dependencies # http-client 0.5 via wreq + # - extract-dependencies # BLOCKED wreq - file-modules - frontmatter - read-editor @@ -2104,10 +2105,10 @@ packages: # bounds - hzulip - list-prompt # GHC 8 - memoization-utils - # - package-description-remote # BLOCKED http-client 0.5 via wreq + # - package-description-remote # BLOCKED wreq - projectroot - questioner - # - stack-run-auto # BLOCKED http-client 0.5 via wreq + # - stack-run-auto # BLOCKED wreq # - hpack-convert # BLOCKED haskell-src-exts 1.18 via interpolate - language-dockerfile @@ -2166,7 +2167,7 @@ packages: "Justus Adam @JustusAdam": [] - # - mustache # BLOCKED http-client 0.5 via wreq + #- mustache # BLOCKED wreq "Cindy Wang @CindyLinz": - NoTrace @@ -2293,7 +2294,7 @@ packages: "Ismail Mustafa @ismailmustafa": [] - # - handwriting # BLOCKED http-client 0.5 via wreq + # - handwriting # BLOCKED wreq "Stephen Diehl @sdiehl": - protolude @@ -2472,7 +2473,7 @@ packages: "Matthias Herrmann @2chilled": [] - # - scrape-changes # BLOCKED http-client 0.5 + # - scrape-changes # BLOCKED wreq "Daniel Mendler @minad": - writer-cps-mtl @@ -2528,7 +2529,7 @@ packages: - bower-json - boxes - pattern-arrows - # - purescript # BLOCKED http-client 0.5 + # - purescript # BLOCKED aeson-1.0 # If you want to make sure a package is removed from stackage, @@ -3100,3 +3101,4 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 - haskell-src-meta-0.6.0.14 # haskell-src-exts 0.18 +- wreq 0.4.1.0 From d5c849fec08610a812bece4f9e0eb80efafd8bc3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Oct 2016 17:38:15 +0900 Subject: [PATCH 2646/3141] cron owned by @MichaelXavier --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 989feb6d..309411d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1571,7 +1571,6 @@ packages: - string-class - SHA - data-ordlist - # - cron # BLOCKED haskell-src-exts 1.18 via derive - hedis "Rob O'Callahan ropoctl@gmail.com @rcallahan": From a59eb8bd6ea1cb070487a085a90221a0f0f17be3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Oct 2016 17:39:09 +0900 Subject: [PATCH 2647/3141] make haskell-src-exts blocked comments more explicit -> haskell-src-meta, derive, aeson-qq, etc --- build-constraints.yaml | 65 +++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 309411d8..ae6aeea2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -15,7 +15,7 @@ packages: - unicode-transforms "Aleksey Uimanov @s9gf4ult": - # - postgresql-query # haskell-src-exts 1.18 via derive + # - postgresql-query # BLOCKED derive - hreader - hset @@ -354,9 +354,9 @@ packages: "Simon Hengel @sol": - hspec - hspec-wai - # - hspec-wai-json # BLOCKED haskell-src-exts 1.18 via aeson-qq - # - aeson-qq # BLOCKED haskell-src-exts 1.18 - # - interpolate # BLOCKED haskell-src-exts 1.18 + #- hspec-wai-json # BLOCKED aeson-qq + #- aeson-qq # BLOCKED haskell-src-meta + #- interpolate # BLOCKED haskell-src-meta - doctest - base-compat @@ -488,7 +488,7 @@ packages: "Chris Allen bitemyapp": - machines-directory - machines-io - # - bloodhound # haskell-src-exts 1.18 via derive + # - bloodhound # BLOCKED derive and aeson-1.0 "Adam Bergmark @bergmark": - HUnit @@ -763,11 +763,11 @@ packages: # GHC 8 - file-location - fuzzcheck - haddock-api - # - here # BLOCKED haskell-src-exts 1.18 + #- here # BLOCKED haskell-src-meta - hlibgit2 - gitlib-libgit2 - hostname-validate - # - interpolatedstring-perl6 # BLOCKED haskell-src-exts 1.18 + #- interpolatedstring-perl6 # BLOCKED haskell-src-meta - iproute - missing-foreign - MissingH @@ -779,7 +779,7 @@ packages: - monad-extras # - stack < 9.9.9 # BLOCKED http-conduit 2.2 - optparse-simple - # - hpack # BLOCKED haskell-src-exts 1.18 via interpolate + # - hpack # BLOCKED interpolate "Michael Sloan @mgsloan": - th-orphans @@ -833,7 +833,7 @@ packages: # bounds - elm-package - language-glsl - prettyclass - # - QuasiText # BLOCKED haskell-src-exts 1.18 + #- QuasiText # BLOCKED haskell-src-meta - union-find - zip-archive @@ -990,15 +990,15 @@ packages: - gitson - pcre-heavy - http-link-header - # - microformats2-parser # BLOCKED haskell-src-exts 1.18 via aeson-qq + # - microformats2-parser # BLOCKED aeson-qq - hspec-expectations-pretty-diff "Francesco Mazzoli @bitonic": [] - # - language-c-quote # BLOCKED haskell-src-exts 1.18 + # - language-c-quote # BLOCKED haskell-src-meta "Sönke Hahn @soenkehahn": - # - generics-eot # BLOCKED haskell-src-exts 1.18 via interpolate + # - generics-eot # BLOCKED haskell-src-meta - getopt-generics - graph-wrapper - string-conversions @@ -1075,7 +1075,7 @@ packages: - persistent-refs "Luke Taylor @tekul": - - jose-jwt # BLOCKED haskell-src-exts 1.18 via aeson-qq + - jose-jwt "Brendan Hay @brendanhay": # BLOCKED http-conduit 2.2 @@ -1257,10 +1257,10 @@ packages: - cabal-file-th "Gershom Bazerman @gbaz": - # - jmacro # BLOCKED haskell-src-exts 1.18 - # - jmacro-rpc # BLOCKED haskell-src-exts 1.18 - # - jmacro-rpc-happstack # BLOCKED haskell-src-exts 1.18 - # via snap-core - jmacro-rpc-snap + # - jmacro # BLOCKED haskell-src-meta + # - jmacro-rpc # BLOCKED jmacro + # - jmacro-rpc-happstack # BLOCKED jmacro + # - jmacro-rpc-snap # BLOCKED snap-core - mbox - kmeans - boolsimplifier @@ -1466,9 +1466,9 @@ packages: "Michael Xavier @MichaelXavier": - angel - # - uri-bytestring # haskell-src-exts 1.18 via derive + - uri-bytestring # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - phash - # - cron # haskell-src-exts 1.18 via derive + # - cron # BLOCKED derive # GHC 8 - tasty-tap # via tasty-tap - tasty-fail-fast - drifter @@ -1547,11 +1547,11 @@ packages: - google-oauth2-jwt "koral koral@mailoo.org @k0ral": - # - atom-conduit # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring + - atom-conduit - conduit-parse - # - opml-conduit # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring - # - rss-conduit # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring - # - imm # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring + - opml-conduit + - rss-conduit + # - imm # BLOCKED derive - timerep - xml-conduit-parse @@ -1688,7 +1688,7 @@ packages: "Andrés Sicard-Ramírez @asr": [] - # - Agda # BLOCKED haskell-src-exts 1.18 + # - Agda # BLOCKED haskell-src-exts 1.18 and QuickCheck-2.9 "James Cook @mokus0": - dependent-sum @@ -1946,8 +1946,8 @@ packages: "Takahiro Himura @thimura": - lens-regex # - twitter-conduit # BLOCKED http-conduit 2.2 - # - twitter-types # haskell-src-exts 1.18 via derive - # - twitter-types-lens # haskell-src-exts 1.18 via derive + # - twitter-types # BLOCKED derive + # - twitter-types-lens # BLOCKED derive # "Robbin C. robbinch": # via lzma-conduit - zim-parser @@ -2064,7 +2064,7 @@ packages: "Jeremy Shaw @stepcut": - boomerang - # - clckwrks # haskell-src-exts 1.18 via hsx2hs + # - clckwrks # haskell-src-meta and hsx2hs # - clckwrks-cli # haskell-src-exts 1.18 via hsx2hs # - clckwrks-plugin-page # haskell-src-exts 1.18 via hsx2hs # - clckwrks-plugin-media # haskell-src-exts 1.18 via hsx2hs @@ -2199,7 +2199,7 @@ packages: - string-conv - rng-utils - rotating-log - # - ua-parser # haskell-src-exts 1.18 via derive + # - ua-parser # BLOCKED derive - hs-GeoIP - retry # GHC 8 - katip @@ -2300,7 +2300,7 @@ packages: "Daishi Nakajima @nakaji_dayo": [] - # - yesod-job-queue # BLOCKED haskell-src-exts 1.18 via cron + # - yesod-job-queue # BLOCKED cron # "Braden Walters @meoblast001": # via hakyll - hakyll-sass @@ -2413,8 +2413,8 @@ packages: - text-conversions "Patrick Chilton @chpatrick": - # - solga # haskell-src-exts 1.18 via aeson-qq - # - solga-swagger # haskell-src-exts 1.18 via aeson-qq + # - solga # BLOCKED aeson-qq + # - solga-swagger # aeson-qq # Doesn't build on stackage server https://github.com/fpco/stackage/pull/1692 - clang-pure - webrtc-vad @@ -2438,7 +2438,7 @@ packages: "Dominic Orchard @dorchard": - array-memoize - camfort - # - codo-notation # BLOCKED haskell-src-exts 1.18 + # - codo-notation # BLOCKED haskell-src-meta - fortran-src # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - ixmonad - language-fortran @@ -2882,7 +2882,6 @@ expected-test-failures: - warp # https://github.com/yesodweb/wai/issues/579 # Stackage upper bounds, re-enable these when their upper bound is removed - - haskell-src-exts # 1.17.1 - hindent # 4.6.4 # Recursive deps https://github.com/fpco/stackage/issues/1818 From a6c510cf3457ff26d4fd24cf14e8b1faa3060f51 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 11:52:58 +0900 Subject: [PATCH 2648/3141] megaparsec < 5.1.0 (#1959) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae6aeea2..418e5bde 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2574,6 +2574,8 @@ packages: - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 + # https://github.com/fpco/stackage/issues/1959 + - megaparsec < 5.1.0 # end of packages From e9e81da19fb99a8184d5df18518adf5e06fce1fe Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 11:56:23 +0900 Subject: [PATCH 2649/3141] Revert "drop bound for terminal-progress-bar (#1857)" since 0.1.[01] fails to test/build (roelvandijk/terminal-progress-bar#12) This reverts commit 909538ef4694ee8bd9be2bb7292f613bf3c8c43e. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 418e5bde..81e30073 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2558,6 +2558,9 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 + # https://github.com/fpco/stackage/issues/1857 + - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this + # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - MemoTrie < 0.6.5 @@ -2725,7 +2728,7 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. - + - terminal-progress-bar # Fixed in 0.1.0 https://github.com/roelvandijk/terminal-progress-bar/issues/11 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From d632a0036bb5a8dbe0d8c2083750a64828f440a6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 12:20:14 +0900 Subject: [PATCH 2650/3141] re-disable opml-conduit (k0ral/opml-conduit#5) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81e30073..98081f1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1549,7 +1549,8 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - conduit-parse - - opml-conduit + # https://github.com/k0ral/opml-conduit/issues/5 + # - opml-conduit - rss-conduit # - imm # BLOCKED derive - timerep From ecb134600ff37e6ac98c47834f2325e25d2f750c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 18:32:51 +0900 Subject: [PATCH 2651/3141] Revert "megaparsec < 5.1.0 (#1959)" should be ok with language-puppet 1.3.2.1 This reverts commit a6c510cf3457ff26d4fd24cf14e8b1faa3060f51. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98081f1d..f3357971 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2578,8 +2578,6 @@ packages: - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 - # https://github.com/fpco/stackage/issues/1959 - - megaparsec < 5.1.0 # end of packages From f9cedc98e29be0552eafa3f8065c59e48ff59aa6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 19:29:29 +0900 Subject: [PATCH 2652/3141] haskell-src-meta-0.7 supports haskell-src-exts-1.18 --- build-constraints.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3357971..5acf4cf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -354,9 +354,9 @@ packages: "Simon Hengel @sol": - hspec - hspec-wai - #- hspec-wai-json # BLOCKED aeson-qq - #- aeson-qq # BLOCKED haskell-src-meta - #- interpolate # BLOCKED haskell-src-meta + - hspec-wai-json + - aeson-qq + - interpolate - doctest - base-compat @@ -763,11 +763,11 @@ packages: # GHC 8 - file-location - fuzzcheck - haddock-api - #- here # BLOCKED haskell-src-meta + #- here # BLOCKED haskell-src-meta-0.7.0 - hlibgit2 - gitlib-libgit2 - hostname-validate - #- interpolatedstring-perl6 # BLOCKED haskell-src-meta + - interpolatedstring-perl6 - iproute - missing-foreign - MissingH @@ -833,7 +833,7 @@ packages: # bounds - elm-package - language-glsl - prettyclass - #- QuasiText # BLOCKED haskell-src-meta + - QuasiText - union-find - zip-archive @@ -995,10 +995,10 @@ packages: "Francesco Mazzoli @bitonic": [] - # - language-c-quote # BLOCKED haskell-src-meta + # - language-c-quote # BLOCKED haskell-src-meta-0.7 "Sönke Hahn @soenkehahn": - # - generics-eot # BLOCKED haskell-src-meta + - generics-eot - getopt-generics - graph-wrapper - string-conversions @@ -1257,10 +1257,10 @@ packages: - cabal-file-th "Gershom Bazerman @gbaz": - # - jmacro # BLOCKED haskell-src-meta - # - jmacro-rpc # BLOCKED jmacro - # - jmacro-rpc-happstack # BLOCKED jmacro - # - jmacro-rpc-snap # BLOCKED snap-core + - jmacro + - jmacro-rpc + - jmacro-rpc-happstack + - jmacro-rpc-snap - mbox - kmeans - boolsimplifier @@ -2439,7 +2439,7 @@ packages: "Dominic Orchard @dorchard": - array-memoize - camfort - # - codo-notation # BLOCKED haskell-src-meta + - codo-notation - fortran-src # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - ixmonad - language-fortran From f18a4c8ddce1f6f4b15e74ccb4363d1d07e3416d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 19:32:35 +0900 Subject: [PATCH 2653/3141] remove haskell-src-meta-0.6.0.14 from "tell when released" --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5acf4cf8..860af7a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3102,5 +3102,4 @@ tell-me-when-its-released: - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 -- haskell-src-meta-0.6.0.14 # haskell-src-exts 0.18 - wreq 0.4.1.0 From 5c0222489a1fb688405e753fa64b37bdf1fd1eca Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 5 Oct 2016 11:34:58 +0900 Subject: [PATCH 2654/3141] Revert "re-disable opml-conduit (k0ral/opml-conduit#5)" opml-conduit-0.6.0.1 This reverts commit d632a0036bb5a8dbe0d8c2083750a64828f440a6. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 860af7a9..4d89f475 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1549,8 +1549,7 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - conduit-parse - # https://github.com/k0ral/opml-conduit/issues/5 - # - opml-conduit + - opml-conduit - rss-conduit # - imm # BLOCKED derive - timerep From e8d8d50a37657055dbc46013a0fde1524fb3ce08 Mon Sep 17 00:00:00 2001 From: Jonathan Fischoff Date: Tue, 4 Oct 2016 18:07:10 -0400 Subject: [PATCH 2655/3141] add threads-extra to stackage add clock-extras and next-ref to build-constraints.yaml --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 860af7a9..8637920d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2519,6 +2519,11 @@ packages: - data-msgpack - network-msgpack-rpc + "Jonathan Fischoff ": + - threads-extra + - clock-extras + - next-ref + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From fc699d8b1329e20cb5174fc4851668bb1854c849 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 5 Oct 2016 09:33:16 +0200 Subject: [PATCH 2656/3141] Re-enable some test suites and haddocks --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d89f475..39431f0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2692,8 +2692,6 @@ skipped-tests: # just remove these lines and run `stackage-curator check' to verify. - Cabal # QuickCheck 2.9 - ChasingBottoms # QuickCheck 2.9 - - GLFW-b # https://github.com/bsl/GLFW-b/issues/62 - - HsOpenSSL # https://github.com/phonohawk/HsOpenSSL/issues/57 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - bindings-GLFW # https://github.com/bsl/bindings-GLFW/issues/40 - bytestring-handle # QuickCheck 2.9 @@ -2707,7 +2705,6 @@ skipped-tests: - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - pure-cdb # test-simple - - shelly # https://github.com/yesodweb/Shelly.hs/issues/127 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 @@ -2948,7 +2945,6 @@ expected-haddock-failures: # "Compilation" errors - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - metrics # https://github.com/iand675/metrics/issues/5 - - hocilib # https://github.com/fpinsight/hocilib/issues/1 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 3d89776a8c62ec7cb651ffd8108230d0bf509d69 Mon Sep 17 00:00:00 2001 From: Stefan Wehr Date: Wed, 5 Oct 2016 17:57:07 +0200 Subject: [PATCH 2657/3141] Added large-hashable --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d89f475..a5c74593 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -215,6 +215,7 @@ packages: - HTF - xmlgen - stm-stats + - large-hashable "Bart Massey @BartMassey": - parseargs From 80c0cbe362abc476229939b9056fddb94a0c94d8 Mon Sep 17 00:00:00 2001 From: Dino Morelli Date: Wed, 5 Oct 2016 17:04:16 -0400 Subject: [PATCH 2658/3141] Adding package hsinstall to Stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d89f475..71bbc2dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2517,6 +2517,9 @@ packages: "Iphigenia Df @iphydf": - data-msgpack - network-msgpack-rpc + + "Dino Morelli @dino-": + - hsinstall # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From bd333494d16904f7ef9d6bb0684a7175e8be9508 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Oct 2016 13:38:32 +0900 Subject: [PATCH 2659/3141] HUnit < 1.4.0.0 (#1965) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b5d5a31..9d2c66c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2586,6 +2586,8 @@ packages: - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 + # https://github.com/fpco/stackage/issues/1965 + - HUnit < 1.4.0.0 # end of packages From d3958bc3bddd566c3a29f53f51d6a3c64b29988a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Oct 2016 13:39:19 +0900 Subject: [PATCH 2660/3141] clarify repa and Agda QuickCheck blocks --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d2c66c1..bdc58af1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -622,9 +622,9 @@ packages: - versions - vectortiles - pipes-random - # - repa # BLOCKED QuickCheck 2.9 - # - repa-io # BLOCKED QuickCheck 2.9 - # - repa-algorithms # BLOCKED QuickCheck 2.9 + # - repa # BLOCKED QuickCheck < 2.9 + # - repa-io # BLOCKED repa + # - repa-algorithms # BLOCKED repa # GHC 8 - kanji "Ketil Malde @ketil-malde": @@ -1689,7 +1689,7 @@ packages: "Andrés Sicard-Ramírez @asr": [] - # - Agda # BLOCKED haskell-src-exts 1.18 and QuickCheck-2.9 + # - Agda # BLOCKED haskell-src-exts < 1.18 and QuickCheck < 2.9 "James Cook @mokus0": - dependent-sum From a9f9816ec5e27e6a3e6cbf8eb182d6a49f0a219b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Oct 2016 13:39:59 +0900 Subject: [PATCH 2661/3141] reenable yi --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bdc58af1..2a1443b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1786,8 +1786,8 @@ packages: - pointedlist - word-trie - xdg-basedir - # - yi # BLOCKED QuickCheck 2.9 - # - yi-fuzzy-open # BLOCKED QuickCheck 2.9 + - yi + - yi-fuzzy-open - yi-language - yi-rope From be0bca1667796b3141ab59beeb7265bd304789f7 Mon Sep 17 00:00:00 2001 From: Bernie Pope Date: Sat, 8 Oct 2016 19:48:15 +1100 Subject: [PATCH 2662/3141] Add language-python --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a1443b5..079aca9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2526,6 +2526,9 @@ packages: - threads-extra - clock-extras - next-ref + + "Bernie Pope @bjpop": + - language-python # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 9e70334c4b5c686020d08700d01fd6c5a46d9b86 Mon Sep 17 00:00:00 2001 From: Julian Arni Date: Sat, 8 Oct 2016 15:05:10 +0200 Subject: [PATCH 2663/3141] Re-enable servant-mock Test-suite fixed in version 0.8.1.1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a1443b5..6453f87b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -873,7 +873,7 @@ packages: - servant-lucid - servant-blaze - servant-foreign - # - servant-mock # https://github.com/haskell-servant/servant-mock/issues/3 + - servant-mock - servant-cassava "Alexandr Ruchkin @mvoidex": From 878daad4c227515dc0a0025e5f11421c1446a2fc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 8 Oct 2016 19:59:01 +0200 Subject: [PATCH 2664/3141] Remove http-types entries that were added by mistake. https://github.com/fpco/stackage/pull/1956#issuecomment-252417312 --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a1443b5..8aae3baf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1460,7 +1460,6 @@ packages: # 0.2.0.0 compilation failure - uri-templater # via uri-templater - librato # bounds - datadog - - http-types # bounds - engine-io-growler # bounds - flowdock # GHC 8 - growler @@ -1878,7 +1877,6 @@ packages: - withdependencies - hruby - language-puppet - - http-types # Doesn't allow http-types >= 0.9.1 - stm-firehose # GHC 8 & doesn't allow aeson >= 0.11.2.0 & doesn't allow lens >= 4.14 - hslogstash @@ -2504,7 +2502,7 @@ packages: "Philipp Balzarek ": - xml-picklers - + "Lennart Spitzner lsp@informatik.uni-kiel.de @lspitzner": - multistate - pqueue @@ -2514,11 +2512,11 @@ packages: "Tony Day @tonyday567": - chart-unit - + "Iphigenia Df @iphydf": - data-msgpack - network-msgpack-rpc - + "Dino Morelli @dino-": - hsinstall From e2f33e6ff027cf28fcbf267e279c069643537cae Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 21:37:20 +0900 Subject: [PATCH 2665/3141] haskell-gi-base < 0.19 (#1970) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03e6dbb4..f5ab91ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2589,6 +2589,9 @@ packages: # https://github.com/fpco/stackage/issues/1965 - HUnit < 1.4.0.0 + + # https://github.com/fpco/stackage/issues/1970 + - haskell-gi-base < 0.19 # end of packages From 14eb23a189894e2a42a874e27d81cfb461b15855 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 21:43:48 +0900 Subject: [PATCH 2666/3141] hspec-expectations < 0.8.0 (#1971) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5ab91ca..74bd5e9e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2592,6 +2592,9 @@ packages: # https://github.com/fpco/stackage/issues/1970 - haskell-gi-base < 0.19 + + # https://github.com/fpco/stackage/issues/1971 + - hspec-expectations < 0.8.0 # end of packages From 45f88ad8dc87ab95904d54c7ffb92bab958abf41 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 21:45:57 +0900 Subject: [PATCH 2667/3141] lens < 4.15 (#1972) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74bd5e9e..59c1ce31 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,6 +2595,9 @@ packages: # https://github.com/fpco/stackage/issues/1971 - hspec-expectations < 0.8.0 + + # https://github.com/fpco/stackage/issues/1972 + - lens < 4.15 # end of packages From 6e797e1bca6a932ffa1085ed203b3392f093e83a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 21:48:03 +0900 Subject: [PATCH 2668/3141] hspec-wai < 0.8.0 (#1971) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59c1ce31..8ad26d6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,6 +2595,7 @@ packages: # https://github.com/fpco/stackage/issues/1971 - hspec-expectations < 0.8.0 + - hspec-wai < 0.8.0 # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 From 6bcd8233521742c5380ac91ce8b9bcca95ae2972 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 21:58:06 +0900 Subject: [PATCH 2669/3141] more bounds for hspec-expectations-0.8.0 (#1971) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ad26d6b..863cb1de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,7 +2595,8 @@ packages: # https://github.com/fpco/stackage/issues/1971 - hspec-expectations < 0.8.0 - - hspec-wai < 0.8.0 + - hspec-wai < 0.7.0 + - hspec-wai-json < 0.8.0 # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 From 65f1f9babc72f9255d5aeee2b2bc07a0acd3b50b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 23:07:49 +0900 Subject: [PATCH 2670/3141] hspec-wai-json < 0.7.0 (#1971) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 863cb1de..7fba2791 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2596,7 +2596,7 @@ packages: # https://github.com/fpco/stackage/issues/1971 - hspec-expectations < 0.8.0 - hspec-wai < 0.7.0 - - hspec-wai-json < 0.8.0 + - hspec-wai-json < 0.7.0 # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 From 94f2a5c09b5fad41ee9b3c60a67c8e7effad909f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 23:11:34 +0900 Subject: [PATCH 2671/3141] run-nightly.sh: don't print date until end --- automated/run-nightly.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 9c222bde..992f855f 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,7 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - date echo echo "Running cron.sh (hiding verbose output)" From e1934f3840385ecb4d4d33de544a14556456c346 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 9 Oct 2016 18:33:20 +0330 Subject: [PATCH 2672/3141] add picedit to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fba2791..77915a92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2528,6 +2528,9 @@ packages: "Bernie Pope @bjpop": - language-python + "Mahdi Dibaiee ": + - picedit + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 30f7ff54b83c778cd808a89d5051724b5e935409 Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Sun, 9 Oct 2016 14:07:08 -0400 Subject: [PATCH 2673/3141] Remove pipes-cliff Is unmaintained and may be buggy. Has no dependencies in Stackage. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fba2791..92911ba6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -143,7 +143,6 @@ packages: "Omari Norman @massysett": - rainbow - rainbox - - pipes-cliff - anonymous-sums - multiarg - prednote From 556d172eff09ddb50aed2885022ff129f5770672 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 9 Oct 2016 20:18:11 +0200 Subject: [PATCH 2674/3141] Update lens benchmark info --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fba2791..f4d7f9e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2524,7 +2524,7 @@ packages: - threads-extra - clock-extras - next-ref - + "Bernie Pope @bjpop": - language-python @@ -2599,7 +2599,7 @@ packages: - hspec-wai-json < 0.7.0 # https://github.com/fpco/stackage/issues/1972 - - lens < 4.15 + - lens < 4.15 # Re-enable `lens' benchmarks when lifted # end of packages @@ -2944,7 +2944,7 @@ expected-benchmark-failures: - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - - lens # https://github.com/ekmett/lens/issues/672 + - lens # Fixed in lens-4.15 - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 From 3c6c73ed5192351d0c4e7d2366e990e70bcb904d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 9 Oct 2016 23:49:59 +0200 Subject: [PATCH 2675/3141] Re-enable snap packages --- build-constraints.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4d7f9e5..f3e950f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -46,7 +46,7 @@ packages: # GHC 8 - envy - s3-signer # bounds - google-translate - # via snap - hackernews + - hackernews # bounds - ses-html # via stripe-http-streams - stripe-haskell # via http-streams - stripe-http-streams @@ -186,12 +186,12 @@ packages: - blaze-html - blaze-markup - cabal-dependency-licenses - # via snap-core - hakyll + # - hakyll # QuickCheck, snap-server, via pandoc, via pandoc-citeproc - stylish-haskell # - profiteur # BLOCKED aeson 1.0 - psqueues - websockets - # via snap-core - websockets-snap + - websockets-snap "Sibi Prabakaran @psibi": - download @@ -415,7 +415,7 @@ packages: - serversession-backend-acid-state # bounds - serversession-backend-persistent # bounds - serversession-backend-redis - # via snap - serversession-frontend-snap + # - serversession-frontend-snap - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus @@ -501,7 +501,7 @@ packages: - fay-text - fay-uri - feed - # via snap - snaplet-fay + - snaplet-fay - time-compat - through-text @@ -673,7 +673,7 @@ packages: - rest-core - rest-gen - rest-happstack - # GHC 8 - rest-snap + - rest-snap - rest-stringmap - rest-types - rest-wai @@ -946,11 +946,11 @@ packages: - etcd - github-types - github-webhook-handler - # GHC 8 & via snap-core - github-webhook-handler-snap + # GHC 8 - github-webhook-handler-snap - google-cloud - kraken - libinfluxdb - # GHC 8 & via snap - mole + # GHC 8 - mole - publicsuffix - rethinkdb-client-driver @@ -1488,7 +1488,7 @@ packages: # GHC 8 - wai-routes "Daniel Patterson @dbp": - # GHC 8 - hspec-snap + # via digestive-functors - hspec-snap - hworker # - hworker-ses BLOCKED amazonka-core - fn @@ -2302,7 +2302,7 @@ packages: # - yesod-job-queue # BLOCKED cron # "Braden Walters @meoblast001": - # via hakyll - hakyll-sass + # - hakyll-sass "Patrick Thomson @helium": - postgresql-transactional @@ -2735,6 +2735,7 @@ skipped-tests: - system-filepath # QuickCheck 2.9 - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 + - snap # QuickCheck 2.9 # Transitive outdated dependencies # These packages @@ -2918,7 +2919,6 @@ expected-test-failures: # Problem on the stackage build server, we need to dig deeper into # these if we want them fixed - - snap-core # 1.0.0.0 https://github.com/snapframework/snap-core/issues/261 - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 From 5df9f7bc13d52371aca1885dd157244fb2ea3e5d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 10 Oct 2016 00:02:44 +0200 Subject: [PATCH 2676/3141] Re-enable haskell-src-exts packages --- build-constraints.yaml | 43 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 24 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3e950f5..b4b4a538 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -764,7 +764,7 @@ packages: # GHC 8 - file-location - fuzzcheck - haddock-api - #- here # BLOCKED haskell-src-meta-0.7.0 + # haskell-src-exts 1.18 - here - hlibgit2 - gitlib-libgit2 - hostname-validate @@ -780,7 +780,7 @@ packages: - monad-extras # - stack < 9.9.9 # BLOCKED http-conduit 2.2 - optparse-simple - # - hpack # BLOCKED interpolate + - hpack "Michael Sloan @mgsloan": - th-orphans @@ -995,8 +995,7 @@ packages: - hspec-expectations-pretty-diff "Francesco Mazzoli @bitonic": - [] - # - language-c-quote # BLOCKED haskell-src-meta-0.7 + - language-c-quote "Sönke Hahn @soenkehahn": - generics-eot @@ -2027,8 +2026,8 @@ packages: "Henry J. Wylde @hjwylde": - git-fmt - omnifmt - # - werewolf # BLOCKED haskell-src-exts 1.18 via interpolate - # - werewolf-slack + # aeson & extra - werewolf + # aeson & extra & http-client & http-client-tls - werewolf-slack "Will Sewell @willsewell": - benchpress @@ -2063,25 +2062,25 @@ packages: "Jeremy Shaw @stepcut": - boomerang - # - clckwrks # haskell-src-meta and hsx2hs - # - clckwrks-cli # haskell-src-exts 1.18 via hsx2hs - # - clckwrks-plugin-page # haskell-src-exts 1.18 via hsx2hs - # - clckwrks-plugin-media # haskell-src-exts 1.18 via hsx2hs - # - clckwrks-theme-bootstrap # haskell-src-exts 1.18 via hsx2hs + - clckwrks + - clckwrks-cli + - clckwrks-plugin-page + - clckwrks-plugin-media + - clckwrks-theme-bootstrap - hackage-whatsnew - # - happstack-authenticate # haskell-src-exts 1.18 via hsx2hs + - happstack-authenticate - happstack-clientsession - # - happstack-hsp # haskell-src-exts 1.18 via hsx2hs - # - happstack-jmacro # BLOCKED haskell-src-exts 1.18 via jmacro + - happstack-hsp + - happstack-jmacro - happstack-server - happstack-server-tls - # - hsx-jmacro # BLOCKED haskell-src-exts 1.18 via jmacro + - hsx-jmacro - ixset - reform - reform-blaze - reform-hamlet - reform-happstack - # - reform-hsp # haskell-src-exts 1.18 via hsx2hs + - reform-hsp - userid - web-plugins - web-routes @@ -2090,7 +2089,7 @@ packages: - web-routes-hsp - web-routes-th - web-routes-wai - # - hsx2hs # BLOCKED haskell-src-exts 1.18 + - hsx2hs "Pedro Tacla Yamada @yamadapc": - ascii-progress @@ -2107,7 +2106,7 @@ packages: - projectroot - questioner # - stack-run-auto # BLOCKED wreq - # - hpack-convert # BLOCKED haskell-src-exts 1.18 via interpolate + # aeson 1.0 - hpack-convert - language-dockerfile "Pascal Hartig @passy": @@ -2421,7 +2420,7 @@ packages: - hmpfr "Bartosz Nitka @niteria": - # - haskell-packages # BLOCKED haskell-src-exts via hse-cpp + - haskell-packages - oeis "Gergely Patai @cobbpg": @@ -2450,8 +2449,7 @@ packages: - encoding-io "Anton Gushcha @ncrashed": - [] - # - aeson-injector # haskell-src-exts 1.18 via aeson-qq + - aeson-injector "Rune K. Svendsen @runeks": [] @@ -2742,9 +2740,6 @@ skipped-tests: # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - - swagger2 # haskell-src-exts 1.18 via aeson-qq - - servant-swagger # haskell-src-exts 1.18 via aeson-qq - - yaml # haskell-src-exts via aeson-qq - options # QuickCheck via chell-quickcheck - uri-bytestring # haskell-src-exts via derive From cb473b55974c535fdbed1297030745a8b1123f44 Mon Sep 17 00:00:00 2001 From: Dino Morelli Date: Sun, 9 Oct 2016 18:28:18 -0400 Subject: [PATCH 2677/3141] Added new package tce-conf --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4d7f9e5..15657bf1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2519,6 +2519,7 @@ packages: "Dino Morelli @dino-": - hsinstall + - tce-conf "Jonathan Fischoff ": - threads-extra From aff1bf70927c36e6057995671accee84bd88e284 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:07:55 +0900 Subject: [PATCH 2678/3141] alex-3.2.0 test build failure (simonmar/alex#94) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ba34786..6b2e00ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2603,6 +2603,9 @@ packages: # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 # Re-enable `lens' benchmarks when lifted + + # https://github.com/simonmar/alex/issues/94 + - alex < 3.2.0 # end of packages @@ -3128,3 +3131,4 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 - wreq 0.4.1.0 +- alex 3.2.0 From 8b196324919cfc901a40fb7ed78259e94879c674 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:14:21 +0900 Subject: [PATCH 2679/3141] hspec-meta < 2.3.1 (hspec/hspec#284) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b2e00ac..21e2f53d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2606,6 +2606,9 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 + + # https://github.com/hspec/hspec/issues/284 + - hspec-meta < 2.3.1 # end of packages From 71be0b970312968b87ac1d102154705c35e80e0a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:22:41 +0900 Subject: [PATCH 2680/3141] large-hashable fails to build (#1964) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21e2f53d..cce4f535 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -215,7 +215,8 @@ packages: - HTF - xmlgen - stm-stats - - large-hashable + # https://github.com/fpco/stackage/pull/1964 + #- large-hashable "Bart Massey @BartMassey": - parseargs From 48f8cbc24c210048eb600c357e7260dcfe825597 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:27:11 +0900 Subject: [PATCH 2681/3141] redisable yi-fuzzy-open Setup: Encountered missing dependencies: yi >=0.10.1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cce4f535..69a66e45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1787,7 +1787,7 @@ packages: - word-trie - xdg-basedir - yi - - yi-fuzzy-open + #- yi-fuzzy-open - yi-language - yi-rope From c5fb39993d31060091351c72e9b77691bc4e33a1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:34:28 +0900 Subject: [PATCH 2682/3141] hspec-meta < 2.3.0 (hspec/hspec#284) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69a66e45..56fb349e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2609,7 +2609,7 @@ packages: - alex < 3.2.0 # https://github.com/hspec/hspec/issues/284 - - hspec-meta < 2.3.1 + - hspec-meta < 2.3.0 # end of packages From c2170ddcea056efff791c76b2c54921fa93e1afd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:37:16 +0900 Subject: [PATCH 2683/3141] run-nightly.sh: remove newline before cron.sh I keep Ctrl-c'ing cron.sh by mistake, thinking it has already finished --- automated/run-nightly.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 992f855f..9ffe247d 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,7 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - echo echo "Running cron.sh (hiding verbose output)" ./cron.sh > cron.log 2>&1 # | grep -v '^Skipping' From 7e83f0d070d970c0e8f702d058b9e76e04018733 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:42:08 +0900 Subject: [PATCH 2684/3141] run-nightly.sh: move newline after cron.sh --- automated/run-nightly.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 9ffe247d..75e7405e 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -8,6 +8,7 @@ while true; do echo "Running cron.sh (hiding verbose output)" ./cron.sh > cron.log 2>&1 # | grep -v '^Skipping' echo "done." + echo date sleep 30m From 890d1399b0800334519440e498df5e10edb5b1bf Mon Sep 17 00:00:00 2001 From: Marcin Mrotek Date: Mon, 10 Oct 2016 14:13:38 +0200 Subject: [PATCH 2685/3141] Removed my packages Sorry, I can no longer keep my packages up to date. My Stack installation has broken beyond repair by reinstallation, and I don't have time to fix that right now. --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d87a495c..143d426c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -855,11 +855,6 @@ packages: "Samplecount stefan@samplecount.com @kaoskorobase": - shake-language-c - "Marcin Mrotek @marcinmrotek": - - type-list - - zoom-refs - - vinyl-utils - "David Turner @davecturner": - alarmclock - bank-holidays-england From 8cd33f6adde92ab2e6316358a7454907c5fda24d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 09:28:43 +0900 Subject: [PATCH 2686/3141] Revert "large-hashable fails to build (#1964)" This reverts commit 71be0b970312968b87ac1d102154705c35e80e0a. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d87a495c..38f6eb86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -214,8 +214,7 @@ packages: - HTF - xmlgen - stm-stats - # https://github.com/fpco/stackage/pull/1964 - #- large-hashable + - large-hashable "Bart Massey @BartMassey": - parseargs From 997289127831cdb7d8535cee41505ead705778e9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 09:36:36 +0900 Subject: [PATCH 2687/3141] move hspec-meta constraint into hspec-expectations block (hspec/hspec#284) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38f6eb86..4e22b6c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2598,6 +2598,7 @@ packages: - hspec-expectations < 0.8.0 - hspec-wai < 0.7.0 - hspec-wai-json < 0.7.0 + - hspec-meta < 2.3.0 # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 # Re-enable `lens' benchmarks when lifted @@ -2605,8 +2606,6 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 - # https://github.com/hspec/hspec/issues/284 - - hspec-meta < 2.3.0 # end of packages From b75aeef375d375ffce946417b0a27018ddf4732a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 10:41:11 +0900 Subject: [PATCH 2688/3141] 3 abandoned packages from #1976 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61adb8de..4c2d9a8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2536,6 +2536,9 @@ packages: - pattern-arrows # - purescript # BLOCKED aeson-1.0 + - type-list + - zoom-refs + - vinyl-utils # If you want to make sure a package is removed from stackage, # place it here with a `< 0` constraint and send a pull From 43fa009f2d0bb791eb65ed9d79a810fb6c554b0c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 11:34:45 +0900 Subject: [PATCH 2689/3141] yi-language-0.13.1 fails to build (yi-editor/yi-language#12) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c2d9a8d..c5c6b306 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2604,6 +2604,8 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 + # https://github.com/yi-editor/yi-language/issues/12 + - yi-language < 0.13.1 # end of packages From a9b9bde826a5af8e2cd1c67cf01ba79b145f054d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 11:45:43 +0900 Subject: [PATCH 2690/3141] Revert "yi-language-0.13.1 fails to build (yi-editor/yi-language#12)" yi-language-0.13.0.2 gives same error This reverts commit 43fa009f2d0bb791eb65ed9d79a810fb6c554b0c. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5c6b306..4c2d9a8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2604,8 +2604,6 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 - # https://github.com/yi-editor/yi-language/issues/12 - - yi-language < 0.13.1 # end of packages From c10c345b425ae096bcab6f67dba0db9478de12a9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 08:41:57 +0300 Subject: [PATCH 2691/3141] Temporary block factisresearch/large-hashable#10 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c2d9a8d..ceca108c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -214,7 +214,8 @@ packages: - HTF - xmlgen - stm-stats - - large-hashable + # https://github.com/factisresearch/large-hashable/issues/10 + # - large-hashable "Bart Massey @BartMassey": - parseargs From c24ef1094d7426338591e9c3a232ec70a922b8de Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 08:47:06 +0300 Subject: [PATCH 2692/3141] Block packages for yi-editor/yi#922 --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ceca108c..86ae7362 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1779,9 +1779,12 @@ packages: - pointedlist - word-trie - xdg-basedir - - yi + # - yi BLOCKED due to yi-language #- yi-fuzzy-open - - yi-language + + # https://github.com/yi-editor/yi/issues/922 + # - yi-language + - yi-rope # "Tobias Bexelius @tobbebex": From 35415ec83ae826d950b6a8ed7e0faf17d70d49aa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 08:48:15 +0300 Subject: [PATCH 2693/3141] Expect test failure snapframework/snap-core#26 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86ae7362..3fc428f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2924,6 +2924,8 @@ expected-test-failures: - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 + - snap-core # https://github.com/snapframework/snap-core/issues/26 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 70a753eb92d7eefe8f9cb5b6a56af9a805a9655a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 08:55:02 +0300 Subject: [PATCH 2694/3141] Temporary block mainland/language-c-quote#72 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fc428f2..1de2b418 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -990,7 +990,9 @@ packages: - hspec-expectations-pretty-diff "Francesco Mazzoli @bitonic": - - language-c-quote + [] + # https://github.com/mainland/language-c-quote/issues/72 + # - language-c-quote "Sönke Hahn @soenkehahn": - generics-eot From 470d64238f4c3ccdea55a3874f48aa1489a00516 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 09:23:30 +0300 Subject: [PATCH 2695/3141] Expect test suite failure dmjio/hackernews#19 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1de2b418..a073172b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2928,6 +2928,8 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 + - hackernews # https://github.com/dmjio/hackernews/issues/19 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 88315dfa5f51521d4ebf8487ba258b354947daca Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 09:26:46 +0300 Subject: [PATCH 2696/3141] Expected test failure snapframework/heist#95 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a073172b..8e0ba188 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2930,6 +2930,8 @@ expected-test-failures: - hackernews # https://github.com/dmjio/hackernews/issues/19 + - heist # https://github.com/snapframework/heist/issues/95 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From f64bbddcbb8e7a1a0d9c5d86cda2828d26fb9c6b Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 12 Oct 2016 02:38:57 -0700 Subject: [PATCH 2697/3141] Add stb-image-redux --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..a86fd113 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2529,6 +2529,9 @@ packages: "Mahdi Dibaiee ": - picedit + + "Alexis Williams @sasinestro": + - stb-image-redux # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 2cbfea588e34f3c436dcbd8c44b1d3b820d8d344 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Wed, 12 Oct 2016 15:26:19 +0530 Subject: [PATCH 2698/3141] Add textlocal package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..c1d8fd68 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -194,6 +194,7 @@ packages: "Sibi Prabakaran @psibi": - download + - textlocal "haskell-opengl": - OpenGL From f0d2a99acf2039b1b8849ec0fbfb1e5cc7a5afde Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 12 Oct 2016 04:13:21 -0700 Subject: [PATCH 2699/3141] Fixed typo in email --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a86fd113..562b2515 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2530,7 +2530,7 @@ packages: "Mahdi Dibaiee ": - picedit - "Alexis Williams @sasinestro": + "Alexis Williams @sasinestro": - stb-image-redux # If you stop maintaining a package you can move it here. From a7a55c9ec97b7ea4d6836161eeca913e0f1c6a51 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Wed, 12 Oct 2016 21:47:43 +0900 Subject: [PATCH 2700/3141] Reenable yahoo-finance-api package. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..e7685c82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1766,7 +1766,7 @@ packages: - natural-transformation - opaleye-trans - read-env-var - # - yahoo-finance-api # https://github.com/cdepillabout/yahoo-finance-api/issues/1 + - yahoo-finance-api "Franklin Chen @FranklinChen": - Ebnf2ps @@ -2859,6 +2859,7 @@ expected-test-failures: - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server + - yahoo-finance-api # Requires being able to access Yahoo Finance API # Deprecated # Eventually we'll have to disable these packages completely. From 98b7c310984f451d247548e58e2d1caf785ac68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Wed, 12 Oct 2016 19:21:22 -0300 Subject: [PATCH 2701/3141] Reenable distributed-process --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..352a3bdc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1921,7 +1921,7 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - # GHC 8 - distributed-process + - distributed-process # GHC 8 - distributed-process-async # GHC 8 - distributed-process-client-server # GHC 8 - distributed-process-execution From 2b30b950f640c6b7bb5bad14f16e477c2fdcde80 Mon Sep 17 00:00:00 2001 From: Joe Canero Date: Wed, 12 Oct 2016 19:48:58 -0400 Subject: [PATCH 2702/3141] add sqlite-simple-errors --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..06246744 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Joseph Canero @caneroj1": + - sqlite-simple-errors + "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - hspec-golden-aeson From b8379c7231474598ac83b9d99f5a2a25dd34fddf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 05:48:20 +0300 Subject: [PATCH 2703/3141] Expect test failure mitchellwrosen/language-lua2#4 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..82e6a731 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2932,6 +2932,8 @@ expected-test-failures: - heist # https://github.com/snapframework/heist/issues/95 + - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 3a8f601b7c6cf7bdd86ca0c60a12eaf4af00c86c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 05:49:50 +0300 Subject: [PATCH 2704/3141] Expect test failure athanclark/commutative#4 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 82e6a731..e4ad32bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2934,6 +2934,8 @@ expected-test-failures: - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - commtative # https://github.com/athanclark/commutative/issues/4 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From f3a427ac77f891092fc787adf89a78c260975efa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 07:06:39 +0300 Subject: [PATCH 2705/3141] Expect test failure docopt/docopt.hs#29 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4ad32bd..c5ad0b05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2936,6 +2936,8 @@ expected-test-failures: - commtative # https://github.com/athanclark/commutative/issues/4 + - docopt # https://github.com/docopt/docopt.hs/issues/29 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 647d3357b4403b9e16d1fe6e9283abad28166a12 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 07:22:12 +0300 Subject: [PATCH 2706/3141] Fix a typo --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5ad0b05..baad35ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2934,7 +2934,7 @@ expected-test-failures: - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - commtative # https://github.com/athanclark/commutative/issues/4 + - commutative # https://github.com/athanclark/commutative/issues/4 - docopt # https://github.com/docopt/docopt.hs/issues/29 From 7b8fc7cdbc8d2f7b39b94c2b0a21abaef36ffec5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 07:23:45 +0300 Subject: [PATCH 2707/3141] language-lua2 is abandoned mitchellwrosen/language-lua2#4 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index baad35ba..7350ddaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1374,7 +1374,6 @@ packages: - aeson-better-errors "Mitchell Rosen @mitchellwrosen": - - language-lua2 - tasty-hspec "Christiaan Baaij @christiaanb": @@ -2545,6 +2544,7 @@ packages: - type-list - zoom-refs - vinyl-utils + - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 # If you want to make sure a package is removed from stackage, # place it here with a `< 0` constraint and send a pull From ee11a5e558dd63ec7ecaeeaae3ddc0229e43bfcd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 09:40:13 +0300 Subject: [PATCH 2708/3141] Expect test failure SASinestro/stb-image-redux#1 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7d6f604..18849262 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2946,6 +2946,8 @@ expected-test-failures: - docopt # https://github.com/docopt/docopt.hs/issues/29 + - stb-image-redux # https://github.com/SASinestro/stb-image-redux/issues/1 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 826b5d43565b8acdeb2b2e35af2eb6df52915294 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 13 Oct 2016 13:58:03 +0200 Subject: [PATCH 2709/3141] Update build-constraints.yaml doctemplates is a new dependency of pandoc --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18849262..95f76ee3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2184,6 +2184,7 @@ packages: - highlighting-kate - pandoc-types - zip-archive + - doctemplates # - pandoc # BLOCKED aeson 1.0 # - pandoc-citeproc # BLOCKED aeson 1.0 From 5f90a573b183d0f467bbb11873d13179f1dba788 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Thu, 13 Oct 2016 18:37:28 +0200 Subject: [PATCH 2710/3141] Update build-constraints.yaml added network-multicast --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95f76ee3..ac97f6d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Marco Zocca @ocramz": + - network-multicast + "Joseph Canero @caneroj1": - sqlite-simple-errors From ca4cf7a3a79098a49573ceff3f459ae22435ff43 Mon Sep 17 00:00:00 2001 From: Alexis Williams Date: Fri, 14 Oct 2016 14:11:53 -0700 Subject: [PATCH 2711/3141] Resolved SASinestro/stb-image-redux#1 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac97f6d5..4180c602 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2950,8 +2950,6 @@ expected-test-failures: - docopt # https://github.com/docopt/docopt.hs/issues/29 - - stb-image-redux # https://github.com/SASinestro/stb-image-redux/issues/1 - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 99373d5181a8329c4014f2a734ec50e84340f74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Fri, 14 Oct 2016 19:31:18 -0300 Subject: [PATCH 2712/3141] Reenable distributed-process-simplelocalnet --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac97f6d5..91fbdc0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1933,9 +1933,9 @@ packages: # GHC 8 - distributed-process-execution # GHC 8 - distributed-process-extras # GHC 8 - distributed-process-registry - # GHC 8 - distributed-process-simplelocalnet # GHC 8 - distributed-process-supervisor # GHC 8 - distributed-process-task + - distributed-process-simplelocalnet - distributed-static - network-transport - network-transport-tcp From aefe0bc090ee4617c9b083dfe07b9cba1f084bc6 Mon Sep 17 00:00:00 2001 From: XT Date: Sat, 15 Oct 2016 18:48:15 +0900 Subject: [PATCH 2713/3141] Add rawfilepath Add the package "rawfilepath" by XT (@xtendo-org) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac97f6d5..97f2edf2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2540,6 +2540,9 @@ packages: "Alexis Williams @sasinestro": - stb-image-redux + "XT @xtendo-org": + - rawfilepath + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From c0192ac1a185aa737e09bad9ad89a1685edd26a3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 15 Oct 2016 20:08:37 +0300 Subject: [PATCH 2714/3141] Upper bound for #1991 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac97f6d5..648696c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2621,6 +2621,9 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 + # https://github.com/fpco/stackage/issues/1991 + - hackernews < 1.0 + # end of packages From 8216f552a68fa95a01560e2e2b55ede5302c5d5a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 15 Oct 2016 20:08:43 +0300 Subject: [PATCH 2715/3141] Whitespace cleanup --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 648696c7..6fe99d17 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,10 +3,10 @@ ghc-major-version: "8.0" packages: "Marco Zocca @ocramz": - network-multicast - + "Joseph Canero @caneroj1": - sqlite-simple-errors - + "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - hspec-golden-aeson From 62ea9a7a1b9153efee00971c84e70dfafe66c0a8 Mon Sep 17 00:00:00 2001 From: Konstantin Zudov Date: Sun, 16 Oct 2016 00:33:08 +0300 Subject: [PATCH 2716/3141] Add html-email-validate --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aeb29352..3f141f61 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2542,6 +2542,8 @@ packages: "XT @xtendo-org": - rawfilepath + "Konstantin Zudov @zudov": + - html-email-validate # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From dfdc6e64af363071ac78036a9a6af401d65e68f8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 17 Oct 2016 02:59:42 +0200 Subject: [PATCH 2717/3141] Upper bound checks; closes #1857, opens #1993 & #1994 --- build-constraints.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3f141f61..008795a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2536,7 +2536,7 @@ packages: "Mahdi Dibaiee ": - picedit - + "Alexis Williams @sasinestro": - stb-image-redux @@ -2589,9 +2589,6 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1857 - - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this - # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - MemoTrie < 0.6.5 @@ -2604,12 +2601,16 @@ packages: - hspec-core < 2.2.4 - hspec-discover < 2.2.4 + # https://github.com/fpco/stackage/issues/1993 + - hspec < 2.3 + # https://github.com/haskell-works/hw-rankselect/issues/2 - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 # https://github.com/fpco/stackage/issues/1965 - HUnit < 1.4.0.0 + - hspec-expectations < 0.8.2 # https://github.com/fpco/stackage/issues/1970 - haskell-gi-base < 0.19 @@ -2629,6 +2630,9 @@ packages: # https://github.com/fpco/stackage/issues/1991 - hackernews < 1.0 + # https://github.com/fpco/stackage/issues/1994 + - hspec-wai < 0.8.0 + # end of packages @@ -2773,7 +2777,7 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. - - terminal-progress-bar # Fixed in 0.1.0 https://github.com/roelvandijk/terminal-progress-bar/issues/11 + # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From 31283516031a9c8204eeffb0f4f9fbc7f8b2b2e3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 17 Oct 2016 03:58:52 +0200 Subject: [PATCH 2718/3141] upper bound for #1995 and skip terminal-progress-bar tests --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 008795a6..5d45e63f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2633,6 +2633,9 @@ packages: # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 + # https://github.com/fpco/stackage/issues/1995 + - scalpel < 0.4.0 + # end of packages @@ -2766,6 +2769,7 @@ skipped-tests: - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 - snap # QuickCheck 2.9 + - terminal-progress-bar # depends on older version of itself # Transitive outdated dependencies # These packages From 3742005dd6c336df9346fcf25b1c74d6ebb8cc74 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 17 Oct 2016 18:23:19 +0900 Subject: [PATCH 2719/3141] haskoin-core tests should no longer fail (haskoin/haskoin#285) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d45e63f..0600c9cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2911,7 +2911,6 @@ expected-test-failures: - clash-prelude # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - - haskoin-core # 0.3.1 https://github.com/haskoin/haskoin/issues/285 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 From b6feaabd7086b3a7e3052412e86c2f91a6a80ef4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 17 Oct 2016 17:17:59 +0200 Subject: [PATCH 2720/3141] Remove upper bound and close #1995 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0600c9cb..935efa42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2633,9 +2633,6 @@ packages: # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 - # https://github.com/fpco/stackage/issues/1995 - - scalpel < 0.4.0 - # end of packages From faaacb4de8fb6c2c9c31e7bd3d462189e807b8da Mon Sep 17 00:00:00 2001 From: Dino Morelli Date: Mon, 17 Oct 2016 13:31:31 -0400 Subject: [PATCH 2721/3141] Adding epub-metadata package to Stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 935efa42..d4b52ecc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2523,6 +2523,7 @@ packages: - network-msgpack-rpc "Dino Morelli @dino-": + - epub-metadata - hsinstall - tce-conf From 69105074dbe73ebba7166cf1824b81898ccb7cad Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Tue, 18 Oct 2016 08:43:31 +0200 Subject: [PATCH 2722/3141] Add sparse-linear-algebra --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d4b52ecc..1ae65841 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,6 +2,7 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: "Marco Zocca @ocramz": + - sparse-linear-algebra - network-multicast "Joseph Canero @caneroj1": From 52ee963477880ca9c9b20ad6b4763a5ff9f59fd2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 18 Oct 2016 10:44:45 +0300 Subject: [PATCH 2723/3141] Revert "Temporary block factisresearch/large-hashable#10" This reverts commit c10c345b425ae096bcab6f67dba0db9478de12a9. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ae65841..b9b47779 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -222,8 +222,7 @@ packages: - HTF - xmlgen - stm-stats - # https://github.com/factisresearch/large-hashable/issues/10 - # - large-hashable + - large-hashable "Bart Massey @BartMassey": - parseargs From 03bd657b6cd0a00e7b9eb3f6950f3459d93c4ea6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:21:20 +0200 Subject: [PATCH 2724/3141] Re-enable MemoTrie haddocks when lifting #1863. #1999 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9b47779..402952a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2592,7 +2592,7 @@ packages: # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - - MemoTrie < 0.6.5 + - MemoTrie < 0.6.5 # Re-enable haddocks when lifting this. # https://github.com/fpco/stackage/issues/1876 - fixed-vector < 0.9 From f1ee16ddc7c5cb7fbb0b55ecb0e4b031bb89d625 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:44:12 +0200 Subject: [PATCH 2725/3141] Fix tell-me-when-its-released syntax errors --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 402952a6..03617fab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3156,7 +3156,7 @@ build-tool-overrides: # # Example: # If bindings-GLFW-3.1.2.1 is the current latest version write -# - bindings-GLFW-3.1.2.1 # skipped test-suite +# - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: - bindings-GLFW-3.1.2.1 # skipped test-suite - vector-0.11.0.0 # skipped test-suite @@ -3164,5 +3164,5 @@ tell-me-when-its-released: - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 -- wreq 0.4.1.0 -- alex 3.2.0 +- wreq-0.4.1.0 +- alex-3.2.0 From 2c4bf70c329d271b31e11f92cb2ca054bfa3c3bb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:44:51 +0200 Subject: [PATCH 2726/3141] Remove alex upper bound simonmar/alex#94 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03617fab..487e4edb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2625,9 +2625,6 @@ packages: # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 # Re-enable `lens' benchmarks when lifted - # https://github.com/simonmar/alex/issues/94 - - alex < 3.2.0 - # https://github.com/fpco/stackage/issues/1991 - hackernews < 1.0 @@ -3165,4 +3162,3 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 - wreq-0.4.1.0 -- alex-3.2.0 From 233e0e5f5e863799ac19256f2756de5cf3036cec Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:46:50 +0200 Subject: [PATCH 2727/3141] Remove servant-mock from TMWIR since it's already re-enabled --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 487e4edb..516b91e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3160,5 +3160,4 @@ tell-me-when-its-released: - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 -- servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 - wreq-0.4.1.0 From b463051eace0475ccefe370f04b4f078f637ce13 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:48:20 +0200 Subject: [PATCH 2728/3141] Unskip bindings-GLFW test-suite bsl/bindings-GLFW#40 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 516b91e6..01f830f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2747,7 +2747,6 @@ skipped-tests: - Cabal # QuickCheck 2.9 - ChasingBottoms # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - - bindings-GLFW # https://github.com/bsl/bindings-GLFW/issues/40 - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 - cgi # QuickCheck 2.9 @@ -3155,7 +3154,6 @@ build-tool-overrides: # If bindings-GLFW-3.1.2.1 is the current latest version write # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: -- bindings-GLFW-3.1.2.1 # skipped test-suite - vector-0.11.0.0 # skipped test-suite - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - newtype-generics-0.4.1 # resolves #1863 From 5f2bc1cb3259e3e3c5462c20942d58e62b074e09 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:50:14 +0200 Subject: [PATCH 2729/3141] TMWIR note for wreq --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 01f830f0..481ee5e8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3158,4 +3158,4 @@ tell-me-when-its-released: - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 -- wreq-0.4.1.0 +- wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. From 197235188d57eb31d8a0961d8cf90dfa8393e0b6 Mon Sep 17 00:00:00 2001 From: Alexis Williams Date: Tue, 18 Oct 2016 11:45:54 -0700 Subject: [PATCH 2730/3141] Add `wavefront-obj` --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4180c602..d0b4ab85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2539,6 +2539,7 @@ packages: "Alexis Williams @sasinestro": - stb-image-redux + - wavefront-obj # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 105121898b0b20c9541c09188bab7602dcd54736 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 23:24:28 +0200 Subject: [PATCH 2731/3141] Remove upper bounds and close #1863 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2dd8af70..73e6087b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2591,10 +2591,6 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1863 - - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - - MemoTrie < 0.6.5 # Re-enable haddocks when lifting this. - # https://github.com/fpco/stackage/issues/1876 - fixed-vector < 0.9 @@ -3157,6 +3153,5 @@ build-tool-overrides: tell-me-when-its-released: - vector-0.11.0.0 # skipped test-suite - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 -- newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. From d0747426dacfccd8020013def525ac7acd106576 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Tue, 18 Oct 2016 20:10:47 -0700 Subject: [PATCH 2732/3141] Add netwire packages --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73e6087b..86580255 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -761,6 +761,11 @@ packages: "Luis G. Torres @giogadi": - kdt + "Pavel Krajcevski @Mokosha": + - netwire + - netwire-input + - netwire-input-glfw + "Emanuel Borsboom @borsboom": - BoundedChan - broadcast-chan From 2d126876038bc96c9e9a9c9a257732c854c1eb25 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Thu, 20 Oct 2016 16:07:02 +0200 Subject: [PATCH 2733/3141] Add jni, jvm, sparkle. inline-java omitted for now since it only works on upcoming 8.0.2. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86580255..9ae52af7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1510,6 +1510,9 @@ packages: - distributed-closure - H - inline-r + - jni + - jvm + - sparkle - th-lift "Christopher Reichert @creichert": @@ -2244,8 +2247,6 @@ packages: "Alp Mestanogullari @alpmestan": - taggy - taggy-lens - # 0.1 Compilation failure https://github.com/fpco/stackage/issues/1660 - inline-java - # via inline-java - sparkle "Alex McLean @yaxu": - tidal From b0a25fc6c70aa9815078946c9048f5ddef6bf14f Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Thu, 20 Oct 2016 16:40:39 +0200 Subject: [PATCH 2734/3141] Set configure-args for jni, since package name changed. Also set for sparkle. --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ae52af7..462a0785 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2717,7 +2717,12 @@ package-flags: # Special configure options for individual packages configure-args: - inline-java: + jni: + - --extra-lib-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include + sparkle: - --extra-lib-dirs - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server - --extra-include-dirs From 7a727b3d19cf2968799fc22a2568685b2a4402aa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 21 Oct 2016 08:47:45 +0300 Subject: [PATCH 2735/3141] Add typed-process --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 462a0785..c77bc5ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -141,6 +141,7 @@ packages: - monad-logger-syslog - fsnotify-conduit - pid1 + - typed-process - fsnotify - hinotify From 515e51e8467877492ce9569e6e9fbebdf54b9772 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 21 Oct 2016 04:15:55 -0700 Subject: [PATCH 2736/3141] add quickbench --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c77bc5ef..66bddd53 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -695,6 +695,7 @@ packages: # - hledger-ui # - hledger-web # via Diff - shelltestrunner + - quickbench - regex-compat-tdfa "Mihai Maruseac @mihaimaruseac": From 2ad992d92585fc75a47f01b39e69e5f35d0b01d2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 22 Oct 2016 00:00:44 +0200 Subject: [PATCH 2737/3141] Revert "Add jni, jvm, sparkle." #2003 This reverts commit 2d126876038bc96c9e9a9c9a257732c854c1eb25. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c77bc5ef..4e23a668 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1511,9 +1511,6 @@ packages: - distributed-closure - H - inline-r - - jni - - jvm - - sparkle - th-lift "Christopher Reichert @creichert": @@ -2248,6 +2245,8 @@ packages: "Alp Mestanogullari @alpmestan": - taggy - taggy-lens + # 0.1 Compilation failure https://github.com/fpco/stackage/issues/1660 - inline-java + # via inline-java - sparkle "Alex McLean @yaxu": - tidal From 95860e14a3c347a65ff58472c6740666510d398c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 22 Oct 2016 11:16:54 +0200 Subject: [PATCH 2738/3141] Try lifting haskell-works/hw-rankselect#2 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41752d75..cec89c3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2609,10 +2609,6 @@ packages: # https://github.com/fpco/stackage/issues/1993 - hspec < 2.3 - # https://github.com/haskell-works/hw-rankselect/issues/2 - - hw-prim ==0.1.0.3 - - hw-bits ==0.1.0.1 - # https://github.com/fpco/stackage/issues/1965 - HUnit < 1.4.0.0 - hspec-expectations < 0.8.2 From cda215bb03c9f79c1b559cca3f5230071953a86e Mon Sep 17 00:00:00 2001 From: Carl Baatz Date: Sat, 22 Oct 2016 14:21:47 +0200 Subject: [PATCH 2739/3141] Add atom-basic to packages --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cec89c3c..cdab6bfd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2553,6 +2553,9 @@ packages: - rawfilepath "Konstantin Zudov @zudov": - html-email-validate + + "Carl Baatz @cbaatz": + - atom-basic # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From cf60b85fa28669a00e79abea3bb6e76c914b41f5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 22 Oct 2016 14:43:29 +0200 Subject: [PATCH 2740/3141] ShellCheck upper bound for #2007 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cdab6bfd..23e28895 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2634,6 +2634,9 @@ packages: # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 + # https://github.com/fpco/stackage/issues/2007 + - ShellCheck < 0.4.5 + # end of packages From fb042ac89855a5eb58aae39cbc25989c373691df Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Sun, 23 Oct 2016 09:53:37 +0100 Subject: [PATCH 2741/3141] Add back mysql and mysql-simple --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23e28895..d323e8ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -737,6 +737,8 @@ packages: - ekg-json "Paul Rouse @paul-rouse": + - mysql + - mysql-simple - sphinx - xmlhtml - yesod-auth-hashdb From e42b5de2abd026f70b72e7ce8d3a18d2413d8738 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 13:34:14 +0200 Subject: [PATCH 2742/3141] Try re-enabling amazonka-* --- build-constraints.yaml | 154 ++++++++++++++++++++--------------------- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d323e8ae..d6015603 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,4 @@ -ghc-major-version: "8.0" +sghc-major-version: "8.0" # Constraints for brand new builds packages: "Marco Zocca @ocramz": @@ -82,7 +82,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # BLOCKED amazonka-core + - stackage-curator - stm-conduit - wai-websockets - warp-tls @@ -1091,79 +1091,78 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # BLOCKED http-conduit 2.2 - # - amazonka - # - amazonka-core - # - amazonka-test - # - amazonka-apigateway - # - amazonka-application-autoscaling - # - amazonka-autoscaling - # - amazonka-certificatemanager - # - amazonka-cloudformation - # - amazonka-cloudfront - # - amazonka-cloudhsm - # - amazonka-cloudsearch-domains - # - amazonka-cloudsearch - # - amazonka-cloudtrail - # - amazonka-cloudwatch-events - # - amazonka-cloudwatch-logs - # - amazonka-cloudwatch - # - amazonka-codecommit - # - amazonka-codedeploy - # - amazonka-codepipeline - # - amazonka-cognito-identity - # - amazonka-cognito-idp - # - amazonka-cognito-sync - # - amazonka-config - # - amazonka-datapipeline - # - amazonka-devicefarm - # - amazonka-directconnect - # - amazonka-discovery - # - amazonka-dms - # - amazonka-ds - # - amazonka-dynamodb-streams - # - amazonka-dynamodb - # - amazonka-ec2 - # - amazonka-ecr - # - amazonka-ecs - # - amazonka-efs - # - amazonka-elasticache - # - amazonka-elasticbeanstalk - # - amazonka-elasticsearch - # - amazonka-elastictranscoder - # - amazonka-elb - # - amazonka-emr - # - amazonka-gamelift - # - amazonka-glacier - # - amazonka-iam - # - amazonka-importexport - # - amazonka-inspector - # - amazonka-iot-dataplane - # - amazonka-iot - # - amazonka-kinesis - # - amazonka-kinesis-firehose - # - amazonka-kms - # - amazonka-lambda - # - amazonka-marketplace-analytics - # - amazonka-marketplace-metering - # - amazonka-ml - # - amazonka-opsworks - # - amazonka-rds - # - amazonka-redshift - # - amazonka-route53-domains - # - amazonka-route53 - # - amazonka-s3 - # - amazonka-sdb - # - amazonka-ses - # - amazonka-sns - # - amazonka-sqs - # - amazonka-ssm - # - amazonka-storagegateway - # - amazonka-sts - # - amazonka-support - # - amazonka-swf - # - amazonka-waf - # - amazonka-workspaces + - amazonka + - amazonka-core + - amazonka-test + - amazonka-apigateway + - amazonka-application-autoscaling + - amazonka-autoscaling + - amazonka-certificatemanager + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudsearch-domains + - amazonka-cloudsearch + - amazonka-cloudtrail + - amazonka-cloudwatch-events + - amazonka-cloudwatch-logs + - amazonka-cloudwatch + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-cognito-identity + - amazonka-cognito-idp + - amazonka-cognito-sync + - amazonka-config + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-discovery + - amazonka-dms + - amazonka-ds + - amazonka-dynamodb-streams + - amazonka-dynamodb + - amazonka-ec2 + - amazonka-ecr + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elasticsearch + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-emr + - amazonka-gamelift + - amazonka-glacier + - amazonka-iam + - amazonka-importexport + - amazonka-inspector + - amazonka-iot-dataplane + - amazonka-iot + - amazonka-kinesis + - amazonka-kinesis-firehose + - amazonka-kms + - amazonka-lambda + - amazonka-marketplace-analytics + - amazonka-marketplace-metering + - amazonka-ml + - amazonka-opsworks + - amazonka-rds + - amazonka-redshift + - amazonka-route53-domains + - amazonka-route53 + - amazonka-s3 + - amazonka-sdb + - amazonka-ses + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-waf + - amazonka-workspaces # - gogol # https://github.com/brendanhay/gogol/issues/38 - gogol-core - gogol-adexchange-buyer @@ -1501,7 +1500,7 @@ packages: "Daniel Patterson @dbp": # via digestive-functors - hspec-snap - hworker - # - hworker-ses BLOCKED amazonka-core + - hworker-ses - fn # via heist - fn-extra @@ -2553,9 +2552,10 @@ packages: "XT @xtendo-org": - rawfilepath + "Konstantin Zudov @zudov": - html-email-validate - + "Carl Baatz @cbaatz": - atom-basic From 89a4d72167bb3d64f767a25712f85207165fa0b0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 13:34:35 +0200 Subject: [PATCH 2743/3141] TMWIR trigger for gogol --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6015603..e8d6bdbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,3 +3171,4 @@ tell-me-when-its-released: - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. +- gogol-0.1.0 # Re-enable package From 22d3da79d93d75a10eef355f5390efbb74ac315d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 13:38:07 +0200 Subject: [PATCH 2744/3141] Expected mysql tests to fail due to missing MySQL server #2008 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8d6bdbd..4189d500 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,6 +2874,7 @@ expected-test-failures: - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 - memcached-binary # memcached - mongoDB # mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 + - mysql # MySQL - network-anonymous-i2p - opaleye # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 From 98c2a46fa2f3c9a23904506c2a227dd5be8f5846 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sun, 23 Oct 2016 13:40:39 +0200 Subject: [PATCH 2745/3141] Avers has been compatible with GHC8 since 0.0.16 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4189d500..f3a25751 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -950,7 +950,7 @@ packages: - pipes-network "Tomas Carnecky @wereHamster": - # GHC 8 0.0.15 compilation failure - avers + - avers # via avers - avers-api # via avers - avers-server - css-syntax From d95f59f6b5662aa12b9f330706ee320d59dc9783 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 14:14:56 +0200 Subject: [PATCH 2746/3141] hw-string-parse upper bound for #2010 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3a25751..e982efb3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2639,6 +2639,9 @@ packages: # https://github.com/fpco/stackage/issues/2007 - ShellCheck < 0.4.5 + # https://github.com/fpco/stackage/issues/2010 + - hw-string-parse < 0.0.0.3 + # end of packages From 822da9d494af97b717d6ebdd8278dd099e8f445a Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Sun, 23 Oct 2016 14:29:56 +0100 Subject: [PATCH 2747/3141] Expect test fail for mysql-simple, too - no server --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e982efb3..185e856b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2878,6 +2878,7 @@ expected-test-failures: - memcached-binary # memcached - mongoDB # mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 - mysql # MySQL + - mysql-simple # MySQL - network-anonymous-i2p - opaleye # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 From 81b5c039a96372d772dc53772942e557d5a7bd0d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 15:31:54 +0200 Subject: [PATCH 2748/3141] Revert "Try re-enabling amazonka-*" This reverts commit e42b5de2abd026f70b72e7ce8d3a18d2413d8738. --- build-constraints.yaml | 154 ++++++++++++++++++++--------------------- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e982efb3..b36e375d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,4 @@ -sghc-major-version: "8.0" +ghc-major-version: "8.0" # Constraints for brand new builds packages: "Marco Zocca @ocramz": @@ -82,7 +82,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator # BLOCKED amazonka-core - stm-conduit - wai-websockets - warp-tls @@ -1091,78 +1091,79 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - - amazonka - - amazonka-core - - amazonka-test - - amazonka-apigateway - - amazonka-application-autoscaling - - amazonka-autoscaling - - amazonka-certificatemanager - - amazonka-cloudformation - - amazonka-cloudfront - - amazonka-cloudhsm - - amazonka-cloudsearch-domains - - amazonka-cloudsearch - - amazonka-cloudtrail - - amazonka-cloudwatch-events - - amazonka-cloudwatch-logs - - amazonka-cloudwatch - - amazonka-codecommit - - amazonka-codedeploy - - amazonka-codepipeline - - amazonka-cognito-identity - - amazonka-cognito-idp - - amazonka-cognito-sync - - amazonka-config - - amazonka-datapipeline - - amazonka-devicefarm - - amazonka-directconnect - - amazonka-discovery - - amazonka-dms - - amazonka-ds - - amazonka-dynamodb-streams - - amazonka-dynamodb - - amazonka-ec2 - - amazonka-ecr - - amazonka-ecs - - amazonka-efs - - amazonka-elasticache - - amazonka-elasticbeanstalk - - amazonka-elasticsearch - - amazonka-elastictranscoder - - amazonka-elb - - amazonka-emr - - amazonka-gamelift - - amazonka-glacier - - amazonka-iam - - amazonka-importexport - - amazonka-inspector - - amazonka-iot-dataplane - - amazonka-iot - - amazonka-kinesis - - amazonka-kinesis-firehose - - amazonka-kms - - amazonka-lambda - - amazonka-marketplace-analytics - - amazonka-marketplace-metering - - amazonka-ml - - amazonka-opsworks - - amazonka-rds - - amazonka-redshift - - amazonka-route53-domains - - amazonka-route53 - - amazonka-s3 - - amazonka-sdb - - amazonka-ses - - amazonka-sns - - amazonka-sqs - - amazonka-ssm - - amazonka-storagegateway - - amazonka-sts - - amazonka-support - - amazonka-swf - - amazonka-waf - - amazonka-workspaces + # BLOCKED http-conduit 2.2 + # - amazonka + # - amazonka-core + # - amazonka-test + # - amazonka-apigateway + # - amazonka-application-autoscaling + # - amazonka-autoscaling + # - amazonka-certificatemanager + # - amazonka-cloudformation + # - amazonka-cloudfront + # - amazonka-cloudhsm + # - amazonka-cloudsearch-domains + # - amazonka-cloudsearch + # - amazonka-cloudtrail + # - amazonka-cloudwatch-events + # - amazonka-cloudwatch-logs + # - amazonka-cloudwatch + # - amazonka-codecommit + # - amazonka-codedeploy + # - amazonka-codepipeline + # - amazonka-cognito-identity + # - amazonka-cognito-idp + # - amazonka-cognito-sync + # - amazonka-config + # - amazonka-datapipeline + # - amazonka-devicefarm + # - amazonka-directconnect + # - amazonka-discovery + # - amazonka-dms + # - amazonka-ds + # - amazonka-dynamodb-streams + # - amazonka-dynamodb + # - amazonka-ec2 + # - amazonka-ecr + # - amazonka-ecs + # - amazonka-efs + # - amazonka-elasticache + # - amazonka-elasticbeanstalk + # - amazonka-elasticsearch + # - amazonka-elastictranscoder + # - amazonka-elb + # - amazonka-emr + # - amazonka-gamelift + # - amazonka-glacier + # - amazonka-iam + # - amazonka-importexport + # - amazonka-inspector + # - amazonka-iot-dataplane + # - amazonka-iot + # - amazonka-kinesis + # - amazonka-kinesis-firehose + # - amazonka-kms + # - amazonka-lambda + # - amazonka-marketplace-analytics + # - amazonka-marketplace-metering + # - amazonka-ml + # - amazonka-opsworks + # - amazonka-rds + # - amazonka-redshift + # - amazonka-route53-domains + # - amazonka-route53 + # - amazonka-s3 + # - amazonka-sdb + # - amazonka-ses + # - amazonka-sns + # - amazonka-sqs + # - amazonka-ssm + # - amazonka-storagegateway + # - amazonka-sts + # - amazonka-support + # - amazonka-swf + # - amazonka-waf + # - amazonka-workspaces # - gogol # https://github.com/brendanhay/gogol/issues/38 - gogol-core - gogol-adexchange-buyer @@ -1500,7 +1501,7 @@ packages: "Daniel Patterson @dbp": # via digestive-functors - hspec-snap - hworker - - hworker-ses + # - hworker-ses BLOCKED amazonka-core - fn # via heist - fn-extra @@ -2552,10 +2553,9 @@ packages: "XT @xtendo-org": - rawfilepath - "Konstantin Zudov @zudov": - html-email-validate - + "Carl Baatz @cbaatz": - atom-basic From b8c7a49e86bd2edaa4efdaa86ecd2b9126455040 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 15:35:45 +0200 Subject: [PATCH 2749/3141] Try moving hw upper bounds to hw-rankselect and -prim #2010 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b36e375d..78082e81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2555,7 +2555,7 @@ packages: - rawfilepath "Konstantin Zudov @zudov": - html-email-validate - + "Carl Baatz @cbaatz": - atom-basic @@ -2640,7 +2640,8 @@ packages: - ShellCheck < 0.4.5 # https://github.com/fpco/stackage/issues/2010 - - hw-string-parse < 0.0.0.3 + - hw-rankselect < 0.5 + - hw-prim < 0.4 # end of packages From 2b587a1f40b77ddb63bb16b80afebae1512404c6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 15:44:40 +0200 Subject: [PATCH 2750/3141] Try other hw upper bounds #2010 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78082e81..912050e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2640,8 +2640,11 @@ packages: - ShellCheck < 0.4.5 # https://github.com/fpco/stackage/issues/2010 - - hw-rankselect < 0.5 + - hw-bits < 0.4 + - hw-conduit < 0.1 - hw-prim < 0.4 + - hw-rankselect < 0.5 + - hw-string-parse < 0.0.0.3 # end of packages From 45cbe0928f37bd3fe8346b1744a6f8a00b2355a3 Mon Sep 17 00:00:00 2001 From: winterland Date: Mon, 24 Oct 2016 18:07:33 +0800 Subject: [PATCH 2751/3141] Add word24, binary-ieee754 Add word24, binary-ieee754 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53d6b7b2..5a56b3cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -17,6 +17,8 @@ packages: - tcp-streams - wire-streams - binary-parsers + - binary-ieee754 + - word24 "Harendra Kumar @harendra-kumar": - unicode-transforms From da47abb7e8d68acdba54284231b0fc8cbf68f498 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 24 Oct 2016 11:28:00 -0700 Subject: [PATCH 2752/3141] Skip data-msgpack benchmarks per TokTok/hs-msgpack#20 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53d6b7b2..3e155064 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3063,6 +3063,7 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 + - data-msgpack # https://github.com/TokTok/hs-msgpack/issues/20 # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 From d5f7174a185dcda4dc4ead129cd0e4c78e8954e3 Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Mon, 24 Oct 2016 20:41:32 +0100 Subject: [PATCH 2753/3141] Update build-constraints.yaml --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e155064..f3b02a22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -78,7 +78,7 @@ packages: - mime-mail-ses - network-conduit-tls - persistent - # via mysql https://github.com/bos/mysql/issues/20 - persistent-mysql + - persistent-mysql - persistent-postgresql - persistent-sqlite - persistent-template From e30af21d3c3a734a81f54b0fa151370a3c524c3c Mon Sep 17 00:00:00 2001 From: Reuben D'Netto Date: Tue, 25 Oct 2016 10:21:57 +1100 Subject: [PATCH 2754/3141] Added glob-posix --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e155064..a765cf54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2559,6 +2559,10 @@ packages: "Carl Baatz @cbaatz": - atom-basic + "Reuben D'Netto ": + - glob-posix + + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From fb7011de256073cb6aa5d838a40fdd737e61b78c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 25 Oct 2016 00:41:49 -0700 Subject: [PATCH 2755/3141] Remove constraints on hw-* #2010 --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae1a00d6..71aa4330 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2641,13 +2641,6 @@ packages: # https://github.com/fpco/stackage/issues/2007 - ShellCheck < 0.4.5 - # https://github.com/fpco/stackage/issues/2010 - - hw-bits < 0.4 - - hw-conduit < 0.1 - - hw-prim < 0.4 - - hw-rankselect < 0.5 - - hw-string-parse < 0.0.0.3 - # end of packages From 0b99276008df49b6721e0729303a58c1969890e3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 25 Oct 2016 00:55:39 -0700 Subject: [PATCH 2756/3141] Expect word24 tests to fail, see #2012 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71aa4330..69764aa2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2937,6 +2937,7 @@ expected-test-failures: - thyme # https://github.com/liyang/thyme/issues/50 - tries # https://github.com/athanclark/tries/issues/2 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 + - word24 # 2.0.0 no issue tracker https://github.com/fpco/stackage/pull/2012 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 # Misc. From fafe3ee526a8581797fd824b424d8b1e9278ae7a Mon Sep 17 00:00:00 2001 From: winterland Date: Tue, 25 Oct 2016 18:16:08 +0800 Subject: [PATCH 2757/3141] Add mysql-haskell, enable word24 tests Add mysql-haskell, enable word24 tests --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69764aa2..15d05f14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -19,6 +19,7 @@ packages: - binary-parsers - binary-ieee754 - word24 + - mysql-haskell "Harendra Kumar @harendra-kumar": - unicode-transforms @@ -2843,6 +2844,7 @@ expected-test-failures: # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix # has been released. + - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 @@ -2937,7 +2939,6 @@ expected-test-failures: - thyme # https://github.com/liyang/thyme/issues/50 - tries # https://github.com/athanclark/tries/issues/2 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - - word24 # 2.0.0 no issue tracker https://github.com/fpco/stackage/pull/2012 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 # Misc. From e348ca1bb430199ca7482be5716f6b5ce36044aa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 25 Oct 2016 16:51:54 -0700 Subject: [PATCH 2758/3141] Add constraints on Rasterific and more per #2017 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69764aa2..ebf6ba26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2641,6 +2641,11 @@ packages: # https://github.com/fpco/stackage/issues/2007 - ShellCheck < 0.4.5 + # https://github.com/fpco/stackage/issues/2017 + - Rasterific < 0.7 + - rasterific-svg < 0.3.2 + - svg-tree < 0.6 + # end of packages From 031dba27e871dae86b54a5aad98c298121648bb4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 25 Oct 2016 17:20:33 -0700 Subject: [PATCH 2759/3141] Add constraint "extra < 1.5.1" per ndmitchell/bake#40 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ebf6ba26..3b81ea3d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2646,6 +2646,9 @@ packages: - rasterific-svg < 0.3.2 - svg-tree < 0.6 + # https://github.com/ndmitchell/bake/issues/40 + - extra < 1.5.1 + # end of packages @@ -3183,3 +3186,4 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package +- bake-0.4 # Remove upper bound on extra https://github.com/ndmitchell/bake/issues/40 From 324d0002d028e3f77f3addce0af9ed9c712d990a Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Wed, 26 Oct 2016 17:38:01 +0300 Subject: [PATCH 2760/3141] re-adding tracy after breakage + hreader-lens --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a8348e3..5692392e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1800,6 +1800,10 @@ packages: "rightfold @rightfold": - open-browser + "Denis Redozubov @dredozubov": + - tracy + - hreader-lens + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From 7c1a455ff7d54fc026469fcca2cb956e4236a858 Mon Sep 17 00:00:00 2001 From: Yair Chuchem Date: Wed, 26 Oct 2016 17:47:57 +0300 Subject: [PATCH 2761/3141] Add "List" to stackage As requested in https://github.com/yairchu/generator/issues/1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b81ea3d..fe8f8b09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Yair Chuchem @yairchu": + - List + "Marco Zocca @ocramz": - sparse-linear-algebra - network-multicast From 3d55d9fdef7c9e2b0d301befe270189958ee9702 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 26 Oct 2016 18:26:01 +0200 Subject: [PATCH 2762/3141] Add patat, re-add profiteur I'm adding patat now so that I don't forget it later. I hope that pandoc gets in again soon. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b81ea3d..1d3fcdc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -197,7 +197,8 @@ packages: - cabal-dependency-licenses # - hakyll # QuickCheck, snap-server, via pandoc, via pandoc-citeproc - stylish-haskell - # - profiteur # BLOCKED aeson 1.0 + # - patat # BLOCKED via pandoc + - profiteur - psqueues - websockets - websockets-snap From 76d9f0c21e1920176667ac337eb5cfbfe8e14bf0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 26 Oct 2016 10:14:07 -0700 Subject: [PATCH 2763/3141] Disable hreader-lens, see #2018 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dba3500e..7089b060 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2135,7 +2135,7 @@ packages: "Denis Redozubov @dredozubov": - tracy - - hreader-lens + # GHC 8 - hreader-lens "Yuji Yamamoto @igrep": - yes-precure5-command From bb6cfa95651d9f3f8157418aa4dab437fe36edec Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 26 Oct 2016 21:01:47 -0700 Subject: [PATCH 2764/3141] Re-enable --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a13eea4..43f2dd77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -695,8 +695,9 @@ packages: - darcs - hledger - hledger-lib - # - hledger-ui - # - hledger-web + - hledger-ui + - hledger-web + - hledger-api # via Diff - shelltestrunner - quickbench - regex-compat-tdfa From 3924e670b3ed0343226b416f74ae59ccb041aa25 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Oct 2016 01:09:13 -0700 Subject: [PATCH 2765/3141] Add upper bounds on diagrams-* < 1.4 per #2023 --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a13eea4..cfb3c7b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,6 +2651,13 @@ packages: # https://github.com/ndmitchell/bake/issues/40 - extra < 1.5.1 + # https://github.com/fpco/stackage/issues/2023 + - diagrams-core < 1.4 + - diagrams-lib < 1.4 + - diagrams-postscript < 1.4 + - diagrams < 1.4 + - diagrams-contrib < 1.4 + # end of packages From 5cf52d2dfe5ef406cc5031362f9a1b77fbe04f8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Oct 2016 01:10:30 -0700 Subject: [PATCH 2766/3141] Add upper bound "megaparsec < 5.1" per #2024 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cfb3c7b1..fecc2029 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2658,6 +2658,9 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 + # https://github.com/fpco/stackage/issues/2024 + - megaparsec < 5.1 + # end of packages From 4c73403c00cbfff52e6aabc2c2d2e4032da464f0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Oct 2016 06:28:30 -0700 Subject: [PATCH 2767/3141] Constrain hledger instead of megaparsec #2024 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fecc2029..937ccc33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2659,7 +2659,8 @@ packages: - diagrams-contrib < 1.4 # https://github.com/fpco/stackage/issues/2024 - - megaparsec < 5.1 + - hledger < 1.0 + - hledger-lib < 1.0 # end of packages From 05a4f8a100a034889bb13e715f13a3b3b6704673 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Oct 2016 13:29:57 -0700 Subject: [PATCH 2768/3141] Remove hledger-web, constrain brick. see #2022 --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bfd1cb6..cbedb598 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -696,7 +696,7 @@ packages: - hledger - hledger-lib - hledger-ui - - hledger-web + # - hledger-web # waiting on 1.0.1 - hledger-api # via Diff - shelltestrunner - quickbench @@ -2659,9 +2659,8 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 - # https://github.com/fpco/stackage/issues/2024 - - hledger < 1.0 - - hledger-lib < 1.0 + # only pulled in by hledger-ui + - brick < 0.9 # end of packages From c46738efdf7ec01ca609e578228072fe4b4d4913 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 27 Oct 2016 22:33:52 +0200 Subject: [PATCH 2769/3141] Uncommented pandoc, pandoc-citeproc. pandoc 1.18 and pandoc-citeproc 0.10.2.2 will both compile against aeson 1.0.2.1. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 937ccc33..1492bace 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2201,8 +2201,8 @@ packages: - pandoc-types - zip-archive - doctemplates - # - pandoc # BLOCKED aeson 1.0 - # - pandoc-citeproc # BLOCKED aeson 1.0 + - pandoc + - pandoc-citeproc "Karun Ramakrishnan @karun012": - doctest-discover From 54e12777e6f575f24042f83e999ea5101ff9a288 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 27 Oct 2016 13:50:23 -0700 Subject: [PATCH 2770/3141] re-enable hledger-web --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbedb598..b928033c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -696,7 +696,7 @@ packages: - hledger - hledger-lib - hledger-ui - # - hledger-web # waiting on 1.0.1 + - hledger-web - hledger-api # via Diff - shelltestrunner - quickbench From b3983b0b76f93e1db20f0a80d7a238aa4059ae6c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Oct 2016 22:58:31 +0200 Subject: [PATCH 2771/3141] Update build-constraints.yaml Add `titlecase` to list of packages I maintain. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbedb598..9834ef75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1868,6 +1868,7 @@ packages: - language-nix - nix-paths - streamproc + - titlecase "Mark Fine @markfine": - postgresql-schema From 27b24a013de715db3b5b9a7ef8e7790594771313 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Oct 2016 16:42:00 -0700 Subject: [PATCH 2772/3141] Lift constraint on brick --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b33962e..35e70b6e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2660,9 +2660,6 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 - # only pulled in by hledger-ui - - brick < 0.9 - # end of packages From c71368700960c4d6f1352b0f97cd9af307fb15b2 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 28 Oct 2016 13:57:43 +0200 Subject: [PATCH 2773/3141] Re-enable hakyll and patat Since Pandoc is now back in. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af840044..e131718a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -196,9 +196,9 @@ packages: - blaze-html - blaze-markup - cabal-dependency-licenses - # - hakyll # QuickCheck, snap-server, via pandoc, via pandoc-citeproc + - hakyll - stylish-haskell - # - patat # BLOCKED via pandoc + - patat - profiteur - psqueues - websockets From 56289d767bf279c3ae8ba3121b0cf548a2ca6fd6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 10:13:12 -0700 Subject: [PATCH 2774/3141] Remove upper bound on extra --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af840044..786095bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2650,9 +2650,6 @@ packages: - rasterific-svg < 0.3.2 - svg-tree < 0.6 - # https://github.com/ndmitchell/bake/issues/40 - - extra < 1.5.1 - # https://github.com/fpco/stackage/issues/2023 - diagrams-core < 1.4 - diagrams-lib < 1.4 @@ -3197,4 +3194,3 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package -- bake-0.4 # Remove upper bound on extra https://github.com/ndmitchell/bake/issues/40 From 6789c99caf04183f9ebfcb80dc22bfc866a03f2f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 14:17:28 -0700 Subject: [PATCH 2775/3141] Unblock amazonka* --- build-constraints.yaml | 145 ++++++++++++++++++++--------------------- 1 file changed, 72 insertions(+), 73 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 786095bc..32e30497 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1096,79 +1096,78 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # BLOCKED http-conduit 2.2 - # - amazonka - # - amazonka-core - # - amazonka-test - # - amazonka-apigateway - # - amazonka-application-autoscaling - # - amazonka-autoscaling - # - amazonka-certificatemanager - # - amazonka-cloudformation - # - amazonka-cloudfront - # - amazonka-cloudhsm - # - amazonka-cloudsearch-domains - # - amazonka-cloudsearch - # - amazonka-cloudtrail - # - amazonka-cloudwatch-events - # - amazonka-cloudwatch-logs - # - amazonka-cloudwatch - # - amazonka-codecommit - # - amazonka-codedeploy - # - amazonka-codepipeline - # - amazonka-cognito-identity - # - amazonka-cognito-idp - # - amazonka-cognito-sync - # - amazonka-config - # - amazonka-datapipeline - # - amazonka-devicefarm - # - amazonka-directconnect - # - amazonka-discovery - # - amazonka-dms - # - amazonka-ds - # - amazonka-dynamodb-streams - # - amazonka-dynamodb - # - amazonka-ec2 - # - amazonka-ecr - # - amazonka-ecs - # - amazonka-efs - # - amazonka-elasticache - # - amazonka-elasticbeanstalk - # - amazonka-elasticsearch - # - amazonka-elastictranscoder - # - amazonka-elb - # - amazonka-emr - # - amazonka-gamelift - # - amazonka-glacier - # - amazonka-iam - # - amazonka-importexport - # - amazonka-inspector - # - amazonka-iot-dataplane - # - amazonka-iot - # - amazonka-kinesis - # - amazonka-kinesis-firehose - # - amazonka-kms - # - amazonka-lambda - # - amazonka-marketplace-analytics - # - amazonka-marketplace-metering - # - amazonka-ml - # - amazonka-opsworks - # - amazonka-rds - # - amazonka-redshift - # - amazonka-route53-domains - # - amazonka-route53 - # - amazonka-s3 - # - amazonka-sdb - # - amazonka-ses - # - amazonka-sns - # - amazonka-sqs - # - amazonka-ssm - # - amazonka-storagegateway - # - amazonka-sts - # - amazonka-support - # - amazonka-swf - # - amazonka-waf - # - amazonka-workspaces + - amazonka + - amazonka-core + - amazonka-test + - amazonka-apigateway + - amazonka-application-autoscaling + - amazonka-autoscaling + - amazonka-certificatemanager + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudsearch-domains + - amazonka-cloudsearch + - amazonka-cloudtrail + - amazonka-cloudwatch-events + - amazonka-cloudwatch-logs + - amazonka-cloudwatch + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-cognito-identity + - amazonka-cognito-idp + - amazonka-cognito-sync + - amazonka-config + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-discovery + - amazonka-dms + - amazonka-ds + - amazonka-dynamodb-streams + - amazonka-dynamodb + - amazonka-ec2 + - amazonka-ecr + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elasticsearch + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-emr + - amazonka-gamelift + - amazonka-glacier + - amazonka-iam + - amazonka-importexport + - amazonka-inspector + - amazonka-iot-dataplane + - amazonka-iot + - amazonka-kinesis + - amazonka-kinesis-firehose + - amazonka-kms + - amazonka-lambda + - amazonka-marketplace-analytics + - amazonka-marketplace-metering + - amazonka-ml + - amazonka-opsworks + - amazonka-rds + - amazonka-redshift + - amazonka-route53-domains + - amazonka-route53 + - amazonka-s3 + - amazonka-sdb + - amazonka-ses + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-waf + - amazonka-workspaces # - gogol # https://github.com/brendanhay/gogol/issues/38 - gogol-core - gogol-adexchange-buyer From 9a42b9532f4d6cda995090debc76971a5d717bce Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 15:40:44 -0700 Subject: [PATCH 2776/3141] Revert "Unblock amazonka*" This reverts commit 6789c99caf04183f9ebfcb80dc22bfc866a03f2f. --- build-constraints.yaml | 145 +++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 72 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 32e30497..786095bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1096,78 +1096,79 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - - amazonka - - amazonka-core - - amazonka-test - - amazonka-apigateway - - amazonka-application-autoscaling - - amazonka-autoscaling - - amazonka-certificatemanager - - amazonka-cloudformation - - amazonka-cloudfront - - amazonka-cloudhsm - - amazonka-cloudsearch-domains - - amazonka-cloudsearch - - amazonka-cloudtrail - - amazonka-cloudwatch-events - - amazonka-cloudwatch-logs - - amazonka-cloudwatch - - amazonka-codecommit - - amazonka-codedeploy - - amazonka-codepipeline - - amazonka-cognito-identity - - amazonka-cognito-idp - - amazonka-cognito-sync - - amazonka-config - - amazonka-datapipeline - - amazonka-devicefarm - - amazonka-directconnect - - amazonka-discovery - - amazonka-dms - - amazonka-ds - - amazonka-dynamodb-streams - - amazonka-dynamodb - - amazonka-ec2 - - amazonka-ecr - - amazonka-ecs - - amazonka-efs - - amazonka-elasticache - - amazonka-elasticbeanstalk - - amazonka-elasticsearch - - amazonka-elastictranscoder - - amazonka-elb - - amazonka-emr - - amazonka-gamelift - - amazonka-glacier - - amazonka-iam - - amazonka-importexport - - amazonka-inspector - - amazonka-iot-dataplane - - amazonka-iot - - amazonka-kinesis - - amazonka-kinesis-firehose - - amazonka-kms - - amazonka-lambda - - amazonka-marketplace-analytics - - amazonka-marketplace-metering - - amazonka-ml - - amazonka-opsworks - - amazonka-rds - - amazonka-redshift - - amazonka-route53-domains - - amazonka-route53 - - amazonka-s3 - - amazonka-sdb - - amazonka-ses - - amazonka-sns - - amazonka-sqs - - amazonka-ssm - - amazonka-storagegateway - - amazonka-sts - - amazonka-support - - amazonka-swf - - amazonka-waf - - amazonka-workspaces + # BLOCKED http-conduit 2.2 + # - amazonka + # - amazonka-core + # - amazonka-test + # - amazonka-apigateway + # - amazonka-application-autoscaling + # - amazonka-autoscaling + # - amazonka-certificatemanager + # - amazonka-cloudformation + # - amazonka-cloudfront + # - amazonka-cloudhsm + # - amazonka-cloudsearch-domains + # - amazonka-cloudsearch + # - amazonka-cloudtrail + # - amazonka-cloudwatch-events + # - amazonka-cloudwatch-logs + # - amazonka-cloudwatch + # - amazonka-codecommit + # - amazonka-codedeploy + # - amazonka-codepipeline + # - amazonka-cognito-identity + # - amazonka-cognito-idp + # - amazonka-cognito-sync + # - amazonka-config + # - amazonka-datapipeline + # - amazonka-devicefarm + # - amazonka-directconnect + # - amazonka-discovery + # - amazonka-dms + # - amazonka-ds + # - amazonka-dynamodb-streams + # - amazonka-dynamodb + # - amazonka-ec2 + # - amazonka-ecr + # - amazonka-ecs + # - amazonka-efs + # - amazonka-elasticache + # - amazonka-elasticbeanstalk + # - amazonka-elasticsearch + # - amazonka-elastictranscoder + # - amazonka-elb + # - amazonka-emr + # - amazonka-gamelift + # - amazonka-glacier + # - amazonka-iam + # - amazonka-importexport + # - amazonka-inspector + # - amazonka-iot-dataplane + # - amazonka-iot + # - amazonka-kinesis + # - amazonka-kinesis-firehose + # - amazonka-kms + # - amazonka-lambda + # - amazonka-marketplace-analytics + # - amazonka-marketplace-metering + # - amazonka-ml + # - amazonka-opsworks + # - amazonka-rds + # - amazonka-redshift + # - amazonka-route53-domains + # - amazonka-route53 + # - amazonka-s3 + # - amazonka-sdb + # - amazonka-ses + # - amazonka-sns + # - amazonka-sqs + # - amazonka-ssm + # - amazonka-storagegateway + # - amazonka-sts + # - amazonka-support + # - amazonka-swf + # - amazonka-waf + # - amazonka-workspaces # - gogol # https://github.com/brendanhay/gogol/issues/38 - gogol-core - gogol-adexchange-buyer From b30696eef1a3289b8fc5c288930c76c4b8e03896 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 15:41:54 -0700 Subject: [PATCH 2777/3141] Update reason for blocking amazonka --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 786095bc..fd9ecdb3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1096,7 +1096,7 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # BLOCKED http-conduit 2.2 + # BLOCKED https://github.com/brendanhay/amazonka/issues/323 # - amazonka # - amazonka-core # - amazonka-test From d46b39947f99898a050d50afd4c04d43aee566bd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 15:44:29 -0700 Subject: [PATCH 2778/3141] Lift constraint on hackernews, closes #1991 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd9ecdb3..46192c02 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2636,9 +2636,6 @@ packages: # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 # Re-enable `lens' benchmarks when lifted - # https://github.com/fpco/stackage/issues/1991 - - hackernews < 1.0 - # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 From 270ef76d0d85ce43c73f2baf3bb3204648d654b5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 16:10:31 -0700 Subject: [PATCH 2779/3141] Update link for doctest-prop --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46192c02..48b5eb62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2915,7 +2915,7 @@ expected-test-failures: # Deprecated # Eventually we'll have to disable these packages completely. - - doctest-prop # https://github.com/fpco/stackage/issues/1817 + - doctest-prop # https://github.com/bitemyapp/bloodhound/issues/146 - system-filepath # https://github.com/jmillikin/haskell-filesystem/issues/3 # Missing test files in sdist From 2e99fdcfed088a4abda78fbc32a947d63997f102 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 16:17:56 -0700 Subject: [PATCH 2780/3141] Disable Chart-diagrams to unconstrain SVGFonts, closes #1767 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 48b5eb62..9ab42a0a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2229,7 +2229,7 @@ packages: - tuple - OneTuple - SVGFonts - - Chart-diagrams + # - Chart-diagrams # https://github.com/timbod7/haskell-chart/issues/141 # "Aaron Levin @aaronmblevin": # GHC 8 & lots of other packages - haskell-kubernetes @@ -2595,9 +2595,6 @@ packages: "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1767 - - SVGFonts < 1.6 - # https://github.com/fpco/stackage/issues/1784 - optparse-applicative < 0.13.0.0 # May need to disable test suite when lifting this https://github.com/pcapriotti/optparse-applicative/issues/228 - diagrams-canvas < 1.3.0.7 @@ -3191,3 +3188,4 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package +- Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 From ae2a7bd953ca708ff7d0d962cce5e703385d7b72 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 16:33:19 -0700 Subject: [PATCH 2781/3141] Disable yarr to unconstrain fixed-vector, closes #1876 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ab42a0a..99d1c342 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -559,7 +559,7 @@ packages: - cassava-conduit "Dominic Steinitz @idontgetoutmuch": - - yarr + # - yarr # https://github.com/leventov/yarr/issues/10 - random-fu "Ben Gamari @bgamari": @@ -2606,9 +2606,6 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1876 - - fixed-vector < 0.9 - # https://github.com/fpco/stackage/issues/1902 - hspec < 2.2.4 - hspec-core < 2.2.4 From 1aacf8907da4fce8768c30095fe513c97ceca46a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 16:41:44 -0700 Subject: [PATCH 2782/3141] Notify on yarr release --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99d1c342..d6c34ac7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3186,3 +3186,4 @@ tell-me-when-its-released: - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package - Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 +- yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 From cea290e2fc1d0a5bdb53c3d132215a5dedc7c0e9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 17:18:43 -0700 Subject: [PATCH 2783/3141] allow hspec-* 2.2.4, closes #1902 --- build-constraints.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6c34ac7..4e86cc87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2606,13 +2606,10 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1902 - - hspec < 2.2.4 - - hspec-core < 2.2.4 - - hspec-discover < 2.2.4 - # https://github.com/fpco/stackage/issues/1993 - hspec < 2.3 + - hspec-core < 2.3 + - hspec-discover < 2.3 # https://github.com/fpco/stackage/issues/1965 - HUnit < 1.4.0.0 @@ -2786,6 +2783,7 @@ skipped-tests: - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 - snap # QuickCheck 2.9 - terminal-progress-bar # depends on older version of itself + - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 # Transitive outdated dependencies # These packages @@ -3182,7 +3180,7 @@ build-tool-overrides: tell-me-when-its-released: - vector-0.11.0.0 # skipped test-suite - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 -- point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 +- point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package - Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 From b83c26bbc7e112cc90e621b9d6f876f48a27f576 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 17:19:45 -0700 Subject: [PATCH 2784/3141] re-alphabetize skipped-tests --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e86cc87..fff90af5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2776,14 +2776,14 @@ skipped-tests: - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 + - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - pure-cdb # test-simple + - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 + - terminal-progress-bar # depends on older version of itself - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 - - snap # QuickCheck 2.9 - - terminal-progress-bar # depends on older version of itself - - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 # Transitive outdated dependencies # These packages From 680464408e788f94aa5645585ae6d7a268fae107 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 17:30:08 -0700 Subject: [PATCH 2785/3141] Notify on haskell-gi release, closes #1970 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fff90af5..4d820919 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2373,6 +2373,7 @@ packages: - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - haskell-gi + - haskell-gi-base < 0.19 "Brandon Simmons @jberryman": - directory-tree @@ -2615,9 +2616,6 @@ packages: - HUnit < 1.4.0.0 - hspec-expectations < 0.8.2 - # https://github.com/fpco/stackage/issues/1970 - - haskell-gi-base < 0.19 - # https://github.com/fpco/stackage/issues/1971 - hspec-expectations < 0.8.0 - hspec-wai < 0.7.0 @@ -3185,3 +3183,4 @@ tell-me-when-its-released: - gogol-0.1.0 # Re-enable package - Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 +- haskell-gi-0.18 # Lift constraint on haskell-gi-base From 6c9a9f2161f43e076bd0c6597df56429f3204ec7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 18:13:57 -0700 Subject: [PATCH 2786/3141] Remove constraint on ShellCheck, closes #2007 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d820919..149e5001 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2628,9 +2628,6 @@ packages: # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 - # https://github.com/fpco/stackage/issues/2007 - - ShellCheck < 0.4.5 - # https://github.com/fpco/stackage/issues/2017 - Rasterific < 0.7 - rasterific-svg < 0.3.2 From 0976fa5a4f2181f71e90c0b8263ede71fa19ebee Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 18:18:53 -0700 Subject: [PATCH 2787/3141] Expect monad-logger-prefix test suite to pass, closes #1831 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 149e5001..b6178ef5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2948,7 +2948,6 @@ expected-test-failures: # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest - doctest # 0.11.0 https://github.com/sol/doctest/issues/137 - jwt # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage - - monad-logger-prefix # https://github.com/fpco/stackage/issues/1831 - warp # https://github.com/yesodweb/wai/issues/579 # Stackage upper bounds, re-enable these when their upper bound is removed From 98244de81d513169cb1423835d802d3238a0ed18 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 18:23:58 -0700 Subject: [PATCH 2788/3141] Unskip data-msgpack benchmarks --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6178ef5..0175aa49 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3058,7 +3058,6 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - - data-msgpack # https://github.com/TokTok/hs-msgpack/issues/20 # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 From 21e83b1837d1b9f5c7d87501c3d6d8645fef7a79 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sat, 29 Oct 2016 14:44:08 +0200 Subject: [PATCH 2789/3141] Enable all of the avers-* packages --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0175aa49..ca37323b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -956,8 +956,9 @@ packages: "Tomas Carnecky @wereHamster": - avers - # via avers - avers-api - # via avers - avers-server + - avers-api + - avers-api-docs + - avers-server - css-syntax - etcd - github-types From e8b7910d3b17afb66e04196b62f0516fe97cd30b Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sat, 29 Oct 2016 15:09:00 +0200 Subject: [PATCH 2790/3141] mole and github-webhook-handler-snap work with GHC 8 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0175aa49..c641f27a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -962,11 +962,11 @@ packages: - etcd - github-types - github-webhook-handler - # GHC 8 - github-webhook-handler-snap + - github-webhook-handler-snap - google-cloud - kraken - libinfluxdb - # GHC 8 - mole + - mole - publicsuffix - rethinkdb-client-driver From da9024d6feead4d1ae157aa3d8d83987c4f2635b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Oct 2016 17:38:31 -0700 Subject: [PATCH 2791/3141] Update comment on wreq, referencing #2032 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a552479f..4b7a920c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3180,7 +3180,7 @@ tell-me-when-its-released: - vector-0.11.0.0 # skipped test-suite - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 -- wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. +- wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package - Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 From 62c8edd9c8fe9f50e3e4fe46ccfa337b207ca6aa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Oct 2016 17:40:04 -0700 Subject: [PATCH 2792/3141] Re-enable Chart-diagrams --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b7a920c..a1a30e34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2231,7 +2231,7 @@ packages: - tuple - OneTuple - SVGFonts - # - Chart-diagrams # https://github.com/timbod7/haskell-chart/issues/141 + - Chart-diagrams # "Aaron Levin @aaronmblevin": # GHC 8 & lots of other packages - haskell-kubernetes @@ -3182,6 +3182,5 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package -- Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - haskell-gi-0.18 # Lift constraint on haskell-gi-base From 822f82ddd4221429a49bc94eaf37b6c6e58f142f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Oct 2016 17:42:21 -0700 Subject: [PATCH 2793/3141] Add constraint "brick < 0.12" per #2033 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1a30e34..a44cc72c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2646,6 +2646,9 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 + # https://github.com/fpco/stackage/issues/2033 + - brick < 0.12 + # end of packages From cf4ecf0cc7000054b17c493e7e6619dcb1df83c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Sipma?= Date: Mon, 31 Oct 2016 14:01:52 +0100 Subject: [PATCH 2794/3141] add patat --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a44cc72c..603c9104 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -198,7 +198,7 @@ packages: - cabal-dependency-licenses # - hakyll # QuickCheck, snap-server, via pandoc, via pandoc-citeproc - stylish-haskell - # - patat # BLOCKED via pandoc + - patat - profiteur - psqueues - websockets From 90e9f3dfb58794cb0a304e89a256cfce59cca406 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Oct 2016 18:23:02 +0200 Subject: [PATCH 2795/3141] Remove upper bound and close #2033 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f52f2349..e6cb2838 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2649,9 +2649,6 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 - # https://github.com/fpco/stackage/issues/2033 - - brick < 0.12 - # end of packages From 810ec175ef13dd5f4688add70f65222255f11035 Mon Sep 17 00:00:00 2001 From: Dan Fornika Date: Mon, 31 Oct 2016 12:45:27 -0700 Subject: [PATCH 2796/3141] Removed package 'biophd' Addressing issue: https://github.com/BioHaskell/biophd/issues/3 Package 'biophd' is not being regularly maintained. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6cb2838..235af3eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -649,7 +649,6 @@ packages: # 0.3.7.1 Compilation failure due to -Werror - biosff - blastxml - bioace - # 0.8.8 Compilation failure https://github.com/BioHaskell/biophd/issues/3 - biophd - biopsl # VERSION MISSING Compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 - samtools - seqloc From 93bcefeb2bc2204b1b05b93d258fe6b366e95d2f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Nov 2016 11:03:21 +0200 Subject: [PATCH 2797/3141] Dockerfile: use fpco/pid1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6886c39..e29818c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM fpco/pid1:16.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 From 7c18f4b6b008d89c1578ff1823f7b0efd910fc02 Mon Sep 17 00:00:00 2001 From: Stackage Curators Date: Tue, 1 Nov 2016 09:20:39 +0000 Subject: [PATCH 2798/3141] Do pre-build actions even with NOPLAN=1 --- automated/build.sh | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 61504a4e..731445d8 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -96,17 +96,21 @@ fi # Get latest stack curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C $EXTRA_BIN_DIR '*/stack' -# Do all of the pre-build actions: +# Determine the new build plan unless NOPLAN is set # # * Update the package index # * Create a new plan +if [ "${NOPLAN:-}x" = "x" ] +then + docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stack update && exec stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-}" +fi + +# Do the rest of the pre-build actions: +# # * Check that the plan is valid # * Fetch all needed tarballs (the build step does not have write access to the tarball directory) # * Do a single unpack to create the package index cache (again due to directory perms) -if [ "${NOPLAN:-}x" = "x" ] -then - docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stack update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && exec stack unpack random" -fi +docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && exec stack unpack random" # Now do the actual build. We need to first set the owner of the home directory # correctly, so we run the command as root, change owner, and then use sudo to From bde16d13c503b8f1b17a1f6ccfcd9df19b34b252 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Nov 2016 11:46:02 +0200 Subject: [PATCH 2799/3141] Upper bound for #2037 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 235af3eb..4bdb3334 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2648,6 +2648,9 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 + # https://github.com/fpco/stackage/issues/2037 + - haskell-src-exts < 1.19 + # end of packages From 5afd7be48841a9edf2e465c1291e5013de6e17f8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Nov 2016 05:53:37 +0200 Subject: [PATCH 2800/3141] Add upper bound for #2038 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bdb3334..eb1f4148 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,6 +2651,9 @@ packages: # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 + # https://github.com/fpco/stackage/issues/2038 + - brick < 0.13 + # end of packages From 0992270eba4a20fcde7f7d167e0cd5268c2c3cc2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Nov 2016 19:23:51 +0200 Subject: [PATCH 2801/3141] Remove upper bound and close #2038 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb1f4148..4bdb3334 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,9 +2651,6 @@ packages: # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 - # https://github.com/fpco/stackage/issues/2038 - - brick < 0.13 - # end of packages From 47efe13ee8ddd81e0a6fe1c7c0b3edd6490a832c Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Wed, 2 Nov 2016 22:14:00 +0300 Subject: [PATCH 2802/3141] =?UTF-8?q?Add=20the=20=E2=80=98tagged-identity?= =?UTF-8?q?=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bdb3334..5e40c65c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1916,6 +1916,7 @@ packages: - pagination - data-check - text-metrics + - tagged-identity # "Thomas Bereknyei ": # GHC 8 - multiplate From 6e946efe3ed4ea299220af302ba372792c220056 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Wed, 2 Nov 2016 21:20:09 +0100 Subject: [PATCH 2803/3141] add quickcheck-special --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bdb3334..6062f848 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2499,6 +2499,7 @@ packages: # - scrape-changes # BLOCKED wreq "Daniel Mendler @minad": + - quickcheck-special - writer-cps-mtl - writer-cps-transformers From 6c67835289d0407a36f5288456f36afe835dff9e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Nov 2016 14:16:05 +0200 Subject: [PATCH 2804/3141] Upper bound for #2042 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bdb3334..d216fa52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,6 +2651,9 @@ packages: # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 + # https://github.com/fpco/stackage/issues/2042 + - network-multicast < 0.2 + # end of packages From 126c8b5a58e24ae0a4cef693831d4e4cdfac6540 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Nov 2016 14:17:12 +0200 Subject: [PATCH 2805/3141] Upper bounds for #2043 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d216fa52..b3804a14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2654,6 +2654,10 @@ packages: # https://github.com/fpco/stackage/issues/2042 - network-multicast < 0.2 + # https://github.com/fpco/stackage/issues/2043 + - hmatrix < 0.18 + - hmatrix-gsl < 0.18 + # end of packages From 8dd5da03adcda03824f8e708ab546c0c2ccb8236 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Nov 2016 16:23:52 +0200 Subject: [PATCH 2806/3141] Reenable gogol brendanhay/gogol#38 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ccce704e..972a5c44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1172,7 +1172,7 @@ packages: # - amazonka-swf # - amazonka-waf # - amazonka-workspaces - # - gogol # https://github.com/brendanhay/gogol/issues/38 + - gogol - gogol-core - gogol-adexchange-buyer - gogol-adexchange-seller @@ -3195,6 +3195,5 @@ tell-me-when-its-released: - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. -- gogol-0.1.0 # Re-enable package - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - haskell-gi-0.18 # Lift constraint on haskell-gi-base From d624e29e0eb034f9c14494cf8fbcf38559c4f343 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 3 Nov 2016 11:00:33 -0500 Subject: [PATCH 2807/3141] Add rattletrap https://hackage.haskell.org/package/rattletrap --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 972a5c44..355ef492 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1352,6 +1352,7 @@ packages: - overloaded-records # Maintained by @trskop. - ratel - ratel-wai + - rattletrap - strive - wuss From b512a690c33784f34b952aca1ec0d436d8a09721 Mon Sep 17 00:00:00 2001 From: Simon Marechal Date: Thu, 3 Nov 2016 17:44:02 +0100 Subject: [PATCH 2808/3141] Adding the tar-conduit package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 972a5c44..ef9848b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1900,6 +1900,7 @@ packages: - withdependencies - hruby - language-puppet + - tar-conduit # Doesn't allow http-types >= 0.9.1 - stm-firehose # GHC 8 & doesn't allow aeson >= 0.11.2.0 & doesn't allow lens >= 4.14 - hslogstash From 252394c7b9dc8b848b6588f5e5263b21453dd97f Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 4 Nov 2016 16:46:14 +0330 Subject: [PATCH 2809/3141] add mathexpr --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d13d5b92..2bf61271 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2561,6 +2561,7 @@ packages: "Mahdi Dibaiee ": - picedit + - mathexpr "Alexis Williams @sasinestro": - stb-image-redux From b9904382cbe50086b4e4e99aba295105244c9cb2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 4 Nov 2016 15:57:20 +0200 Subject: [PATCH 2810/3141] Expect test failure tfausak/rattletrap#3 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bf61271..30be2e91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2999,6 +2999,8 @@ expected-test-failures: - docopt # https://github.com/docopt/docopt.hs/issues/29 + - rattletrap # https://github.com/tfausak/rattletrap/issues/3 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From d4f36516afc3fb8822450d58be4d1877d57e24d0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 4 Nov 2016 16:37:04 +0000 Subject: [PATCH 2811/3141] Add tasty-discover. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30be2e91..ea507a8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4,6 +4,9 @@ packages: "Yair Chuchem @yairchu": - List + "Luke Murphy @lwm": + - tasty-discover + "Marco Zocca @ocramz": - sparse-linear-algebra - network-multicast From 6ea01dafcc3cc3ff6fa2ecd8e4a34a67de0559f5 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 4 Nov 2016 20:32:20 +0200 Subject: [PATCH 2812/3141] Re-enable github, 0.15.0 compatible with GHC-8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30be2e91..7b957a45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1034,7 +1034,7 @@ packages: - binary-tagged - edit-distance - generics-sop-lens - # GHC 8 - github + - github - insert-ordered-containers - JuicyPixels-scale-dct - lattices From 5955b6db05bf66aaddecff32c2a231046176661a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 5 Nov 2016 18:35:55 +0200 Subject: [PATCH 2813/3141] Remove expected test failure tfausak/rattletrap#3 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ec777a3..11540b04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3002,8 +3002,6 @@ expected-test-failures: - docopt # https://github.com/docopt/docopt.hs/issues/29 - - rattletrap # https://github.com/tfausak/rattletrap/issues/3 - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 058a81cb8c30ee7ff2ee45bc1770c460b8d939fb Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Sat, 5 Nov 2016 20:31:24 +0000 Subject: [PATCH 2814/3141] Add pugixml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11540b04..99d5322f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -185,6 +185,7 @@ packages: - extra - bake - ghcid + - pugixml "Alan Zimmerman @alanz": - hjsmin From ead0b93ccfcde140d5fcd54bc7497c2c438eafb2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 6 Nov 2016 06:48:25 +0200 Subject: [PATCH 2815/3141] Expect test failure lwm/tasty-discover#54 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99d5322f..7cc37324 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3003,6 +3003,8 @@ expected-test-failures: - docopt # https://github.com/docopt/docopt.hs/issues/29 + - tasty-discover # https://github.com/lwm/tasty-discover/issues/54 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From ba32b29020398c69ec91fb80d3161dd531e3c450 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 6 Nov 2016 07:00:20 +0200 Subject: [PATCH 2816/3141] Unblock a number of issues at once criterion and a few others got dropped due to optparse-applicative-0.13 bounds. Relevant issues: * #1784 * #2017 * #2023 --- build-constraints.yaml | 210 +++++++++++++++++++++++++++++++++++------ 1 file changed, 179 insertions(+), 31 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7cc37324..8ca3f444 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ packages: - tasty-discover "Marco Zocca @ocramz": - - sparse-linear-algebra + # - sparse-linear-algebra # BLOCKED optparse-applicative 0.13 via criterion - network-multicast "Joseph Canero @caneroj1": @@ -25,7 +25,7 @@ packages: - binary-parsers - binary-ieee754 - word24 - - mysql-haskell + # - mysql-haskell # BLOCKED optparse-applicative 0.13 "Harendra Kumar @harendra-kumar": - unicode-transforms @@ -138,7 +138,6 @@ packages: # GHC 8 2.5 compilation failure - persistent-mongoDB - pretty-class - th-expand-syns - - criterion - th-lift - quickcheck-assertions @@ -498,7 +497,7 @@ packages: - pipes-parse - pipes-concurrency - pipes-safe - - turtle + # - turtle # BLOCKED optparse-applicative 0.13 - foldl - morte @@ -973,7 +972,7 @@ packages: - google-cloud - kraken - libinfluxdb - - mole + # - mole # BLOCKED optparse-applicative 0.13 - publicsuffix - rethinkdb-client-driver @@ -1693,7 +1692,7 @@ packages: - refact # bounds - servant-pandoc - ghc-exactprint - - apply-refact + # - apply-refact # BLOCKED optparse-applicative 0.13 # "Andrew Gibiansky @gibiansky": # GHC 8 - ihaskell @@ -2055,8 +2054,9 @@ packages: # bounds - Michelangelo "Henry J. Wylde @hjwylde": - - git-fmt - - omnifmt + [] + # - git-fmt # BLOCKED optparse-applicative 0.13 + # - omnifmt # BLOCKED optparse-applicative 0.13 # aeson & extra - werewolf # aeson & extra & http-client & http-client-tls - werewolf-slack @@ -2221,7 +2221,8 @@ packages: - doctest-discover "Elie Genard @eliegenard": - - turtle-options + [] + # - turtle-options # BLOCKED optparse-applicative 0.13 via turtle # "Ruey-Lin Hsu @petercommand": # GHC 8 - MASMGen @@ -2313,7 +2314,7 @@ packages: "John Ky newhoggy@gmail.com @newhoggy": - hw-bits - - hw-conduit + # - hw-conduit # BLOCKED optparse-applicative 0.13 (via criterion) - hw-diagnostics # https://github.com/haskell-works/hw-json/issues/4 # - hw-json @@ -2612,15 +2613,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - - # https://github.com/fpco/stackage/issues/1784 - - optparse-applicative < 0.13.0.0 # May need to disable test suite when lifting this https://github.com/pcapriotti/optparse-applicative/issues/228 - - diagrams-canvas < 1.3.0.7 - - diagrams-cairo < 1.3.1.2 - - diagrams-rasterific < 1.3.1.9 - - diagrams-svg < 1.4.0.4 - - tttool < 1.6.1.3 - # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 @@ -2645,18 +2637,6 @@ packages: # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 - # https://github.com/fpco/stackage/issues/2017 - - Rasterific < 0.7 - - rasterific-svg < 0.3.2 - - svg-tree < 0.6 - - # https://github.com/fpco/stackage/issues/2023 - - diagrams-core < 1.4 - - diagrams-lib < 1.4 - - diagrams-postscript < 1.4 - - diagrams < 1.4 - - diagrams-contrib < 1.4 - # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 @@ -2832,6 +2812,9 @@ skipped-tests: # re-enable if requested. - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 + - optparse-applicative # https://github.com/pcapriotti/optparse-applicative/issues/228 + + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3091,6 +3074,171 @@ skipped-benchmarks: # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 + # optparse-applicative dep of criterion + # https://github.com/fpco/stackage/issues/1784 + - Earley + - Frames + - IntervalMap + - JuicyPixels-extra + - acid-state + - ad + - arithmoi + - attoparsec + - avers + - binary-list + - binary-parsers + - binary-tagged + - binary-typed + - blake2 + - bytestring-conversion + - bytestring-tree-builder + - cacophony + - case-insensitive + - cassava + - cassava-conduit + - cipher-aes128 + - clustering + - cmark + - conduit + - conduit-extra + - conduit-iconv + - cprng-aes + - criterion + - crypto-numbers + - crypto-pubkey + - cryptohash + - cryptohash-sha256 + - cryptol + - ctrie + - data-msgpack + - diagrams-lib + - dimensional + - do-list + - ed25519 + - edit-distance + - effect-handlers + - euphoria + - farmhash + - fast-builder + - fast-digits + - fclabels + - foldl-statistics + - freer + - gitson + - glob-posix + - graphviz + - grouped-list + - hOpenPGP + - hashable + - hasql + - heist + - hindent + - histogram-fill + - hledger + - hosc + - hourglass + - html-email-validate + - htoml + - http-client-tls + - http-link-header + - http2 + - human-readable-duration + - hw-balancedparens + - hw-bits + - hw-conduit + - hw-rankselect-base + - hweblib + - hxt-regex-xmlschema + - identicon + - ilist + - include-file + - incremental-parser + - inline-r + - jose-jwt + - kdt + - lens + - lifted-async + - lifted-base + - loop + - lucid + - matrices + - matrix + - megaparsec + - monad-logger-prefix + - mongoDB + - mono-traversable + - monoid-extras + - morte + - mutable-containers + - netpbm + - octane + - pandoc + - phantom-state + - picoparsec + - pipes + - postgresql-binary + - prometheus-client + - psqueues + - publicsuffix + - rdf + - redis-io + - reedsolomon + - reinterpret-cast + - reroute + - rethinkdb + - rethinkdb-client-driver + - rose-trees + - sampling + - sandi + - scalpel + - scanner + - scientific + - semver + - servant-auth-cookie + - sets + - snap-server + - sorted-list + - sourcemap + - sparse-linear-algebra + - stache + - stateWriter + - stm-containers + - streaming-commons + - taggy + - tar + - text-manipulate + - text-metrics + - text-show + - thyme + - timemap + - tinylog + - tls + - tries + - turtle + - tz + - unbound-generics + - unicode-transforms + - union + - unordered-containers + - uri-bytestring + - uuid + - uuid-types + - varying + - vector-binary-instances + - vectortiles + - vinyl + - wai-middleware-metrics + - wai-request-spec + - warp + - wire-streams + - word24 + - word8 + - xmlgen + - yesod-core + - yi-rope + - zip + - zippers + # end of skipped-benchmarks From 45762f5e37afaa9512661e57fef328f86f65479c Mon Sep 17 00:00:00 2001 From: Kadzuya OKAMOTO Date: Sun, 6 Nov 2016 22:25:48 +0900 Subject: [PATCH 2817/3141] Add type-level-kv-list --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ca3f444..a7613b30 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2582,7 +2582,9 @@ packages: "Reuben D'Netto ": - glob-posix - + + "Kadzuya Okamoto @arowM": + - type-level-kv-list # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From ff49331bf2730edab5a4e8d54a261c7f0405597a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 06:58:46 +0200 Subject: [PATCH 2818/3141] Temporary block wincent/docvim#30 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7613b30..aeae5a9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2432,7 +2432,9 @@ packages: - fast-digits "Greg Hurrell @wincent": - - docvim + [] + # https://github.com/wincent/docvim/issues/30 + # - docvim "Ashley Yakeley @AshleyYakeley": - countable From cbb57f934d3337d1b6a9c00db6030b067e460a32 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 07:00:51 +0200 Subject: [PATCH 2819/3141] Temporary block Twinside/asciidiagram#4 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aeae5a9f..e37c7e2e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -413,7 +413,8 @@ packages: - Rasterific - svg-tree - rasterific-svg - - asciidiagram + # https://github.com/Twinside/asciidiagram/issues/4 + # - asciidiagram "Patrick Brisbin @pbrisbin": - gravatar From 21d76ae53de6806fe32f126514d1f855382e898e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 07:02:21 +0200 Subject: [PATCH 2820/3141] Expect test suite failure kuribas/cubicbezier#3 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e37c7e2e..f8740255 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2993,6 +2993,8 @@ expected-test-failures: - tasty-discover # https://github.com/lwm/tasty-discover/issues/54 + - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 81f65f2e0599d601d21d1ad3281bb0d866c898af Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 07:03:43 +0200 Subject: [PATCH 2821/3141] Expect test failure diagrams/diagrams-lib#286 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8740255..e4420261 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2995,6 +2995,8 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 + - diagrams-lib # https://github.com/diagrams/diagrams-lib/issues/286 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 591d962fcf9a8e0986b42c5291b9c89d6e99e65c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 07:05:47 +0200 Subject: [PATCH 2822/3141] Temporary block for agrafix/hackmanager#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4420261..33aefab0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -846,7 +846,8 @@ packages: - validate-input - ignore - elm-bridge - - hackmanager + # https://github.com/agrafix/hackmanager/issues/1 + # - hackmanager # via digestive-functors - digestive-bootstrap - blaze-bootstrap - dataurl From dde894624b3db2790c30e82d3c750f40aa96d9b1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 08:37:55 +0200 Subject: [PATCH 2823/3141] Experiment: expect test success for clock #1818 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33aefab0..bfb0dc14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2970,7 +2970,7 @@ expected-test-failures: - hindent # 4.6.4 # Recursive deps https://github.com/fpco/stackage/issues/1818 - - clock # 0.7.2 clock:test => tasty:lib => clock:lib + # - clock # 0.7.2 clock:test => tasty:lib => clock:lib - options - text # 1.2.2.1 - wai-logger # Missing build dep because of this https://github.com/kazu-yamamoto/logger/issues/42 From 64c6b13144d24ec2d7b03e9334525fe91c92db53 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 08:50:50 +0200 Subject: [PATCH 2824/3141] Revert "Experiment: expect test success for clock #1818" This reverts commit dde894624b3db2790c30e82d3c750f40aa96d9b1. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bfb0dc14..33aefab0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2970,7 +2970,7 @@ expected-test-failures: - hindent # 4.6.4 # Recursive deps https://github.com/fpco/stackage/issues/1818 - # - clock # 0.7.2 clock:test => tasty:lib => clock:lib + - clock # 0.7.2 clock:test => tasty:lib => clock:lib - options - text # 1.2.2.1 - wai-logger # Missing build dep because of this https://github.com/kazu-yamamoto/logger/issues/42 From 3ae4b2e6ad035b600d129cba66dcffd13638cabe Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 15:15:49 +0200 Subject: [PATCH 2825/3141] Revert "Temporary block Twinside/asciidiagram#4" This reverts commit cbb57f934d3337d1b6a9c00db6030b067e460a32. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33aefab0..9a41d7fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -413,8 +413,7 @@ packages: - Rasterific - svg-tree - rasterific-svg - # https://github.com/Twinside/asciidiagram/issues/4 - # - asciidiagram + - asciidiagram "Patrick Brisbin @pbrisbin": - gravatar From 21030862a20fb4fd614cec8ec37849545677c615 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 15:16:13 +0200 Subject: [PATCH 2826/3141] Revert "Expect test failure diagrams/diagrams-lib#286" This reverts commit 81f65f2e0599d601d21d1ad3281bb0d866c898af. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a41d7fb..16663d9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2995,8 +2995,6 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - - diagrams-lib # https://github.com/diagrams/diagrams-lib/issues/286 - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From fe780c0441fa8a49ea513d4dde75259119badeb5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 19:08:41 +0200 Subject: [PATCH 2827/3141] criterion now supports optparse-applicative 0.13 --- build-constraints.yaml | 169 +---------------------------------------- 1 file changed, 3 insertions(+), 166 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16663d9f..6c4a3c74 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ packages: - tasty-discover "Marco Zocca @ocramz": - # - sparse-linear-algebra # BLOCKED optparse-applicative 0.13 via criterion + - sparse-linear-algebra - network-multicast "Joseph Canero @caneroj1": @@ -2315,7 +2315,7 @@ packages: "John Ky newhoggy@gmail.com @newhoggy": - hw-bits - # - hw-conduit # BLOCKED optparse-applicative 0.13 (via criterion) + - hw-conduit - hw-diagnostics # https://github.com/haskell-works/hw-json/issues/4 # - hw-json @@ -3081,170 +3081,7 @@ skipped-benchmarks: # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 - # optparse-applicative dep of criterion - # https://github.com/fpco/stackage/issues/1784 - - Earley - - Frames - - IntervalMap - - JuicyPixels-extra - - acid-state - - ad - - arithmoi - - attoparsec - - avers - - binary-list - - binary-parsers - - binary-tagged - - binary-typed - - blake2 - - bytestring-conversion - - bytestring-tree-builder - - cacophony - - case-insensitive - - cassava - - cassava-conduit - - cipher-aes128 - - clustering - - cmark - - conduit - - conduit-extra - - conduit-iconv - - cprng-aes - - criterion - - crypto-numbers - - crypto-pubkey - - cryptohash - - cryptohash-sha256 - - cryptol - - ctrie - - data-msgpack - - diagrams-lib - - dimensional - - do-list - - ed25519 - - edit-distance - - effect-handlers - - euphoria - - farmhash - - fast-builder - - fast-digits - - fclabels - - foldl-statistics - - freer - - gitson - - glob-posix - - graphviz - - grouped-list - - hOpenPGP - - hashable - - hasql - - heist - - hindent - - histogram-fill - - hledger - - hosc - - hourglass - - html-email-validate - - htoml - - http-client-tls - - http-link-header - - http2 - - human-readable-duration - - hw-balancedparens - - hw-bits - - hw-conduit - - hw-rankselect-base - - hweblib - - hxt-regex-xmlschema - - identicon - - ilist - - include-file - - incremental-parser - - inline-r - - jose-jwt - - kdt - - lens - - lifted-async - - lifted-base - - loop - - lucid - - matrices - - matrix - - megaparsec - - monad-logger-prefix - - mongoDB - - mono-traversable - - monoid-extras - - morte - - mutable-containers - - netpbm - - octane - - pandoc - - phantom-state - - picoparsec - - pipes - - postgresql-binary - - prometheus-client - - psqueues - - publicsuffix - - rdf - - redis-io - - reedsolomon - - reinterpret-cast - - reroute - - rethinkdb - - rethinkdb-client-driver - - rose-trees - - sampling - - sandi - - scalpel - - scanner - - scientific - - semver - - servant-auth-cookie - - sets - - snap-server - - sorted-list - - sourcemap - - sparse-linear-algebra - - stache - - stateWriter - - stm-containers - - streaming-commons - - taggy - - tar - - text-manipulate - - text-metrics - - text-show - - thyme - - timemap - - tinylog - - tls - - tries - - turtle - - tz - - unbound-generics - - unicode-transforms - - union - - unordered-containers - - uri-bytestring - - uuid - - uuid-types - - varying - - vector-binary-instances - - vectortiles - - vinyl - - wai-middleware-metrics - - wai-request-spec - - warp - - wire-streams - - word24 - - word8 - - xmlgen - - yesod-core - - yi-rope - - zip - - zippers + - pipes # optparse-applicative 0.13 # end of skipped-benchmarks From 26ecef71916d97a45c084b1c0f553860ddb27183 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 19:17:38 +0200 Subject: [PATCH 2828/3141] Remove criterion for tell-me-when-its-released #1912 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c4a3c74..ddd5d387 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3193,7 +3193,6 @@ build-tool-overrides: # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: - vector-0.11.0.0 # skipped test-suite -- criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 From a7a24dc03dfea365a55d85257cbcd8e005ac5bae Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Nov 2016 11:01:45 +0200 Subject: [PATCH 2829/3141] Temporary block GregorySchwartz/blosum#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ddd5d387..77c8b9a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1894,7 +1894,7 @@ packages: - random-tree - clumpiness - find-clumpiness - - blosum + # - blosum # BLOCKED optparse-applicative https://github.com/GregorySchwartz/blosum/issues/2 "Simon Marechal @bartavelle": - compactmap From 87137156e7dbd2e6b328beb1a8fd73296b73ae0b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Nov 2016 11:02:56 +0200 Subject: [PATCH 2830/3141] Temporary block GregorySchwartz/find-clumpiness#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77c8b9a0..ac7564d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1893,7 +1893,7 @@ packages: - tree-fun - random-tree - clumpiness - - find-clumpiness + # - find-clumpiness # BLOCKED optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 # - blosum # BLOCKED optparse-applicative https://github.com/GregorySchwartz/blosum/issues/2 "Simon Marechal @bartavelle": From 36be3e8aaa5e1d5a7a2b8918a9a56bf083b83899 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Nov 2016 11:04:02 +0200 Subject: [PATCH 2831/3141] Temporary block GregorySchwartz/modify-fasta#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac7564d1..95bafa51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1889,7 +1889,7 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - diversity - - modify-fasta + # - modify-fasta # BLOCKED optparse-applicative https://github.com/GregorySchwartz/modify-fasta/issues/2 - tree-fun - random-tree - clumpiness From 0b1b59b2ffaff33ef8f5cc2749a8904add349fbb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Nov 2016 16:15:40 +0200 Subject: [PATCH 2832/3141] Revert "Temporary block GregorySchwartz/modify-fasta#2" This reverts commit 36be3e8aaa5e1d5a7a2b8918a9a56bf083b83899. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95bafa51..ac7564d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1889,7 +1889,7 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - diversity - # - modify-fasta # BLOCKED optparse-applicative https://github.com/GregorySchwartz/modify-fasta/issues/2 + - modify-fasta - tree-fun - random-tree - clumpiness From f33068492239faa673a33878f5d0f13a2da6359e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Nov 2016 16:16:12 +0200 Subject: [PATCH 2833/3141] Revert "Temporary block GregorySchwartz/blosum#2" This reverts commit a7a24dc03dfea365a55d85257cbcd8e005ac5bae. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac7564d1..ef1043dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1894,7 +1894,7 @@ packages: - random-tree - clumpiness # - find-clumpiness # BLOCKED optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - # - blosum # BLOCKED optparse-applicative https://github.com/GregorySchwartz/blosum/issues/2 + - blosum "Simon Marechal @bartavelle": - compactmap From 6e192071573ab7075b13dade4b334f9b28503b4c Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Tue, 8 Nov 2016 21:55:22 +0330 Subject: [PATCH 2834/3141] add sibe --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef1043dd..802e05b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2570,6 +2570,7 @@ packages: "Mahdi Dibaiee ": - picedit - mathexpr + - sibe "Alexis Williams @sasinestro": - stb-image-redux From 846a1ceb4e3f83365a54653cad74c876c247f5ea Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Nov 2016 05:56:46 +0200 Subject: [PATCH 2835/3141] Expect test failure mdibaiee/sibe#1 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 802e05b3..8d2d1107 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2996,6 +2996,8 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 + - sibe # https://github.com/mdibaiee/sibe/issues/1 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From b4c942796ffbe85008d62637f4baac8e15d4fb36 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Nov 2016 10:28:03 +0200 Subject: [PATCH 2836/3141] Revert "Expect test failure mdibaiee/sibe#1" This reverts commit 846a1ceb4e3f83365a54653cad74c876c247f5ea. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d2d1107..802e05b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2996,8 +2996,6 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - - sibe # https://github.com/mdibaiee/sibe/issues/1 - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From a8ae771cc9df37524b5836467a848c6297bf872b Mon Sep 17 00:00:00 2001 From: winterland Date: Thu, 10 Nov 2016 15:53:42 +0800 Subject: [PATCH 2837/3141] Add packages --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 802e05b3..0afc2beb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -21,11 +21,13 @@ packages: "Winter Land @winterland1989": - tcp-streams + - tcp-streams-openssl - wire-streams - binary-parsers - binary-ieee754 - word24 - # - mysql-haskell # BLOCKED optparse-applicative 0.13 + - mysql-haskell + - mysql-haskell-openssl "Harendra Kumar @harendra-kumar": - unicode-transforms From d460dd7acec186319ea07981530fd0543564a8a6 Mon Sep 17 00:00:00 2001 From: Patrick Chilton Date: Thu, 10 Nov 2016 15:23:42 +0100 Subject: [PATCH 2838/3141] Update build-constraints.yaml solga/solga-swagger now work with aeson >= 1.0.0.0, clang-pure has a new Setup.hs that should make it work everywhere. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0afc2beb..f3b359b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2451,9 +2451,9 @@ packages: - text-conversions "Patrick Chilton @chpatrick": - # - solga # BLOCKED aeson-qq - # - solga-swagger # aeson-qq - # Doesn't build on stackage server https://github.com/fpco/stackage/pull/1692 - clang-pure + - solga + - solga-swagger + - clang-pure - webrtc-vad "Michal Konecny @michalkonecny": From 332b0e8f2a3fdefedec36d28a3a40c8ff9d1820a Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Thu, 10 Nov 2016 20:39:58 +0300 Subject: [PATCH 2839/3141] =?UTF-8?q?Add=20=E2=80=98req=E2=80=99=20and=20?= =?UTF-8?q?=E2=80=98req-conduit=E2=80=99=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3b359b6..c4312d4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1925,6 +1925,8 @@ packages: - data-check - text-metrics - tagged-identity + - req + - req-conduit # "Thomas Bereknyei ": # GHC 8 - multiplate From 350a5bf6a78618470eea21255cc82d8f79670dad Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 10 Nov 2016 20:01:39 +0200 Subject: [PATCH 2840/3141] Remove expected test failure docopt/docopt.hs#29 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3b359b6..56d85dc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2992,8 +2992,6 @@ expected-test-failures: - commutative # https://github.com/athanclark/commutative/issues/4 - - docopt # https://github.com/docopt/docopt.hs/issues/29 - - tasty-discover # https://github.com/lwm/tasty-discover/issues/54 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 From 75b299eca52cda562bc83b8d6557965966b980a6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 11 Nov 2016 05:48:31 +0200 Subject: [PATCH 2841/3141] Expected benchmark failure kaizhang/clustering#3 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1386407..49cc196f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3023,6 +3023,7 @@ expected-benchmark-failures: - lens # Fixed in lens-4.15 - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 + - clustering # https://github.com/kaizhang/clustering/issues/3 # end of expected-benchmark-failures From ce6a03cdeba6904863dd33f58d3804461774c0db Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Sat, 12 Nov 2016 14:58:54 +0900 Subject: [PATCH 2842/3141] Add hailgun-simple package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49cc196f..c05b0301 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1792,6 +1792,7 @@ packages: - envelope - from-sum - hailgun + - hailgun-simple # GHC 8 - ig - natural-transformation - opaleye-trans From c1fe687b893336b038701a760d1e1ac2d6f8120e Mon Sep 17 00:00:00 2001 From: David Luposchainsky Date: Sat, 12 Nov 2016 14:56:33 +0100 Subject: [PATCH 2843/3141] Add show-prettyprint --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49cc196f..f8fe1681 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2095,6 +2095,7 @@ packages: "David Luposchainsky @quchen": - binary-typed - pgp-wordlist + - show-prettyprint "Jeremy Shaw @stepcut": - boomerang From e182ab1f783336c74a9660b3ce3ba3c64b11bc88 Mon Sep 17 00:00:00 2001 From: David Luposchainsky Date: Sat, 12 Nov 2016 14:56:46 +0100 Subject: [PATCH 2844/3141] Trim trailing whitespace --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8fe1681..91ba5d6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2591,7 +2591,7 @@ packages: "Reuben D'Netto ": - glob-posix - + "Kadzuya Okamoto @arowM": - type-level-kv-list @@ -2864,7 +2864,7 @@ expected-test-failures: # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix # has been released. - - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. + - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 From e64e62aa159c4164e9aeaf255d30cc06f595268a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Nov 2016 06:48:39 +0200 Subject: [PATCH 2845/3141] Upper bounds for #2057 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75196df4..c770a83c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2659,6 +2659,10 @@ packages: - hmatrix < 0.18 - hmatrix-gsl < 0.18 + # https://github.com/fpco/stackage/issues/2057 + - brick < 0.14 + - vty < 5.12 + # end of packages From 165c2b6546f9097c398b0e6b720f3f9f75d6d756 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Nov 2016 08:06:23 +0200 Subject: [PATCH 2846/3141] Remove upper bound and close #1842 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c770a83c..3e482e26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1718,7 +1718,7 @@ packages: "James Cook @mokus0": - dependent-sum - - dependent-sum-template + # - dependent-sum-template BLOCKED dependent-sum-0.4 - dependent-map - dice - hstatsd @@ -2625,9 +2625,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1842 - - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1993 - hspec < 2.3 - hspec-core < 2.3 From 2e8992c5859a6442191d2bdde4540d7b6d6ecaf2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Nov 2016 08:12:09 +0200 Subject: [PATCH 2847/3141] Remove upper bounds and close #1972 --- build-constraints.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e482e26..feadad46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -521,7 +521,7 @@ packages: - fay-text - fay-uri - feed - - snaplet-fay + # - snaplet-fay # BLOCKED lens-4.15 - time-compat - through-text @@ -965,7 +965,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - - avers-api-docs + # - avers-api-docs # BLOCKED lens-4.15 - avers-server - css-syntax - etcd @@ -2609,7 +2609,6 @@ packages: # - purescript # BLOCKED aeson-1.0 - type-list - - zoom-refs - vinyl-utils - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 @@ -2640,9 +2639,6 @@ packages: - hspec-wai-json < 0.7.0 - hspec-meta < 2.3.0 - # https://github.com/fpco/stackage/issues/1972 - - lens < 4.15 # Re-enable `lens' benchmarks when lifted - # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 @@ -3023,7 +3019,6 @@ expected-benchmark-failures: - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - - lens # Fixed in lens-4.15 - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - clustering # https://github.com/kaizhang/clustering/issues/3 From 8806545297cda8d7aab555b1f4dc1237765dc88c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Nov 2016 08:43:36 +0200 Subject: [PATCH 2848/3141] Remove expected benchmark failure kaizhang/clustering#3 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index feadad46..5c92f6b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,7 +3021,6 @@ expected-benchmark-failures: - dbus # No issue tracker, sent e-mail to maintainer - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - - clustering # https://github.com/kaizhang/clustering/issues/3 # end of expected-benchmark-failures From 585147bbe31831fce394b62adabf42bde7235296 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 13 Nov 2016 16:39:23 +0100 Subject: [PATCH 2849/3141] cubicbezier upper bound for #2058 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c92f6b6..4a18ae92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2656,6 +2656,9 @@ packages: - brick < 0.14 - vty < 5.12 + # https://github.com/fpco/stackage/issues/2058 + - cubicbezier < 0.5 + # end of packages From 281af4dc75ade51151733e2e8332eb1dd63018a2 Mon Sep 17 00:00:00 2001 From: PLR Date: Sun, 13 Nov 2016 15:12:52 -0800 Subject: [PATCH 2850/3141] re-add gpipe --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a18ae92..01404fe3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1820,11 +1820,11 @@ packages: - yi-rope - # "Tobias Bexelius @tobbebex": - # GHC 8 - GPipe + "Tobias Bexelius @tobbebex": + - GPipe - # "Patrick Redmond @plredmond": - # GHC 8 - GPipe-GLFW + "Patrick Redmond @plredmond": + - GPipe-GLFW # "Csaba Hruska @csabahruska": # GHC 8 - lambdacube-ir From 99277a9ad4b8b73d4b2e918f329eb118a08296f7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 14 Nov 2016 07:07:57 +0200 Subject: [PATCH 2851/3141] Remove expected test failure lwm/tasty-discover#54 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 01404fe3..b6177b93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2996,8 +2996,6 @@ expected-test-failures: - commutative # https://github.com/athanclark/commutative/issues/4 - - tasty-discover # https://github.com/lwm/tasty-discover/issues/54 - - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 # end of expected-test-failures From 3f2dbe2285281e8981fa286640c39faa1aa7b58c Mon Sep 17 00:00:00 2001 From: Kadzuya OKAMOTO Date: Mon, 14 Nov 2016 23:08:30 +0900 Subject: [PATCH 2852/3141] Add heterocephalus --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6177b93..67626350 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,6 +2595,7 @@ packages: "Kadzuya Okamoto @arowM": - type-level-kv-list + - heterocephalus # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 6f3ca8c243d02b2cf209e92ba4967b2ce63bd3e8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Nov 2016 17:40:09 +0100 Subject: [PATCH 2853/3141] Remove upper bound and close #2043 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6177b93..a5ec9c8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2648,10 +2648,6 @@ packages: # https://github.com/fpco/stackage/issues/2042 - network-multicast < 0.2 - # https://github.com/fpco/stackage/issues/2043 - - hmatrix < 0.18 - - hmatrix-gsl < 0.18 - # https://github.com/fpco/stackage/issues/2057 - brick < 0.14 - vty < 5.12 From f3db810efa9006eb55312508ce8208a99cf2bd5c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Nov 2016 17:41:46 +0100 Subject: [PATCH 2854/3141] text-zipper upper bound for #2057 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5ec9c8a..d830d4c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,6 +2651,7 @@ packages: # https://github.com/fpco/stackage/issues/2057 - brick < 0.14 - vty < 5.12 + - text-zipper < 0.9 # https://github.com/fpco/stackage/issues/2058 - cubicbezier < 0.5 From a5764cfcc8957c07c3e8f1cdb78f61cab3bbef44 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Nov 2016 17:43:22 +0100 Subject: [PATCH 2855/3141] TMWIR for terminal-progress-bar --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d830d4c7..9f4f0be5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2792,7 +2792,7 @@ skipped-tests: - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 - - terminal-progress-bar # depends on older version of itself + - terminal-progress-bar # fixed on master, depends on older version of itself - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 @@ -3196,3 +3196,4 @@ tell-me-when-its-released: - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - haskell-gi-0.18 # Lift constraint on haskell-gi-base +- terminal-progress-bar-0.1.1 # Unskip test suite From cdac9c2574aac6c4d599959324306dec35684835 Mon Sep 17 00:00:00 2001 From: Anthony Cowley Date: Mon, 14 Nov 2016 12:00:10 -0500 Subject: [PATCH 2856/3141] Add hpp to stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f4f0be5..427ce5e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2189,6 +2189,7 @@ packages: "Anthony Cowley @acowley": - Frames + - hpp "Takayuki Muranushi @nushio3": - binary-search From 45cbdeacfd68b798b9e60ebcf8a11972fb7cbcb1 Mon Sep 17 00:00:00 2001 From: Alexis King Date: Mon, 14 Nov 2016 09:42:31 -0800 Subject: [PATCH 2857/3141] Add th-to-exp --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f4f0be5..abe42b41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2453,6 +2453,7 @@ packages: "Alexis King @lexi-lambda": - test-fixture - text-conversions + - th-to-exp "Patrick Chilton @chpatrick": - solga From e74d734d8f421fe4fae0a576512bead38c50427e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Nov 2016 09:24:53 +0100 Subject: [PATCH 2858/3141] btrfs upper bound for redneb/hs-btrfs#3 and diversity upper bound for GregorySchwartz/diversity#3 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 095ebd50..e3e38450 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2659,6 +2659,11 @@ packages: # https://github.com/fpco/stackage/issues/2058 - cubicbezier < 0.5 + # https://github.com/redneb/hs-btrfs/issues/3 + - btrfs < 0.1.2.1 + + # https://github.com/GregorySchwartz/diversity/issues/3 + - diversity < 0.8.0.1 # end of packages From 9a0f9c3549245f1e3fe8a40fbcb00e2fc2ce0dfe Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Nov 2016 18:25:19 +0100 Subject: [PATCH 2859/3141] Remove diversity upper bound --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3e38450..261f1983 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2661,9 +2661,6 @@ packages: # https://github.com/redneb/hs-btrfs/issues/3 - btrfs < 0.1.2.1 - - # https://github.com/GregorySchwartz/diversity/issues/3 - - diversity < 0.8.0.1 # end of packages From dd82a1855e8e985a63e9831ff35e72fb9bf5f8b2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Nov 2016 18:42:37 +0100 Subject: [PATCH 2860/3141] Re-enable snaplet-fay, btrfs rabneb/hs-btrfs#3, cgi tests, and pure-cdb tests --- build-constraints.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 261f1983..ce4569e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -521,7 +521,7 @@ packages: - fay-text - fay-uri - feed - # - snaplet-fay # BLOCKED lens-4.15 + - snaplet-fay - time-compat - through-text @@ -2658,9 +2658,6 @@ packages: # https://github.com/fpco/stackage/issues/2058 - cubicbezier < 0.5 - - # https://github.com/redneb/hs-btrfs/issues/3 - - btrfs < 0.1.2.1 # end of packages @@ -2784,7 +2781,6 @@ skipped-tests: - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 - - cgi # QuickCheck 2.9 - chell # options & via chell-quickcheck - concurrent-extra # https://github.com/basvandijk/concurrent-extra/pull/15 - ed25519 # QuickCheck 2.9 @@ -2793,7 +2789,6 @@ skipped-tests: - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - - pure-cdb # test-simple - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 From 95e951c11ada758f8c8e7f51e4023978f856e031 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Nov 2016 18:50:16 +0100 Subject: [PATCH 2861/3141] cassava-conduit upper bound for #2065 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce4569e5..556f21f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2658,6 +2658,9 @@ packages: # https://github.com/fpco/stackage/issues/2058 - cubicbezier < 0.5 + + # https://github.com/fpco/stackage/issues/2065 + - cassava-conduit < 0.3.5 # end of packages From e5e9d056a5a7caf2d05e148fc5f0aea26667b8f5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Nov 2016 18:52:52 +0100 Subject: [PATCH 2862/3141] Remove upper bound and close #2058 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 556f21f3..f70e3c2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2656,9 +2656,6 @@ packages: - vty < 5.12 - text-zipper < 0.9 - # https://github.com/fpco/stackage/issues/2058 - - cubicbezier < 0.5 - # https://github.com/fpco/stackage/issues/2065 - cassava-conduit < 0.3.5 # end of packages From 5e102ed1dba9ede7a3848539beb6e586a9365c56 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Nov 2016 17:06:50 +0100 Subject: [PATCH 2863/3141] servant-auth-cookie upper bound for #2067 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f70e3c2b..591f9047 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2658,6 +2658,9 @@ packages: # https://github.com/fpco/stackage/issues/2065 - cassava-conduit < 0.3.5 + + # https://github.com/fpco/stackage/issues/2067 + - servant-auth-cookie < 0.4.1 # end of packages From f46a926ccb5a8b868a409f231fa152253370bf7d Mon Sep 17 00:00:00 2001 From: Dom De Re Date: Wed, 16 Nov 2016 22:21:28 +1100 Subject: [PATCH 2864/3141] Revert "cassava-conduit upper bound for #2065" This reverts commit 95e951c11ada758f8c8e7f51e4023978f856e031. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 591f9047..704fdd66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2656,9 +2656,6 @@ packages: - vty < 5.12 - text-zipper < 0.9 - # https://github.com/fpco/stackage/issues/2065 - - cassava-conduit < 0.3.5 - # https://github.com/fpco/stackage/issues/2067 - servant-auth-cookie < 0.4.1 # end of packages From 7ec244fc5e781f597e1b0a208cbd120a97c52197 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Nov 2016 21:53:55 +0100 Subject: [PATCH 2865/3141] Ignore servant-auth-cookie 0.4.1, closes #2067 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 704fdd66..98d06f1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2502,7 +2502,7 @@ packages: # - bitcoin-payment-channel # BLOCKED aeson 1.0 "Al Zohali @zohl": - - servant-auth-cookie + - servant-auth-cookie < 0.4.1 || > 0.4.1 "Joachim Fasting @joachifm": - libmpd @@ -2655,9 +2655,6 @@ packages: - brick < 0.14 - vty < 5.12 - text-zipper < 0.9 - - # https://github.com/fpco/stackage/issues/2067 - - servant-auth-cookie < 0.4.1 # end of packages From 8fb08dce29e9462952987a874712286e4edc473d Mon Sep 17 00:00:00 2001 From: Tobias Dammers Date: Thu, 17 Nov 2016 09:04:05 +0100 Subject: [PATCH 2866/3141] add ginger --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98d06f1c..091709a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Tobias Dammers @tdammers": + - ginger + "Yair Chuchem @yairchu": - List From 12a020e296a83ecd1cc5fd097c754d3c2bfa9775 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Nov 2016 14:44:11 +0100 Subject: [PATCH 2867/3141] Expect ginger tests to fail #2068 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 091709a9..a952b543 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2934,6 +2934,7 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 + - ginger # https://github.com/fpco/stackage/pull/2068#issuecomment-261248964 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 3f51674977a7675dd9bc750298768fe3ebe88b8f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Nov 2016 18:54:49 +0200 Subject: [PATCH 2868/3141] Add the say package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a952b543..9030ffef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -155,6 +155,7 @@ packages: - fsnotify-conduit - pid1 - typed-process + - say - fsnotify - hinotify From 0e73a176be4dd4a7f484c92526f160431000f31c Mon Sep 17 00:00:00 2001 From: Juan Pedro Villa Isaza Date: Thu, 17 Nov 2016 14:00:14 -0500 Subject: [PATCH 2869/3141] Remove @jpvillaisaza from @stackbuilders group --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a952b543..4cd52016 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3136,7 +3136,6 @@ github-users: stackbuilders: - sestrella - jsl - - jpvillaisaza - jsantos17 - mrkkrp scotty-web: From 07c5f2ef974395c17db5cbeb42caebcda7515124 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Nov 2016 23:38:14 +0100 Subject: [PATCH 2870/3141] Revert "Expect ginger tests to fail #2068" This reverts commit 12a020e296a83ecd1cc5fd097c754d3c2bfa9775. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e26c557c..0962669f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2935,7 +2935,6 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - - ginger # https://github.com/fpco/stackage/pull/2068#issuecomment-261248964 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 1e2d5b4c368f0bf8643ec6c1bd7d02e5bf50b61e Mon Sep 17 00:00:00 2001 From: winterland Date: Fri, 18 Nov 2016 16:14:39 +0800 Subject: [PATCH 2871/3141] Add if --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0962669f..cf348a0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -23,6 +23,7 @@ packages: - servant-aeson-specs "Winter Land @winterland1989": + - if - tcp-streams - tcp-streams-openssl - wire-streams From 5f5583f57544d72c9fb7cb0b1c35125ccc1a2422 Mon Sep 17 00:00:00 2001 From: Marcin Tolysz Date: Fri, 18 Nov 2016 12:54:13 +0000 Subject: [PATCH 2872/3141] Update build-constraints.yaml Add Maintainer and Package adding myself --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf348a0d..997f8028 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2604,6 +2604,9 @@ packages: - type-level-kv-list - heterocephalus + "Marcin Tolysz @tolysz": + - rawstring-qm + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 4628a7c58294f9ffeb9488cc47f8fa0a0508ea99 Mon Sep 17 00:00:00 2001 From: Joe Canero Date: Sat, 19 Nov 2016 09:32:03 -0500 Subject: [PATCH 2873/3141] Add median-stream and stm-supply Two new packages --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 997f8028..bfb783c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -16,6 +16,8 @@ packages: "Joseph Canero @caneroj1": - sqlite-simple-errors + - median-stream + - stm-supply "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt From b5dc1dc892b3bd069849c22eaa5f001baeb4745e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Nov 2016 20:43:38 +0100 Subject: [PATCH 2874/3141] haskell-src-exts-simple upper bound for #2075 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bfb783c2..0588aa23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2665,8 +2665,10 @@ packages: - brick < 0.14 - vty < 5.12 - text-zipper < 0.9 -# end of packages + # https://github.com/fpco/stackage/issues/2075 + - haskell-src-exts-simple < 1.19 +# end of packages # Package flags are applied to individual packages, and override the values of # global-flags From 31a6ddeaf7e2135771792482db6be0a2422f1390 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Nov 2016 20:49:37 +0100 Subject: [PATCH 2875/3141] Remove text-zipper upper bound #2057 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0588aa23..e215c567 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2664,7 +2664,6 @@ packages: # https://github.com/fpco/stackage/issues/2057 - brick < 0.14 - vty < 5.12 - - text-zipper < 0.9 # https://github.com/fpco/stackage/issues/2075 - haskell-src-exts-simple < 1.19 From 8990029eae6ff2c69eb675f50f25bcd24b079465 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 08:53:46 -0700 Subject: [PATCH 2876/3141] Add constraint "primitive < 0.6.2.0" per haskell/vector#27 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e215c567..7f5057d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2667,6 +2667,9 @@ packages: # https://github.com/fpco/stackage/issues/2075 - haskell-src-exts-simple < 1.19 + + # https://github.com/haskell/vector/issues/142 + - primitive < 0.6.2.0 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3198,7 +3201,7 @@ build-tool-overrides: # If bindings-GLFW-3.1.2.1 is the current latest version write # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: -- vector-0.11.0.0 # skipped test-suite +- vector-0.11.0.0 # skipped test-suite, constrained primitive https://github.com/haskell/vector/issues/142 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 From afee6df22baa0d00b8c242cc60641780050fa452 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 09:13:29 -0700 Subject: [PATCH 2877/3141] Remove constraint on haskell-src-exts-simple, closes #2075 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f5057d8..f0c9f57f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2665,9 +2665,6 @@ packages: - brick < 0.14 - vty < 5.12 - # https://github.com/fpco/stackage/issues/2075 - - haskell-src-exts-simple < 1.19 - # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 # end of packages From 5b549d3930f700ebfdc38b39950694dd8474b1a0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 09:20:01 -0700 Subject: [PATCH 2878/3141] Update vty constraint per #2077, closes #2057 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0c9f57f..15ece26a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2661,9 +2661,8 @@ packages: # https://github.com/fpco/stackage/issues/2042 - network-multicast < 0.2 - # https://github.com/fpco/stackage/issues/2057 - - brick < 0.14 - - vty < 5.12 + # https://github.com/fpco/stackage/issues/2077 + - vty < 5.13 # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 From a921076ca99bcc4a92c96c899be5c76fabe50235 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 10:12:33 -0700 Subject: [PATCH 2879/3141] Expect heterocephalus tests to fail per arowM/heterocephalus#4 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 15ece26a..3da8c889 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2939,6 +2939,7 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 + - heterocephalus # 1.0.0.1 https://github.com/arowM/heterocephalus/issues/4 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 From 3614df07d70eb9000662c0a009085f0542153feb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 11:34:25 -0700 Subject: [PATCH 2880/3141] Skip rotating-log test suite per Soostone/rotating-log#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3da8c889..8830abc1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2811,6 +2811,9 @@ skipped-tests: - options # QuickCheck via chell-quickcheck - uri-bytestring # haskell-src-exts via derive + # Dependencies missing from cabal file + - rotating-log # 0.4.1 https://github.com/Soostone/rotating-log/pull/2 + # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From 0dc45179b1ee5944f6e50c5fb37575080ac273a8 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Tue, 22 Nov 2016 11:15:14 -0800 Subject: [PATCH 2881/3141] dont skip rotating-log test suite I've relased 0.4.2 with the missing dependency in the cabal file. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8830abc1..3da8c889 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2811,9 +2811,6 @@ skipped-tests: - options # QuickCheck via chell-quickcheck - uri-bytestring # haskell-src-exts via derive - # Dependencies missing from cabal file - - rotating-log # 0.4.1 https://github.com/Soostone/rotating-log/pull/2 - # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From a6d5c59ba6e23df3621382a04e7fb19a1d5becc1 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Tue, 22 Nov 2016 12:31:46 -0800 Subject: [PATCH 2882/3141] Reenable cron and packages blocked by it I'm not familiar with yesod-job-queue but if the comment is correct, reenabling cron means it can also come back. I went ahead and purged derive from cron, opting instead for generics-sop. According to travis, my build should be working for nightlies and recent lts. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8830abc1..bbb55cd9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1501,7 +1501,7 @@ packages: - angel - uri-bytestring # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - phash - # - cron # BLOCKED derive + - cron # GHC 8 - tasty-tap # via tasty-tap - tasty-fail-fast - drifter @@ -2346,8 +2346,7 @@ packages: - protolude "Daishi Nakajima @nakaji_dayo": - [] - # - yesod-job-queue # BLOCKED cron + - yesod-job-queue # "Braden Walters @meoblast001": # - hakyll-sass From eac2efbed1f37e576fff9a68d944460f16526477 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Tue, 22 Nov 2016 12:39:23 -0800 Subject: [PATCH 2883/3141] Reintroduce ua-parser ua-parser as of 0.7.2 does not depend on derive for its test suite anymore. Tests run from lts-2 to nightly and all are passing. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8830abc1..ee312c9a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2246,7 +2246,7 @@ packages: - string-conv - rng-utils - rotating-log - # - ua-parser # BLOCKED derive + - ua-parser - hs-GeoIP - retry # GHC 8 - katip From 9db274e8e4a7b35b3b772d7196e35b2d949845df Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 15:43:27 -0700 Subject: [PATCH 2884/3141] Unconstrain test libs. #1993 #1965 #1971 #1994 --- build-constraints.yaml | 52 +++++++++++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 19 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8496f7e..1c9e3169 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1067,7 +1067,7 @@ packages: - arithmoi - friendly-time - hashable - - haxl + # - haxl - monad-time - packdeps - recursion-schemes @@ -2636,24 +2636,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1993 - - hspec < 2.3 - - hspec-core < 2.3 - - hspec-discover < 2.3 - - # https://github.com/fpco/stackage/issues/1965 - - HUnit < 1.4.0.0 - - hspec-expectations < 0.8.2 - - # https://github.com/fpco/stackage/issues/1971 - - hspec-expectations < 0.8.0 - - hspec-wai < 0.7.0 - - hspec-wai-json < 0.7.0 - - hspec-meta < 2.3.0 - - # https://github.com/fpco/stackage/issues/1994 - - hspec-wai < 0.8.0 - # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 @@ -2782,19 +2764,51 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. + # # HUnit 1.5 + - GLFW-b + - Glob + - HTTP + - bindings-GLFW + - blaze-html + - blaze-markup + - case-insensitive + - darcs + - exception-transformers + - extensible-effects + - fclabels + - language-ecmascript + - lifted-base + - parsec + - psqueues + - rank1dynamic + - retry + - stylish-haskell + - threads + - tz + - tzdata + - uuid + - uuid-types + - websockets + # # Other outdated dependencies - Cabal # QuickCheck 2.9 - ChasingBottoms # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 + - avers # hspec 2.3 - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 - chell # options & via chell-quickcheck + - clay # hspec 2.3 - concurrent-extra # https://github.com/basvandijk/concurrent-extra/pull/15 - ed25519 # QuickCheck 2.9 + - fgl # hspec 2.3 + - fgl-arbitrary # hspec 2.3 - hasql # QuickCheck 2.9 - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 + - next-ref # hspec 2.3 - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 + - servant-mock # hspec-wai 0.8 - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 From 2ff4219599e37f326b85c534235147269345a40a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 15:50:26 -0700 Subject: [PATCH 2885/3141] Remove constraint "vty < 5.13", closes #2077 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c9e3169..1ea7b8bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2642,9 +2642,6 @@ packages: # https://github.com/fpco/stackage/issues/2042 - network-multicast < 0.2 - # https://github.com/fpco/stackage/issues/2077 - - vty < 5.13 - # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 # end of packages From fb4516befd9ab2513e0fe8cd18960025e7dc06e3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 22:44:58 -0700 Subject: [PATCH 2886/3141] Disable yesod-job-queue per nakaji-dayo/yesod-job-queue#10 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ea7b8bd..a32c9968 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2346,7 +2346,8 @@ packages: - protolude "Daishi Nakajima @nakaji_dayo": - - yesod-job-queue + [] + # - yesod-job-queue # https://github.com/nakaji-dayo/yesod-job-queue/issues/10 # "Braden Walters @meoblast001": # - hakyll-sass From a3c11877820a07b9a1598b320791b11f9853014b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 22:52:17 -0700 Subject: [PATCH 2887/3141] Unblock amazonka* and stackage-curator --- build-constraints.yaml | 147 ++++++++++++++++++++--------------------- 1 file changed, 73 insertions(+), 74 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a32c9968..f589ce39 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # BLOCKED amazonka-core + - stackage-curator - stm-conduit - wai-websockets - warp-tls @@ -1112,79 +1112,78 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # BLOCKED https://github.com/brendanhay/amazonka/issues/323 - # - amazonka - # - amazonka-core - # - amazonka-test - # - amazonka-apigateway - # - amazonka-application-autoscaling - # - amazonka-autoscaling - # - amazonka-certificatemanager - # - amazonka-cloudformation - # - amazonka-cloudfront - # - amazonka-cloudhsm - # - amazonka-cloudsearch-domains - # - amazonka-cloudsearch - # - amazonka-cloudtrail - # - amazonka-cloudwatch-events - # - amazonka-cloudwatch-logs - # - amazonka-cloudwatch - # - amazonka-codecommit - # - amazonka-codedeploy - # - amazonka-codepipeline - # - amazonka-cognito-identity - # - amazonka-cognito-idp - # - amazonka-cognito-sync - # - amazonka-config - # - amazonka-datapipeline - # - amazonka-devicefarm - # - amazonka-directconnect - # - amazonka-discovery - # - amazonka-dms - # - amazonka-ds - # - amazonka-dynamodb-streams - # - amazonka-dynamodb - # - amazonka-ec2 - # - amazonka-ecr - # - amazonka-ecs - # - amazonka-efs - # - amazonka-elasticache - # - amazonka-elasticbeanstalk - # - amazonka-elasticsearch - # - amazonka-elastictranscoder - # - amazonka-elb - # - amazonka-emr - # - amazonka-gamelift - # - amazonka-glacier - # - amazonka-iam - # - amazonka-importexport - # - amazonka-inspector - # - amazonka-iot-dataplane - # - amazonka-iot - # - amazonka-kinesis - # - amazonka-kinesis-firehose - # - amazonka-kms - # - amazonka-lambda - # - amazonka-marketplace-analytics - # - amazonka-marketplace-metering - # - amazonka-ml - # - amazonka-opsworks - # - amazonka-rds - # - amazonka-redshift - # - amazonka-route53-domains - # - amazonka-route53 - # - amazonka-s3 - # - amazonka-sdb - # - amazonka-ses - # - amazonka-sns - # - amazonka-sqs - # - amazonka-ssm - # - amazonka-storagegateway - # - amazonka-sts - # - amazonka-support - # - amazonka-swf - # - amazonka-waf - # - amazonka-workspaces + - amazonka + - amazonka-core + - amazonka-test + - amazonka-apigateway + - amazonka-application-autoscaling + - amazonka-autoscaling + - amazonka-certificatemanager + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudsearch-domains + - amazonka-cloudsearch + - amazonka-cloudtrail + - amazonka-cloudwatch-events + - amazonka-cloudwatch-logs + - amazonka-cloudwatch + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-cognito-identity + - amazonka-cognito-idp + - amazonka-cognito-sync + - amazonka-config + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-discovery + - amazonka-dms + - amazonka-ds + - amazonka-dynamodb-streams + - amazonka-dynamodb + - amazonka-ec2 + - amazonka-ecr + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elasticsearch + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-emr + - amazonka-gamelift + - amazonka-glacier + - amazonka-iam + - amazonka-importexport + - amazonka-inspector + - amazonka-iot-dataplane + - amazonka-iot + - amazonka-kinesis + - amazonka-kinesis-firehose + - amazonka-kms + - amazonka-lambda + - amazonka-marketplace-analytics + - amazonka-marketplace-metering + - amazonka-ml + - amazonka-opsworks + - amazonka-rds + - amazonka-redshift + - amazonka-route53-domains + - amazonka-route53 + - amazonka-s3 + - amazonka-sdb + - amazonka-ses + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-waf + - amazonka-workspaces - gogol - gogol-core - gogol-adexchange-buyer From 171f8262112efdbce62b540422c561d3f745c825 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 23 Nov 2016 08:02:03 -0700 Subject: [PATCH 2888/3141] Re-block amazonka* per brendanhay/amazonka#329 --- build-constraints.yaml | 147 +++++++++++++++++++++-------------------- 1 file changed, 74 insertions(+), 73 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f589ce39..7bcd7ab0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator # BLOCKED by amazonka-core - stm-conduit - wai-websockets - warp-tls @@ -1112,78 +1112,79 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - - amazonka - - amazonka-core - - amazonka-test - - amazonka-apigateway - - amazonka-application-autoscaling - - amazonka-autoscaling - - amazonka-certificatemanager - - amazonka-cloudformation - - amazonka-cloudfront - - amazonka-cloudhsm - - amazonka-cloudsearch-domains - - amazonka-cloudsearch - - amazonka-cloudtrail - - amazonka-cloudwatch-events - - amazonka-cloudwatch-logs - - amazonka-cloudwatch - - amazonka-codecommit - - amazonka-codedeploy - - amazonka-codepipeline - - amazonka-cognito-identity - - amazonka-cognito-idp - - amazonka-cognito-sync - - amazonka-config - - amazonka-datapipeline - - amazonka-devicefarm - - amazonka-directconnect - - amazonka-discovery - - amazonka-dms - - amazonka-ds - - amazonka-dynamodb-streams - - amazonka-dynamodb - - amazonka-ec2 - - amazonka-ecr - - amazonka-ecs - - amazonka-efs - - amazonka-elasticache - - amazonka-elasticbeanstalk - - amazonka-elasticsearch - - amazonka-elastictranscoder - - amazonka-elb - - amazonka-emr - - amazonka-gamelift - - amazonka-glacier - - amazonka-iam - - amazonka-importexport - - amazonka-inspector - - amazonka-iot-dataplane - - amazonka-iot - - amazonka-kinesis - - amazonka-kinesis-firehose - - amazonka-kms - - amazonka-lambda - - amazonka-marketplace-analytics - - amazonka-marketplace-metering - - amazonka-ml - - amazonka-opsworks - - amazonka-rds - - amazonka-redshift - - amazonka-route53-domains - - amazonka-route53 - - amazonka-s3 - - amazonka-sdb - - amazonka-ses - - amazonka-sns - - amazonka-sqs - - amazonka-ssm - - amazonka-storagegateway - - amazonka-sts - - amazonka-support - - amazonka-swf - - amazonka-waf - - amazonka-workspaces + # https://github.com/brendanhay/amazonka/issues/329 + # - amazonka + # - amazonka-core + # - amazonka-test + # - amazonka-apigateway + # - amazonka-application-autoscaling + # - amazonka-autoscaling + # - amazonka-certificatemanager + # - amazonka-cloudformation + # - amazonka-cloudfront + # - amazonka-cloudhsm + # - amazonka-cloudsearch-domains + # - amazonka-cloudsearch + # - amazonka-cloudtrail + # - amazonka-cloudwatch-events + # - amazonka-cloudwatch-logs + # - amazonka-cloudwatch + # - amazonka-codecommit + # - amazonka-codedeploy + # - amazonka-codepipeline + # - amazonka-cognito-identity + # - amazonka-cognito-idp + # - amazonka-cognito-sync + # - amazonka-config + # - amazonka-datapipeline + # - amazonka-devicefarm + # - amazonka-directconnect + # - amazonka-discovery + # - amazonka-dms + # - amazonka-ds + # - amazonka-dynamodb-streams + # - amazonka-dynamodb + # - amazonka-ec2 + # - amazonka-ecr + # - amazonka-ecs + # - amazonka-efs + # - amazonka-elasticache + # - amazonka-elasticbeanstalk + # - amazonka-elasticsearch + # - amazonka-elastictranscoder + # - amazonka-elb + # - amazonka-emr + # - amazonka-gamelift + # - amazonka-glacier + # - amazonka-iam + # - amazonka-importexport + # - amazonka-inspector + # - amazonka-iot-dataplane + # - amazonka-iot + # - amazonka-kinesis + # - amazonka-kinesis-firehose + # - amazonka-kms + # - amazonka-lambda + # - amazonka-marketplace-analytics + # - amazonka-marketplace-metering + # - amazonka-ml + # - amazonka-opsworks + # - amazonka-rds + # - amazonka-redshift + # - amazonka-route53-domains + # - amazonka-route53 + # - amazonka-s3 + # - amazonka-sdb + # - amazonka-ses + # - amazonka-sns + # - amazonka-sqs + # - amazonka-ssm + # - amazonka-storagegateway + # - amazonka-sts + # - amazonka-support + # - amazonka-swf + # - amazonka-waf + # - amazonka-workspaces - gogol - gogol-core - gogol-adexchange-buyer From b72112194eec3fa40aa1f0685b7e570a24395ab6 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Wed, 23 Nov 2016 10:37:43 -0800 Subject: [PATCH 2889/3141] Don't skip retry tests anymore As of retry 0.7.4.2, it permits HUnit 1.5, so we should be good to test again. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bcd7ab0..3ab7d0f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2779,7 +2779,6 @@ skipped-tests: - parsec - psqueues - rank1dynamic - - retry - stylish-haskell - threads - tz From ee0d9d381045f98857b22f57cdae08d74afd5fa8 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Wed, 23 Nov 2016 13:51:10 -0500 Subject: [PATCH 2890/3141] Add trifecta --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bcd7ab0..aa50a719 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -363,6 +363,7 @@ packages: - speculation - streams - tagged + - trifecta - vector-instances - void - wl-pprint-extras From af280b09a5dc4a5466eef357360750b1c32550f7 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Wed, 23 Nov 2016 11:57:42 -0800 Subject: [PATCH 2891/3141] Resume running tests for uri-bytestring I've dropped the dependency on derive in uri-bytestring 0.2.2.1 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bcd7ab0..5b810274 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2820,7 +2820,6 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - options # QuickCheck via chell-quickcheck - - uri-bytestring # haskell-src-exts via derive # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From ebffe38b9a243cdd6469d22a37b9760425348d11 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Wed, 23 Nov 2016 12:57:57 -0800 Subject: [PATCH 2892/3141] Unblock bloodhound I just uploaded bloodhound 0.12.0.0, which amongst other things, dropped the requirement of derive for tests and permits aeson 1.0. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bcd7ab0..60649aee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -516,7 +516,7 @@ packages: "Chris Allen bitemyapp": - machines-directory - machines-io - # - bloodhound # BLOCKED derive and aeson-1.0 + - bloodhound "Adam Bergmark @bergmark": - HUnit From c91639d67eb1c2b80eb16a1c2103e7c8b67d9810 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 23 Nov 2016 23:12:41 -0700 Subject: [PATCH 2893/3141] Expect servant-server tests to fail per haskell-servant/servant#643 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79a8252f..56a1bba6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2970,6 +2970,7 @@ expected-test-failures: - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - safecopy # time 1.6 https://github.com/acid-state/safecopy/issues/45 + - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 - thyme # https://github.com/liyang/thyme/issues/50 From 14821bab25731f35ea48ae6c3bb98815482e9461 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 23 Nov 2016 23:34:03 -0700 Subject: [PATCH 2894/3141] Unskip a few test suites, notify on optparse-applicative release --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56a1bba6..226ad5e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2789,14 +2789,12 @@ skipped-tests: - websockets # # Other outdated dependencies - Cabal # QuickCheck 2.9 - - ChasingBottoms # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - avers # hspec 2.3 - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 - chell # options & via chell-quickcheck - clay # hspec 2.3 - - concurrent-extra # https://github.com/basvandijk/concurrent-extra/pull/15 - ed25519 # QuickCheck 2.9 - fgl # hspec 2.3 - fgl-arbitrary # hspec 2.3 @@ -2809,10 +2807,9 @@ skipped-tests: - servant-mock # hspec-wai 0.8 - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - - system-filepath # QuickCheck 2.9 + - system-filepath # QuickCheck 2.9 via chell-quickcheck - terminal-progress-bar # fixed on master, depends on older version of itself - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 # Transitive outdated dependencies # These packages @@ -3215,3 +3212,4 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - haskell-gi-0.18 # Lift constraint on haskell-gi-base - terminal-progress-bar-0.1.1 # Unskip test suite +- optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 From 6f594f6883a42b50c7cd9dc5392d03ccd8a2cab1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 24 Nov 2016 00:03:51 -0700 Subject: [PATCH 2895/3141] Expect heterocephalus tests to pass per arowM/heterocephalus#4 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 226ad5e6..02bf7ceb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2946,7 +2946,6 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - - heterocephalus # 1.0.0.1 https://github.com/arowM/heterocephalus/issues/4 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 From b635d0ff39c51769ef1d340cad5fdd7b447e1829 Mon Sep 17 00:00:00 2001 From: Tom Nielsen Date: Fri, 25 Nov 2016 09:29:39 +0000 Subject: [PATCH 2896/3141] add datasets from @glutamate --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02bf7ceb..b392da66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2610,6 +2610,10 @@ packages: "Marcin Tolysz @tolysz": - rawstring-qm + "Tom Nielsen @glutamate": + - datasets + + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 161073f723553b35073b1a49a4d5a0f2bd8522bb Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 25 Nov 2016 13:56:55 +0200 Subject: [PATCH 2897/3141] Add scrive/log --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02bf7ceb..681e63a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1064,6 +1064,12 @@ packages: - time-parsers - waitra + # scrive/log + - log + - log-base + - log-elasticsearch + - log-postgres + # Not a maintainer - arithmoi - friendly-time @@ -2907,6 +2913,7 @@ expected-test-failures: - hocilib # oracle - hworker - katip-elasticsearch # elasticsearch + - log # ElasticSearch - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 - memcached-binary # memcached - mongoDB # mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 From 3aca29a9c052f1e77a3b558b3baa18c3f92ccb04 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 25 Nov 2016 20:12:50 -0800 Subject: [PATCH 2898/3141] Expect hpqtypes tests to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a4be159..d9c38cf5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2944,6 +2944,9 @@ expected-test-failures: - webdriver-angular # webdriver server - yahoo-finance-api # Requires being able to access Yahoo Finance API + # Test executable requires arguments + - hpqtypes + # Deprecated # Eventually we'll have to disable these packages completely. - doctest-prop # https://github.com/bitemyapp/bloodhound/issues/146 From c1f877aa9fa7ea2a2b596416813b6e77885aa5be Mon Sep 17 00:00:00 2001 From: Matvey Aksenov Date: Sat, 26 Nov 2016 16:01:33 +0000 Subject: [PATCH 2899/3141] add envparse --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9c38cf5..eeb86f7e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -779,8 +779,9 @@ packages: - djinn-lib - djinn-ghc - "Matvey Aksenov ": + "Matvey Aksenov @supki": - terminal-size + - envparse "Luis G. Torres @giogadi": - kdt From f9a704aa04028bfd773376adaf7f42c4d4d26b9a Mon Sep 17 00:00:00 2001 From: David Reaver Date: Sat, 26 Nov 2016 09:20:06 -0800 Subject: [PATCH 2900/3141] Add oanda-rest-api --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9c38cf5..4e973bf3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2384,6 +2384,7 @@ packages: - protobuf-simple "David Reaver @jdreaver": + - oanda-rest-api - stratosphere "Alexey Rodiontsev @klappvisor": From ef604f8d83721afd42a74d367383879f26eaeeb7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 26 Nov 2016 10:53:13 -0800 Subject: [PATCH 2901/3141] Expect stratosphere tests to fail per frontrowed/stratosphere#38 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9c38cf5..7683b8a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2991,6 +2991,7 @@ expected-test-failures: # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 + - stratosphere # https://github.com/frontrowed/stratosphere/issues/38 # Doctest ran across ambiguous modules # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest From 807009d4b259822e6396af8b216ca685b4694a78 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Sat, 26 Nov 2016 21:41:35 -0800 Subject: [PATCH 2902/3141] added hamilton package some of the deps aren't on stackage, i hope this works? --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4aace3f9..0fdf87c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1488,6 +1488,7 @@ packages: "Justin Le @mstksg": - auto - configurator-export + - hamilton - prompt - tagged-binary - typelits-witnesses From 5ea3fd3e61376a3fcb709045d672bf33e5abfc81 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 27 Nov 2016 21:03:20 -0800 Subject: [PATCH 2903/3141] Disable angel per MichaelXavier/Angel#52 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4aace3f9..a85d4e60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1506,7 +1506,7 @@ packages: # GHC 8 - growler "Michael Xavier @MichaelXavier": - - angel + # - angel # https://github.com/MichaelXavier/Angel/issues/52 - uri-bytestring # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - phash - cron From fe9822c403f1aa5660deb3c087b8307cffbafb87 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 28 Nov 2016 11:56:40 +0100 Subject: [PATCH 2904/3141] Re-enable some test suites --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a85d4e60..09e2bc5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2780,8 +2780,6 @@ skipped-tests: - Glob - HTTP - bindings-GLFW - - blaze-html - - blaze-markup - case-insensitive - darcs - exception-transformers @@ -2790,15 +2788,12 @@ skipped-tests: - language-ecmascript - lifted-base - parsec - - psqueues - rank1dynamic - - stylish-haskell - threads - tz - tzdata - uuid - uuid-types - - websockets # # Other outdated dependencies - Cabal # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 From 5593b36c4cf99e12561c8b7c98d9f9fc00e4bef8 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sun, 27 Nov 2016 18:28:27 +0100 Subject: [PATCH 2905/3141] add wl-pprint-annotated This is a version of wl-pprint-extras without point effects. Compared tp annotated-wl-pprint the API is slightly modernized. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4aace3f9..a4c39e44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2537,6 +2537,7 @@ packages: - quickcheck-special - writer-cps-mtl - writer-cps-transformers + - wl-pprint-annotated "Taras Serduke @tserduke": - do-list From cbaebf01eeefa5f998628c84aa8615e7c85bd00f Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Mon, 28 Nov 2016 09:10:55 -0800 Subject: [PATCH 2906/3141] Reenable katip, katip-elasticsearch Both are building on stackage nightly now. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a85d4e60..ab8ac0b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2257,8 +2257,8 @@ packages: - ua-parser - hs-GeoIP - retry - # GHC 8 - katip - # via katip - katip-elasticsearch + - katip + - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple From dd1496afc38bebd4f65257d1e010fb061b8dae3e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Nov 2016 17:39:46 -0800 Subject: [PATCH 2907/3141] Expect statrosphere tests to pass again per frontrowed/stratosphere#38 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22a2fdf1..4bcbed87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2990,7 +2990,6 @@ expected-test-failures: # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - - stratosphere # https://github.com/frontrowed/stratosphere/issues/38 # Doctest ran across ambiguous modules # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest From 67a551174c2de07332898acdea3ab62a1e2f5115 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 16:37:26 +0900 Subject: [PATCH 2908/3141] Spock-core testsuite compile (agrafix/Spock#102) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22a2fdf1..3987c705 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2986,6 +2986,7 @@ expected-test-failures: - tries # https://github.com/athanclark/tries/issues/2 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 + - Spock-core # https://github.com/agrafix/Spock/issues/102 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From 12113f3ab226ed1ada8477a65bc68226d2465480 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 16:44:11 +0900 Subject: [PATCH 2909/3141] yaml-0.8.21 test failures (snoyberg/yaml#102) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51873218..0f3562c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3024,6 +3024,7 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 + - yaml # https://github.com/snoyberg/yaml/issues/102 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 610b5784e4633d6c532437aec26cb541d3b8a070 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 16:50:31 +0900 Subject: [PATCH 2910/3141] yesod-auth-basic hlint tests (creichert/yesod-auth-basic#1) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f3562c7..85f82cc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3025,6 +3025,8 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - yaml # https://github.com/snoyberg/yaml/issues/102 + + - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 059ac44a55afc89161d0a41c418f710b0bad9544 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 17:07:46 +0900 Subject: [PATCH 2911/3141] websocket-0.9.8.0 breaks yesod-websockets (yesodweb/yesod#1311) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85f82cc5..0a473cc6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2660,6 +2660,9 @@ packages: # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 + + # https://github.com/yesodweb/yesod/issues/1311 + - websocket < 0.9.8.0 # end of packages # Package flags are applied to individual packages, and override the values of From be32d3eb365e0f73657c0df2f8cabea52f4b3e16 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 17:11:53 +0900 Subject: [PATCH 2912/3141] spell websockets correctly --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0a473cc6..2c7390f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2662,7 +2662,7 @@ packages: - primitive < 0.6.2.0 # https://github.com/yesodweb/yesod/issues/1311 - - websocket < 0.9.8.0 + - websockets < 0.9.8.0 # end of packages # Package flags are applied to individual packages, and override the values of From c2854f9ad63ed557c679c102fbf84074b65f57af Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 17:32:46 +0900 Subject: [PATCH 2913/3141] temporarily disable yesod-websockets (yesodweb/yesod#1311) --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c7390f3..492b9bf6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -115,7 +115,7 @@ packages: - yesod-sitemap - yesod-static - yesod-test - - yesod-websockets + #- yesod-websockets # https://github.com/yesodweb/yesod/issues/1311 - cereal-conduit - binary-conduit # GHC 8 - lzma-conduit @@ -2660,9 +2660,6 @@ packages: # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 - - # https://github.com/yesodweb/yesod/issues/1311 - - websockets < 0.9.8.0 # end of packages # Package flags are applied to individual packages, and override the values of From b01ad2bb332ed47c912bcf77ef6af8610399cd2c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 29 Nov 2016 11:44:00 +0200 Subject: [PATCH 2914/3141] Revert "yaml-0.8.21 test failures (snoyberg/yaml#102)" This reverts commit 12113f3ab226ed1ada8477a65bc68226d2465480. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 492b9bf6..951561ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3024,8 +3024,6 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - - yaml # https://github.com/snoyberg/yaml/issues/102 - - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 # end of expected-test-failures From 7d3c949a6cda9d0ac26298a3554939febdf0dc9f Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Tue, 29 Nov 2016 11:05:31 +0100 Subject: [PATCH 2915/3141] add wl-pprint-console and console-style --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 492b9bf6..4a09a664 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2539,6 +2539,8 @@ packages: - writer-cps-mtl - writer-cps-transformers - wl-pprint-annotated + - wl-pprint-console + - console-style "Taras Serduke @tserduke": - do-list From 922cb7da2147eccd441dd19ccdb108f8395f103c Mon Sep 17 00:00:00 2001 From: Alexis King Date: Tue, 29 Nov 2016 11:37:06 -0800 Subject: [PATCH 2916/3141] Add type-assertions --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 492b9bf6..2c1a9113 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2472,6 +2472,7 @@ packages: - test-fixture - text-conversions - th-to-exp + - type-assertions "Patrick Chilton @chpatrick": - solga From 7eb1df3e95b2df540b109b96f21fcb443bf6dc3e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 30 Nov 2016 11:13:01 +0900 Subject: [PATCH 2917/3141] reenable yesod-websockets (yesodweb/yesod#1311) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e75ac0b..3932a4d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -115,7 +115,7 @@ packages: - yesod-sitemap - yesod-static - yesod-test - #- yesod-websockets # https://github.com/yesodweb/yesod/issues/1311 + - yesod-websockets - cereal-conduit - binary-conduit # GHC 8 - lzma-conduit From fb5467382bad3af5736e1f8ca8c23d19acce9793 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 30 Nov 2016 11:45:06 +0900 Subject: [PATCH 2918/3141] websockets < 0.10.0.0 (#2099) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3932a4d8..a9cb3812 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2663,6 +2663,9 @@ packages: # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 + + # https://github.com/fpco/stackage/issues/2099 + - websockets < 0.10.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 291e2f0f9300bfa80029e68bf706fadb892da02f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 30 Nov 2016 14:48:19 +0900 Subject: [PATCH 2919/3141] katip test not compiling (Soostone/katip#41) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9cb3812..fca1fe32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2993,6 +2993,7 @@ expected-test-failures: - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - Spock-core # https://github.com/agrafix/Spock/issues/102 + - katip # https://github.com/Soostone/katip/issues/41 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From 12a894ccdd4d5677d2b42082bbe5b5300920d294 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Nov 2016 16:05:42 +0200 Subject: [PATCH 2920/3141] cron.sh: pull the image --- automated/cron.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/automated/cron.sh b/automated/cron.sh index 5d076fd1..316991dd 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -6,10 +6,13 @@ CRONDIR=$(pwd)/crondir mkdir -p $CRONDIR source aws.sh +IMAGE=fpco/stackage-server-prod:latest +docker pull $IMAGE + echo "Running stackage-server-cron..." echo "('tail -f $CRONDIR/stackage-server-cron.log' to watch)" docker run --rm \ -v $CRONDIR:/home/ubuntu \ -w /home/ubuntu \ - fpco/stackage-server-prod:latest \ + $IMAGE \ bash -c "useradd $(whoami) -u $(id -u); sudo -u $(whoami) env HOME=/home/ubuntu AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY bash -c '/usr/local/bin/stackage-server-cron 2>&1 | tee -a /home/ubuntu/stackage-server-cron.log'" From 287bbcea0e210d83ec210112c20408b2dfc97c42 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Nov 2016 19:15:56 +0200 Subject: [PATCH 2921/3141] Provide ~/.stack to cron job --- automated/cron.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/automated/cron.sh b/automated/cron.sh index 316991dd..76f9fcf7 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -9,10 +9,12 @@ source aws.sh IMAGE=fpco/stackage-server-prod:latest docker pull $IMAGE +stack update + echo "Running stackage-server-cron..." echo "('tail -f $CRONDIR/stackage-server-cron.log' to watch)" docker run --rm \ -v $CRONDIR:/home/ubuntu \ - -w /home/ubuntu \ + -v $HOME/.stack:/home/ubuntu/.stack:ro \ $IMAGE \ bash -c "useradd $(whoami) -u $(id -u); sudo -u $(whoami) env HOME=/home/ubuntu AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY bash -c '/usr/local/bin/stackage-server-cron 2>&1 | tee -a /home/ubuntu/stackage-server-cron.log'" From e56df35cf4fa9ccebb6fe84e1566a3d6b5ce1c0a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Dec 2016 10:45:57 +0900 Subject: [PATCH 2922/3141] Revert "katip test not compiling (Soostone/katip#41)" should be fixed in katip-0.3.1.2 This reverts commit 291e2f0f9300bfa80029e68bf706fadb892da02f. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fca1fe32..a9cb3812 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2993,7 +2993,6 @@ expected-test-failures: - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - Spock-core # https://github.com/agrafix/Spock/issues/102 - - katip # https://github.com/Soostone/katip/issues/41 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From 97184bde8883384067bce72c81f0a1924955f9af Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Dec 2016 11:03:31 +0900 Subject: [PATCH 2923/3141] pandoc < 1.19 (#2100) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9cb3812..37c819d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2666,6 +2666,9 @@ packages: # https://github.com/fpco/stackage/issues/2099 - websockets < 0.10.0.0 + + # https://github.com/fpco/stackage/issues/2100 + - pandoc < 1.19 # end of packages # Package flags are applied to individual packages, and override the values of From db338edc4b85279ba29cc67cc4da6abf77e06b5f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Dec 2016 11:21:37 +0900 Subject: [PATCH 2924/3141] texmath < 0.9 (#2100) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37c819d2..f0960c18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2669,6 +2669,7 @@ packages: # https://github.com/fpco/stackage/issues/2100 - pandoc < 1.19 + - texmath < 0.9 # end of packages # Package flags are applied to individual packages, and override the values of From d9ee8f1abdc1e1da410b2540055cc93acb55ceee Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Thu, 1 Dec 2016 14:58:07 +0100 Subject: [PATCH 2925/3141] add superbuffer, remove hackmanager --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0960c18..a0ad49ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -856,12 +856,11 @@ packages: - validate-input - ignore - elm-bridge - # https://github.com/agrafix/hackmanager/issues/1 - # - hackmanager # via digestive-functors - digestive-bootstrap - blaze-bootstrap - dataurl - psql-helpers + - superbuffer "Joey Eremondi @JoeyEremondi": - aeson-pretty From 7c2b5f155646c8bbe7d0d2142453e82d4d38bdc0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 2 Dec 2016 10:35:19 +0900 Subject: [PATCH 2926/3141] Revert "pandoc < 1.19 (#2100)" This reverts commit 97184bde8883384067bce72c81f0a1924955f9af. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a0ad49ac..415f0579 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2665,10 +2665,6 @@ packages: # https://github.com/fpco/stackage/issues/2099 - websockets < 0.10.0.0 - - # https://github.com/fpco/stackage/issues/2100 - - pandoc < 1.19 - - texmath < 0.9 # end of packages # Package flags are applied to individual packages, and override the values of From 59fafebf12b31910451624b0b994aac9d24eb711 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 2 Dec 2016 10:39:11 +0900 Subject: [PATCH 2927/3141] hakyll test failing (jaspervdj/hakyll#491) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 415f0579..2f1a8c98 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2966,6 +2966,7 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 + - hakyll # https://github.com/jaspervdj/hakyll/issues/491 # Assertion failures, these can be real bugs or just limitations # in the test cases. From acbdd495b807952d4bf55193157287a6fb969701 Mon Sep 17 00:00:00 2001 From: Stackage Curators Date: Fri, 2 Dec 2016 04:52:27 +0000 Subject: [PATCH 2928/3141] Fix a buggy shell script --- automated/cron.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automated/cron.sh b/automated/cron.sh index 76f9fcf7..8e56f254 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -15,6 +15,7 @@ echo "Running stackage-server-cron..." echo "('tail -f $CRONDIR/stackage-server-cron.log' to watch)" docker run --rm \ -v $CRONDIR:/home/ubuntu \ - -v $HOME/.stack:/home/ubuntu/.stack:ro \ + -v $HOME/.stack/indices:/home/ubuntu/.stack/indices:ro \ + --workdir /home/ubuntu \ $IMAGE \ bash -c "useradd $(whoami) -u $(id -u); sudo -u $(whoami) env HOME=/home/ubuntu AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY bash -c '/usr/local/bin/stackage-server-cron 2>&1 | tee -a /home/ubuntu/stackage-server-cron.log'" From dc65fb71cd0282ff48d04f1ad484e2beea140365 Mon Sep 17 00:00:00 2001 From: christof schramm Date: Fri, 2 Dec 2016 11:51:12 +0100 Subject: [PATCH 2929/3141] add mnist-idx --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..f9ecc968 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2625,6 +2625,8 @@ packages: "Tom Nielsen @glutamate": - datasets + "Christof Schramm @kryoxide" + - mnist-idx # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From b3fd12aa1e73417b9da992de3b01309fc16b6942 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 2 Dec 2016 14:42:57 +0100 Subject: [PATCH 2930/3141] avers is compatible with hspec 2.3 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..18cff00f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2804,7 +2804,6 @@ skipped-tests: # # Other outdated dependencies - Cabal # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - - avers # hspec 2.3 - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 - chell # options & via chell-quickcheck From d54703903ce9a05e0fd0f98ac5034a9eee42194c Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 2 Dec 2016 15:36:56 +0100 Subject: [PATCH 2931/3141] avers-api-docs is compatible with lens-4.15 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..3cc4cb22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -973,7 +973,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - # - avers-api-docs # BLOCKED lens-4.15 + - avers-api-docs - avers-server - css-syntax - etcd From 7f210dbc77d2ed800b00bee5775e779d174a0cad Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Fri, 2 Dec 2016 11:39:48 -0600 Subject: [PATCH 2932/3141] Reinstate a bunch of my packages As far as I know all these packages should be OK again. Let me know if any of them fails and I will try to fix them ASAP. --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..891544b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -398,11 +398,11 @@ packages: "Brent Yorgey @byorgey": - active - # via haxr - BlogLiterately - # GHC 8 - BlogLiterately-diagrams + - BlogLiterately + - BlogLiterately-diagrams - diagrams - # GHC 8 & bounds - diagrams-builder - # GHC 8 & bounds - diagrams-haddock + - diagrams-builder + - diagrams-haddock - diagrams-cairo - diagrams-contrib - diagrams-core @@ -413,7 +413,7 @@ packages: - diagrams-svg - dual-tree - force-layout - # via http-streams - haxr + - haxr - MonadRandom - monoid-extras From 6de0795c28c7c283bc95231ed1a8293be384ad45 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Fri, 2 Dec 2016 09:42:32 -0800 Subject: [PATCH 2933/3141] `turtle` now builds with `optparse-applicative` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..1be0a1aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -507,7 +507,7 @@ packages: - pipes-parse - pipes-concurrency - pipes-safe - # - turtle # BLOCKED optparse-applicative 0.13 + - turtle - foldl - morte From 5410c4315babca2488af84f0cd7f61d01ef2411c Mon Sep 17 00:00:00 2001 From: Justin Le Date: Fri, 2 Dec 2016 15:10:18 -0800 Subject: [PATCH 2934/3141] added vector-sized --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..630364ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1492,6 +1492,7 @@ packages: - tagged-binary - typelits-witnesses - uncertain + - vector-sized "Ian Duncan @iand675": - feature-flags From 70283020402d54ca6867c6a1151fdab0a2713207 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 3 Dec 2016 09:00:29 +0900 Subject: [PATCH 2935/3141] pipes < 4.3.0 (#2108) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b39d5440..cc30a864 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2666,6 +2666,9 @@ packages: # https://github.com/fpco/stackage/issues/2099 - websockets < 0.10.0.0 + + # https://github.com/fpco/stackage/issues/2108 + - pipes < 4.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 6429b1eb14db3f2a0779813ef2927085fa4ad673 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 3 Dec 2016 10:48:50 +0900 Subject: [PATCH 2936/3141] pipes-safe < 2.2.5 (#2108) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc30a864..a76bdeee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2669,6 +2669,7 @@ packages: # https://github.com/fpco/stackage/issues/2108 - pipes < 4.3.0 + - pipes-safe < 2.2.5 # end of packages # Package flags are applied to individual packages, and override the values of From f3d021f8ba1b37f2d5a7f00a34e19d7e05b997e2 Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Sat, 3 Dec 2016 18:22:23 +0100 Subject: [PATCH 2937/3141] Update yi packages --- build-constraints.yaml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a76bdeee..1e33aba2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1820,6 +1820,7 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae + - compiler-errors - docopt - dynamic-state - dyre @@ -1828,13 +1829,21 @@ packages: - pointedlist - word-trie - xdg-basedir - # - yi BLOCKED due to yi-language - #- yi-fuzzy-open - - # https://github.com/yi-editor/yi/issues/922 - # - yi-language - + - yi + - yi-core + - yi-frontend-pango + - yi-frontend-vty + - yi-fuzzy-open + - yi-ireader + - yi-keymap-cua + - yi-keymap-emacs + - yi-keymap-vim + - yi-language + - yi-misc-modes + - yi-mode-haskell + - yi-mode-javascript - yi-rope + - yi-snippet "Tobias Bexelius @tobbebex": - GPipe From 0fa2ab41d5362118b497a9d038078bcddb94b995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Sat, 3 Dec 2016 21:51:02 +0100 Subject: [PATCH 2938/3141] Use newer version of haskell-gi-base Needed for the latest versions of the autogenerated haskell-gi bindings (gi-gtk, etc.), which are coming in a later commit. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a76bdeee..7ab1e126 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2410,7 +2410,7 @@ packages: - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - haskell-gi - - haskell-gi-base < 0.19 + - haskell-gi-base "Brandon Simmons @jberryman": - directory-tree @@ -3234,6 +3234,5 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- haskell-gi-0.18 # Lift constraint on haskell-gi-base - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 From ce86150da3a31e8ca21b120d76fc106cddb9878f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 07:03:13 +0900 Subject: [PATCH 2939/3141] Revert "add mnist-idx" (#2102) This reverts commit dc65fb71cd0282ff48d04f1ad484e2beea140365. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 486e0bf0..c49e8be7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2635,8 +2635,6 @@ packages: "Tom Nielsen @glutamate": - datasets - "Christof Schramm @kryoxide" - - mnist-idx # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From f6abc131e99758307811bda4ee1bc3af255fed74 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 08:33:42 +0900 Subject: [PATCH 2940/3141] Revert "Update yi packages" for now (yi-editor/yi#922) still seems broken with alex-3.2.1 This reverts commit f3d021f8ba1b37f2d5a7f00a34e19d7e05b997e2. --- build-constraints.yaml | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index da60de7e..0b6cc572 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1820,7 +1820,6 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae - - compiler-errors - docopt - dynamic-state - dyre @@ -1829,21 +1828,13 @@ packages: - pointedlist - word-trie - xdg-basedir - - yi - - yi-core - - yi-frontend-pango - - yi-frontend-vty - - yi-fuzzy-open - - yi-ireader - - yi-keymap-cua - - yi-keymap-emacs - - yi-keymap-vim - - yi-language - - yi-misc-modes - - yi-mode-haskell - - yi-mode-javascript + # - yi BLOCKED due to yi-language + #- yi-fuzzy-open + + # https://github.com/yi-editor/yi/issues/922 + # - yi-language + - yi-rope - - yi-snippet "Tobias Bexelius @tobbebex": - GPipe From 8c0a12983d9922ec247272d4c4a6eb23ce99984d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 08:57:43 +0900 Subject: [PATCH 2941/3141] Revert "Use newer version of haskell-gi-base" (#2110) but bump tell-me-when-its-released This reverts commit 0fa2ab41d5362118b497a9d038078bcddb94b995. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b6cc572..d6d97ac0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2410,7 +2410,7 @@ packages: - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - haskell-gi - - haskell-gi-base + - haskell-gi-base < 0.19 "Brandon Simmons @jberryman": - directory-tree @@ -3234,5 +3234,6 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 +- haskell-gi-0.19 # Lift constraint on haskell-gi-base - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 From 492e1e00c57dcd23a0da0a3cb3ba478dbaad7ab5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 09:09:11 +0900 Subject: [PATCH 2942/3141] try haskell-gi-0.19 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6d97ac0..28a59641 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2409,8 +2409,8 @@ packages: - gi-soup == 2.4.3 - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - - haskell-gi - - haskell-gi-base < 0.19 + - haskell-gi < 0.20 + - haskell-gi-base < 0.20 "Brandon Simmons @jberryman": - directory-tree @@ -3234,6 +3234,6 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- haskell-gi-0.19 # Lift constraint on haskell-gi-base +- haskell-gi-0.20 # Lift constraint on haskell-gi-base - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 From 413751c1f726b47fc50bcf5543602510064c7f5a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 09:11:32 +0900 Subject: [PATCH 2943/3141] revert to haskell-gi-base < 0.19 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28a59641..d2a2db40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2409,8 +2409,8 @@ packages: - gi-soup == 2.4.3 - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - - haskell-gi < 0.20 - - haskell-gi-base < 0.20 + - haskell-gi + - haskell-gi-base < 0.19 "Brandon Simmons @jberryman": - directory-tree From e33c8d61425fe63eafbc184b092423175ec00b85 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 09:20:50 +0900 Subject: [PATCH 2944/3141] try haskell-gi-0.19 with haskell-gi-base-0.18 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2a2db40..72e601a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2409,7 +2409,7 @@ packages: - gi-soup == 2.4.3 - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - - haskell-gi + - haskell-gi < 0.20 - haskell-gi-base < 0.19 "Brandon Simmons @jberryman": From ff107821793fcec589ece0ff76f4f7e16ec9507e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Sun, 4 Dec 2016 09:58:50 +0100 Subject: [PATCH 2945/3141] New versions of haskell-gi, and the gi-* bindings --- build-constraints.yaml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72e601a2..01a358f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2397,20 +2397,20 @@ packages: # Pinned to versions not using custom-setup, since stack does # not understand that syntax yet: # https://github.com/commercialhaskell/stack/issues/2094 - - gi-atk == 2.0.3 - - gi-cairo == 1.0.3 - - gi-gdk == 3.0.3 - - gi-gdkpixbuf == 2.0.3 - - gi-gio == 2.0.3 - - gi-glib == 2.0.3 - - gi-gobject == 2.0.3 - - gi-gtk == 3.0.3 - - gi-pango == 1.0.3 - - gi-soup == 2.4.3 - - gi-javascriptcore == 3.0.3 - - gi-webkit == 3.0.3 - - haskell-gi < 0.20 - - haskell-gi-base < 0.19 + - gi-atk == 2.0.7 + - gi-cairo == 1.0.7 + - gi-gdk == 3.0.7 + - gi-gdkpixbuf == 2.0.7 + - gi-gio == 2.0.7 + - gi-glib == 2.0.7 + - gi-gobject == 2.0.7 + - gi-gtk == 3.0.7 + - gi-pango == 1.0.7 + - gi-soup == 2.4.7 + - gi-javascriptcore == 3.0.7 + - gi-webkit == 3.0.7 + - haskell-gi + - haskell-gi-base "Brandon Simmons @jberryman": - directory-tree @@ -3234,6 +3234,5 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- haskell-gi-0.20 # Lift constraint on haskell-gi-base - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 From bae9fda877e0ec1cbe1eab60a17d82239e86247c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 20:45:09 +0900 Subject: [PATCH 2946/3141] brick < 0.15 (#2112) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72e601a2..ccfcb32e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2670,6 +2670,9 @@ packages: # https://github.com/fpco/stackage/issues/2108 - pipes < 4.3.0 - pipes-safe < 2.2.5 + + # https://github.com/fpco/stackage/issues/2112 + - brick < 0.15 # end of packages # Package flags are applied to individual packages, and override the values of From 4d759ea92ccacb8d88a03418d260d2e38128b2f6 Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Sun, 4 Dec 2016 16:50:34 +0100 Subject: [PATCH 2947/3141] Re-enabling amazonka and adding new re:Invent 2016 libraries --- build-constraints.yaml | 162 ++++++++++++++++++++++------------------- 1 file changed, 89 insertions(+), 73 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a961c32b..d6db34a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1119,79 +1119,95 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # https://github.com/brendanhay/amazonka/issues/329 - # - amazonka - # - amazonka-core - # - amazonka-test - # - amazonka-apigateway - # - amazonka-application-autoscaling - # - amazonka-autoscaling - # - amazonka-certificatemanager - # - amazonka-cloudformation - # - amazonka-cloudfront - # - amazonka-cloudhsm - # - amazonka-cloudsearch-domains - # - amazonka-cloudsearch - # - amazonka-cloudtrail - # - amazonka-cloudwatch-events - # - amazonka-cloudwatch-logs - # - amazonka-cloudwatch - # - amazonka-codecommit - # - amazonka-codedeploy - # - amazonka-codepipeline - # - amazonka-cognito-identity - # - amazonka-cognito-idp - # - amazonka-cognito-sync - # - amazonka-config - # - amazonka-datapipeline - # - amazonka-devicefarm - # - amazonka-directconnect - # - amazonka-discovery - # - amazonka-dms - # - amazonka-ds - # - amazonka-dynamodb-streams - # - amazonka-dynamodb - # - amazonka-ec2 - # - amazonka-ecr - # - amazonka-ecs - # - amazonka-efs - # - amazonka-elasticache - # - amazonka-elasticbeanstalk - # - amazonka-elasticsearch - # - amazonka-elastictranscoder - # - amazonka-elb - # - amazonka-emr - # - amazonka-gamelift - # - amazonka-glacier - # - amazonka-iam - # - amazonka-importexport - # - amazonka-inspector - # - amazonka-iot-dataplane - # - amazonka-iot - # - amazonka-kinesis - # - amazonka-kinesis-firehose - # - amazonka-kms - # - amazonka-lambda - # - amazonka-marketplace-analytics - # - amazonka-marketplace-metering - # - amazonka-ml - # - amazonka-opsworks - # - amazonka-rds - # - amazonka-redshift - # - amazonka-route53-domains - # - amazonka-route53 - # - amazonka-s3 - # - amazonka-sdb - # - amazonka-ses - # - amazonka-sns - # - amazonka-sqs - # - amazonka-ssm - # - amazonka-storagegateway - # - amazonka-sts - # - amazonka-support - # - amazonka-swf - # - amazonka-waf - # - amazonka-workspaces + - amazonka + - amazonka-core + - amazonka-test + - amazonka-apigateway + - amazonka-application-autoscaling + - amazonka-appstream + - amazonka-autoscaling + - amazonka-budgets + - amazonka-certificatemanager + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudsearch + - amazonka-cloudsearch-domains + - amazonka-cloudtrail + - amazonka-cloudwatch + - amazonka-cloudwatch-events + - amazonka-cloudwatch-logs + - amazonka-codebuild + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-cognito-identity + - amazonka-cognito-idp + - amazonka-cognito-sync + - amazonka-config + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-discovery + - amazonka-dms + - amazonka-ds + - amazonka-dynamodb + - amazonka-dynamodb-streams + - amazonka-ec2 + - amazonka-ecr + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elasticsearch + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-elbv2 + - amazonka-emr + - amazonka-gamelift + - amazonka-glacier + - amazonka-health + - amazonka-iam + - amazonka-importexport + - amazonka-inspector + - amazonka-iot + - amazonka-iot-dataplane + - amazonka-kinesis + - amazonka-kinesis-analytics + - amazonka-kinesis-firehose + - amazonka-kms + - amazonka-lambda + - amazonka-lightsail + - amazonka-marketplace-analytics + - amazonka-marketplace-metering + - amazonka-ml + - amazonka-opsworks + - amazonka-opsworks-cm + - amazonka-pinpoint + - amazonka-polly + - amazonka-rds + - amazonka-redshift + - amazonka-rekognition + - amazonka-route53 + - amazonka-route53-domains + - amazonka-s3 + - amazonka-sdb + - amazonka-servicecatalog + - amazonka-ses + - amazonka-shield + - amazonka-sms + - amazonka-snowball + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-stepfunctions + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-waf + - amazonka-workspaces + - amazonka-xray - gogol - gogol-core - gogol-adexchange-buyer From ab35860bc6c5fd92e6da45f5e5a5e669938b49b9 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Sun, 4 Dec 2016 19:00:27 +0000 Subject: [PATCH 2948/3141] Add hexml library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a961c32b..60001210 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -194,6 +194,7 @@ packages: - bake - ghcid - pugixml + - hexml "Alan Zimmerman @alanz": - hjsmin From 01dbdc1b01ff167ce4a3a4520c487461e8a3eeb0 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Mon, 5 Dec 2016 00:17:27 +0100 Subject: [PATCH 2949/3141] add timespan library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a961c32b..c1d2eefd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -861,6 +861,7 @@ packages: - dataurl - psql-helpers - superbuffer + - timespan "Joey Eremondi @JoeyEremondi": - aeson-pretty From 26c2647802d0183a04d91ee3af6c7af706794dfc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Dec 2016 11:18:10 +0900 Subject: [PATCH 2950/3141] vty < 5.14 (#2117) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f9e761f..36bb54f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2691,6 +2691,8 @@ packages: # https://github.com/fpco/stackage/issues/2112 - brick < 0.15 + # https://github.com/fpco/stackage/issues/2117 + - vty < 5.14 # end of packages # Package flags are applied to individual packages, and override the values of From d8530f25bf9452949a3ea2c7be368b3f59a79980 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Dec 2016 18:36:43 +0900 Subject: [PATCH 2951/3141] temporarily disable phadej/binary-tagged#13 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36bb54f2..40002fae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1047,7 +1047,7 @@ packages: - aeson-compat - aeson-extra - binary-orphans - - binary-tagged + #- binary-tagged # https://github.com/phadej/binary-tagged/issues/13 - edit-distance - generics-sop-lens - github From e5c897862058213f9e0962ddae2e10948f3068c1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Dec 2016 18:49:10 +0900 Subject: [PATCH 2952/3141] Revert "temporarily disable phadej/binary-tagged#13" This reverts commit d8530f25bf9452949a3ea2c7be368b3f59a79980. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40002fae..36bb54f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1047,7 +1047,7 @@ packages: - aeson-compat - aeson-extra - binary-orphans - #- binary-tagged # https://github.com/phadej/binary-tagged/issues/13 + - binary-tagged - edit-distance - generics-sop-lens - github From e56a4a8efa71f1976c32439ddbc8b5d478381ced Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Dec 2016 18:51:31 +0900 Subject: [PATCH 2953/3141] generics-sop < 0.2.3.0 (#2118) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36bb54f2..2ccc1226 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2693,6 +2693,9 @@ packages: - brick < 0.15 # https://github.com/fpco/stackage/issues/2117 - vty < 5.14 + + # https://github.com/fpco/stackage/issues/2118 + - generics-sop < 0.2.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 1d4785461f405ac7ba032e0e7a47be1b5992ee14 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Dec 2016 18:56:15 +0900 Subject: [PATCH 2954/3141] disable ltext temporarily (ltext/ltext#22) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ccc1226..c2ca8dfd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1454,7 +1454,7 @@ packages: "Athan Clark @athanclark": - commutative # via digestive functors - digestive-functors-lucid - - ltext + #- ltext # https://github.com/ltext/ltext/issues/22 - markup # via poly-arity - nested-routes - path-extra From 414db75938b20f9b6ebc3a0e21ca7eb2c97f2920 Mon Sep 17 00:00:00 2001 From: Jun Date: Mon, 5 Dec 2016 22:34:39 +0900 Subject: [PATCH 2955/3141] Add 'line' The 'line' package is Haskell SDK for the LINE API. FYI, LINE is a messaging platform. For the further details, please refer to the following links. - https://line.me - https://hackage.haskell.org/package/line --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2ca8dfd..0f0afc56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2644,6 +2644,8 @@ packages: "Tom Nielsen @glutamate": - datasets + "Hyunje Jun @noraesae": + - line # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 4fb2b3f417b0e56028e2877f14d7d6a8855fc8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Mon, 5 Dec 2016 21:49:50 +0100 Subject: [PATCH 2956/3141] Newer versions of gi-* packages --- build-constraints.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2ca8dfd..1c333807 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2415,18 +2415,18 @@ packages: # Pinned to versions not using custom-setup, since stack does # not understand that syntax yet: # https://github.com/commercialhaskell/stack/issues/2094 - - gi-atk == 2.0.7 - - gi-cairo == 1.0.7 - - gi-gdk == 3.0.7 - - gi-gdkpixbuf == 2.0.7 - - gi-gio == 2.0.7 - - gi-glib == 2.0.7 - - gi-gobject == 2.0.7 - - gi-gtk == 3.0.7 - - gi-pango == 1.0.7 - - gi-soup == 2.4.7 - - gi-javascriptcore == 3.0.7 - - gi-webkit == 3.0.7 + - gi-atk == 2.0.8 + - gi-cairo == 1.0.8 + - gi-gdk == 3.0.8 + - gi-gdkpixbuf == 2.0.8 + - gi-gio == 2.0.8 + - gi-glib == 2.0.8 + - gi-gobject == 2.0.8 + - gi-gtk == 3.0.8 + - gi-pango == 1.0.8 + - gi-soup == 2.4.8 + - gi-javascriptcore == 3.0.8 + - gi-webkit == 3.0.8 - haskell-gi - haskell-gi-base From 2de29605b47eb1f6f017661200bb417499b0c580 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 11:01:22 +0900 Subject: [PATCH 2957/3141] Revert "generics-sop < 0.2.3.0 (#2118)" This reverts commit e56a4a8efa71f1976c32439ddbc8b5d478381ced. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2ca8dfd..189fa3b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2693,9 +2693,6 @@ packages: - brick < 0.15 # https://github.com/fpco/stackage/issues/2117 - vty < 5.14 - - # https://github.com/fpco/stackage/issues/2118 - - generics-sop < 0.2.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 41e6fc3cc7c27aae772e8822f2f5d0856065689a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 11:04:32 +0900 Subject: [PATCH 2958/3141] Revert "Temporary block mainland/language-c-quote#72" This reverts commit 70a753eb92d7eefe8f9cb5b6a56af9a805a9655a. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 189fa3b6..d7da5259 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1030,9 +1030,7 @@ packages: - hspec-expectations-pretty-diff "Francesco Mazzoli @bitonic": - [] - # https://github.com/mainland/language-c-quote/issues/72 - # - language-c-quote + - language-c-quote "Sönke Hahn @soenkehahn": - generics-eot From 38edf1509bc5c4d7302f20f8f2c668e6a77c670c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 11:29:33 +0900 Subject: [PATCH 2959/3141] process-extra < 0.7 (#2122) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8346a0ed..352ad75a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2691,6 +2691,9 @@ packages: - brick < 0.15 # https://github.com/fpco/stackage/issues/2117 - vty < 5.14 + + # https://github.com/fpco/stackage/issues/2122 + - process-extra < 0.7 # end of packages # Package flags are applied to individual packages, and override the values of From 23243738346c3ea04e75ba25ee6fbf55e8dd6717 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 11:41:27 +0900 Subject: [PATCH 2960/3141] fix typo of process-extras (#2122) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b78a27c..2b9a8818 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2695,7 +2695,7 @@ packages: - vty < 5.14 # https://github.com/fpco/stackage/issues/2122 - - process-extra < 0.7 + - process-extras < 0.7 # end of packages # Package flags are applied to individual packages, and override the values of From d13516a3a9313a256d3d27d67382a0ef8f406f7f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 12:00:21 +0900 Subject: [PATCH 2961/3141] run-nightly.sh: discourage interrupting cron.sh --- automated/run-nightly.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 75e7405e..ed63364f 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -5,8 +5,9 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - echo "Running cron.sh (hiding verbose output)" - ./cron.sh > cron.log 2>&1 # | grep -v '^Skipping' + date + echo -n "Running cron.sh (do not interrupt)... " + ./cron.sh > cron.log 2>&1 echo "done." echo date From ad174b354ccb6fba2419d40f8bde29d487c34669 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 15:02:48 +0900 Subject: [PATCH 2962/3141] Revert "process-extra < 0.7 (#2122)" This reverts commit 38edf1509bc5c4d7302f20f8f2c668e6a77c670c. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b9a8818..2304e76b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2693,9 +2693,6 @@ packages: - brick < 0.15 # https://github.com/fpco/stackage/issues/2117 - vty < 5.14 - - # https://github.com/fpco/stackage/issues/2122 - - process-extras < 0.7 # end of packages # Package flags are applied to individual packages, and override the values of From 37b14ac86085b01d245202c703ef822f68f80deb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 16:18:54 +0900 Subject: [PATCH 2963/3141] run-nightly.sh: run cron.sh in the background Check that cron.sh is not already running. With no new snapshot cron.sh takes about 1min. --- automated/run-nightly.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index ed63364f..fe5e2c0a 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,11 +4,11 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - - date - echo -n "Running cron.sh (do not interrupt)... " - ./cron.sh > cron.log 2>&1 - echo "done." + if ! pgrep cron.sh >/dev/null; then + echo + echo "Running cron.sh in the background" + ./cron.sh > cron.log 2>&1 & + fi echo date From 8b77287ca607d816994666af600fe8f137de13e0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Dec 2016 09:48:22 -0500 Subject: [PATCH 2964/3141] Bind port in cron.sh --- automated/cron.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/cron.sh b/automated/cron.sh index 8e56f254..d067260c 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -17,5 +17,6 @@ docker run --rm \ -v $CRONDIR:/home/ubuntu \ -v $HOME/.stack/indices:/home/ubuntu/.stack/indices:ro \ --workdir /home/ubuntu \ + -p 17834:17834 \ $IMAGE \ bash -c "useradd $(whoami) -u $(id -u); sudo -u $(whoami) env HOME=/home/ubuntu AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY bash -c '/usr/local/bin/stackage-server-cron 2>&1 | tee -a /home/ubuntu/stackage-server-cron.log'" From b01d84974e496aacd4224fdf9bc3ef0351099339 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Dec 2016 09:50:13 -0500 Subject: [PATCH 2965/3141] Stop running cron from build scripts --- automated/build.sh | 7 ------- automated/run-nightly.sh | 6 ------ 2 files changed, 13 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 731445d8..a145ac5b 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -132,11 +132,4 @@ docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec stackage-curator check-target- # * Register as a new Hackage distro docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && exec stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" -if [ $SHORTNAME = "lts" ] -then - echo "Running cron.sh (hiding verbose output)" - ./cron.sh | grep -v '^Skipping' - echo "done." -fi - date diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index fe5e2c0a..2347896b 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,12 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - if ! pgrep cron.sh >/dev/null; then - echo - echo "Running cron.sh in the background" - ./cron.sh > cron.log 2>&1 & - fi - echo date sleep 30m From 5e6350c8ccc63aa94e4a6c71c386fed80eb87806 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Dec 2016 09:53:56 -0500 Subject: [PATCH 2966/3141] cron.sh: change directory --- automated/cron.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automated/cron.sh b/automated/cron.sh index d067260c..728fef40 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -2,6 +2,8 @@ set -eux +cd "$(dirname "${BASH_SOURCE[0]}")" + CRONDIR=$(pwd)/crondir mkdir -p $CRONDIR source aws.sh From fb6efc48ec5f5ba1176f4efd98b487c25758ad38 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 13:13:28 +0900 Subject: [PATCH 2967/3141] skip path's testsuite since genvalidity can't build (#2123) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2304e76b..67f7ec0c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2858,6 +2858,7 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - options # QuickCheck via chell-quickcheck + - path # QuickCheck via genvalidity and hspec via genvalidity-hspec https://github.com/fpco/stackage/issues/2123 # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From 1414aa74f7f9b27e34d5d11d4a1c12765effb149 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 13:20:29 +0900 Subject: [PATCH 2968/3141] reenable stackage-curator --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67f7ec0c..8744e2ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # BLOCKED by amazonka-core + - stackage-curator - stm-conduit - wai-websockets - warp-tls From 68327a1db65530815da8f7c2167c1df29c79c5ac Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 14:25:34 +0900 Subject: [PATCH 2969/3141] update some BLOCKED comments --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8744e2ea..00403c58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -74,7 +74,7 @@ packages: # bounds - ses-html # via stripe-http-streams - stripe-haskell # via http-streams - stripe-http-streams - # - stripe-core # BLOCKED aeson 1.0 + # - stripe-core # BLOCKED aeson < 1.0 "Piotr Mlodawski @pmlodawski": - signal @@ -944,7 +944,7 @@ packages: - cabal-rpm - cabal-sort - hslua - # - idris # BLOCKED aeson 1.0 & optparse-applicative 0.13.0.0 after #1784 + # - idris # BLOCKED safe - cairo - gio @@ -985,7 +985,7 @@ packages: - google-cloud - kraken - libinfluxdb - # - mole # BLOCKED optparse-applicative 0.13 + # - mole # BLOCKED optparse-applicative < 0.13 - publicsuffix - rethinkdb-client-driver @@ -1727,7 +1727,7 @@ packages: - refact # bounds - servant-pandoc - ghc-exactprint - # - apply-refact # BLOCKED optparse-applicative 0.13 + # - apply-refact # BLOCKED optparse-applicative < 0.13 # "Andrew Gibiansky @gibiansky": # GHC 8 - ihaskell From 1e9202cd0da35fd682f0256769a4565b1ad4c648 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 14:26:16 +0900 Subject: [PATCH 2970/3141] re-enable turtle-options --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00403c58..02b881c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2261,8 +2261,7 @@ packages: - doctest-discover "Elie Genard @eliegenard": - [] - # - turtle-options # BLOCKED optparse-applicative 0.13 via turtle + - turtle-options # "Ruey-Lin Hsu @petercommand": # GHC 8 - MASMGen From 6e379c60d64c8442163db9af6e4b20ff9fe80109 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 16:39:11 +0900 Subject: [PATCH 2971/3141] disable stackage-curator again (fpco/stackage-curator#27) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02b881c3..b4066902 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + #- stackage-curator # https://github.com/fpco/stackage-curator/issues/27 - stm-conduit - wai-websockets - warp-tls From 01627f7f89a2dd50b57796f4cb23146bbc2c35b7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 18:13:46 +0900 Subject: [PATCH 2972/3141] run-nightly.sh: remove the extra date --- automated/run-nightly.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 2347896b..616a2fc4 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,7 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - date sleep 30m done From 73c7eb3682f1956aec04709dc4b93a36960fabbc Mon Sep 17 00:00:00 2001 From: m0rphism Date: Wed, 7 Dec 2016 13:53:47 +0100 Subject: [PATCH 2973/3141] Added printcess and dmenu packages to build-constraints. --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4066902..c0690a14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2644,6 +2644,13 @@ packages: "Hyunje Jun @noraesae": - line + "Hannes Saffrich @m0rphism": + - dmenu + - dmenu-pmount + - dmenu-pkill + - dmenu-search + - printcess + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 89949a20aee3e6cde1c6af56bd207ab495d7fd9e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 7 Dec 2016 20:16:17 -0500 Subject: [PATCH 2974/3141] Revert "disable stackage-curator again (fpco/stackage-curator#27)" This reverts commit 6e379c60d64c8442163db9af6e4b20ff9fe80109. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4066902..02b881c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - #- stackage-curator # https://github.com/fpco/stackage-curator/issues/27 + - stackage-curator - stm-conduit - wai-websockets - warp-tls From c73c1b4cf527fb7e6678f064fe4e13ad4820f31a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 10:28:09 +0900 Subject: [PATCH 2975/3141] Revert "run-nightly.sh: remove the extra date" This reverts commit 01627f7f89a2dd50b57796f4cb23146bbc2c35b7. --- automated/run-nightly.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 616a2fc4..2347896b 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,6 +4,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) + date sleep 30m done From 00ab0954a48e771535150fcf15abf5682dd35b91 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 10:42:00 +0900 Subject: [PATCH 2976/3141] Revert "brick < 0.15 (#2112)" and "vty < 5.14 (#2117)" fixed with hledger-ui-1.0.5 revision --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b014697..1f7c702f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2694,11 +2694,6 @@ packages: # https://github.com/fpco/stackage/issues/2108 - pipes < 4.3.0 - pipes-safe < 2.2.5 - - # https://github.com/fpco/stackage/issues/2112 - - brick < 0.15 - # https://github.com/fpco/stackage/issues/2117 - - vty < 5.14 # end of packages # Package flags are applied to individual packages, and override the values of From 8b93f335843a4fa525a4ee5f11d65c5641be1773 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 10:45:32 +0900 Subject: [PATCH 2977/3141] leapseconds-announced < 2017.0.0.1 (#2127) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f7c702f..6bdba7ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2694,6 +2694,9 @@ packages: # https://github.com/fpco/stackage/issues/2108 - pipes < 4.3.0 - pipes-safe < 2.2.5 + + # https://github.com/fpco/stackage/issues/2127 + - leapseconds-announced < 2017.0.0.1 # end of packages # Package flags are applied to individual packages, and override the values of From d22c61896a68ed1c5e596f608005c2ce94d9be5d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 10:47:48 +0900 Subject: [PATCH 2978/3141] Revert "skip path's testsuite since genvalidity can't build (#2123)" revised on Hackage This reverts commit fb6efc48ec5f5ba1176f4efd98b487c25758ad38. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6bdba7ce..89f7137b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2862,7 +2862,6 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - options # QuickCheck via chell-quickcheck - - path # QuickCheck via genvalidity and hspec via genvalidity-hspec https://github.com/fpco/stackage/issues/2123 # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From 3bca58ca0f9b3cb3ee551ffa3be1033e4fe94d69 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 10:56:23 +0900 Subject: [PATCH 2979/3141] path < 0.5.10 (#2123) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89f7137b..bfe61731 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2697,6 +2697,9 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 + + # https://github.com/fpco/stackage/issues/2123 + - path < 0.5.10 # end of packages # Package flags are applied to individual packages, and override the values of From 7c70b45d67959083a34b86190ff2d0ce35aa9161 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 12:20:04 +0900 Subject: [PATCH 2980/3141] varying < 0.7.0.0 (schell/varying#15) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bfe61731..a2f2bbfa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2700,6 +2700,9 @@ packages: # https://github.com/fpco/stackage/issues/2123 - path < 0.5.10 + + # https://github.com/schell/varying/issues/15 + - varying < 0.7.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 2812024ad2e25d210a2622d4b26796bc2990a454 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Wed, 7 Dec 2016 16:12:08 +0300 Subject: [PATCH 2981/3141] add hip package. Enabled repa, repa-io and repa-algorithms: Upper bound for QuickCheck was fixed. --- build-constraints.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2f2bbfa..c71b56b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -651,9 +651,9 @@ packages: - versions - vectortiles - pipes-random - # - repa # BLOCKED QuickCheck < 2.9 - # - repa-io # BLOCKED repa - # - repa-algorithms # BLOCKED repa + - repa + - repa-io + - repa-algorithms # GHC 8 - kanji "Ketil Malde @ketil-malde": @@ -2651,6 +2651,9 @@ packages: - dmenu-search - printcess + "Alexey Kuleshevich @lehins": + - hip + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 8c426836ad7cb080be39ac0f20c1473fa332e88d Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 8 Dec 2016 07:18:08 -0600 Subject: [PATCH 2982/3141] Re-enable uri-templater --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2f2bbfa..82d88d0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1379,7 +1379,7 @@ packages: - bmp # Maintained by @benl23x5. # GHC 8 - ekg-statsd # Maintained by @tibbe. - flow - # via uri-templater - github-release + - github-release - gloss # Maintained by @benl23x5. - gloss-rendering # Maintained by @benl23x5. - gpolyline # Maintained by @fegu. @@ -1515,8 +1515,8 @@ packages: - metrics - pipes-wai - serf - # 0.2.0.0 compilation failure - uri-templater - # via uri-templater - librato + - uri-templater + - librato # bounds - datadog # bounds - engine-io-growler # bounds - flowdock From f7cc359fedaccb9450ba632ebe40fa94cf5017a6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Dec 2016 09:18:04 +0900 Subject: [PATCH 2983/3141] run-nightly.sh: blank line between runs --- automated/run-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 2347896b..3dc3b26c 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -5,6 +5,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) date - sleep 30m + echo done From 2cf3313a6effe7722f3ce9b2dd223123ca10111d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Dec 2016 09:25:49 +0900 Subject: [PATCH 2984/3141] Revert "varying < 0.7.0.0 (schell/varying#15)" This reverts commit 7c70b45d67959083a34b86190ff2d0ce35aa9161. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c71b56b7..41893840 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2703,9 +2703,6 @@ packages: # https://github.com/fpco/stackage/issues/2123 - path < 0.5.10 - - # https://github.com/schell/varying/issues/15 - - varying < 0.7.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From c1b0733169ee6e58d48fd22e0d0221536f1b038a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Dec 2016 09:28:05 +0900 Subject: [PATCH 2985/3141] waiting for next hakyll release (jaspervdj/hakyll#491) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41893840..0a792465 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3269,3 +3269,4 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 +- hakyll-4.9.2.0 # re-enable tests From 65d74692c99975e4ac7b3dbd6367e6754ade8464 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Dec 2016 10:15:10 +0900 Subject: [PATCH 2986/3141] allow varying benchmark fail (schell/varying#15) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e570d5a1..ec62fa1b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3092,7 +3092,7 @@ expected-benchmark-failures: - dbus # No issue tracker, sent e-mail to maintainer - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - + - varying # https://github.com/schell/varying/issues/15 # end of expected-benchmark-failures From ebd7bd3c694395f85c2f429d1666fe6ad491ffd4 Mon Sep 17 00:00:00 2001 From: Sven Panne Date: Fri, 9 Dec 2016 10:05:57 +0100 Subject: [PATCH 2987/3141] add OpenAL and ALUT packages --- build-constraints.yaml | 8 ++++++++ debian-bootstrap.sh | 1 + 2 files changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec62fa1b..ef0f9a20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -224,6 +224,10 @@ packages: - download - textlocal + "haskell-openal": + - OpenAL + - ALUT + "haskell-opengl": - OpenGL - GLURaw @@ -3191,9 +3195,13 @@ github-users: - meteficha analytics: - ekmett + haskell-openal: + - svenpanne + # - the-real-blackh haskell-opengl: - ekmett - svenpanne + # - dagit # - elliottt # - jmcarthur lambdabot: diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 29640833..b651d4ea 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -45,6 +45,7 @@ apt-get install -y \ git \ libadns1-dev \ libaio1 \ + libalut-dev \ libasound2-dev \ libblas-dev \ libbz2-dev \ From 473d3c835d3c1c601635c03241067437a36825cf Mon Sep 17 00:00:00 2001 From: Oliver Charles Date: Fri, 9 Dec 2016 10:30:22 +0000 Subject: [PATCH 2988/3141] Add logging-effect --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec62fa1b..28012ce8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1688,6 +1688,7 @@ packages: # GHC 8 - network-carbon # GHC 8 - socket-io - tasty-rerun + - logging-effect # "Scott Murphy @smurphy8": From b67a84baaa1d50b8d72b241e23fd87d20d835de2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 10 Dec 2016 10:12:32 +0900 Subject: [PATCH 2989/3141] Revert "path < 0.5.10 (#2123)" genvalidity revised This reverts commit 3bca58ca0f9b3cb3ee551ffa3be1033e4fe94d69. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0a2bc7d..ab044b04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2705,9 +2705,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 - - # https://github.com/fpco/stackage/issues/2123 - - path < 0.5.10 # end of packages # Package flags are applied to individual packages, and override the values of From 0303ad28c797b78b1f2a3bbc727a32229a24bb45 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 10 Dec 2016 10:42:18 +0900 Subject: [PATCH 2990/3141] datasets-0.2.2 needs wreq (#2032) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab044b04..e28c56c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2705,6 +2705,9 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 + + # https://github.com/fpco/stackage/issues/2032 + - datasets < 0.2.2 # end of packages # Package flags are applied to individual packages, and override the values of From 56a2456f0bff847e594fa5b385565144bc5c4769 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 10 Dec 2016 10:47:39 +0900 Subject: [PATCH 2991/3141] Revert "websockets < 0.10.0.0 (#2099)" This reverts commit fb5467382bad3af5736e1f8ca8c23d19acce9793. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e28c56c8..53a950f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2696,9 +2696,6 @@ packages: # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2099 - - websockets < 0.10.0.0 - # https://github.com/fpco/stackage/issues/2108 - pipes < 4.3.0 - pipes-safe < 2.2.5 From 29d420110f96a3949d6dcdbd00410d0f49c995ab Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Sat, 3 Dec 2016 18:22:23 +0100 Subject: [PATCH 2992/3141] Update yi packages --- build-constraints.yaml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a76bdeee..a91698d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1820,6 +1820,7 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae + - compiler-errors - docopt - dynamic-state - dyre @@ -1828,13 +1829,21 @@ packages: - pointedlist - word-trie - xdg-basedir - # - yi BLOCKED due to yi-language - #- yi-fuzzy-open - - # https://github.com/yi-editor/yi/issues/922 - # - yi-language - + # - yi -- disabled because of https://github.com/commercialhaskell/stack/issues/2795 + - yi-core + # - yi-frontend-pango -- disabled because of https://github.com/commercialhaskell/stack/issues/2795 + - yi-frontend-vty + - yi-fuzzy-open + - yi-ireader + - yi-keymap-cua + - yi-keymap-emacs + - yi-keymap-vim + - yi-language + - yi-misc-modes + - yi-mode-haskell + - yi-mode-javascript - yi-rope + - yi-snippet "Tobias Bexelius @tobbebex": - GPipe From 5afcfd5807a1058493261db0819c66274d1ded3f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 11 Dec 2016 10:15:04 +0900 Subject: [PATCH 2993/3141] disable yi-keymap-vim (yi-editor/yi#954) testsuite missing dir --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f777af9..431a64e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1858,7 +1858,7 @@ packages: - yi-ireader - yi-keymap-cua - yi-keymap-emacs - - yi-keymap-vim + #- yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 - yi-language - yi-misc-modes - yi-mode-haskell From e34e6dc4a2a4695987b50ff6f8cc768f98c94910 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 11 Dec 2016 12:32:49 +0200 Subject: [PATCH 2994/3141] Add the hide field yesodweb/wai#579 --- build-constraints.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 431a64e9..d900caa2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3285,3 +3285,14 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 - hakyll-4.9.2.0 # re-enable tests + +# Packages which should be hidden after registering, to avoid module name +# conflicts. This is intended for at least two use cases: +# +# * Making doctests pass (https://github.com/yesodweb/wai/issues/579) +# +# * Allowing tools like Stack to get a mapping from module name to package name +# for automatically installing dependencies +hide: +- async-dejafu # https://github.com/yesodweb/wai/issues/579 +- monads-tf # mtl is preferred From abf2d92daa8eb04e5c38559ddc01769e1cc91aab Mon Sep 17 00:00:00 2001 From: Hans-Peter Deifel Date: Sun, 11 Dec 2016 20:22:32 +0100 Subject: [PATCH 2995/3141] Add hledger-iadd --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d900caa2..adcfa3a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2668,6 +2668,9 @@ packages: "Alexey Kuleshevich @lehins": - hip + "Hans-Peter Deifel @hpdeifel": + - hledger-iadd + # 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 463183880d4a875e8e45ab2b9a321aee63fc1268 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 12 Dec 2016 11:16:51 +0900 Subject: [PATCH 2996/3141] waiting for Spock-core release for testsuite (agrafix/Spock#102) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index adcfa3a5..6d1de3dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3288,6 +3288,7 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 - hakyll-4.9.2.0 # re-enable tests +- Spock-core-0.11.0.0 # testsuite fail # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From ba321e5359638047eb1f0ce292d1f271291cfbc6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 13 Dec 2016 11:54:18 +0900 Subject: [PATCH 2997/3141] build.sh: quieten builds with set +x --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index a145ac5b..9df389fb 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -eux +set -eu +x ROOT=$(cd $(dirname $0) ; pwd) TARGET=$1 From e7584ea7e2fd3c64eb2cb57df39d83d79987a6ed Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 13 Dec 2016 13:38:10 +0900 Subject: [PATCH 2998/3141] Revert "allow varying benchmark fail (schell/varying#15)" should be fixed in 0.7.0.3 This reverts commit 65d74692c99975e4ac7b3dbd6367e6754ade8464. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d1de3dc..ed0764b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3106,7 +3106,7 @@ expected-benchmark-failures: - dbus # No issue tracker, sent e-mail to maintainer - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - - varying # https://github.com/schell/varying/issues/15 + # end of expected-benchmark-failures From acf180a7583e54831dfd62b88336501afb42082d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 13 Dec 2016 14:41:50 +0900 Subject: [PATCH 2999/3141] build.sh: do not update Hackage packages list for LTS New packages from Hackage should only be pulled by Nightly. ie LTS should never be ahead of Nightly in terms of package versions. --- automated/build.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 9df389fb..13e39791 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -98,11 +98,16 @@ curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip # Determine the new build plan unless NOPLAN is set # -# * Update the package index +# * Update the package index (unless LTS) # * Create a new plan if [ "${NOPLAN:-}x" = "x" ] then - docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stack update && exec stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-}" + if [ $SHORTNAME = "lts" ] + then + docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "exec stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-}" + else + docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stack update && exec stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-}" + fi fi # Do the rest of the pre-build actions: From b05c971e062b0eb91b1b6d20d81f6688c6cb13ec Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Dec 2016 09:46:46 +0200 Subject: [PATCH 3000/3141] Upper bound for #2135 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed0764b4..a009436a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2717,6 +2717,9 @@ packages: # https://github.com/fpco/stackage/issues/2032 - datasets < 0.2.2 + + # https://github.com/fpco/stackage/issues/2135 + - glabrous < 0.2 # end of packages # Package flags are applied to individual packages, and override the values of From be33e6c37397b3de0ef9a5bffb7c73edabc2e0f1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Dec 2016 22:10:46 +0200 Subject: [PATCH 3001/3141] Remove upper bound and close #2135 This reverts commit b05c971e062b0eb91b1b6d20d81f6688c6cb13ec. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a009436a..ed0764b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2717,9 +2717,6 @@ packages: # https://github.com/fpco/stackage/issues/2032 - datasets < 0.2.2 - - # https://github.com/fpco/stackage/issues/2135 - - glabrous < 0.2 # end of packages # Package flags are applied to individual packages, and override the values of From 9dd4548a8d226bc40feabf204b71399e373e8ce9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Dec 2016 10:12:09 +0200 Subject: [PATCH 3002/3141] Upper bound for #2136 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed0764b4..fc701c5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2717,6 +2717,9 @@ packages: # https://github.com/fpco/stackage/issues/2032 - datasets < 0.2.2 + + # https://github.com/fpco/stackage/issues/2136 + - X11 < 1.7 # end of packages # Package flags are applied to individual packages, and override the values of From b99d63bec31ab896294388552405c3fcdf09dd54 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Fri, 16 Dec 2016 12:07:26 +0100 Subject: [PATCH 3003/3141] Add jni, jvm, sparkle once more. This is another attempt at #2003. The list of includes has been expanded. Fixes #1660. --- build-constraints.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc701c5a..92930d85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1565,6 +1565,9 @@ packages: - distributed-closure - H - inline-r + - jni + - jvm + - sparkle - th-lift "Christopher Reichert @creichert": @@ -2319,8 +2322,6 @@ packages: "Alp Mestanogullari @alpmestan": - taggy - taggy-lens - # 0.1 Compilation failure https://github.com/fpco/stackage/issues/1660 - inline-java - # via inline-java - sparkle "Alex McLean @yaxu": - tidal @@ -2807,11 +2808,15 @@ configure-args: - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server - --extra-include-dirs - /usr/lib/jvm/java-8-openjdk-amd64/include + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include/linux sparkle: - --extra-lib-dirs - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server - --extra-include-dirs - /usr/lib/jvm/java-8-openjdk-amd64/include + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include/linux hocilib: - --extra-lib-dirs - /usr/local/lib From f5c36341e1d911a5acb9703a1c8e8060705f6cef Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Fri, 16 Dec 2016 13:33:52 +0100 Subject: [PATCH 3004/3141] Add jvm to expected-test-failures. The reason for this is that on Debian for some reason the linker doesn't add a RUNPATH entry for libjvm.so, despite the fact that it's installed in a non-standard location. So running the test suite will yield a "libjvm.so not found" error. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92930d85..b8bdc726 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2979,6 +2979,7 @@ expected-test-failures: - hedis - hocilib # oracle - hworker + - jvm - katip-elasticsearch # elasticsearch - log # ElasticSearch - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 From 67957d4fbde51fab5f188c1a67016d04f60b2349 Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Thu, 15 Dec 2016 23:10:42 +0100 Subject: [PATCH 3005/3141] Add hasql-migration --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc701c5a..41dcfa0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1763,6 +1763,7 @@ packages: "Timo von Holtz @tvh": # via haxl - haxl-amazonka + - hasql-migration - servant-JuicyPixels "Artyom @neongreen": From b079eac0d6c534b542b7bb0701f1fb90fe93e6a1 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 16 Dec 2016 09:02:38 -0800 Subject: [PATCH 3006/3141] Add streaming-wai --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc701c5a..a9524d8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1418,6 +1418,7 @@ packages: - pipes-csv - pipes-mongodb - skeletons + - streaming-wai # "Smirnov Alexey @chemist": # GHC 8 - snmp From 1fb8383f19f77630ca4d3ec59b60d03bd092b54a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Dec 2016 18:53:57 +0200 Subject: [PATCH 3007/3141] Upper bounds for #2143 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9524d8a..fba2f8ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2721,6 +2721,10 @@ packages: # https://github.com/fpco/stackage/issues/2136 - X11 < 1.7 + + # https://github.com/fpco/stackage/issues/2143 + - cryptonite < 0.21 + - memory < 0.14 # end of packages # Package flags are applied to individual packages, and override the values of From 9dd723dd2dff0eaf2499203e04caf2662c542d2c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Dec 2016 18:56:19 +0200 Subject: [PATCH 3008/3141] Extra upper bound for #2143 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fba2f8ed..3800d6b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2725,6 +2725,7 @@ packages: # https://github.com/fpco/stackage/issues/2143 - cryptonite < 0.21 - memory < 0.14 + - tls < 1.3.9 # end of packages # Package flags are applied to individual packages, and override the values of From 3f136b9882ee49b7fe0fd801d84a5bca1319251d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Dec 2016 10:43:19 +0200 Subject: [PATCH 3009/3141] configure-args for jvm --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a740c743..ccf4af94 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2816,6 +2816,13 @@ configure-args: - /usr/lib/jvm/java-8-openjdk-amd64/include - --extra-include-dirs - /usr/lib/jvm/java-8-openjdk-amd64/include/linux + jvm: + - --extra-lib-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include/linux sparkle: - --extra-lib-dirs - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server From 229ad9b04533c1ff3a633d5fcc14a5b8e50ae3c8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Dec 2016 10:47:49 +0200 Subject: [PATCH 3010/3141] Temporarily block jvm and sparkle #2139 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ccf4af94..c7476dc2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1567,8 +1567,9 @@ packages: - H - inline-r - jni - - jvm - - sparkle + # Temporary block for https://github.com/fpco/stackage/pull/2139 + # - jvm + # - sparkle - th-lift "Christopher Reichert @creichert": From 6e56fb1fc2ca8de644bec3c59c233702f0cf01ff Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Sun, 18 Dec 2016 14:05:09 +0100 Subject: [PATCH 3011/3141] Add openjdk paths to dynamic linker system paths. --- debian-bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index b651d4ea..4c28b457 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -162,3 +162,7 @@ cd /tmp \ && echo "/usr/local/lib" > /etc/ld.so.conf.d/usr-local.conf \ && echo "/usr/lib/oracle/12.1/client64/lib" > /etc/ld.so.conf.d/oracle-client.conf \ && ldconfig + +# 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 From 9f167da8cd1ed7f57c5bba1f17a6df847a3431c0 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Sun, 18 Dec 2016 15:29:25 +0100 Subject: [PATCH 3012/3141] Reenable jvm. Depends on Docker image that includes #2144. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7476dc2..cd6f2cf7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1567,8 +1567,8 @@ packages: - H - inline-r - jni - # Temporary block for https://github.com/fpco/stackage/pull/2139 - # - jvm + - jvm + # BLOCKED GHC 8.0.2 # - sparkle - th-lift From b1f5590f5831cdc8ac302e56770146656838f935 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 18 Dec 2016 15:32:57 +0100 Subject: [PATCH 3013/3141] Re-enable doctest suites --- build-constraints.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd6f2cf7..924cac1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2292,7 +2292,7 @@ packages: - ua-parser - hs-GeoIP - retry - - katip + - katip - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": @@ -2767,10 +2767,6 @@ package-flags: tar: old-time: false - # https://github.com/fpco/stackage/pull/482#issuecomment-83635207 - jose-jwt: - doctest: false - time-locale-compat: old-locale: false @@ -3072,12 +3068,6 @@ expected-test-failures: - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - # Doctest ran across ambiguous modules - # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest - - doctest # 0.11.0 https://github.com/sol/doctest/issues/137 - - jwt # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage - - warp # https://github.com/yesodweb/wai/issues/579 - # Stackage upper bounds, re-enable these when their upper bound is removed - hindent # 4.6.4 From a10011824d40649e11e56463b01e534cd6b09ace Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 18 Dec 2016 20:44:15 +0100 Subject: [PATCH 3014/3141] Revert "Re-enable doctest suites" This reverts commit b1f5590f5831cdc8ac302e56770146656838f935. --- build-constraints.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 924cac1d..cd6f2cf7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2292,7 +2292,7 @@ packages: - ua-parser - hs-GeoIP - retry - - katip + - katip - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": @@ -2767,6 +2767,10 @@ package-flags: tar: old-time: false + # https://github.com/fpco/stackage/pull/482#issuecomment-83635207 + jose-jwt: + doctest: false + time-locale-compat: old-locale: false @@ -3068,6 +3072,12 @@ expected-test-failures: - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 + # Doctest ran across ambiguous modules + # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest + - doctest # 0.11.0 https://github.com/sol/doctest/issues/137 + - jwt # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage + - warp # https://github.com/yesodweb/wai/issues/579 + # Stackage upper bounds, re-enable these when their upper bound is removed - hindent # 4.6.4 From 8a12ad449aaedd16681729ea323550681b286449 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 09:41:14 +0100 Subject: [PATCH 3015/3141] clckwrks upper bound for #2147 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec9fec2b..03d4a4cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2293,7 +2293,7 @@ packages: - ua-parser - hs-GeoIP - retry - - katip + - katip - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": @@ -2729,6 +2729,9 @@ packages: - cryptonite < 0.21 - memory < 0.14 - tls < 1.3.9 + + # https://github.com/fpco/stackage/issues/2147 + - clckwrks < 0.24.0 # end of packages # Package flags are applied to individual packages, and override the values of From aed09354889e48c7ec9e56a96f9a20b1662762c5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 10:11:49 +0100 Subject: [PATCH 3016/3141] Expect hasql-transaction tests to fail due to missing PostgreSQL --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03d4a4cf..3e708d88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2994,6 +2994,7 @@ expected-test-failures: - happy # Needs mtl in the user package DB - haskell-neo4j-client # neo4j with auth disabled - hasql # PostgreSQL + - hasql-transaction # PostgreSQL - hedis - hocilib # oracle - hworker From 589fee65b202388e59d40aa34eb41bf825caebe8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 17:19:28 +0100 Subject: [PATCH 3017/3141] rattletrap upper bound for #2148 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e708d88..b69071f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2732,6 +2732,9 @@ packages: # https://github.com/fpco/stackage/issues/2147 - clckwrks < 0.24.0 + + # https://github.com/fpco/stackage/issues/2148 + - rattletrap < 2.1.0 # end of packages # Package flags are applied to individual packages, and override the values of From f3db2b4f057474dbb9e9ce845def3d97eeb10258 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 17:45:32 +0100 Subject: [PATCH 3018/3141] Revert "Revert "Re-enable doctest suites"" This reverts commit a10011824d40649e11e56463b01e534cd6b09ace. --- build-constraints.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b69071f4..1180a144 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2774,10 +2774,6 @@ package-flags: tar: old-time: false - # https://github.com/fpco/stackage/pull/482#issuecomment-83635207 - jose-jwt: - doctest: false - time-locale-compat: old-locale: false @@ -3080,12 +3076,6 @@ expected-test-failures: - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - # Doctest ran across ambiguous modules - # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest - - doctest # 0.11.0 https://github.com/sol/doctest/issues/137 - - jwt # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage - - warp # https://github.com/yesodweb/wai/issues/579 - # Stackage upper bounds, re-enable these when their upper bound is removed - hindent # 4.6.4 From a2ca9824d572e0b64163070663817c91fc7f4d21 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 18:05:12 +0100 Subject: [PATCH 3019/3141] Remove clckwrks upper bound and close #2147 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1180a144..8f053f03 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2730,9 +2730,6 @@ packages: - memory < 0.14 - tls < 1.3.9 - # https://github.com/fpco/stackage/issues/2147 - - clckwrks < 0.24.0 - # https://github.com/fpco/stackage/issues/2148 - rattletrap < 2.1.0 # end of packages From f16ed6eec16e7a84b4954241795012e43af1872a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 18:28:20 +0100 Subject: [PATCH 3020/3141] Print the version/git hash of stackage-curator --- automated/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/build.sh b/automated/build.sh index 13e39791..1dd7dadd 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -77,6 +77,7 @@ rm -f stackage-curator stackage-curator.bz2 wget https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 bunzip2 stackage-curator.bz2 chmod +x stackage-curator +stackage-curator --version ) ARGS_COMMON="--rm -v $WORKDIR:$HOME/work -w $HOME/work -v $BINDIR/stackage-curator:/usr/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR/stack:/usr/bin/stack:ro" From 5f337a111c07e011045362bf878e678201185296 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 19:37:17 +0100 Subject: [PATCH 3021/3141] Hide protolude and cryptohash due to doctest issues --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f053f03..79e6e938 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3318,3 +3318,5 @@ tell-me-when-its-released: hide: - async-dejafu # https://github.com/yesodweb/wai/issues/579 - monads-tf # mtl is preferred +- protolude # `module Panic` conflicts with base +- cryptohash # Superceeded by cryptonite From 8b3625266b40b0534cc2925d9a0f3d5bc8fc60bb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 19:41:13 +0100 Subject: [PATCH 3022/3141] Expect ginger tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79e6e938..8210046e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3042,6 +3042,7 @@ expected-test-failures: - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - hakyll # https://github.com/jaspervdj/hakyll/issues/491 + - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test # Assertion failures, these can be real bugs or just limitations # in the test cases. From f11f65be884f0d98fbcdce1fb7582e713746b091 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 21:58:59 +0100 Subject: [PATCH 3023/3141] Force rebuilds of cryptohash and protolude --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8210046e..dc5994be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2732,6 +2732,10 @@ packages: # https://github.com/fpco/stackage/issues/2148 - rattletrap < 2.1.0 + + # Temporary for doctest debugging + - cryptohash < 0.11.9 + - protolude < 0.1.10 # end of packages # Package flags are applied to individual packages, and override the values of From e28a0f7f6f11e97f3b77e916aaf0ff3fb5ca50f8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 22:03:21 +0100 Subject: [PATCH 3024/3141] Temp disable avers for doctest debugging --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc5994be..7808b48d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -977,10 +977,10 @@ packages: - pipes-network "Tomas Carnecky @wereHamster": - - avers - - avers-api - - avers-api-docs - - avers-server + # - avers + # - avers-api + # - avers-api-docs + # - avers-server - css-syntax - etcd - github-types From 5d426c7faa892479c8a395069d7f0012c6b9c9db Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 22:14:20 +0100 Subject: [PATCH 3025/3141] Re-enable temp disabled packages --- build-constraints.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7808b48d..ea0f19a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -977,10 +977,10 @@ packages: - pipes-network "Tomas Carnecky @wereHamster": - # - avers - # - avers-api - # - avers-api-docs - # - avers-server + - avers + - avers-api + - avers-api-docs + - avers-server - css-syntax - etcd - github-types @@ -2733,9 +2733,6 @@ packages: # https://github.com/fpco/stackage/issues/2148 - rattletrap < 2.1.0 - # Temporary for doctest debugging - - cryptohash < 0.11.9 - - protolude < 0.1.10 # end of packages # Package flags are applied to individual packages, and override the values of From 777b1ee854503413491fb3e8cfadd0c7c37dd789 Mon Sep 17 00:00:00 2001 From: John Galt Date: Tue, 20 Dec 2016 13:08:36 -0500 Subject: [PATCH 3026/3141] Add nfc --- build-constraints.yaml | 1 + debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea0f19a1..baa974ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2071,6 +2071,7 @@ packages: - cacophony - pipes-cacophony - blake2 + - nfc "Adam Curtis @kallisti-dev": [] diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4c28b457..32e6df55 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -84,6 +84,7 @@ apt-get install -y \ libmpfr-dev \ libmysqlclient-dev \ libncurses-dev \ + libnfc-dev \ libnotify-dev \ libopenal-dev \ libpango1.0-dev \ From f160f23b339316a6dfe647cb5594342e2a77167b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Dec 2016 16:59:56 +0100 Subject: [PATCH 3027/3141] cacophony upper bound for #2143 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index baa974ba..00d3a4bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2730,6 +2730,7 @@ packages: - cryptonite < 0.21 - memory < 0.14 - tls < 1.3.9 + - cacophony < 0.9.0 # https://github.com/fpco/stackage/issues/2148 - rattletrap < 2.1.0 From 955ea14c3038d6f8a0791baf17dd91dd4acda720 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Dec 2016 23:46:14 +0100 Subject: [PATCH 3028/3141] Upper bound for #2151 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00d3a4bc..09e635b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2735,6 +2735,9 @@ packages: # https://github.com/fpco/stackage/issues/2148 - rattletrap < 2.1.0 + # https://github.com/fpco/stackage/issues/2151 + - declarative < 0.5.0 + # end of packages # Package flags are applied to individual packages, and override the values of From d3985e77c6426cb72df2a71c07fe5c241cccf12d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Dec 2016 23:50:47 +0100 Subject: [PATCH 3029/3141] Change upper bound for #2151 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09e635b0..92b075c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2736,7 +2736,7 @@ packages: - rattletrap < 2.1.0 # https://github.com/fpco/stackage/issues/2151 - - declarative < 0.5.0 + - mighty-metropolis < 1.2.0 # end of packages From a85ed3f4bc187e33df533ea36c558ef15335db27 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 22 Dec 2016 10:31:20 +0100 Subject: [PATCH 3030/3141] Remove upper bound and close #2151 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92b075c4..00d3a4bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2735,9 +2735,6 @@ packages: # https://github.com/fpco/stackage/issues/2148 - rattletrap < 2.1.0 - # https://github.com/fpco/stackage/issues/2151 - - mighty-metropolis < 1.2.0 - # end of packages # Package flags are applied to individual packages, and override the values of From f6f13871fb08a329515742c05e81de10758a4429 Mon Sep 17 00:00:00 2001 From: Xia Li-yao Date: Thu, 22 Dec 2016 11:37:29 +0000 Subject: [PATCH 3031/3141] add generic-random --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00d3a4bc..1c233db2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Li-yao Xia @Lysxia": + - generic-random + "Tobias Dammers @tdammers": - ginger From bc0047de3c5630a0e92bb4954f0fafecea44efb6 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 22 Dec 2016 10:31:53 -0500 Subject: [PATCH 3032/3141] Add echo --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c233db2..acca351a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1720,6 +1720,7 @@ packages: - base-orphans - code-page - deriving-compat + - echo - generic-deriving - hashmap - invariant From 919de6c565de5e86834638f0454f1a6b0420682f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 22 Dec 2016 23:26:01 +0100 Subject: [PATCH 3033/3141] Remove upper bound and close #2148 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c233db2..0e91b29c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2735,9 +2735,6 @@ packages: - tls < 1.3.9 - cacophony < 0.9.0 - # https://github.com/fpco/stackage/issues/2148 - - rattletrap < 2.1.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 87cbe7abf8743e906ecaddf9594b0052edb3ce0e Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Fri, 23 Dec 2016 15:05:34 +0900 Subject: [PATCH 3034/3141] Add pretty-simple package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e91b29c..05a20926 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1842,6 +1842,7 @@ packages: # GHC 8 - ig - natural-transformation - opaleye-trans + - pretty-simple - read-env-var - yahoo-finance-api From 4c1a8455af7b60150bd3fb02b10da28d1e7c53ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Sicard-Ram=C3=ADrez?= Date: Fri, 23 Dec 2016 08:07:58 -0500 Subject: [PATCH 3035/3141] Enabled Agda 2.5.2. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68eb2470..efbc3475 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1759,8 +1759,7 @@ packages: # GHC 8 - ipython-kernel "Andrés Sicard-Ramírez @asr": - [] - # - Agda # BLOCKED haskell-src-exts < 1.18 and QuickCheck < 2.9 + - Agda "James Cook @mokus0": - dependent-sum From c797427d274232c5b61fabe85a3056bc23c4fde3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 23 Dec 2016 20:59:02 +0100 Subject: [PATCH 3036/3141] Remove upper bounds and close #2143 --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index efbc3475..b973f2be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2730,12 +2730,6 @@ packages: # https://github.com/fpco/stackage/issues/2136 - X11 < 1.7 - # https://github.com/fpco/stackage/issues/2143 - - cryptonite < 0.21 - - memory < 0.14 - - tls < 1.3.9 - - cacophony < 0.9.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 0af27f0a5bc27be024724da9babc8311c6d1e552 Mon Sep 17 00:00:00 2001 From: Alex Mason Date: Sat, 24 Dec 2016 23:14:30 +1100 Subject: [PATCH 3037/3141] Add amazonka-s3-streaming --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b973f2be..e7685508 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2600,6 +2600,7 @@ packages: "Alex Mason @Axman6": - foldl-statistics + - amazonka-s3-streaming "Ondrej Palkovsky @ondrap": - json-stream From 28b0049ee3bc86757916098adebce677e5adcde2 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 24 Dec 2016 15:40:34 +0100 Subject: [PATCH 3038/3141] add intro --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b973f2be..3155b147 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2580,6 +2580,7 @@ packages: - wl-pprint-annotated - wl-pprint-console - console-style + - intro "Taras Serduke @tserduke": - do-list From cb49f4e853eb549c5c8d58e5b38d03c356f83509 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 24 Dec 2016 19:39:53 +0100 Subject: [PATCH 3039/3141] Add unlit As discussed in https://github.com/pepijnkokke/unlit/issues/3 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b973f2be..147d6e99 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2580,6 +2580,7 @@ packages: - wl-pprint-annotated - wl-pprint-console - console-style + - unlit "Taras Serduke @tserduke": - do-list From 93d40f05a4528de10e40a9538bdd14fb94fa6c32 Mon Sep 17 00:00:00 2001 From: joe9 Date: Mon, 26 Dec 2016 00:25:00 -0700 Subject: [PATCH 3040/3141] added logger-thread and text-generic-pretty packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f862a53c..d7c49e1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Joe M @joe9": + - logger-thread + - text-generic-pretty + "Li-yao Xia @Lysxia": - generic-random From e2a4602ed7faa6caa679f23b4a6073483aeaccf1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 12:19:33 +0100 Subject: [PATCH 3041/3141] Upper bound for #2161 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f862a53c..677cf6b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,6 +2733,9 @@ packages: # https://github.com/fpco/stackage/issues/2136 - X11 < 1.7 + # https://github.com/fpco/stackage/issues/2161 + - cacophony < 0.9.0 + # end of packages # Package flags are applied to individual packages, and override the values of From cc72e288f9b407b0359ba82c409c331bdabc1cdc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 12:21:07 +0100 Subject: [PATCH 3042/3141] Re-enable passing test suites --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 677cf6b9..46952ed7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2983,7 +2983,6 @@ expected-test-failures: - dbmigrations # PostgreSQL - dns # https://github.com/kazu-yamamoto/dns/issues/29 - drifter-postgresql # PostgreSQL - - ersatz # Requires SAT solver - etcd # etcd https://github.com/fpco/stackage/issues/811 - eventstore # Event Store - fb # Facebook app @@ -3096,8 +3095,6 @@ expected-test-failures: - hackernews # https://github.com/dmjio/hackernews/issues/19 - - heist # https://github.com/snapframework/heist/issues/95 - - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - commutative # https://github.com/athanclark/commutative/issues/4 From 3f5dd282764f55525637a4ad3fa5f504faf316e2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 19:37:42 +0100 Subject: [PATCH 3043/3141] More detailed descriptions of curator workflows. --- CURATORS.md | 175 +++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 160 insertions(+), 15 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 7b5f8997..0af3d9f3 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -4,7 +4,7 @@ Originally this was handled largely by Michael Snoyman, but now we are a team of 4 people handling requests weekly in rotation. Curation activities are mostly automated, and do not take up a significant amount of time. -## Workflow +## Workflow overview This section sketches out at a high level how the entire Stackage build/curation process works: @@ -23,10 +23,30 @@ process works: The typical story on pull requests is: If Travis accepts it and the author only added packages under his/her own name, merge it. If the -build later fails (see below), then block the package until it's -fixed. +build later fails (see "Adding Debian packages for required system tools or libraries"), +then block the package until it's fixed. + +If benchmarks, haddocks, or test suites fails at this point we +typically also block the package until these issues are fixed. This in +order to add packages with a clean slate. Optionally we can check if packdeps says the package is up to date. +Visit http://packdeps.haskellers.com/feed?needle= + +Builds may fail because of unrelated bounds changes. If this happens, +first add any version bounds to get master into a passing state (see +"Fixing bounds issues"), then re-run the travis build. + +A common issue is that authors submit newly uploaded packages, it can +take up to an hour before this has synced across the stack +infrastructure. You can usually compare the versions of the package in +https://github.com/commercialhaskell/all-cabal-metadata/tree/master/packages/ +to what's on hackage to see if this is the case. Wait an hour and +re-run the pull request. + +Tests also commonly fail due to missing test files, and sometimes due +to doctest limitations. You can point the maintainer to +https://github.com/bergmark/blog/blob/master/2016/package-faq.md ## Fixing bounds issues @@ -36,20 +56,121 @@ issue on the Stackage repo about the problem, and modifying the build-constraints.yaml file to work around it in one of the ways below. Be sure to refer to the issue for workarounds added to that file. -* __Temporary upper bounds__ Most common technique, just prevent a new version of a library from being included immediately -* __Skipping tests and benchmarks__ If the upper bound is only in a test suite or benchmark, you can add the relevant package to skipped-tests or skipped-benchmarks. For example, if conduit had an upper bound on criterion for a benchmark, you could added conduit as a skipped benchmark. -* __Excluding packages__ In an extreme case of a non-responsive maintainer, you can remove the package entirely from Stackage. We try to avoid that whenever possible +### Temporary upper bounds + +Most common technique, just prevent a new version of a library from +being included immediately. This also applies to when only benchmarks +and tests are affected. + +* Copy the stackage-curator output and create a new issue, see e.g +https://github.com/fpco/stackage/issues/2108 + +* Add a new entry under the "stackage upper bounds" section of `build-constraints.yaml`. For the above example it would be + +```yaml + "Stackage upper bounds": + # https://github.com/fpco/stackage/issues/2108 + - pipes < 4.3.0 +``` + +* Commit (message e.g. "Upper bound for #2108") +* Optionally: Verify with `stackage-curator check` locally +* Push +* Verify that everything works on the build server (you can restart the build or wait for it to to run again) + +Sometimes releases for different packages are tightly coupled. Then it +can make sense to combine them into one issue, as in +https://github.com/fpco/stackage/issues/2143. + +If a dependency that is not explicitly in stackage is causing test or +benchmark failures you can skip or expect them to fail (see "Skipping +tests and benchmarks" and "Expecting test/benchmark/haddock +failures"). Bonus points for reporting this upstream to that packages' +maintainer. + +### Lifting upper bounds + +You can try this when you notice that a package has been updated. You +can also periodically try to lift bounds (I think it's good to do this +at the start of your week /@bergmark) + +If stackage-curator is happy commit the change ("Remove upper bounds and close #X"). + +### Amending upper bounds + +With the `pipes` example above there was later a new release of +`pipes-safe` that required the **newer** version of `pipes`. You can +add that package to the same upper bounds section, +(e.g. https://github.com/fpco/stackage/commit/6429b1eb14db3f2a0779813ef2927085fa4ad673) +as we want to lift them simultaneously. + +### Skipping tests and benchmarks + +Sometimes tests and benchmark dependencies are forgotten or not cared +for. To disable compilation for them add them to `skipped-tests` or +`skipped-benchmarks`. If a package is added to these sections they +won't be compiled, and their dependencies won't be taken into account. + +There are sub sections under these headers that is used to group types +of failures together, and also to document what type of failures +exist. + +### Expecting test/benchmark/haddock failures + +The difference from the `skipped` sections is that items listed here +are compiled and their dependencies are taken into account. These +sections also have sub sections with groups and descriptions. + +One big category of test suites in this section are those requiring +running services. We don't want to run those, but we do want to check +dependencies and compile them. + +If there are no version bounds that would fix the issue or if you +can't figure it out, file it +(e.g. https://github.com/fpco/stackage/issues/2133) to ask the +maintainer for help. + +### Waiting for new releases + +Sometimes there is a failure reported on a (now possibly closed) issue +on an external tracker. If an issue gets resolved but there is no +hackage release yet we'd like to get notified when it's uploaded. + +Add the package with its current version to the +`tell-me-when-its-released` section. This will cause the build to stop +when the new version is out. + +### Excluding packages + +In an extreme case of a non-responsive maintainer, you can remove the +package entirely from Stackage. We try to avoid that whenever +possible. + +This typically happens when we move to a new major GHC release or when +there are only a few packages waiting for updates on an upper bounds +issue. + +Comment out the offending packages from the "packages" section and add +a comment saying why it was disabled: + +``` + # - swagger # BLOCKED aeson 1.0 +``` + ## Updating the content of the Docker image used for building ### Adding Debian packages for required system tools or libraries Additional (non-Haskell) system libraries or tools should be added to `stackage/debian-bootstrap.sh`. -Committing the changes to a branch should trigger a DockerHub. Normally only the nightly branch needs to be updated +Committing the changes to a branch should trigger a DockerHub. Normally only the `nightly` branch needs to be updated since new packages are not added to the current lts release. Use [Ubuntu Package content search](http://packages.ubuntu.com/) to determine which package provides particular dev files (it defaults to xenial which is the version used to build Nightly). -Note we generally don't install/run services needed for testsuites in the docker images - packages with tests requiring some system service can be add to expected-test-failures. +Note that we generally don't install/run services needed for testsuites in the docker images - packages with tests requiring some system service can be added to `expected-test-failures`. +It's good to inform the maintainer of any disabled tests (commenting in the PR is sufficient). + +If a new package fails to build because of missing system libraries we often ask the maintainer to help figure out what to install. ### Upgrading GHC version The Dockerfile contains information on which GHC versions should be used. You @@ -106,7 +227,7 @@ we're just not there yet. /opt/stackage-build/stackage/automated/build.sh lts-3.0 ``` -Recommended: run these from inside a `screen` session. If you get version bound +Recommended: run these from inside a `tmux` session. If you get version bound problems on nightly or LTS major, you need to fix build-constraints.yaml (see info above). For an LTS minor bump, you'll typically want to use the `CONSTRAINTS` environment variable, e.g.: @@ -126,13 +247,13 @@ If a build fails for bounds reasons, see all of the advice above. If the code itself doesn't build, or tests fail, open up an issue and then either put in a version bound to avoid that version or something else. It's difficult to give universal advice on how to solve things, since each situation is unique. Let's -develop this advice over time. For now: if you're not sure, ask Michael for -guidance. +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. +condition, or manually tweaking the plan file. This is the default for +LTS builds. ### Timing @@ -146,9 +267,33 @@ LTS minor bumps typically are run on Sundays. ### Website sync debugging (and other out of disk space errors) * You can detect the problem by running `df`. If you see that `/` is out of space, we have a problem -* There are many temp files inside `/home/ubuntu/stackage-server-cron` that can be cleared out occasionally -* You can then manually run `/home/ubuntu/stackage-server-cron.sh`, or wait for the cron job to do it +* (outdated) There are many temp files inside `/home/ubuntu/stackage-server-cron` that can be cleared out occasionally +* (outdated) You can then manually run `/home/ubuntu/stackage-server-cron.sh`, or wait for the cron job to do it ### Wiping the cache -Sometimes the cache can get corrupted which might manifest as `can't load .so/.DLL`. You can wipe the nightly cache and rebuild everything by doing `rm -rf /opt/stackage-build/stackage/automated/nightly`. +Sometimes the cache can get corrupted which might manifest as `can't load .so/.DLL`. +You can wipe the nightly cache and rebuild everything by doing +`rm -rf /var/stackage/stackage/automated/nightly`. +Replace nightly with `lts7` to wipe the LTS 7 cache. + +## Local curator setup + +We don't run the full stackage build locally as that might take too +much time. Some steps on the other hand are much faster to do +yourself. + +It's useful to be able to modify constraints locally before pushing to +the repository. To do this first install stackage-curator: +`git clone git@github.com:fpco/stackage-curator.git && cd stackage-curator && stack install` +or get the linux binary: https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 +(it's a good idea to upgrade stackage-curator at least at the start of your week as curator). +Then clone the stackage repo `git clone git@github.com:fpco/stackage.git`. +Inside it run `stack update && stackage-curator check` to get new packages and do dependency resolution. + +This can be used to make sure all version bounds are in place +(including for test suites and benchmarks), to check whether bounds +can be lifted, and to get `tell-me-when-its-released` notifications. + +Notably this doesn't build anything, so you won't see any compilation +errors for builds/tests/benchmarks. From d8aafaddaa43f6f3c04fc43f4e75d2c10bba7a64 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 20:22:56 +0100 Subject: [PATCH 3044/3141] Upper bound for #2163 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46952ed7..8c42c9ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2736,6 +2736,9 @@ packages: # https://github.com/fpco/stackage/issues/2161 - cacophony < 0.9.0 + # https://github.com/fpco/stackage/issues/2163 + - cayley-client < 0.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 84ec1f51f6f1070dffdb092bc92d8d210b0844e6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 20:23:40 +0100 Subject: [PATCH 3045/3141] close #2161 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c42c9ed..b8693c55 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,9 +2733,6 @@ packages: # https://github.com/fpco/stackage/issues/2136 - X11 < 1.7 - # https://github.com/fpco/stackage/issues/2161 - - cacophony < 0.9.0 - # https://github.com/fpco/stackage/issues/2163 - cayley-client < 0.3.0 From 1103d4434e511432ae419bf6a9880bd63f3e9fac Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 20:22:05 +0100 Subject: [PATCH 3046/3141] Normalize commments for disabled packages, and re-enable a bunch that seem fixed. --- build-constraints.yaml | 490 ++++++++++++++++++++--------------------- 1 file changed, 241 insertions(+), 249 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b8693c55..3b01be83 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -42,7 +42,7 @@ packages: - unicode-transforms "Aleksey Uimanov @s9gf4ult": - # - postgresql-query # BLOCKED derive + # - postgresql-query # via: derive - hreader - hset @@ -70,18 +70,18 @@ packages: - once "David Johnson @dmjio": - # GHC 8 - envy + # - envy # bounds: GHC 8 - s3-signer - # bounds - google-translate + - google-translate - hackernews - # bounds - ses-html - # via stripe-http-streams - stripe-haskell - # via http-streams - stripe-http-streams - # - stripe-core # BLOCKED aeson < 1.0 + # - ses-html # bounds: time 1.6 + # - stripe-haskell # via: stripe-http-streams + # - stripe-http-streams # via: http-streams + # - stripe-core # bounds: aeson 1.0 "Piotr Mlodawski @pmlodawski": - signal - # GHC 8 - ghc-session + # - ghc-session # bounds: GHC 8 "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit @@ -121,7 +121,7 @@ packages: - yesod-websockets - cereal-conduit - binary-conduit - # GHC 8 - lzma-conduit + - lzma-conduit - mutable-containers - hpc-coveralls - monad-unlift @@ -135,7 +135,7 @@ packages: - base16-bytestring - c2hs - cassava - # GHC 8 - csv-conduit + - csv-conduit - executable-hash - executable-path - foreign-store @@ -146,13 +146,13 @@ packages: - indents - language-c - lhs2tex - # GHC 8 2.5 compilation failure - persistent-mongoDB + # - persistent-mongoDB # bounds: http-api-data - pretty-class - th-expand-syns - th-lift - quickcheck-assertions - # - hackage-mirror BLOCKED aws + # - hackage-mirror # via: aws - wai-middleware-consul - wai-middleware-crowd - monad-logger-json @@ -203,7 +203,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - # - HaRe # BLOCKED ghc-mod via pipes + # - HaRe # via: cabal-helper, ghc-mod, rosezipper "Alfredo Di Napoli @adinapoli": - mandrill @@ -291,9 +291,9 @@ packages: - lucid - osdkeys - pdfinfo - # GHC 8 https://github.com/fpco/stackage/issues/1062 - present + - present - pure-io - # GHC 8 - scrobble + - scrobble - shell-conduit - sourcemap - hindent @@ -302,8 +302,8 @@ packages: - path - intero - weigh - # GHC 8 - haskell-docs - # bounds - structured-haskell-mode + - haskell-docs + # - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters "Alberto G. Corona @agocorona": - RefSerialize @@ -317,17 +317,17 @@ packages: "Edward Kmett @ekmett": - ad - adjunctions - # GHC 8 & bounds - approximate + # - approximate # bounds: binary, comonad, pointed - bifunctors - bits - # GHC 8 - bound + # - bound # bounds: binary, comonad, doctest, transformers, vector - bytes - charset - comonad - comonads-fd - comonad-transformers - # GHC 8 & bounds - compensated - # bounds - compressed + # - compensated # bounds: binary, comonad, generic-deriving, safecopy + # - compressed # bounds: comonad, pointed - concurrent-supply - constraints - contravariant @@ -353,7 +353,7 @@ packages: - monadic-arrays - monad-products - monad-products - # GHC 8 - monad-st + # - monad-st # bounds: transformers - mtl - nats - numeric-extras @@ -382,7 +382,7 @@ packages: - gl - lens-aeson - zlib-lens - # GHC 8 - hyperloglog + # - hyperloglog # bounds: approximate, binary, comonad "Andrew Farmer @xich": - scotty @@ -438,27 +438,27 @@ packages: "Paul Harper @benekastah": [] - # - yesod-auth-oauth2 # BLOCKED aeson-1.0 + # - yesod-auth-oauth2 # bounds: aeson-1.0, http-client, load-env "Felipe Lessa @meteficha": - # bounds - country-codes - # bounds - esqueleto - # - fb # BLOCKED http-conduit 2.2 - # bounds - fb-persistent - # VERSION MISSING Compilation failure against aeson https://github.com/prowdsponsor/mangopay/issues/32 - mangopay + # - country-codes # bounds: tagsoup + # - esqueleto # bounds: persistent + # - fb # bounds: aeson, http-conduit-2.2, hspec + # - fb-persistent # bounds: persistent # via: fb + # - mangopay # compilation failure against aeson - nonce - serversession - serversession-backend-acid-state - # bounds - serversession-backend-persistent - # bounds - serversession-backend-redis - # - serversession-frontend-snap + # - serversession-backend-persistent # bounds: persistent, persistent-postgresql, persistent-sqlite + # - serversession-backend-redis # bounds: hedis + # - serversession-frontend-snap # bounds: snap, snap-core - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus - # bounds - yesod-auth-account-fork - # GHC 8 - yesod-auth-fb - # - yesod-fb # BLOCKED http-conduit 2.2 via fb - # VERSION MISSING Compilation failure against aeson https://github.com/prowdsponsor/mangopay/issues/32 - yesod-mangopay + # - yesod-auth-account-fork # bounds: persistent + # - yesod-auth-fb # bounds: time, transformers # via fb, via yesod-fb + # - yesod-fb # via fb + # - yesod-mangopay # via mangopay "Alexander Altman @pthariensflame": # Maintaining on behalf of @roelvandijk: @@ -470,15 +470,15 @@ packages: "Trevor L. McDonell @tmcdonell": - accelerate - # "Liam O'Connor @liamoc": - # GHC 8 - patches-vector - # GHC 8 - composition-tree - # GHC 8 & bounds - dixi - # GHC 8 - latex-formulae-image - # via latex-formulae-image - latex-formulae-pandoc - # GHC 8 - latex-formulae-hakyll - # GHC 8 & bounds - agda-snippets - # GHC 8 - agda-snippets-hakyll + "Liam O'Connor @liamoc": + # - patches-vector # bounds: QuickCheck, edit-distance-vector, hspec + # - composition-tree # bounds: QuickCheck + # - dixi # bounds: aeson, lens, time, [...] + - latex-formulae-image + # - latex-formulae-pandoc # bounds: pandoc-types + # - latex-formulae-hakyll # bounds: ghc, base + # - agda-snippets # bounds: ghc, base + # - agda-snippets-hakyll # bounds: ghc, base "Dan Burton @DanBurton": - hspec-jenkins @@ -559,11 +559,11 @@ packages: - messagepack-rpc # "Boris Lykah @lykahb": - # GHC 8 - groundhog - # GHC 8 - groundhog-th - # GHC 8 - groundhog-sqlite - # GHC 8 - groundhog-postgresql - # GHC 8 - groundhog-mysql + # - 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 "Janne Hellsten @nurpax": - sqlite-simple @@ -576,14 +576,14 @@ packages: - hPDB-examples - homplexity - wordpass - # - json-autotype # BLOCKED aeson 1.0 + # - json-autotype # bounds: aeson 1.0, lens - posix-realtime "Dom De Re @domdere": - cassava-conduit "Dominic Steinitz @idontgetoutmuch": - # - yarr # https://github.com/leventov/yarr/issues/10 + # - yarr # compilation error against fixed-vector https://github.com/leventov/yarr/issues/10 - random-fu "Ben Gamari @bgamari": @@ -646,8 +646,8 @@ packages: - opensource "Joey Hess @joeyh": - # via esqueleto - git-annex - # via github - github-backup + # - git-annex # bounds: bloomfilter, [...] # via: aws, esqueleto, [...] # + # - github-backup # bounds: github - Win32-extras - concurrent-output - mountpoints @@ -661,34 +661,33 @@ packages: - repa - repa-io - repa-algorithms - # GHC 8 - kanji + # - kanji # bounds: ghc 8, base "Ketil Malde @ketil-malde": - biocore - biofasta - biofastq - # 0.3.7.1 Compilation failure due to -Werror - biosff + # - biosff # 0.3.7.1 Compilation failure due to -Werror - blastxml - bioace - biopsl - # VERSION MISSING Compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 - samtools + # samtools # Compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 - seqloc - bioalign - BlastHTTP - # The following have out-of-date dependencies currently - # biostockholm memexml RNAwolf - # , "Biobase BiobaseDotP BiobaseFR3D BiobaseInfernal BiobaseMAF" - # , "BiobaseTrainingData BiobaseTurner BiobaseXNA BiobaseVienna" - # , "BiobaseTypes BiobaseFasta" - # MC-Fold-DP + # Outdated dependencies: + # biostockholm memexml RNAwolf Biobase BiobaseDotP + # BiobaseFR3D BiobaseInfernal BiobaseMAF BiobaseTrainingData + # BiobaseTurner BiobaseXNA BiobaseVienna" + # BiobaseTypes BiobaseFasta MC-Fold-DP "Florian Eggenhofer @eggzilla": - ClustalParser - # GHC 8 - EntrezHTTP + - EntrezHTTP - Genbank - # GHC 8 - RNAlien - # via EntrezHTTP - Taxonomy - # via ENtrezHTTP - TaxonomyTools + - RNAlien + - Taxonomy + - TaxonomyTools - ViennaRNAParser "Silk ": @@ -722,7 +721,7 @@ packages: - hledger-ui - hledger-web - hledger-api - # via Diff - shelltestrunner + # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -730,16 +729,16 @@ packages: - io-manager "Dimitri Sabadie @phaazon": - # - al FIXME temporary, figure out why it's not working with stackage-build + # - al # FIXME temporary, figure out why it's not working with stackage-build - event - hid - # GHC 8 - luminance - # GHC 8 - luminance-samples + - luminance + # - luminance-samples # bounds: base - monad-journal - # GHC 8 - msi-kb-backlit + # - msi-kb-backlit # bounds: ghc, base - smoothie - # bounds - tellbot - # GHC 8 - wavefront + # - tellbot # bounds: bifunctors, http-conduit, tagsoup + - wavefront - zero "Thomas Schilling @nominolo": @@ -747,12 +746,12 @@ packages: "Boris Buliga @d12frosted": - io-choice - # UNKNOWN VERSION Compilation failure https://github.com/d12frosted/CanonicalPath/issues/5 - system-canonicalpath + # - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5 "Daniel Gröber @DanielG": [] - # - ghc-mod # BLOCKED pipes 4.2 & optparse-applicative 0.13.0.0 when #1784 gets lifted - # - cabal-helper # BLOCKED extra 1.5 + # - ghc-mod # bounds: cabal-helper, extra, haskell-src-exts, optparse-applicative, pipes + # - cabal-helper # bounds: extra 1.5 "Yann Esposito yogsototh @yogsototh": - human-readable-duration @@ -773,14 +772,14 @@ packages: "Toralf Wittner @twittner": - bytestring-conversion - # GHC8/3.1.0 compilation failure - cql - # via cql - cql-io + - cql + - cql-io - redis-resp - redis-io - # - swagger # BLOCKED aeson 1.0 + - swagger - tinylog - wai-predicates - # GHC 8 - wai-routing + - wai-routing - zeromq4-haskell "trupill@gmail.com": @@ -806,10 +805,10 @@ packages: - bytestring-trie - data-accessor - data-accessor-mtl - # GHC 8 - file-location + # - file-location # bounds: transformers - fuzzcheck - haddock-api - # haskell-src-exts 1.18 - here + - here - hlibgit2 - gitlib-libgit2 - hostname-validate @@ -823,7 +822,7 @@ packages: - Chart-cairo - ghc-events - monad-extras - # - stack < 9.9.9 # BLOCKED http-conduit 2.2 + # - stack < 9.9.9 # bounds: ghc, template-haskell - optparse-simple - hpack @@ -852,19 +851,19 @@ packages: - Spock-core - Spock-api - Spock-api-server - # via digestive-functors - Spock-digestive + # - Spock-digestive # via: digestive-functors - Spock-worker - graph-core - hvect - reroute - users - # via esqueleto - users-persistent + # - users-persistent # via: esqueleto - users-postgresql-simple - users-test - validate-input - ignore - elm-bridge - # via digestive-functors - digestive-bootstrap + # digestive-bootstrap # via: digestive-functors, digestive-functors-blaze - blaze-bootstrap - dataurl - psql-helpers @@ -874,10 +873,10 @@ packages: "Joey Eremondi @JoeyEremondi": - aeson-pretty - digest - # via elm-compiler - elm-build-lib - # bounds - elm-compiler + # - elm-build-lib # via: elm-compiler + # - elm-compiler # bounds: aeson, binary, transformers, [...] - elm-core-sources - # bounds - elm-package + # - elm-package # bounds: HTTP, binary # via: elm-compiler, [...] - language-glsl - prettyclass - QuasiText @@ -930,13 +929,12 @@ packages: - indentation-parsec "Alois Cochard @aloiscochard": - [] - # GHC 8 & bounds - codex - # GHC 8 - machines-binary - # GHC 8 - machines-process - # GHC 8 - sarsi + # - codex # bounds: http-client, wreq + - machines-binary + - machines-process + # - sarsi # bound: cryptonite # on behalf of Bryan O'Sullivan @bos: - # - wreq # BLOCKED http-client 0.5 + # - wreq # bounds: authenticate-oauth, http-client "Andraz Bajt @edofic": - effect-handlers @@ -951,7 +949,7 @@ packages: - cabal-rpm - cabal-sort - hslua - # - idris # BLOCKED safe + # - idris # bounds: safe - cairo - gio @@ -964,19 +962,19 @@ packages: - webkitgtk3-javascriptcore - ghcjs-codemirror - # via gi-gtk https://github.com/fpco/stackage/issues/1569 - ghcjs-dom - # via gi-gtk https://github.com/fpco/stackage/issues/1569 - jsaddle - # GHC 8 & bounds - leksah-server - # GHC 8 - ltk + # - ghcjs-dom # via: ghcjs-dom-jsaddle # https://github.com/fpco/stackage/issues/1569 + # - jsaddle # via: ret-tf # https://github.com/fpco/stackage/issues/1569 + # - leksah-server # bounds: ghc, base + # - ltk # bounds: ghc, base - vado - # GHC 8 - vcsgui + # - vcsgui # via: gi-gtk-hs - vcswrapper "Renzo Carbonara @k0001": - network-simple - # - pipes-aeson # BLOCKED pipes 4.2 + - pipes-aeson - pipes-attoparsec - # GHC 8 - pipes-binary + # - pipes-binary # bounds: binary, pipes, transformers - pipes-network "Tomas Carnecky @wereHamster": @@ -992,7 +990,7 @@ packages: - google-cloud - kraken - libinfluxdb - # - mole # BLOCKED optparse-applicative < 0.13 + # - mole # bounds: hspec, optparse-applicative - publicsuffix - rethinkdb-client-driver @@ -1014,9 +1012,8 @@ packages: "Leon Mergen @solatis": - base32string - base58string - # BLOCKED wreq: - # - bitcoin-api - # - bitcoin-api-extra + # - bitcoin-api # via: wreq + # - bitcoin-api-extra # via: bitcoin-api, wreq - bitcoin-block - bitcoin-script - bitcoin-tx @@ -1033,7 +1030,7 @@ packages: - gitson - pcre-heavy - http-link-header - # - microformats2-parser # BLOCKED aeson-qq + - microformats2-parser - hspec-expectations-pretty-diff "Francesco Mazzoli @bitonic": @@ -1081,13 +1078,13 @@ packages: - arithmoi - friendly-time - hashable - # - haxl + - haxl - monad-time - packdeps - recursion-schemes - unordered-containers - # fft + - fft - carray - ix-shapable - fft @@ -1095,13 +1092,13 @@ packages: # Regex packages by Chris Kuklewicz - regex-base - regex-compat - # 0.91 Compilation failure due to -Werror - regex-dfa - # 0.90 Compilation failure due to -Werror - regex-parsec + # - regex-dfa # 0.91 Compilation failure due to -Werror + # - regex-parsec # 0.90 Compilation failure due to -Werror - regex-pcre - regex-posix - regex-tdfa - # GHC 8 - regex-tdfa-utf8 - # 0.91 Compilation failure due to -Werror - regex-tre + # regex-tdfa-utf8 # bounds: ghc, base + # - regex-tre # 0.91 Compilation failure due to -Werror # Universe - universe @@ -1346,12 +1343,11 @@ packages: - plot - plot-gtk - plot-gtk3 - - vector-buffer - # 0.1.2.1 Compilation failure against hmatrix https://github.com/amcphail/hmatrix-repa/issues/2 - hmatrix-repa + - hmatrix-repa "Noam Lewis @sinelaw": - # via hxt-tagsoup - xml-to-json + # - xml-to-json # via: hexpat - xml-to-json-fast - digits - unification-fd @@ -1363,13 +1359,13 @@ packages: - markdown-unlit "Mateusz Kowalczyk @Fuuzetsu": - # 0.4.1.1 compilation failure against GHC 8 - aeson-schema + # - aeson-schema # bounds: QuickCheck, aeson # compilation failure for 0.4.1.1 - H - inline-r # "David Fox @ddssff": - # GHC bug https://github.com/ddssff/debian-haskell/issues/6 - debian - # via memoize - cabal-debian + # - debian # GHC bug: https://github.com/ddssff/debian-haskell/issues/6 + # - cabal-debian # via: debian "Stefan Saasen @juretta": - jwt @@ -1384,7 +1380,7 @@ packages: - autoexporter - bento - bmp # Maintained by @benl23x5. - # GHC 8 - ekg-statsd # Maintained by @tibbe. + # - ekg-statsd # Maintained by @tibbe. - flow - github-release - gloss # Maintained by @benl23x5. @@ -1424,8 +1420,8 @@ packages: - streaming-wai # "Smirnov Alexey @chemist": - # GHC 8 - snmp - # GHC 8 - agentx + # - snmp # bounds: ghc, base + # - agentx # bounds: ghc, base "David Raymond Christiansen @david-christiansen": - annotated-wl-pprint @@ -1455,28 +1451,28 @@ packages: - clash-vhdl - clash-verilog - clash-systemverilog - # GHC 8 - clash-ghc + # - clash-ghc # bounds: ghc "Athan Clark @athanclark": - commutative - # via digestive functors - digestive-functors-lucid - #- ltext # https://github.com/ltext/ltext/issues/22 + # - digestive-functors-lucid # via: digestive functors + # - ltext # compilation failure: https://github.com/ltext/ltext/issues/22 - markup - # via poly-arity - nested-routes + # - nested-routes # via: HList - path-extra - # via HList - poly-arity (sent e-mail to HList maintainer) + # - poly-arity # via HList (sent e-mail to HList maintainer) - urlpath - wai-transformers - # - wai-middleware-content-type # BLOCKED aeson 1.0 via pandoc - # - wai-middleware-verbs # BLOCKED aeson 1.0 via pandoc + - wai-middleware-content-type + - wai-middleware-verbs - webpage - composition-extra - rose-trees - sets - timemap - - tries + - triesn - path-extra - # via poly-arity - pred-trie + # - pred-trie # via poly-arity - pred-set - HSet @@ -1525,18 +1521,18 @@ packages: - serf - uri-templater - librato - # bounds - datadog - # bounds - engine-io-growler - # bounds - flowdock - # GHC 8 - growler + # - datadog # bounds: aeson + # - engine-io-growler # bounds: websockets # via [...] + # - flowdock # bounds: aeson, http-client, [...] + # - growler # bounds: pipes, pipes-aeson, transformers "Michael Xavier @MichaelXavier": # - angel # https://github.com/MichaelXavier/Angel/issues/52 - uri-bytestring - # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - phash + # - phash # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - cron - # GHC 8 - tasty-tap - # via tasty-tap - tasty-fail-fast + # - tasty-tap # bounds: ghc, base + # - tasty-fail-fast # via: tasty-tap - drifter - drifter-postgresql @@ -1546,33 +1542,32 @@ packages: "Sam Rijs @srijs": - ndjson-conduit - # GHC 8 - attoparsec-trans + # - attoparsec-trans # bounds: transformers - operational-class - result - # "Anupam Jain @ajnsit": - # GHC 8 - wai-routes + "Anupam Jain @ajnsit": + - wai-routes "Daniel Patterson @dbp": - # via digestive-functors - hspec-snap + # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors - hworker - # - hworker-ses BLOCKED amazonka-core + - hworker-ses - fn - # via heist - fn-extra + # - fn-extra # via: digestive-functors "Chris Wong @lfairy": - nationstates "Mathieu Boespflug @mboes": - # via ihaskell & via ihaskell-blaze - ihaskell-inline-r + # - ihaskell-inline-r # via: ihaskell, ihaskell-blaze - cassette - distributed-closure - H - inline-r - jni - jvm - # BLOCKED GHC 8.0.2 - # - sparkle + - sparkle - th-lift "Christopher Reichert @creichert": @@ -1583,26 +1578,26 @@ packages: - yesod-auth-basic # "Alcides Viamontes @alcidesv": - # GHC 8 - second-transfer + # - second-transfer # bounds: GHC 8 # "Hirotomo Moriwaki @philopon": - # GHC 8 & bounds - apiary - # GHC 8 & bounds - apiary-logger - # GHC 8 & bounds - apiary-persistent - # GHC 8 & bounds - apiary-websockets - # GHC 8 & bounds - apiary-cookie - # GHC 8 & bounds - apiary-session - # GHC 8 & bounds - apiary-clientsession - # GHC 8 & bounds - apiary-authenticate - # GHC 8 & bounds - apiary-eventsource - # GHC 8 & bounds - apiary-mongoDB - # GHC 8 & bounds - apiary-memcached - # GHC 8 - types-compat - # GHC 8 - web-routing - # GHC 8 - bytestring-read - # GHC 8 & bounds - memcached-binary - # GHC 8 - barrier - # GHC 8 - haddocset + # - apiary # GHC 8 & bounds + # - apiary-logger # GHC 8 & bounds + # - apiary-persistent # GHC 8 & bounds + # - apiary-websockets # GHC 8 & bounds + # - apiary-cookie # GHC 8 & bounds + # - apiary-session # GHC 8 & bounds + # - apiary-clientsession # GHC 8 & bounds + # - apiary-authenticate # GHC 8 & bounds + # - apiary-eventsource # GHC 8 & bounds + # - apiary-mongoDB # GHC 8 & bounds + # - apiary-memcached # GHC 8 & bounds + # - types-compat # GHC 8 + # - web-routing # GHC 8 + # - bytestring-read # GHC 8 + # - memcached-binary # GHC 8 & bounds + # - barrier # GHC 8 + # - haddocset # GHC 8 "Kai Zhang @kaizhang": - clustering @@ -1663,7 +1658,7 @@ packages: "Will Thompson @wjt": [] - # - bustle https://github.com/vasylp/hgettext/issues/10 + # - bustle # https://github.com/vasylp/hgettext/issues/10 "Jakub Fijałkowski @jakubfijalkowski": - hlibsass @@ -1689,21 +1684,19 @@ packages: "Sergey Alirzaev @l29ah": - monad-peel - NineP - # GHC 8 - Network-NineP + # - Network-NineP # GHC 8 "Oliver Charles @ocharles": - # GHC 8 - engine-io + # - engine-io # GHC 8 - diff3 - # GHC 8 & bounds - digestive-functors-aeson - # GHC 8 - exhaustive - # GHC 8 - libsystemd-journal - # GHC 8 - network-carbon - # GHC 8 - socket-io + # - digestive-functors-aeson # GHC 8 & bounds + # - exhaustive # GHC 8 + # - libsystemd-journal # GHC 8 + # - network-carbon # GHC 8 + # - socket-io # GHC 8 - tasty-rerun - logging-effect - # "Scott Murphy @smurphy8": - "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled # unfortunately the cabal package name and the github repo don't have the exact same name @@ -1739,38 +1732,38 @@ packages: "Matthew Pickering @mpickering": - refact - # bounds - servant-pandoc + # - servant-pandoc # bounds - ghc-exactprint # - apply-refact # BLOCKED optparse-applicative < 0.13 # "Andrew Gibiansky @gibiansky": - # GHC 8 - ihaskell - # via ihaskell - ihaskell-aeson - # via ihaskell - ihaskell-basic - # via ihaskell - ihaskell-blaze - # via ihaskell - ihaskell-charts - # via ihaskell - ihaskell-diagrams - # via ihaskell - ihaskell-hatex - # via ihaskell - ihaskell-juicypixels - # via ihaskell - ihaskell-magic - # via ihaskell - ihaskell-rlangqq - # via ihaskell - ihaskell-static-canvas - # GHC 8 - ghc-parser - # GHC 8 - ipython-kernel + # - ihaskell # GHC 8 + # - ihaskell-aeson # via: ihaskell + # - ihaskell-basic # via: ihaskell + # - ihaskell-blaze # via: ihaskell + # - ihaskell-charts # via: ihaskell + # - ihaskell-diagrams # via: ihaskell + # - ihaskell-hatex # via: ihaskell + # - ihaskell-juicypixels # via: ihaskell + # - ihaskell-magic # via: ihaskell + # - ihaskell-rlangqq # via: ihaskell + # - ihaskell-static-canvas # via: ihaskell + # - ghc-parser # GHC 8 + # - ipython-kernel # GHC 8 "Andrés Sicard-Ramírez @asr": - Agda "James Cook @mokus0": - dependent-sum - # - dependent-sum-template BLOCKED dependent-sum-0.4 + # - dependent-sum-template # BLOCKED dependent-sum-0.4 - dependent-map - dice - hstatsd - misfortune "Timo von Holtz @tvh": - # via haxl - haxl-amazonka + - haxl-amazonka - hasql-migration - servant-JuicyPixels @@ -1815,7 +1808,7 @@ packages: - storable-record "Brandon Martin @codedmart": - # GHC 8 & via engine-io - engine-io-wai + # - engine-io-wai # GHC 8 & via engine-io - rethinkdb "Michael Walker @barrucadu": @@ -1839,7 +1832,7 @@ packages: - from-sum - hailgun - hailgun-simple - # GHC 8 - ig + # - ig # GHC 8 - natural-transformation - opaleye-trans - pretty-simple @@ -1860,15 +1853,15 @@ packages: - pointedlist - word-trie - xdg-basedir - # - yi -- disabled because of https://github.com/commercialhaskell/stack/issues/2795 + # - yi # https://github.com/commercialhaskell/stack/issues/2795 - yi-core - # - yi-frontend-pango -- disabled because of https://github.com/commercialhaskell/stack/issues/2795 + # - yi-frontend-pango # https://github.com/commercialhaskell/stack/issues/2795 - yi-frontend-vty - yi-fuzzy-open - yi-ireader - yi-keymap-cua - yi-keymap-emacs - #- yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 + # - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 - yi-language - yi-misc-modes - yi-mode-haskell @@ -1883,9 +1876,9 @@ packages: - GPipe-GLFW # "Csaba Hruska @csabahruska": - # GHC 8 - lambdacube-ir - # GHC 8 & via wavefront - lambdacube-gl - # GHC 8 & bounds - lambdacube-compiler + # - lambdacube-ir # GHC 8 + # - lambdacube-gl # GHC 8 & via wavefront + # - lambdacube-compiler # GHC 8 & bounds "Spencer Janssen @spencerjanssen": - Xauth @@ -1940,7 +1933,7 @@ packages: "Mark Fine @markfine": - postgresql-schema - # test failures https://github.com/fpco/stackage/issues/873 - sbp + # - sbp # test failures https://github.com/fpco/stackage/issues/873 "Jinjing Wang @nfjinjing": - moesocks @@ -1965,8 +1958,8 @@ packages: - hruby - language-puppet - tar-conduit - # Doesn't allow http-types >= 0.9.1 - stm-firehose - # GHC 8 & doesn't allow aeson >= 0.11.2.0 & doesn't allow lens >= 4.14 - hslogstash + # - stm-firehose # Doesn't allow http-types >= 0.9.1 + # - hslogstash # GHC 8 & doesn't allow aeson >= 0.11.2.0 & doesn't allow lens >= 4.14 "Mark Karpov @mrkkrp": - megaparsec @@ -1986,11 +1979,11 @@ packages: - req-conduit # "Thomas Bereknyei ": - # GHC 8 - multiplate + # - multiplate # GHC 8 # "Sumit Sahrawat @sumitsahrawat": - # GHC 8 & via plot - plot-gtk-ui - # GHC 8 - calculator + # - plot-gtk-ui # GHC 8 & via plot + # - calculator # GHC 8 "Emmanuel Touzery @emmanueltouzery": - app-settings @@ -2014,13 +2007,13 @@ packages: "Facundo Domínguez @facundominguez": - distributed-process - # GHC 8 - distributed-process-async - # GHC 8 - distributed-process-client-server - # GHC 8 - distributed-process-execution - # GHC 8 - distributed-process-extras - # GHC 8 - distributed-process-registry - # GHC 8 - distributed-process-supervisor - # GHC 8 - distributed-process-task + # - distributed-process-async # GHC 8 + # - distributed-process-client-server # GHC 8 + # - distributed-process-execution # GHC 8 + # - distributed-process-extras # GHC 8 + # - distributed-process-registry # GHC 8 + # - distributed-process-supervisor # GHC 8 + # - distributed-process-task # GHC 8 - distributed-process-simplelocalnet - distributed-static - network-transport @@ -2030,8 +2023,8 @@ packages: - rank1dynamic # "Alexander Vershilov @qnikst": - # https://github.com/qnikst/imagemagick/issues/41 - imagemagick - # GHC 8 - network-transport-zeromq + # - imagemagick # https://github.com/qnikst/imagemagick/issues/41 + # - network-transport-zeromq # GHC 8 "Takahiro Himura @thimura": - lens-regex @@ -2040,17 +2033,17 @@ packages: # - twitter-types-lens # BLOCKED derive # "Robbin C. robbinch": - # via lzma-conduit - zim-parser + # - zim-parser # via lzma-conduit "David Wiltshire @dave77": # on behalf of Alexey Karakulov @w3rs - hashable-time # "Tim Baumann @timjb": - # GHC 8 & via engine-io - engine-io-yesod + # - engine-io-yesod # GHC 8 & via engine-io "Tim McGilchrist @tmcgilchrist": - # bounds - riak + # - riak # bounds - airship "Yuras Shumovich @Yuras": @@ -2061,7 +2054,7 @@ packages: - scanner "Stanislav Chernichkin @schernichkin": - # GHC 8 - partial-isomorphisms + # - partial-isomorphisms # GHC 8 - vinyl "Christoph Breitkopf @bokesan": @@ -2087,7 +2080,7 @@ packages: - ekg # "Emin Karayel @ekarayel": - # GHC 8 - sync-mht + # - sync-mht # GHC 8 "Michael Schröder @mcschroeder": - ctrie @@ -2110,18 +2103,18 @@ packages: # Missing test files https://github.com/fpco/stackage/issues/1001 - hashids # "Joe Hermaszewski @expipiplus1": - # GHC 8 & via memoize - exact-real + # - exact-real # GHC 8 & via memoize # "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - # bounds - Cartesian - # bounds - Michelangelo + # - Cartesian # bounds + # - Michelangelo # bounds "Henry J. Wylde @hjwylde": [] # - git-fmt # BLOCKED optparse-applicative 0.13 # - omnifmt # BLOCKED optparse-applicative 0.13 - # aeson & extra - werewolf - # aeson & extra & http-client & http-client-tls - werewolf-slack + # - werewolf # aeson & extra + # - werewolf-slack # aeson & extra & http-client & http-client-tls "Will Sewell @willsewell": - benchpress @@ -2194,14 +2187,14 @@ packages: - frontmatter - read-editor - hspec-setup - # bounds - hzulip + # - hzulip # bounds - list-prompt - # GHC 8 - memoization-utils + # - memoization-utils # GHC 8 # - package-description-remote # BLOCKED wreq - projectroot - questioner # - stack-run-auto # BLOCKED wreq - # aeson 1.0 - hpack-convert + # - hpack-convert # aeson 1.0 - language-dockerfile "Pascal Hartig @passy": @@ -2213,7 +2206,7 @@ packages: "Denis Redozubov @dredozubov": - tracy - # GHC 8 - hreader-lens + # - hreader-lens # GHC 8 "Yuji Yamamoto @igrep": - yes-precure5-command @@ -2232,11 +2225,11 @@ packages: - dawg-ord "Amit Levy @alevy": - # 0.4.1 compilation failure - postgresql-orm + - postgresql-orm # 0.4.1 compilation failure - simple - simple-templates - simple-session - # via postgresql-orm - simple-postgresql-orm + - simple-postgresql-orm "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. @@ -2261,7 +2254,7 @@ packages: "Justus Adam @JustusAdam": [] - #- mustache # BLOCKED wreq + # - mustache # BLOCKED wreq "Cindy Wang @CindyLinz": - NoTrace @@ -2289,7 +2282,7 @@ packages: - turtle-options # "Ruey-Lin Hsu @petercommand": - # GHC 8 - MASMGen + # - MASMGen # GHC 8 "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv @@ -2308,7 +2301,7 @@ packages: - Chart-diagrams # "Aaron Levin @aaronmblevin": - # GHC 8 & lots of other packages - haskell-kubernetes + # - haskell-kubernetes # GHC 8 & lots of other packages "Aaron Levin @aaronmblevin": - free-vl @@ -2356,7 +2349,7 @@ packages: - unix-bytestring # "Carlo Hamalainen @carlohamalainen": - # GHC 8 - ghc-imported-from + # - ghc-imported-from # GHC 8 "Fraser Tweedale @frasertweedale": - jose @@ -2378,8 +2371,7 @@ packages: - hw-bits - hw-conduit - hw-diagnostics - # https://github.com/haskell-works/hw-json/issues/4 - # - hw-json + # - hw-json # compilation failure: https://github.com/haskell-works/hw-json/issues/4 - hw-parser - hw-prim - hw-rankselect @@ -2396,15 +2388,16 @@ packages: [] # - yesod-job-queue # https://github.com/nakaji-dayo/yesod-job-queue/issues/10 - # "Braden Walters @meoblast001": - # - hakyll-sass + "Braden Walters @meoblast001": + [] + # - hakyll-sass # bounds: aeson-pretty "Patrick Thomson @helium": - postgresql-transactional "Tom Murphy @amindfv": - # 0.2.0.5 compilation failure - vivid - # GHC 8 - midair + # - vivid # 0.2.0.5 compilation failure + # - midair # GHC 8 - nano-erl "Toshio Ito @debug-ito": @@ -2428,8 +2421,7 @@ packages: - stratosphere "Alexey Rodiontsev @klappvisor": - [] - # - telegram-api https://github.com/fpco/stackage/issues/1689 + - telegram-api "Iñaki García Etxebarria @garetxe": # Pinned to versions not using custom-setup, since stack does @@ -2496,8 +2488,7 @@ packages: "Greg Hurrell @wincent": [] - # https://github.com/wincent/docvim/issues/30 - # - docvim + # - docvim # compilation failure: https://github.com/wincent/docvim/issues/30 "Ashley Yakeley @AshleyYakeley": - countable @@ -2540,7 +2531,7 @@ packages: - camfort - codo-notation - fortran-src - # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - ixmonad + # - ixmonad # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - language-fortran "Philipp Schuster @phischu": @@ -2555,7 +2546,7 @@ packages: "Rune K. Svendsen @runeks": [] - # - bitcoin-payment-channel # BLOCKED aeson 1.0 + # - bitcoin-payment-channel # bounds: aeson 1.0 "Al Zohali @zohl": - servant-auth-cookie < 0.4.1 || > 0.4.1 @@ -2571,7 +2562,7 @@ packages: "Matthias Herrmann @2chilled": [] - # - scrape-changes # BLOCKED wreq + # - scrape-changes # via: wreq "Daniel Mendler @minad": - quickcheck-special @@ -3309,6 +3300,7 @@ tell-me-when-its-released: - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 - hakyll-4.9.2.0 # re-enable tests - Spock-core-0.11.0.0 # testsuite fail +- vivid-0.2.0.5 # compilation failure # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 8970490dbe2375eeb673355afd914586202a04c6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 20:39:04 +0100 Subject: [PATCH 3047/3141] Re-disable present --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b01be83..d375b852 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -291,7 +291,7 @@ packages: - lucid - osdkeys - pdfinfo - - present + # - present # compilation failure against haskell-src-exts - pure-io - scrobble - shell-conduit From 6fc14348cb64878d72d61c7a48cc6aca8dd5a3ac Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 20:47:04 +0100 Subject: [PATCH 3048/3141] Expect haskell-docs tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d375b852..9ce9b8c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3067,6 +3067,7 @@ expected-test-failures: # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 + - haskell-docs # GHC bug # Stackage upper bounds, re-enable these when their upper bound is removed - hindent # 4.6.4 From e7f708cd5252246943be7408a22e505dd5c1fdca Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:02:33 +0100 Subject: [PATCH 3049/3141] Re-disable scrobble --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ce9b8c5..94766bca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -293,7 +293,7 @@ packages: - pdfinfo # - present # compilation failure against haskell-src-exts - pure-io - - scrobble + # - scrobble # compilation errors against time 1.6 - shell-conduit - sourcemap - hindent From 05733ce32f17bc9b205f59a9c50759c017c87f90 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:03:30 +0100 Subject: [PATCH 3050/3141] Re-disable postgresql-orm --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 94766bca..1edb0d01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2225,7 +2225,7 @@ packages: - dawg-ord "Amit Levy @alevy": - - postgresql-orm # 0.4.1 compilation failure + # - postgresql-orm # 0.4.1 compilation failure - simple - simple-templates - simple-session From 93a9140b452abd6c6cc4427fc79fb34e0ad5e7a6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:05:13 +0100 Subject: [PATCH 3051/3141] Expect jose-jwt tests to fail #2162 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1edb0d01..d89b86e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3049,6 +3049,7 @@ expected-test-failures: - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - jose-jwt # 0.7.3 https://github.com/fpco/stackage/issues/2162 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From 22bbe3c621bd73ed86c829212802f8bfb48662f7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:07:25 +0100 Subject: [PATCH 3052/3141] Re-disable sparkle --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d89b86e1..eaa8b444 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1567,7 +1567,7 @@ packages: - inline-r - jni - jvm - - sparkle + # - sparkle # build failure, requires gradle - th-lift "Christopher Reichert @creichert": From 2470389c1a55fc3e26215a05f22c1f1b9aead38c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:08:33 +0100 Subject: [PATCH 3053/3141] Expect generic-random tests to time out --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eaa8b444..c72e5905 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2951,6 +2951,7 @@ expected-test-failures: # servers time limit so these shouldn't be removed from # expected-tests unless we know a fix has been released. - cabal-helper + - generic-random - graphviz - punycode - zip From fa59212869db8cc1d7b367ba05a2e56e73b4725b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:52:33 +0100 Subject: [PATCH 3054/3141] Go through the rest of disabled packages and re-enable some more --- build-constraints.yaml | 181 +++++++++++++++++++---------------------- 1 file changed, 84 insertions(+), 97 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c72e5905..feb3ec94 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -436,8 +436,7 @@ packages: "Patrick Brisbin @pbrisbin": - gravatar - "Paul Harper @benekastah": - [] + # "Paul Harper @benekastah": # - yesod-auth-oauth2 # bounds: aeson-1.0, http-client, load-env "Felipe Lessa @meteficha": @@ -748,8 +747,7 @@ packages: - io-choice # - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5 - "Daniel Gröber @DanielG": - [] + # "Daniel Gröber @DanielG": # - ghc-mod # bounds: cabal-helper, extra, haskell-src-exts, optparse-applicative, pipes # - cabal-helper # bounds: extra 1.5 @@ -1616,13 +1614,13 @@ packages: - conduit-parse - opml-conduit - rss-conduit - # - imm # BLOCKED derive + - imm - timerep - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - protocol-buffers - # - hprotoc # https://github.com/k-bx/protocol-buffers/issues/45 + # - hprotoc # build failure https://github.com/k-bx/protocol-buffers/issues/45 - protocol-buffers-descriptor - ekg-core - digits @@ -1640,7 +1638,7 @@ packages: "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx - # - pipes-illumina # BLOCKED pipes 4.2 via pipes-bgzf + # - pipes-illumina # via: pipes-bgzf - seqalign - thermonuc - xlsior @@ -1648,17 +1646,16 @@ packages: "John Lenz @wuzzeb": - yesod-auth-account - yesod-static-angular - # - hspec-webdriver # https://github.com/kallisti-dev/hs-webdriver/issues/98 - # - webdriver-angular # https://github.com/kallisti-dev/hs-webdriver/issues/98 + - hspec-webdriver + - webdriver-angular "Sven Heyll @sheyll": - b9 - type-spec - pretty-types - "Will Thompson @wjt": - [] - # - bustle # https://github.com/vasylp/hgettext/issues/10 + # "Will Thompson @wjt": + # - bustle # build failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 "Jakub Fijałkowski @jakubfijalkowski": - hlibsass @@ -1684,16 +1681,16 @@ packages: "Sergey Alirzaev @l29ah": - monad-peel - NineP - # - Network-NineP # GHC 8 + - Network-NineP "Oliver Charles @ocharles": - # - engine-io # GHC 8 + # - engine-io # bounds: aeson, websockets - diff3 - # - digestive-functors-aeson # GHC 8 & bounds - # - exhaustive # GHC 8 - # - libsystemd-journal # GHC 8 - # - network-carbon # GHC 8 - # - socket-io # GHC 8 + # - digestive-functors-aeson # bounds: aeson, lens # via: digestive-functors + - exhaustive + - libsystemd-journal + - network-carbon + # - socket-io # bounds: aeson, via: engine-io - tasty-rerun - logging-effect @@ -1732,9 +1729,9 @@ packages: "Matthew Pickering @mpickering": - refact - # - servant-pandoc # bounds + # - servant-pandoc # bounds: pandoc-types, servant-docs - ghc-exactprint - # - apply-refact # BLOCKED optparse-applicative < 0.13 + # - apply-refact # "Andrew Gibiansky @gibiansky": # - ihaskell # GHC 8 @@ -1756,7 +1753,7 @@ packages: "James Cook @mokus0": - dependent-sum - # - dependent-sum-template # BLOCKED dependent-sum-0.4 + # - dependent-sum-template # bounds: dependent-sum - dependent-map - dice - hstatsd @@ -1808,7 +1805,7 @@ packages: - storable-record "Brandon Martin @codedmart": - # - engine-io-wai # GHC 8 & via engine-io + # - engine-io-wai # bounds: ghc, base - rethinkdb "Michael Walker @barrucadu": @@ -1832,7 +1829,7 @@ packages: - from-sum - hailgun - hailgun-simple - # - ig # GHC 8 + # - ig # bounds: http-conduit, transformers - natural-transformation - opaleye-trans - pretty-simple @@ -1853,15 +1850,15 @@ packages: - pointedlist - word-trie - xdg-basedir - # - yi # https://github.com/commercialhaskell/stack/issues/2795 + # - yi # build failure https://github.com/commercialhaskell/stack/issues/2795 - yi-core - # - yi-frontend-pango # https://github.com/commercialhaskell/stack/issues/2795 + # - yi-frontend-pango # build failure https://github.com/commercialhaskell/stack/issues/2795 - yi-frontend-vty - yi-fuzzy-open - yi-ireader - yi-keymap-cua - yi-keymap-emacs - # - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 + - yi-keymap-vim - yi-language - yi-misc-modes - yi-mode-haskell @@ -1876,9 +1873,9 @@ packages: - GPipe-GLFW # "Csaba Hruska @csabahruska": - # - lambdacube-ir # GHC 8 - # - lambdacube-gl # GHC 8 & via wavefront - # - lambdacube-compiler # GHC 8 & bounds + # - lambdacube-ir # bounds: aeson + # - lambdacube-gl # bounds: aeson, time # via: lambdacube-ir + # - lambdacube-compiler # bounds: aeson, megaparsec # via: lambdacube-ir "Spencer Janssen @spencerjanssen": - Xauth @@ -1898,9 +1895,8 @@ packages: - http-common - http-streams - "Devan Stormont @stormont": - [] - # - forecast-io # BLOCKED aeson 1.0 + # "Devan Stormont @stormont": + # - forecast-io # bounds: aeson 1.0 "Sean Hunt @markfine": - postgresql-schema - # - sbp # test failures https://github.com/fpco/stackage/issues/873 + - sbp "Jinjing Wang @nfjinjing": - moesocks @@ -1945,7 +1941,7 @@ packages: - tree-fun - random-tree - clumpiness - # - find-clumpiness # BLOCKED optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 + # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - blosum "Simon Marechal @bartavelle": @@ -1958,8 +1954,8 @@ packages: - hruby - language-puppet - tar-conduit - # - stm-firehose # Doesn't allow http-types >= 0.9.1 - # - hslogstash # GHC 8 & doesn't allow aeson >= 0.11.2.0 & doesn't allow lens >= 4.14 + # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp + # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose "Mark Karpov @mrkkrp": - megaparsec @@ -1979,11 +1975,11 @@ packages: - req-conduit # "Thomas Bereknyei ": - # - multiplate # GHC 8 + # - multiplate # bounds: transformers - # "Sumit Sahrawat @sumitsahrawat": - # - plot-gtk-ui # GHC 8 & via plot - # - calculator # GHC 8 + "Sumit Sahrawat @sumitsahrawat": + - plot-gtk-ui + # - calculator # bounds: ghc, base "Emmanuel Touzery @emmanueltouzery": - app-settings @@ -1991,7 +1987,7 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - # - smsaero # https://github.com/GetShopTV/smsaero/issues/12 + # - smsaero # build failure against aeson https://github.com/GetShopTV/smsaero/issues/12 - swagger2 - servant-swagger @@ -2024,26 +2020,26 @@ packages: # "Alexander Vershilov @qnikst": # - imagemagick # https://github.com/qnikst/imagemagick/issues/41 - # - network-transport-zeromq # GHC 8 + # - network-transport-zeromq # bounds: ghc # via: distributed-process-tests "Takahiro Himura @thimura": - lens-regex - # - twitter-conduit # BLOCKED http-conduit 2.2 - # - twitter-types # BLOCKED derive - # - twitter-types-lens # BLOCKED derive + # - twitter-conduit # bounds: http-conduit 2.2 # via: twitter-types, twitter-types-lens + # - twitter-types # via: derive + # - twitter-types-lens # via: twitter-types # "Robbin C. robbinch": - # - zim-parser # via lzma-conduit + # - zim-parser # via: lzma "David Wiltshire @dave77": # on behalf of Alexey Karakulov @w3rs - hashable-time # "Tim Baumann @timjb": - # - engine-io-yesod # GHC 8 & via engine-io + # - engine-io-yesod # bounds: ghc, base - "Tim McGilchrist @tmcgilchrist": - # - riak # bounds + "Tim McGilchrist @tmcgilchrist": + - riak - airship "Yuras Shumovich @Yuras": @@ -2054,7 +2050,7 @@ packages: - scanner "Stanislav Chernichkin @schernichkin": - # - partial-isomorphisms # GHC 8 + - partial-isomorphisms - vinyl "Christoph Breitkopf @bokesan": @@ -2071,8 +2067,7 @@ packages: - nfc "Adam Curtis @kallisti-dev": - [] - # - webdriver # https://github.com/kallisti-dev/hs-webdriver/issues/98 + - webdriver "Luke Iannini @lukexi": - inline-c @@ -2080,7 +2075,7 @@ packages: - ekg # "Emin Karayel @ekarayel": - # - sync-mht # GHC 8 + # - sync-mht # bounds: ghc, base "Michael Schröder @mcschroeder": - ctrie @@ -2089,8 +2084,8 @@ packages: "Greg Weber @gregwebs": - base-noprelude - # "Andrew Lelechenko @Bodigrim": - # Missing test files https://github.com/fpco/stackage/pull/979 - exp-pairs + "Andrew Lelechenko @Bodigrim": + - exp-pairs "Stefan Kersten @kaoskorobase": - hsndfile @@ -2103,18 +2098,17 @@ packages: # Missing test files https://github.com/fpco/stackage/issues/1001 - hashids # "Joe Hermaszewski @expipiplus1": - # - exact-real # GHC 8 & via memoize + # - exact-real # bounds: ghc, base # "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - # - Cartesian # bounds - # - Michelangelo # bounds + # - Cartesian # bounds: lens + # - Michelangelo # bounds: lens # via: Wavefront - "Henry J. Wylde @hjwylde": - [] - # - git-fmt # BLOCKED optparse-applicative 0.13 - # - omnifmt # BLOCKED optparse-applicative 0.13 - # - werewolf # aeson & extra - # - werewolf-slack # aeson & extra & http-client & http-client-tls + # "Henry J. Wylde @hjwylde": + # - git-fmt # bounds: optparse-applicative 0.13 + # - omnifmt # bounds: optparse-applicative 0.13 + # - werewolf # bounds: aeson, extra, lens + # - werewolf-slack # bounds: aeson, extra, http-client, http-client-tls # via: werewolf "Will Sewell @willsewell": - benchpress @@ -2182,19 +2176,19 @@ packages: "Pedro Tacla Yamada @yamadapc": - ascii-progress - drawille - # - extract-dependencies # BLOCKED wreq + # - extract-dependencies # via: package-description-remote - file-modules - frontmatter - read-editor - hspec-setup - # - hzulip # bounds + # - hzulip # bounds: aeson, stm-conduit - list-prompt - # - memoization-utils # GHC 8 - # - package-description-remote # BLOCKED wreq + # - memoization-utils # bounds: time + # - package-description-remote # via: wreq - projectroot - questioner - # - stack-run-auto # BLOCKED wreq - # - hpack-convert # aeson 1.0 + # - stack-run-auto # via: extract-dependencies, wreq + # - hpack-convert # bounds: aeson 1.0 - language-dockerfile "Pascal Hartig @passy": @@ -2206,7 +2200,7 @@ packages: "Denis Redozubov @dredozubov": - tracy - # - hreader-lens # GHC 8 + # - hreader-lens # bounds: hreader "Yuji Yamamoto @igrep": - yes-precure5-command @@ -2252,9 +2246,8 @@ packages: "Suhail Shergill @suhailshergill": - extensible-effects - "Justus Adam @JustusAdam": - [] - # - mustache # BLOCKED wreq + # "Justus Adam @JustusAdam": + # - mustache # via: wreq "Cindy Wang @CindyLinz": - NoTrace @@ -2282,7 +2275,7 @@ packages: - turtle-options # "Ruey-Lin Hsu @petercommand": - # - MASMGen # GHC 8 + # - MASMGen # bounds: ghc, base "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv @@ -2301,7 +2294,7 @@ packages: - Chart-diagrams # "Aaron Levin @aaronmblevin": - # - haskell-kubernetes # GHC 8 & lots of other packages + # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client "Aaron Levin @aaronmblevin": - free-vl @@ -2349,13 +2342,12 @@ packages: - unix-bytestring # "Carlo Hamalainen @carlohamalainen": - # - ghc-imported-from # GHC 8 + # - ghc-imported-from # bounds: process-streaming # via: ghc-mod "Fraser Tweedale @frasertweedale": - jose - "Yutaka Nishimura @ynishi": - [] + # "Yutaka Nishimura @ynishi": # - atndapi # https://github.com/ynishi/atndapi/issues/1 "Yoshikuni Jujo @YoshikuniJujo": @@ -2371,25 +2363,22 @@ packages: - hw-bits - hw-conduit - hw-diagnostics - # - hw-json # compilation failure: https://github.com/haskell-works/hw-json/issues/4 + - hw-json - hw-parser - hw-prim - hw-rankselect - hw-succinct - "Ismail Mustafa @ismailmustafa": - [] - # - handwriting # BLOCKED wreq + # "Ismail Mustafa @ismailmustafa": + # - handwriting # via: wreq "Stephen Diehl @sdiehl": - protolude - "Daishi Nakajima @nakaji_dayo": - [] - # - yesod-job-queue # https://github.com/nakaji-dayo/yesod-job-queue/issues/10 + # "Daishi Nakajima @nakaji_dayo": + # - yesod-job-queue # build failure https://github.com/nakaji-dayo/yesod-job-queue/issues/10 - "Braden Walters @meoblast001": - [] + # "Braden Walters @meoblast001": # - hakyll-sass # bounds: aeson-pretty "Patrick Thomson @helium": @@ -2397,7 +2386,7 @@ packages: "Tom Murphy @amindfv": # - vivid # 0.2.0.5 compilation failure - # - midair # GHC 8 + # - midair # bounds: ghc, base - nano-erl "Toshio Ito @debug-ito": @@ -2486,8 +2475,7 @@ packages: - exp-pairs - fast-digits - "Greg Hurrell @wincent": - [] + # "Greg Hurrell @wincent": # - docvim # compilation failure: https://github.com/wincent/docvim/issues/30 "Ashley Yakeley @AshleyYakeley": @@ -2544,9 +2532,8 @@ packages: "Anton Gushcha @ncrashed": - aeson-injector - "Rune K. Svendsen @runeks": - [] - # - bitcoin-payment-channel # bounds: aeson 1.0 + # "Rune K. Svendsen @runeks": + # - bitcoin-payment-channel # bounds: QuickCheck, aeson 1.0 # via: haskoin-core "Al Zohali @zohl": - servant-auth-cookie < 0.4.1 || > 0.4.1 @@ -2560,8 +2547,7 @@ packages: "Thierry Bourrillon @tbourrillon": - hocilib - "Matthias Herrmann @2chilled": - [] + # "Matthias Herrmann @2chilled": # - scrape-changes # via: wreq "Daniel Mendler @minad": @@ -3038,6 +3024,7 @@ expected-test-failures: - xlsior # https://github.com/rcallahan/xlsior/issues/1 - hakyll # https://github.com/jaspervdj/hakyll/issues/491 - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test + - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 # Assertion failures, these can be real bugs or just limitations # in the test cases. From e069d9b75fc1fa726c4f1c3d78bcb115cbcc7e73 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:52:46 +0100 Subject: [PATCH 3055/3141] Expect lens tests to time out --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index feb3ec94..8a8a9341 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2938,6 +2938,7 @@ expected-test-failures: # expected-tests unless we know a fix has been released. - cabal-helper - generic-random + - lens - graphviz - punycode - zip From 7bac8ce7c9c0378743dda5e609e056022594b055 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:58:02 +0100 Subject: [PATCH 3056/3141] Re-disable TaxonomyTools --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a8a9341..fab83880 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -686,7 +686,7 @@ packages: - Genbank - RNAlien - Taxonomy - - TaxonomyTools + # - TaxonomyTools # build failure - ViennaRNAParser "Silk ": From e569e6af8d823faf141274f47dc6165d01569d45 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 22:15:16 +0100 Subject: [PATCH 3057/3141] Re-disable simple-postgresql-orm --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fab83880..86a9e677 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,6 +3,7 @@ ghc-major-version: "8.0" packages: "Li-yao Xia @Lysxia": - generic-random + - postgresql-orm < 0 "Tobias Dammers @tdammers": - ginger @@ -2223,7 +2224,7 @@ packages: - simple - simple-templates - simple-session - - simple-postgresql-orm + # - simple-postgresql-orm # via: postgresql-orm "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. From 32bace97caf24a77eaf03efc4609d52a9a34aa5d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 27 Dec 2016 00:08:16 +0100 Subject: [PATCH 3058/3141] Re-disable sbp --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86a9e677..d8aca27a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1930,7 +1930,7 @@ packages: "Mark Fine @markfine": - postgresql-schema - - sbp + # - sbp # build failure "Jinjing Wang @nfjinjing": - moesocks From 252da96f89bba90edf03b0fa55d1448e7228becc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 27 Dec 2016 00:40:52 +0100 Subject: [PATCH 3059/3141] Re-disable hworker-ses --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8aca27a..517fdad9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1551,7 +1551,7 @@ packages: "Daniel Patterson @dbp": # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors - hworker - - hworker-ses + - hworker-ses # 0.1.1.0 build failure - fn # - fn-extra # via: digestive-functors From b145c0ea54cc87732a2b834a0c5d7e8d42283473 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 26 Dec 2016 22:32:07 -0800 Subject: [PATCH 3060/3141] Re-disable hworker-ses per build failure --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 517fdad9..6dea0e0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1551,7 +1551,7 @@ packages: "Daniel Patterson @dbp": # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors - hworker - - hworker-ses # 0.1.1.0 build failure + # - hworker-ses # 0.1.1.0 build failure - fn # - fn-extra # via: digestive-functors From c2fef2123eeaad87d721e85be843f544f9a3d4d2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 26 Dec 2016 22:51:47 -0800 Subject: [PATCH 3061/3141] Expect classy-prelude-yesod haddocks to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6dea0e0d..97c96a7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3137,6 +3137,9 @@ expected-haddock-failures: # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 + # "Argument list too long" + - classy-prelude-yesod + # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From cefa03c9e464228de7e33d50c80ed5c9a3b8108d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 26 Dec 2016 22:52:16 -0800 Subject: [PATCH 3062/3141] Temporarily disable hledger-web per #2164 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97c96a7d..65dd6b09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -719,7 +719,7 @@ packages: - hledger - hledger-lib - hledger-ui - - hledger-web + # - hledger-web # https://github.com/fpco/stackage/issues/2164 - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench From f0dc48c7708dd04830d0ce419830ee8975e6c4ab Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 10:00:56 -0800 Subject: [PATCH 3063/3141] Constrain shakespeare per yesodweb/shakespeare#200 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85359762..a40a8d6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2718,6 +2718,9 @@ packages: # https://github.com/fpco/stackage/issues/2163 - cayley-client < 0.3.0 + # https://github.com/yesodweb/shakespeare/issues/200 + - shakespeare < 2.0.12 + # end of packages # Package flags are applied to individual packages, and override the values of From ad006cd0a86444f3260dcfab90d48e524156711e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 10:01:44 -0800 Subject: [PATCH 3064/3141] enable hledger-web --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a40a8d6b..1a86b510 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -723,7 +723,7 @@ packages: - hledger - hledger-lib - hledger-ui - # - hledger-web # https://github.com/fpco/stackage/issues/2164 + - hledger-web - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench From 4c2370227c907fd86981645a6bc3c6a9a65dadde Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 10:07:54 -0800 Subject: [PATCH 3065/3141] Expect text-generic-pretty haddocks to fail per #2160 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a86b510..c20987be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3140,6 +3140,7 @@ expected-haddock-failures: # "Compilation" errors - 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 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 00ac53a20d31f4848fe363031f2a9cf00781e768 Mon Sep 17 00:00:00 2001 From: joe9 Date: Mon, 26 Dec 2016 00:25:00 -0700 Subject: [PATCH 3066/3141] added logger-thread and text-generic-pretty packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65dd6b09..85359762 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Joe M @joe9": + - logger-thread + - text-generic-pretty + "Li-yao Xia @Lysxia": - generic-random - postgresql-orm < 0 From d1fb15f1d72b230b8b5049e36cd58e2b5c11f8e6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 10:00:56 -0800 Subject: [PATCH 3067/3141] Constrain shakespeare per yesodweb/shakespeare#200 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85359762..a40a8d6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2718,6 +2718,9 @@ packages: # https://github.com/fpco/stackage/issues/2163 - cayley-client < 0.3.0 + # https://github.com/yesodweb/shakespeare/issues/200 + - shakespeare < 2.0.12 + # end of packages # Package flags are applied to individual packages, and override the values of From cb366bfe288545a63131ba8773c6a0400c824ed7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 10:01:44 -0800 Subject: [PATCH 3068/3141] enable hledger-web --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a40a8d6b..1a86b510 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -723,7 +723,7 @@ packages: - hledger - hledger-lib - hledger-ui - # - hledger-web # https://github.com/fpco/stackage/issues/2164 + - hledger-web - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench From 9409a803b66c1e849770cbb01b41ae1f11431d4f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 10:07:54 -0800 Subject: [PATCH 3069/3141] Expect text-generic-pretty haddocks to fail per #2160 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a86b510..c20987be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3140,6 +3140,7 @@ expected-haddock-failures: # "Compilation" errors - 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 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 63154ac8da05ab5e9270b8b52b9e69e19480a394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Tue, 27 Dec 2016 13:46:15 +0100 Subject: [PATCH 3070/3141] Remove bounds on gi-* packages The latest versions in hackage should be buildable with both stack and cabal new-build. --- build-constraints.yaml | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c20987be..15429cae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2418,21 +2418,18 @@ packages: - telegram-api "Iñaki García Etxebarria @garetxe": - # Pinned to versions not using custom-setup, since stack does - # not understand that syntax yet: - # https://github.com/commercialhaskell/stack/issues/2094 - - gi-atk == 2.0.8 - - gi-cairo == 1.0.8 - - gi-gdk == 3.0.8 - - gi-gdkpixbuf == 2.0.8 - - gi-gio == 2.0.8 - - gi-glib == 2.0.8 - - gi-gobject == 2.0.8 - - gi-gtk == 3.0.8 - - gi-pango == 1.0.8 - - gi-soup == 2.4.8 - - gi-javascriptcore == 3.0.8 - - gi-webkit == 3.0.8 + - gi-atk + - gi-cairo + - gi-gdk + - gi-gdkpixbuf + - gi-gio + - gi-glib + - gi-gobject + - gi-gtk + - gi-pango + - gi-soup + - gi-javascriptcore == 3.0.* + - gi-webkit - haskell-gi - haskell-gi-base From 3ecf48026dbdeaacfd3c61b83e9346da0cc916e1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 13:54:37 -0800 Subject: [PATCH 3071/3141] Block a few packages to unconstrain pipes, see #2108 --- build-constraints.yaml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c20987be..34a6ba13 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -975,10 +975,10 @@ packages: "Renzo Carbonara @k0001": - network-simple - - pipes-aeson - - pipes-attoparsec + # - pipes-aeson # bounds: pipes 4.3 + # - pipes-attoparsec # bounds: pipes 4.3 # - pipes-binary # bounds: binary, pipes, transformers - - pipes-network + # - pipes-network # bounds: pipes 4.3 "Tomas Carnecky @wereHamster": - avers @@ -1642,7 +1642,7 @@ packages: - hedis "Rob O'Callahan ropoctl@gmail.com @rcallahan": - - pipes-fastx + # - pipes-fastx # via pipes-attoparsec # - pipes-illumina # via: pipes-bgzf - seqalign - thermonuc @@ -1940,14 +1940,14 @@ packages: - moesocks "Gregory W. Schwartz @GregorySchwartz": - - fasta - - diversity - - modify-fasta + # - fasta # via pipes-attoparsec + # - diversity # via fasta + # - modify-fasta # via fasta - tree-fun - random-tree - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - - blosum + # - blosum # via fasta "Simon Marechal @bartavelle": - compactmap @@ -2702,10 +2702,6 @@ packages: # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2108 - - pipes < 4.3.0 - - pipes-safe < 2.2.5 - # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 From 560a3068fc755e4b1914ba3685dd9701b02a594f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 27 Dec 2016 23:47:57 +0100 Subject: [PATCH 3072/3141] Add lentil. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index baceabc2..69d5bf66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -12,6 +12,7 @@ packages: "Luke Murphy @lwm": - tasty-discover + - lentil "Marco Zocca @ocramz": - sparse-linear-algebra From cc9129e0448eb9790e3ac5cc582fd01d26780561 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 17:14:05 -0800 Subject: [PATCH 3073/3141] Expect lentil tests to fail, see #2159 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8b3029b..f8ed26e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3036,6 +3036,7 @@ expected-test-failures: - clash-prelude # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 + - lentil # https://github.com/fpco/stackage/pull/2159 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 From 560a140728668345666150c52c873d77a3d70d9e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 28 Dec 2016 11:14:58 +0200 Subject: [PATCH 3074/3141] Revert "Constrain shakespeare per yesodweb/shakespeare#200" This reverts commit d1fb15f1d72b230b8b5049e36cd58e2b5c11f8e6. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8ed26e4..17e3c5cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2712,9 +2712,6 @@ packages: # https://github.com/fpco/stackage/issues/2163 - cayley-client < 0.3.0 - # https://github.com/yesodweb/shakespeare/issues/200 - - shakespeare < 2.0.12 - # end of packages # Package flags are applied to individual packages, and override the values of From 457a2bafc1b1920dc0e58d30c3caeeedbd3aff46 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Dec 2016 09:04:31 -0800 Subject: [PATCH 3075/3141] Add constraint "inflections < 0.3.0.0" per #2167 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17e3c5cf..a8869fd5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2712,6 +2712,9 @@ packages: # https://github.com/fpco/stackage/issues/2163 - cayley-client < 0.3.0 + # https://github.com/fpco/stackage/issues/2167 + - inflections < 0.3.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 3c33465b96e3f8aa2a7761984ebaadcecbe9d98d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Dec 2016 09:15:03 -0800 Subject: [PATCH 3076/3141] Unconstrain cayley-client, closes #2163 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8869fd5..902a9549 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2709,9 +2709,6 @@ packages: # https://github.com/fpco/stackage/issues/2136 - X11 < 1.7 - # https://github.com/fpco/stackage/issues/2163 - - cayley-client < 0.3.0 - # https://github.com/fpco/stackage/issues/2167 - inflections < 0.3.0.0 From 316ff133ab5012e8e1afde6792bb3d273fb461cd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Dec 2016 09:18:48 -0800 Subject: [PATCH 3077/3141] Expect jose-jwt tests to pass, closes #2162 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 902a9549..76e414a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3038,7 +3038,6 @@ expected-test-failures: - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - - jose-jwt # 0.7.3 https://github.com/fpco/stackage/issues/2162 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From 69b6db0e673750c5b0b2528667992fed9e0c5e86 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Dec 2016 23:11:38 -0800 Subject: [PATCH 3078/3141] Unconstrain inflections, closes #2167 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76e414a7..fd661b6d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2709,9 +2709,6 @@ packages: # https://github.com/fpco/stackage/issues/2136 - X11 < 1.7 - # https://github.com/fpco/stackage/issues/2167 - - inflections < 0.3.0.0 - # end of packages # Package flags are applied to individual packages, and override the values of From bac5c39c048500d4ac8e1c7d531b54480a57be32 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Dec 2016 23:29:43 -0800 Subject: [PATCH 3079/3141] Hide some packages that conflict with cryptonite --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd661b6d..a2d5c04d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3305,3 +3305,7 @@ hide: - monads-tf # mtl is preferred - protolude # `module Panic` conflicts with base - cryptohash # Superceeded by cryptonite +- crypto-random # Superceeded by cryptonite +- crypto-pubkey # Superceded by cryptonite +- crypto-numbers # Superceded by cryptonite +- crypto-api # `module Crypto.Random` conflicts with cryptonite From dbe5f8c427c39e6f44bfa161eee6c1d413bd9d90 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Dec 2016 23:38:29 -0800 Subject: [PATCH 3080/3141] Expect jose-jwt tests to fail per #2169 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2d5c04d..d7e1cf75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3040,6 +3040,7 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled + - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - safecopy # time 1.6 https://github.com/acid-state/safecopy/issues/45 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 From 448010b8e99c8275cea17d6509003be00bf9cbf2 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 29 Dec 2016 18:01:49 +0100 Subject: [PATCH 3081/3141] Fixed failing TC. http://hackage.haskell.org/package/lentil-1.0.6.1/changelog --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7e1cf75..5d9be461 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3030,7 +3030,6 @@ expected-test-failures: - clash-prelude # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - - lentil # https://github.com/fpco/stackage/pull/2159 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 From c24c213219ccf2876fa9897c1103f04c40de37f5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 2 Jan 2017 21:06:57 +0900 Subject: [PATCH 3082/3141] CURATORS.md: adding new curators --- CURATORS.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 0af3d9f3..d30420aa 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -279,15 +279,15 @@ Replace nightly with `lts7` to wipe the LTS 7 cache. ## Local curator setup -We don't run the full stackage build locally as that might take too +We do not run the full stackage build locally as that might take too much time. Some steps on the other hand are much faster to do yourself. -It's useful to be able to modify constraints locally before pushing to +It is useful to be able to modify constraints locally before pushing to the repository. To do this first install stackage-curator: `git clone git@github.com:fpco/stackage-curator.git && cd stackage-curator && stack install` or get the linux binary: https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 -(it's a good idea to upgrade stackage-curator at least at the start of your week as curator). +(it is a good idea to upgrade stackage-curator at least at the start of your week as curator). Then clone the stackage repo `git clone git@github.com:fpco/stackage.git`. Inside it run `stack update && stackage-curator check` to get new packages and do dependency resolution. @@ -295,5 +295,10 @@ This can be used to make sure all version bounds are in place (including for test suites and benchmarks), to check whether bounds can be lifted, and to get `tell-me-when-its-released` notifications. -Notably this doesn't build anything, so you won't see any compilation +Notably this does not build anything, so you wont see any compilation errors for builds/tests/benchmarks. + +## Adding new curators + +1. Add public ssh key to build server +2. Add to fpco/stackage project. From b971aeca7a127e4a688a83d63462bfa6deed96e3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 2 Jan 2017 21:16:56 +0900 Subject: [PATCH 3083/3141] CURATORS.md: mention authorized_keys --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index d30420aa..58f1691d 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -300,5 +300,5 @@ errors for builds/tests/benchmarks. ## Adding new curators -1. Add public ssh key to build server +1. Add public ssh key to `~/.ssh/authorized_keys` on build server 2. Add to fpco/stackage project. From 6f082b7683774cc7b251fefc2f71bc49bcff28f0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 2 Jan 2017 14:38:48 +0200 Subject: [PATCH 3084/3141] Use build.stackage.org --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 58f1691d..91306c21 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -207,7 +207,7 @@ You'll need to get your SSH public key added to the machine. ~/.ssh/config info: ``` Host stackage-build User curators - Hostname ec2-52-5-20-252.compute-1.amazonaws.com + Hostname build.stackage.org ``` ### Running the build script From ad6fd5495991fbd60fa59ba464b2f7af6d8786b7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 2 Jan 2017 11:46:48 +0000 Subject: [PATCH 3085/3141] Add `generic` language, which Travis now supports. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 47bbda04..6df6863c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false # Choose a lightweight base image; we provide our own build tools. -language: c +language: generic # GHC depends on GMP. You can add other dependencies here as well. addons: From a4463550ac194b36d5c48eba016adca29f8b124c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 2 Jan 2017 13:31:08 +0000 Subject: [PATCH 3086/3141] Remove `safecopy` from expected test failures. https://github.com/acid-state/safecopy/issues/45#issuecomment-258045406 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d9be461..b999c83c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3040,7 +3040,6 @@ expected-test-failures: - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - - safecopy # time 1.6 https://github.com/acid-state/safecopy/issues/45 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 From 81d3cbc81abfecc30ff616796deaaa43c29a0258 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 2 Jan 2017 23:01:23 +0900 Subject: [PATCH 3087/3141] build.sh: fix local stackage-curator --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 1dd7dadd..75ac1ea5 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -77,7 +77,7 @@ rm -f stackage-curator stackage-curator.bz2 wget https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 bunzip2 stackage-curator.bz2 chmod +x stackage-curator -stackage-curator --version +./stackage-curator --version ) ARGS_COMMON="--rm -v $WORKDIR:$HOME/work -w $HOME/work -v $BINDIR/stackage-curator:/usr/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR/stack:/usr/bin/stack:ro" From d56fd1903dfca57bc86800a723134b0c7649daa8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 2 Jan 2017 15:37:57 +0000 Subject: [PATCH 3088/3141] Upper bounds for #2177 and #2178. --- build-constraints.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b999c83c..0cfdb097 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2709,6 +2709,16 @@ packages: # https://github.com/fpco/stackage/issues/2136 - X11 < 1.7 + # https://github.com/fpco/stackage/issues/2177 + - aeson < 1.1.0.0 + + # https://github.com/fpco/stackage/issues/2178 + - hledger < 1.1 + - hledger-lib < 1.1 + - hledger-api < 1.1 + - hledger-ui < 1.1 + - hledger-web < 1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 3a4c0b873e5524eb473140c9d420cf17b45a5843 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 2 Jan 2017 18:53:27 +0000 Subject: [PATCH 3089/3141] Remove upper bounds (hledger-lib1.1). Close #2178. --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cfdb097..0c5c2e64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2712,13 +2712,6 @@ packages: # https://github.com/fpco/stackage/issues/2177 - aeson < 1.1.0.0 - # https://github.com/fpco/stackage/issues/2178 - - hledger < 1.1 - - hledger-lib < 1.1 - - hledger-api < 1.1 - - hledger-ui < 1.1 - - hledger-web < 1.1 - # end of packages # Package flags are applied to individual packages, and override the values of From 43a03bca1a7101a24b645da87a06314404b4dba0 Mon Sep 17 00:00:00 2001 From: orome Date: Fri, 30 Dec 2016 14:13:48 -0500 Subject: [PATCH 3090/3141] Add crypto-enigma --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c5c2e64..525eeaa5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2662,6 +2662,9 @@ packages: "Hans-Peter Deifel @hpdeifel": - hledger-iadd + + "Roy Levien @orome": + - crypto-enigma # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 2048823908b2c0aa70ae1169c0f5921026a65c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boldizs=C3=A1r=20N=C3=A9meth?= Date: Wed, 28 Dec 2016 23:31:28 +0100 Subject: [PATCH 3091/3141] Add instance-control, references and haskell-tools. --- build-constraints.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 525eeaa5..df72ce92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2662,10 +2662,23 @@ packages: "Hans-Peter Deifel @hpdeifel": - hledger-iadd - + "Roy Levien @orome": - crypto-enigma + "Boldizsár Németh @nboldi": + - instance-control + - references + - haskell-tools-ast + - haskell-tools-backend-ghc + - haskell-tools-rewrite + - haskell-tools-prettyprint + - haskell-tools-refactor + - haskell-tools-demo + - haskell-tools-cli + - haskell-tools-daemon + - haskell-tools-debug + # 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 07a8edb2d32b49520600ca4b4552b96e171d0955 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sun, 1 Jan 2017 20:37:27 +0200 Subject: [PATCH 3092/3141] Add integer-logarithms --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index df72ce92..2655d0d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1058,6 +1058,7 @@ packages: - generics-sop-lens - github - insert-ordered-containers + - integer-logarithms - JuicyPixels-scale-dct - lattices - monad-http From 48e85612169e94ce2e5d44270646ba0124f7061c Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Sun, 1 Jan 2017 11:02:57 +0100 Subject: [PATCH 3093/3141] Add choice package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2655d0d6..59b22f4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1567,6 +1567,7 @@ packages: "Mathieu Boespflug @mboes": # - ihaskell-inline-r # via: ihaskell, ihaskell-blaze - cassette + - choice - distributed-closure - H - inline-r From 647c4287692bbf6f4e38f4477a572cbe352174be Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Fri, 30 Dec 2016 11:12:09 -0600 Subject: [PATCH 3094/3141] Re-enable ekg-statsd --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59b22f4a..a015b333 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1385,7 +1385,7 @@ packages: - autoexporter - bento - bmp # Maintained by @benl23x5. - # - ekg-statsd # Maintained by @tibbe. + - ekg-statsd # Maintained by @tibbe. - flow - github-release - gloss # Maintained by @benl23x5. From 24aaa4b3f7f9b7ead10ef5938893d9f1b006f6ef Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Tue, 3 Jan 2017 16:03:55 +0000 Subject: [PATCH 3095/3141] Add `repline` and `picosat` packages. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a015b333..5d20165c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2382,6 +2382,8 @@ packages: "Stephen Diehl @sdiehl": - protolude + - repline + - picosat # "Daishi Nakajima @nakaji_dayo": # - yesod-job-queue # build failure https://github.com/nakaji-dayo/yesod-job-queue/issues/10 From 1c1177316abe01323a22fb91455d6c84aad62f4b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 3 Jan 2017 19:03:17 +0100 Subject: [PATCH 3096/3141] CURATORS: Mention how to avoid disabling packages where the maintainer hasn't been notified yet --- CURATORS.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 91306c21..7e8871a0 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -94,7 +94,19 @@ You can try this when you notice that a package has been updated. You can also periodically try to lift bounds (I think it's good to do this at the start of your week /@bergmark) -If stackage-curator is happy commit the change ("Remove upper bounds and close #X"). +If not all packages have been updated check if any of them are missing +from the original issue and if so add a new comment mentioning them. A +new package may appear if its dependencies were part of this issue but +have been updated since the last time we checked. We want to give +these new packages ample time to be upgraded. + +If stackage-curator is happy commit the change ("Remove upper bounds +and close #X"). After doing this the next nightly build may fail +because some packages didn't have an upper bound in place, but +compilation failed. In this case revert the previous commit so any +disabled packages are enabled again, re-open the issue, and add a new +comment with the failing packages. This is to give all maintainers +enough time to upgrade for this case as well. ### Amending upper bounds @@ -154,9 +166,12 @@ Comment out the offending packages from the "packages" section and add a comment saying why it was disabled: ``` - # - swagger # BLOCKED aeson 1.0 + # - swagger # bounds: aeson 1.0 ``` +If this causes reverse dependencies to be disabled we should notify +the maintainers of those packages. + ## Updating the content of the Docker image used for building From c73df147029eea7d64931389f0427a42b5cafb1f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 4 Jan 2017 15:46:13 +0900 Subject: [PATCH 3097/3141] MonadRandom < 0.5 (#2180) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d20165c..1c7e786e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2732,6 +2732,8 @@ packages: # https://github.com/fpco/stackage/issues/2177 - aeson < 1.1.0.0 + # https://github.com/fpco/stackage/issues/2180 + - MonadRandom < 0.5 # end of packages # Package flags are applied to individual packages, and override the values of From 87c918e96176b6f0521c287b847337620ad20185 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 4 Jan 2017 09:53:03 +0200 Subject: [PATCH 3098/3141] Clean up a bunch of hidden packages --- build-constraints.yaml | 43 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c7e786e..22f839f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3328,8 +3328,43 @@ hide: - async-dejafu # https://github.com/yesodweb/wai/issues/579 - monads-tf # mtl is preferred - protolude # `module Panic` conflicts with base -- cryptohash # Superceeded by cryptonite -- crypto-random # Superceeded by cryptonite -- crypto-pubkey # Superceded by cryptonite -- crypto-numbers # Superceded by cryptonite - crypto-api # `module Crypto.Random` conflicts with cryptonite +- fay-base # conflicts with many modules in base and others +- hashmap # conflicts with Data.HashSet in unordered-containers +- hxt-unicode # conflicts with Data.String.UTF8 in utf8-string +- hledger-web # conflicts with Foundation in foundation +- plot-gtk3 # conflicts with many modules in plot-gtk +- gtk3 # conflicts with many modules in gtk +- regex-pcre-builtin # conflicts with many modules in regex-pcre +- regex-compat-tdfa # conflicts with many modules in regex-compat +- log # conflicts with modules in its dependencies +- zip # conflicts with Codec.Archive.Zip in zip-archive +- monad-extras # conflicts with Control.Monad.Extra in extra +- control-monad-free # conflicts with Control.Monad.Free in free +- prompt # conflicts with Control.Monad.Prompt in MonadPrompt +- kawhi # conflicts with Control.Monad.Http in monad-http +- language-c # conflicts with modules in language-c-quote +- gl # conflicts with modules in OpenGLRaw +- svg-tree # conflicts with Graphics.Svg in svg-builder +- Glob # conflicts with System.FilePath.Glob in filemanip +- nanospec # conflicts with Test.Hspec in hspec +- HTF # conflicts with Test.Framework in test-framework +- courier # conflicts with Network.Transport in network-transport +- newtype-generics # conflicts with Control.Newtype in newtype + +# Cryptonite deprecations +- cipher-aes +- cipher-blowfish +- cipher-camellia +- cipher-des +- cipher-rc4 +- crypto-cipher-types +- crypto-numbers +- crypto-pubkey +- crypto-random +- cryptohash-conduit + +# cryptohash forks +- cryptohash-md5 +- cryptohash-sha1 +- cryptohash-sha256 From 6b1888fb94e51ec89c431d9fd522e6b139709532 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 4 Jan 2017 10:06:05 +0200 Subject: [PATCH 3099/3141] Hide objective --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22f839f2..f328adc8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3351,6 +3351,7 @@ hide: - HTF # conflicts with Test.Framework in test-framework - courier # conflicts with Network.Transport in network-transport - newtype-generics # conflicts with Control.Newtype in newtype +- objective # conflicts with Control.Object in natural-transformation # Cryptonite deprecations - cipher-aes From b2c0e377dbae9ac71faf1c4549766dbe0960e227 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 4 Jan 2017 10:07:41 +0200 Subject: [PATCH 3100/3141] Document how to force a single package rebuild --- CURATORS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 7e8871a0..32756503 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -292,6 +292,15 @@ You can wipe the nightly cache and rebuild everything by doing `rm -rf /var/stackage/stackage/automated/nightly`. Replace nightly with `lts7` to wipe the LTS 7 cache. +### Force a single package rebuild + +You can force a single package to rebuild by deleting its "previous result" +file, e.g.: + +``` +$ rm /var/stackage/stackage/automated/nightly/work/builds/nightly/prevres/Build/cryptohash-0.11.9 +``` + ## Local curator setup We do not run the full stackage build locally as that might take too From ea6b6b40bab28cc82047b2de7263145700fd18f7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 4 Jan 2017 14:33:33 +0000 Subject: [PATCH 3101/3141] Upper bounds for #2183. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f328adc8..e7b3defd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2734,6 +2734,10 @@ packages: # https://github.com/fpco/stackage/issues/2180 - MonadRandom < 0.5 + + # https://github.com/fpco/stackage/issues/2183 + - glabrous < 0.2.2 + # end of packages # Package flags are applied to individual packages, and override the values of From f6b58a99d9bcb164445446f0977efb0f6d86db30 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 4 Jan 2017 15:24:13 +0000 Subject: [PATCH 3102/3141] Make the local curator guide a bit clearer. --- CURATORS.md | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 32756503..6579ee8b 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -304,23 +304,34 @@ $ rm /var/stackage/stackage/automated/nightly/work/builds/nightly/prevres/Build/ ## Local curator setup We do not run the full stackage build locally as that might take too -much time. Some steps on the other hand are much faster to do -yourself. +much time. However, some steps on the other hand are much faster to do +yourself, e.g. verifying constraints without building anything. -It is useful to be able to modify constraints locally before pushing to -the repository. To do this first install stackage-curator: -`git clone git@github.com:fpco/stackage-curator.git && cd stackage-curator && stack install` -or get the linux binary: https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 -(it is a good idea to upgrade stackage-curator at least at the start of your week as curator). -Then clone the stackage repo `git clone git@github.com:fpco/stackage.git`. -Inside it run `stack update && stackage-curator check` to get new packages and do dependency resolution. +To get started, install `stackage-curator` via Git, or [the Linux binary]: -This can be used to make sure all version bounds are in place -(including for test suites and benchmarks), to check whether bounds -can be lifted, and to get `tell-me-when-its-released` notifications. +``` +$ git clone git@github.com:fpco/stackage-curator.git +$ cd stackage-curator && stack install +``` -Notably this does not build anything, so you wont see any compilation -errors for builds/tests/benchmarks. +It is a good idea to upgrade `stackage-curator` at the start of your week. +Then, clone the stackage repo, get the latest packages and run dependency +resolution: + +``` +$ git clone git@github.com:fpco/stackage.git +$ stack update && stackage-curator check +``` + +This can be used to make sure all version bounds are in place, including for +test suites and benchmarks, to check whether bounds can be lifted, and to get +[tell-me-when-its-released] notifications. + +`stackage-curator` does not build anything, so you wont see any compilation +errors for builds, tests and benchmarks. + +[the Linux binary]: https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 +[tell-me-when-its-released]: https://github.com/fpco/stackage/blob/master/CURATORS.md#waiting-for-new-releases ## Adding new curators From 29b3151b5f7f5db21e56d5afba91e9dfed1e1515 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 5 Jan 2017 21:17:33 +0900 Subject: [PATCH 3103/3141] picosat < 0.1.4 (sdiehl/haskell-picosat#6) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7b3defd..07dc5659 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2738,6 +2738,8 @@ packages: # https://github.com/fpco/stackage/issues/2183 - glabrous < 0.2.2 + # https://github.com/sdiehl/haskell-picosat/issues/6 + - picosat < 0.1.4 # end of packages # Package flags are applied to individual packages, and override the values of From 8bad09d678f495366bd2a064a3aa2e56cfa5a1af Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 5 Jan 2017 21:42:17 +0900 Subject: [PATCH 3104/3141] hashable < 1.2.5.0 (#2184) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07dc5659..c72a9dae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2740,6 +2740,10 @@ packages: # https://github.com/sdiehl/haskell-picosat/issues/6 - picosat < 0.1.4 + + # https://github.com/fpco/stackage/issues/2184 + # https://github.com/ekmett/hashable-extras/pull/3 + - hashable < 1.2.5.0 # end of packages # Package flags are applied to individual packages, and override the values of From 2b4e44046b26d031aad539a013a92705df2058fa Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 5 Jan 2017 21:53:20 +0900 Subject: [PATCH 3105/3141] haskell-tools-refactor missing testsuite files (haskell-tools/haskell-tools#223) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c72a9dae..52ca0837 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2677,7 +2677,7 @@ packages: - haskell-tools-backend-ghc - haskell-tools-rewrite - haskell-tools-prettyprint - - haskell-tools-refactor + #- haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/223 - haskell-tools-demo - haskell-tools-cli - haskell-tools-daemon From decec04c75b94aef6d160979f620668e30ae4602 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 5 Jan 2017 23:58:34 +0900 Subject: [PATCH 3106/3141] foldl < 1.2.2 (data61/foldl-statistics#1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52ca0837..6e36e9bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2744,6 +2744,9 @@ packages: # https://github.com/fpco/stackage/issues/2184 # https://github.com/ekmett/hashable-extras/pull/3 - hashable < 1.2.5.0 + + # https://github.com/data61/foldl-statistics/issues/1 + - foldl < 1.2.2 # end of packages # Package flags are applied to individual packages, and override the values of From d6d839c108a8abe3de98db052f3b8380abbc91a8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 5 Jan 2017 15:46:46 +0000 Subject: [PATCH 3107/3141] Remove upper bounds (glabrous0.2.2) for #2183. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e36e9bd..c69ea1e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2735,9 +2735,6 @@ packages: # https://github.com/fpco/stackage/issues/2180 - MonadRandom < 0.5 - # https://github.com/fpco/stackage/issues/2183 - - glabrous < 0.2.2 - # https://github.com/sdiehl/haskell-picosat/issues/6 - picosat < 0.1.4 From 377f7c8fb32032685c3eebbee6bc71040c65bb39 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 5 Jan 2017 15:50:13 +0000 Subject: [PATCH 3108/3141] Disable references (new, failing test suite). --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c69ea1e0..74cde9dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2672,7 +2672,7 @@ packages: "Boldizsár Németh @nboldi": - instance-control - - references + # - references https://github.com/fpco/stackage/pull/2168 - haskell-tools-ast - haskell-tools-backend-ghc - haskell-tools-rewrite From 4d3457fe75c82796c346c8f77acd4b8b6e1553af Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 5 Jan 2017 16:05:17 +0000 Subject: [PATCH 3109/3141] Disable haskell-tools-daemon (new, failing test suite). --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74cde9dd..1c02301a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2672,7 +2672,7 @@ packages: "Boldizsár Németh @nboldi": - instance-control - # - references https://github.com/fpco/stackage/pull/2168 + # - references # https://github.com/fpco/stackage/pull/2168 - haskell-tools-ast - haskell-tools-backend-ghc - haskell-tools-rewrite @@ -2680,7 +2680,7 @@ packages: #- haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/223 - haskell-tools-demo - haskell-tools-cli - - haskell-tools-daemon + # - haskell-tools-daemon # https://github.com/haskell-tools/haskell-tools/issues/224 - haskell-tools-debug # If you stop maintaining a package you can move it here. From e01d457b83e34634856c9746a44b4eab1414f8fa Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 5 Jan 2017 16:25:41 +0000 Subject: [PATCH 3110/3141] Disable picosat (new, failing test suite). --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c02301a..6042c4c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2383,7 +2383,7 @@ packages: "Stephen Diehl @sdiehl": - protolude - repline - - picosat + # - picosat # https://github.com/sdiehl/haskell-picosat/issues/6 # "Daishi Nakajima @nakaji_dayo": # - yesod-job-queue # build failure https://github.com/nakaji-dayo/yesod-job-queue/issues/10 @@ -2735,9 +2735,6 @@ packages: # https://github.com/fpco/stackage/issues/2180 - MonadRandom < 0.5 - # https://github.com/sdiehl/haskell-picosat/issues/6 - - picosat < 0.1.4 - # https://github.com/fpco/stackage/issues/2184 # https://github.com/ekmett/hashable-extras/pull/3 - hashable < 1.2.5.0 From e6193c29f1b3625c2b31c3aedea42786880a4c99 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 6 Jan 2017 17:10:34 +0900 Subject: [PATCH 3111/3141] cron.sh: log date and drop the tail echo could probably remove the first 'Running...' echo too --- automated/cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/cron.sh b/automated/cron.sh index 728fef40..2d804ad8 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -13,8 +13,8 @@ docker pull $IMAGE stack update +date echo "Running stackage-server-cron..." -echo "('tail -f $CRONDIR/stackage-server-cron.log' to watch)" docker run --rm \ -v $CRONDIR:/home/ubuntu \ -v $HOME/.stack/indices:/home/ubuntu/.stack/indices:ro \ From d3e21bc5683d23d3b9d33715f0db22e2eef5e8e0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 6 Jan 2017 17:13:28 +0900 Subject: [PATCH 3112/3141] Revert "foldl < 1.2.2 (data61/foldl-statistics#1)" This reverts commit decec04c75b94aef6d160979f620668e30ae4602. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6042c4c9..20f6df81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2738,9 +2738,6 @@ packages: # https://github.com/fpco/stackage/issues/2184 # https://github.com/ekmett/hashable-extras/pull/3 - hashable < 1.2.5.0 - - # https://github.com/data61/foldl-statistics/issues/1 - - foldl < 1.2.2 # end of packages # Package flags are applied to individual packages, and override the values of From 557846ebfe85003da7bb22971a8290faa0c44244 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 6 Jan 2017 13:54:36 +0200 Subject: [PATCH 3113/3141] Hide cryptohash (now that we have custom-setup support) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20f6df81..e8a57680 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3367,6 +3367,7 @@ hide: - crypto-numbers - crypto-pubkey - crypto-random +- cryptohash - cryptohash-conduit # cryptohash forks From 3b86d6dfdee29c9eb841183cebb9e5ac6fa1902e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 6 Jan 2017 19:58:34 +0000 Subject: [PATCH 3114/3141] Add expected haddock failure for hledger-web. Please see https://github.com/fpco/stackage/issues/2187. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20f6df81..91809fd7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3163,6 +3163,7 @@ expected-haddock-failures: # "Argument list too long" - classy-prelude-yesod + - hledger-web # end of expected-haddock-failures From 9f0b18f319f243ad720dccca9aac5d6e107c96c0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 6 Jan 2017 20:04:45 +0000 Subject: [PATCH 3115/3141] Disable haskell-tools-cli (new, failing test suite.) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91809fd7..833286d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2679,7 +2679,7 @@ packages: - haskell-tools-prettyprint #- haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/223 - haskell-tools-demo - - haskell-tools-cli + # - haskell-tools-cli # https://github.com/haskell-tools/haskell-tools/issues/225 # - haskell-tools-daemon # https://github.com/haskell-tools/haskell-tools/issues/224 - haskell-tools-debug From 2b83011fd29f28cb3ee171f4868e733559505032 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 6 Jan 2017 20:33:48 +0000 Subject: [PATCH 3116/3141] Add upper bounds on hjsonpointer (< 1.1). See #2190. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 833286d1..4bb2bb5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2738,6 +2738,10 @@ packages: # https://github.com/fpco/stackage/issues/2184 # https://github.com/ekmett/hashable-extras/pull/3 - hashable < 1.2.5.0 + + # https://github.com/fpco/stackage/issues/2190 + - hjsonpointer < 1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 175cf6b20275b93197ab737dbd1712c4d56860b1 Mon Sep 17 00:00:00 2001 From: David Fisher Date: Thu, 5 Jan 2017 23:32:52 -0800 Subject: [PATCH 3117/3141] Add socket-activation --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bb2bb5a..7018c41b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2683,6 +2683,9 @@ packages: # - haskell-tools-daemon # https://github.com/haskell-tools/haskell-tools/issues/224 - haskell-tools-debug + "David Fisher @ddfisher": + - socket-activation + # 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 7cbde053092295316a93667da077b38255328820 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Wed, 4 Jan 2017 13:41:45 +0300 Subject: [PATCH 3118/3141] =?UTF-8?q?Add=20=E2=80=98cue-sheet=E2=80=99,=20?= =?UTF-8?q?=E2=80=98wave=E2=80=99,=20=E2=80=98flac=E2=80=99,=20and=20?= =?UTF-8?q?=E2=80=98flac-picture=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Got more stuff. --- build-constraints.yaml | 4 ++++ debian-bootstrap.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7018c41b..9347ffba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1981,6 +1981,10 @@ packages: - tagged-identity - req - req-conduit + - cue-sheet + - wave + - flac + - flac-picture # "Thomas Bereknyei ": # - multiplate # bounds: transformers diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 32e6df55..abcdeddf 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -56,6 +56,7 @@ apt-get install -y \ libedit-dev \ libedit2 \ libfftw3-dev \ + libflac-dev \ libfreenect-dev \ libgd2-xpm-dev \ libgeoip-dev \ From 661ee86b72ec25c2e419ddaf8ec1999e4c6247a5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 7 Jan 2017 10:15:20 +0900 Subject: [PATCH 3119/3141] Revert "Add upper bounds on hjsonpointer (< 1.1). See #2190." This reverts commit 2b83011fd29f28cb3ee171f4868e733559505032. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0750cc36..92b7ad35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2745,10 +2745,6 @@ packages: # https://github.com/fpco/stackage/issues/2184 # https://github.com/ekmett/hashable-extras/pull/3 - hashable < 1.2.5.0 - - # https://github.com/fpco/stackage/issues/2190 - - hjsonpointer < 1.1 - # end of packages # Package flags are applied to individual packages, and override the values of From 3542f241a4450460c553e29b3190f1178a7b4456 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 7 Jan 2017 10:20:41 +0900 Subject: [PATCH 3120/3141] Revert "Disable references (new, failing test suite)." (#2168, #2189) This reverts commit 377f7c8fb32032685c3eebbee6bc71040c65bb39. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92b7ad35..d5aa6db0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2676,7 +2676,7 @@ packages: "Boldizsár Németh @nboldi": - instance-control - # - references # https://github.com/fpco/stackage/pull/2168 + - references - haskell-tools-ast - haskell-tools-backend-ghc - haskell-tools-rewrite From 8f9bf386f58ce147728b39155268c5189b02b8c6 Mon Sep 17 00:00:00 2001 From: AndrewRademacher Date: Sat, 7 Jan 2017 00:00:30 -0600 Subject: [PATCH 3121/3141] Added parsec-numeric to build-constraints. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5aa6db0..71f6e0a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2137,6 +2137,7 @@ packages: "Andrew Rademacher @AndrewRademacher": - aeson-casing - graylog + - parsec-numeric "Callum Rogers @CRogers": - should-not-typecheck From dc1d97736d4223a456c710f5a875ebe2be285c98 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Sat, 7 Jan 2017 16:51:03 +0100 Subject: [PATCH 3122/3141] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71f6e0a8..8c7eedb1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -873,6 +873,7 @@ packages: - psql-helpers - superbuffer - timespan + - distance "Joey Eremondi @JoeyEremondi": - aeson-pretty From 26a13ffa8a9ff282d0ebbafd4f9da00ac425098a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 8 Jan 2017 20:11:38 +0900 Subject: [PATCH 3123/3141] re-enable reset of haskell-tools-* closes haskell-tools/haskell-tools#223 closes haskell-tools/haskell-tools#224 closes haskell-tools/haskell-tools#225 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c7eedb1..1f733a41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2683,10 +2683,10 @@ packages: - haskell-tools-backend-ghc - haskell-tools-rewrite - haskell-tools-prettyprint - #- haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/223 + - haskell-tools-refactor - haskell-tools-demo - # - haskell-tools-cli # https://github.com/haskell-tools/haskell-tools/issues/225 - # - haskell-tools-daemon # https://github.com/haskell-tools/haskell-tools/issues/224 + - haskell-tools-cli + - haskell-tools-daemon - haskell-tools-debug "David Fisher @ddfisher": From 1f6b705d873372a3ab3cdb0d3ad32d204b83c4c5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 8 Jan 2017 20:34:22 +0900 Subject: [PATCH 3124/3141] vector < 0.12.0.0 (#2194) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f733a41..ec935054 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2747,6 +2747,9 @@ packages: # https://github.com/fpco/stackage/issues/2184 # https://github.com/ekmett/hashable-extras/pull/3 - hashable < 1.2.5.0 + + # https://github.com/fpco/stackage/issues/2194 + - vector < 0.12.0.0 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3321,7 +3324,6 @@ build-tool-overrides: # If bindings-GLFW-3.1.2.1 is the current latest version write # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: -- vector-0.11.0.0 # skipped test-suite, constrained primitive https://github.com/haskell/vector/issues/142 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 From c611d3ccf78230c124c7a4ecb12ee90cb89b34a0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 8 Jan 2017 20:42:34 +0900 Subject: [PATCH 3125/3141] Unique-0.4.6 testsuite base<4.9 (#2195) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec935054..7495ea5f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2750,6 +2750,9 @@ packages: # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 + + # https://github.com/fpco/stackage/issues/2195 + - Unique < 0.4.6 # end of packages # Package flags are applied to individual packages, and override the values of From 986daf58cfee3b076d2de0f4e66e17389fb55503 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 8 Jan 2017 20:46:52 +0900 Subject: [PATCH 3126/3141] req < 0.2.0 (#2196) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7495ea5f..0dd8a6f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2753,6 +2753,9 @@ packages: # https://github.com/fpco/stackage/issues/2195 - Unique < 0.4.6 + + # https://github.com/fpco/stackage/issues/2196 + - req < 0.2.0 # end of packages # Package flags are applied to individual packages, and override the values of From 951cd4ca6136f6020abe835eae604f1eb7f411e5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 14:08:06 +0900 Subject: [PATCH 3127/3141] reenable hakyll tests (jaspervdj/hakyll#491) --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0dd8a6f0..79430a4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3066,7 +3066,6 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - - hakyll # https://github.com/jaspervdj/hakyll/issues/491 - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 @@ -3335,7 +3334,6 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 -- hakyll-4.9.2.0 # re-enable tests - Spock-core-0.11.0.0 # testsuite fail - vivid-0.2.0.5 # compilation failure From 104324b28e8d743dd058c66f03095cc1dee52719 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 14:13:03 +0900 Subject: [PATCH 3128/3141] Revert "req < 0.2.0 (#2196)" This reverts commit 986daf58cfee3b076d2de0f4e66e17389fb55503. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79430a4c..4cc51a8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2753,9 +2753,6 @@ packages: # https://github.com/fpco/stackage/issues/2195 - Unique < 0.4.6 - - # https://github.com/fpco/stackage/issues/2196 - - req < 0.2.0 # end of packages # Package flags are applied to individual packages, and override the values of From 0122e605ab8af99f97e984c0cd819d6a4f9d5083 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 14:20:03 +0900 Subject: [PATCH 3129/3141] brick < 0.16 (#2197) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cc51a8c..d0f5f67e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2753,6 +2753,9 @@ packages: # https://github.com/fpco/stackage/issues/2195 - Unique < 0.4.6 + + # https://github.com/fpco/stackage/issues/2197 + - brick < 0.16 # end of packages # Package flags are applied to individual packages, and override the values of From d8d0e1a8cf8b48d05c6a1e8dfe5f2dfa4c0b2336 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 14:22:32 +0900 Subject: [PATCH 3130/3141] vector-instances < 3.4 (#2198) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0f5f67e..8af7d2dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2756,6 +2756,9 @@ packages: # https://github.com/fpco/stackage/issues/2197 - brick < 0.16 + + # https://github.com/fpco/stackage/issues/2198 + - vector-instances < 3.4 # end of packages # Package flags are applied to individual packages, and override the values of From 049e63c729c24e32ed032bfd3b1929781c85c5c7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 14:23:39 +0900 Subject: [PATCH 3131/3141] Revert "Revert "req < 0.2.0 (#2196)"" This reverts commit 104324b28e8d743dd058c66f03095cc1dee52719. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8af7d2dd..25e9fcd3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2754,6 +2754,9 @@ packages: # https://github.com/fpco/stackage/issues/2195 - Unique < 0.4.6 + # https://github.com/fpco/stackage/issues/2196 + - req < 0.2.0 + # https://github.com/fpco/stackage/issues/2197 - brick < 0.16 From f27b4e5d079dd01836c89b5652a1e0ecde6b43a4 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 9 Jan 2017 11:40:14 +0200 Subject: [PATCH 3132/3141] Add folds --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25e9fcd3..adf8531b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1082,6 +1082,7 @@ packages: # Not a maintainer - arithmoi + - folds - friendly-time - hashable - haxl From 4fd2b8ac586b1f9b46cfcfc6ce8bd46b863d25e9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 22:10:17 +0900 Subject: [PATCH 3133/3141] haskell-tools-cli tests failing (haskell-tools/haskell-tools#230) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index adf8531b..f1a65ffc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2686,7 +2686,7 @@ packages: - haskell-tools-prettyprint - haskell-tools-refactor - haskell-tools-demo - - haskell-tools-cli + #- haskell-tools-cli - haskell-tools-daemon - haskell-tools-debug From 6d8b0261fe85c1366dee2ef9a66018a63c300ff0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 22:40:43 +0900 Subject: [PATCH 3134/3141] haskell-tools-refactor tests failing (haskell-tools/haskell-tools#231) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1a65ffc..f31ec255 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2684,7 +2684,7 @@ packages: - haskell-tools-backend-ghc - haskell-tools-rewrite - haskell-tools-prettyprint - - haskell-tools-refactor + #- haskell-tools-refactor - haskell-tools-demo #- haskell-tools-cli - haskell-tools-daemon From 7b6be49766014aa061dfb240716f1be42f1c72ba Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 22:55:18 +0900 Subject: [PATCH 3135/3141] folds tests failing (ekmett/folds#12) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f31ec255..94592947 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1082,7 +1082,7 @@ packages: # Not a maintainer - arithmoi - - folds + #- folds - friendly-time - hashable - haxl From 7a6dcfd7301776c910e22bd6d8b5c4c1312dd2a3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 9 Jan 2017 14:13:06 +0000 Subject: [PATCH 3136/3141] Expect test failure for haskell-tools-refactor. Please see haskell-tools/haskell-tools#231. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 94592947..2e200c96 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2981,6 +2981,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 + - haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/231 # Timeouts # These tests sometimes take too long and hit the stackage build From 44c4d7cb085b4fecc7be002e26a3229c83341c70 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 10 Jan 2017 10:46:18 +0900 Subject: [PATCH 3137/3141] reenable folds allow tests to fail (ekmett/folds#12)" This reverts commit 7b6be49766014aa061dfb240716f1be42f1c72ba. --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e200c96..3fa6a499 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1082,7 +1082,7 @@ packages: # Not a maintainer - arithmoi - #- folds + - folds - friendly-time - hashable - haxl @@ -3133,6 +3133,8 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 + + - folds # https://github.com/ekmett/folds/issues/12 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From b0f498f8ebd38312500f10c6b21fa1428641377e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 10 Jan 2017 10:59:22 +0900 Subject: [PATCH 3138/3141] Revert "Unique-0.4.6 testsuite base<4.9 (#2195)" should be fixed in 0.4.6.1 This reverts commit c611d3ccf78230c124c7a4ecb12ee90cb89b34a0. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fa6a499..455f310e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2752,9 +2752,6 @@ packages: # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2195 - - Unique < 0.4.6 - # https://github.com/fpco/stackage/issues/2196 - req < 0.2.0 From 3ac918d300ecc7891eed253ba0da83c1ae5e1935 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 10 Jan 2017 11:01:31 +0900 Subject: [PATCH 3139/3141] foldl-statistics test fail sometimes (data61/foldl-statistics#2) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 455f310e..74c3b1a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2979,6 +2979,7 @@ expected-test-failures: - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/231 + - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 # Timeouts # These tests sometimes take too long and hit the stackage build From 361d1277f36ac3db6c4ef644f4b1ff8827fd6dc6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 10 Jan 2017 12:01:19 +0000 Subject: [PATCH 3140/3141] Remove upper bounds for req. Please see fpco/stackage/issues/2196#issuecomment-271468491. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74c3b1a0..4e504943 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2752,9 +2752,6 @@ packages: # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2196 - - req < 0.2.0 - # https://github.com/fpco/stackage/issues/2197 - brick < 0.16 From 4b198603195ebc9ef2bed6d6194f16ec1cc3cd22 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 9 Jan 2017 14:54:41 +0200 Subject: [PATCH 3141/3141] Resolve #2198: vector-instances-3.4. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e504943..620b5620 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2755,8 +2755,6 @@ packages: # https://github.com/fpco/stackage/issues/2197 - brick < 0.16 - # https://github.com/fpco/stackage/issues/2198 - - vector-instances < 3.4 # end of packages # Package flags are applied to individual packages, and override the values of