From 7578cb11f3f93e19e888a80f3b65af26cfff9878 Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Mon, 3 Sep 2018 23:32:45 +0200 Subject: [PATCH 01/31] cayley-client and IPv6DB fixed --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6be26f14..84ac4f73 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1915,11 +1915,11 @@ packages: "Michel Boucey @MichelBoucey": - IPv6Addr - ip6addr - - cayley-client < 0 # via exceptions-0.10.0 + - cayley-client - Spintax - glabrous - google-oauth2-jwt - - IPv6DB < 0 # GHC 8.4 via hspec-2.5.0 + - IPv6DB "koral koral@mailoo.org @k0ral": - atom-conduit From e7596329af51d00f68a62700056970f01578e2c0 Mon Sep 17 00:00:00 2001 From: Ryota Kameoka Date: Thu, 4 Oct 2018 03:38:24 +0900 Subject: [PATCH 02/31] add duration --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97dcb92c..ff78a4fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3625,6 +3625,9 @@ packages: "Eric Torreborre @etorreborre": - registry + "Ryota Kameoka @ryota-ka": + - duration + # 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 c5f04733e996375e6bf4ac4e7d84d29fed4dab9b Mon Sep 17 00:00:00 2001 From: Yair Chuchem Date: Thu, 4 Oct 2018 15:28:32 +0300 Subject: [PATCH 03/31] Add "ListTree" to stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97dcb92c..1ff79783 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -290,6 +290,7 @@ packages: "Yair Chuchem @yairchu": - List + - ListTree "Luke Murphy @lwm": - tasty-discover From bc21531fe63189ec4a8ac18367a34fc4c468c14b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 4 Oct 2018 15:11:37 +0200 Subject: [PATCH 04/31] Disable cusolver #4029 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97dcb92c..c16eda06 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -809,7 +809,7 @@ packages: - cufft - cublas - cusparse - - cusolver + - cusolver < 0 - nvvm - wide-word From 147c9e8871aa38b5e2b71fb147d871c43515d285 Mon Sep 17 00:00:00 2001 From: Will Sewell Date: Thu, 4 Oct 2018 16:08:22 +0100 Subject: [PATCH 05/31] re-add cryptonite --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aca44822..38ea278b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3903,7 +3903,6 @@ packages: - cryptocompare < 0 - cryptohash < 0 - cryptohash-cryptoapi < 0 - - cryptonite < 0 - cryptonite-conduit < 0 - cryptonite-openssl < 0 - csg < 0 From e35bed78a0ae2470942918325c2e61ba4a00ad39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8D=9A=20=28Yang=20Bo=29?= Date: Fri, 5 Oct 2018 14:25:11 +0800 Subject: [PATCH 06/31] add control-dsl --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aca44822..cb2b97d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,6 +8,9 @@ cabal-format-version: "2.2" # Constraints for brand new builds packages: + "Yang Bo @Atry": + - control-dsl + "Laurent P. René de Cotret @LaurentRDC": - pandoc-pyplot From ce35624a921b480d718000f87c5c266aa0fb943b Mon Sep 17 00:00:00 2001 From: Takenobu Tani Date: Sat, 6 Oct 2018 15:42:24 +0900 Subject: [PATCH 07/31] add ghci-hexcalc --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aca44822..1e089197 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3628,6 +3628,9 @@ packages: "Ryota Kameoka @ryota-ka": - duration + "Takenobu Tani @takenobu-hs": + - ghci-hexcalc + # 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 07c9eb1d7a87055cc5e8b6fbe9eca0462026e37e Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Sat, 6 Oct 2018 15:23:54 +0200 Subject: [PATCH 08/31] IPv6Addr package removed from build failure with GHC 8.6 list --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aca44822..47b920ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3697,7 +3697,6 @@ packages: - HandsomeSoup < 0 - HaskellNet < 0 - HaskellNet-SSL < 0 - - IPv6Addr < 0 - IPv6DB < 0 - JuicyPixels-extra < 0 - JuicyPixels-scale-dct < 0 From 22c38248d1b6daaca67acec107e9c8a73417e01a Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Sun, 7 Oct 2018 17:45:21 +0200 Subject: [PATCH 09/31] unblock gloss* --- build-constraints.yaml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6701e236..f1c5b9a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -787,7 +787,7 @@ packages: # My own packages: - ChannelT - "Trevor L. McDonell @tmcdonell": + "Trevor L. McDonell @tmcdonell": - accelerate < 0 # GHC 8.4 via base-4.11.0.0 - accelerate-bignum < 0 # GHC 8.4 via base-4.11.0.0 - accelerate-blas < 0 # GHC 8.4 via base-4.11.0.0 @@ -801,11 +801,12 @@ packages: - repa-algorithms - repa-io - gloss - - gloss-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - - gloss-algorithms < 0 # GHC 8.4 via base-4.11.0.0 - - gloss-raster - - gloss-raster-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - gloss-rendering + - gloss-algorithms + - gloss-raster + - gloss-examples + - gloss-accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-raster-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - lens-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - mwc-random-accelerate < 0 # GHC 8.4 via accelerate @@ -813,9 +814,9 @@ packages: - cufft - cublas - cusparse - - cusolver < 0 + - cusolver < 0 #4029 - nvvm - - wide-word + - wide-word # @erikd "Dan Burton @DanBurton": - ANum @@ -3988,9 +3989,6 @@ packages: - glazier-react < 0 - glazier-react-widget < 0 - glib < 0 - - gloss < 0 - - gloss-raster < 0 - - gloss-rendering < 0 - goggles < 0 - google-oauth2-jwt < 0 - graph-wrapper < 0 From d1b3527c96b633262483d0ffe9958926ba85a3ed Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 8 Oct 2018 01:33:33 +0200 Subject: [PATCH 10/31] Hide temporary-rc --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1c5b9a8..69595be0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5555,6 +5555,7 @@ hide: - hs-functors # conflicts with profunctors, see https://github.com/fpco/stackage/issues/3609 - constraint # conflicts with constraints - summoner # conflicts with Prelude in base +- temporary-rc # conflicts with temporary # Cryptonite deprecations - cipher-aes From 54eccadf7e3e987de051b7e9bb99b15da0977315 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 8 Oct 2018 01:35:39 +0200 Subject: [PATCH 11/31] Skip genvalidity-time tests NofairKing/validity#51 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69595be0..155bd8fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4813,6 +4813,7 @@ skipped-tests: # Compilation failures - snappy # https://github.com/bos/snappy/issues/1 - thyme # https://github.com/commercialhaskell/stackage/issues/4003 + - genvalidity-time # https://github.com/NorfairKing/validity/issues/51 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From 3dcbffdde7715a7589636d6de8218bc83e5cbd05 Mon Sep 17 00:00:00 2001 From: Will Sewell Date: Mon, 8 Oct 2018 11:01:56 +0100 Subject: [PATCH 12/31] re-add pusher-http-haskell --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 155bd8fe..bb97650e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4232,7 +4232,6 @@ packages: - protocol-radius-test < 0 - protolude < 0 - publicsuffix < 0 - - pusher-http-haskell < 0 - qm-interpolated-string < 0 - qnap-decrypt < 0 - rakuten < 0 From 84c37047dc35774614d5ae869a9588b3fa416c35 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 8 Oct 2018 13:26:23 -0400 Subject: [PATCH 13/31] Add constraint to nqe to prevent a build failure --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bb97650e..776a4550 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3616,7 +3616,7 @@ packages: - json-rpc - rfc1751 - murmur3 - - nqe + - nqe < 0.6.0 # https://github.com/xenog/nqe/issues/1 - secp256k1-haskell - rocksdb-haskell - rocksdb-query From 1b3bef49c1f4611568d7eb4f5405904a02d8f794 Mon Sep 17 00:00:00 2001 From: Alexandr Ruchkin Date: Tue, 9 Oct 2018 13:34:54 +0300 Subject: [PATCH 14/31] simple-log-0.9.8 builds with ghc-8.6.1 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 776a4550..ea7a7d9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4311,7 +4311,6 @@ packages: - shake < 0 - shake-language-c < 0 - shikensu < 0 - - simple-log < 0 - simplest-sqlite < 0 - slack-web < 0 - slave-thread < 0 From 453b622b575c4eb2ceb6cc019da377945fe81cc5 Mon Sep 17 00:00:00 2001 From: ygale Date: Tue, 9 Oct 2018 16:08:05 +0300 Subject: [PATCH 15/31] Added Oleg Grenrus' boolean-normal-forms Emailed Oleg that I added it under my name; will remove if he requests me to do so or if he adds it under his own name. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 776a4550..229adbdd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1767,6 +1767,7 @@ packages: - annotated-wl-pprint "Yitz Gale @ygale": + - boolean-normal-forms - strict-concurrency - timezone-series - timezone-olson From d8227e79e136e0b76ccddbbf2fe7d0973972f21a Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 9 Oct 2018 12:26:41 -0400 Subject: [PATCH 16/31] Re-enable haskell-names under mvoidex's section --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea7a7d9c..f3881c1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2888,9 +2888,6 @@ packages: - codo-notation - language-fortran < 0 # build failure with GHC 8.4 - "Philipp Schuster @phischu": - - haskell-names < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - "Shao Cheng @TerrorJack": - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - direct-rocksdb < 0 # GHC 8.4 via Cabal-2.2.0.0 From 08aa8766c4643a3204a853f9476d33a266ef9a85 Mon Sep 17 00:00:00 2001 From: Vincent Berthoux Date: Tue, 9 Oct 2018 21:18:49 +0200 Subject: [PATCH 17/31] Restore svg-tree/rasterific-svg/asciidiagram --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3881c1d..fd6e339a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3822,7 +3822,6 @@ packages: - apply-refact < 0 - approximate < 0 - arrow-list < 0 - - asciidiagram < 0 - asif < 0 - asn1-encoding < 0 - asn1-parse < 0 @@ -4234,7 +4233,6 @@ packages: - rakuten < 0 - random-bytestring < 0 - rank2classes < 0 - - rasterific-svg < 0 - ratel < 0 - ratel-wai < 0 - rattletrap < 0 @@ -4334,7 +4332,6 @@ packages: - strive < 0 - summoner < 0 - svg-builder < 0 - - svg-tree < 0 - swagger2 < 0 - swish < 0 - tasty-dejafu < 0 From 8a85ae8b0f020177d070f3b7c95258d0472a863c Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 9 Oct 2018 20:01:02 -0400 Subject: [PATCH 18/31] Remove upper bound for nqe --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3881c1d..17fda76a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3613,7 +3613,7 @@ packages: - json-rpc - rfc1751 - murmur3 - - nqe < 0.6.0 # https://github.com/xenog/nqe/issues/1 + - nqe - secp256k1-haskell - rocksdb-haskell - rocksdb-query From 8bd01e93b54a1592bb93833fcfaf0b06c98a4f8a Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 9 Oct 2018 20:12:20 -0400 Subject: [PATCH 19/31] Update upper bounds for hspec-megaparsec, and others, #3955 --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52fbe670..0574806b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4499,10 +4499,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3955 - megaparsec < 7.0.0 - - hspec-megaparsec < 2.0.0 - - modern-uri < 0.3.0.0 - - cue-sheet < 2.0.0 - - stache < 2.0.0 + - hspec-megaparsec + - modern-uri + - cue-sheet + - stache - neat-interpolation < 0.3.2.3 # end of packages From 0a6dcb02e4cbe17c10d84ca50e1758a87651693f Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Wed, 10 Oct 2018 00:11:18 -0700 Subject: [PATCH 20/31] Reenable yoga package after fixing build for 8.6 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0574806b..5d63ac21 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4469,7 +4469,6 @@ packages: - typography-geometry < 0 - universe-instances-extended < 0 - vivid < 0 - - yoga < 0 # transitive dependencies of packages failing to build - butcher < 0 From 226465acb33163c37efebbdecbb642b84d652c35 Mon Sep 17 00:00:00 2001 From: Hexirp Date: Wed, 10 Oct 2018 22:30:30 +0900 Subject: [PATCH 21/31] Reenable doctest-driver-gen --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0574806b..07ee237f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3932,7 +3932,6 @@ packages: - distribution-opensuse < 0 - dns < 0 - docker < 0 - - doctest-driver-gen < 0 - download < 0 - drawille < 0 - drifter < 0 From 4bbb5cac39f32417c58bad7a81410f5f95b7f1ab Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Wed, 10 Oct 2018 11:45:06 -0500 Subject: [PATCH 22/31] Fix name --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0574806b..e75cb053 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5432,7 +5432,7 @@ github-users: - jsl - sestrella - juanpaucar - - cmotoche + - CristhianMotoche scotty-web: - RyanGlScott - xich From ba011978df644b904b089886df9b25e5392747be Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 10 Oct 2018 16:32:40 -0400 Subject: [PATCH 23/31] Add upper bounds for dotenv, inflections --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1e1dfa6..77144421 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2005,9 +2005,9 @@ packages: "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write - dbcleaner - - dotenv + - dotenv < 0.6.0.1 # https://github.com/commercialhaskell/stackage/issues/3955 - hapistrano - - inflections + - inflections < 0.4.0.4 # https://github.com/commercialhaskell/stackage/issues/3955 - stache - scalendar From 4354f659cf40994e1c8a0b241cb12b0ac65f2533 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 10 Oct 2018 19:43:47 -0400 Subject: [PATCH 24/31] Add upper bound for yoga --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77144421..654e55b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1118,7 +1118,7 @@ packages: - netwire - netwire-input - netwire-input-glfw - - yoga + - yoga < 0.0.0.4 # `gcc' failed in phase `C Compiler'. (Exit code: 1) https://github.com/Mokosha/yoga-hs/issues/2 - freetype2 - HCodecs From e86ac48258b09ad28e10e40c020d2d14343be3ab Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 10 Oct 2018 19:51:31 -0400 Subject: [PATCH 25/31] Change upper bound for yoga --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 654e55b1..658cd54a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1118,7 +1118,7 @@ packages: - netwire - netwire-input - netwire-input-glfw - - yoga < 0.0.0.4 # `gcc' failed in phase `C Compiler'. (Exit code: 1) https://github.com/Mokosha/yoga-hs/issues/2 + - yoga < 0.0.0.3 # `gcc' failed in phase `C Compiler'. (Exit code: 1) https://github.com/Mokosha/yoga-hs/issues/2 - freetype2 - HCodecs From 4fd659a86985fe9eaa8ad41ce797b0086b35fe2b Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 10 Oct 2018 19:58:37 -0400 Subject: [PATCH 26/31] Remove yoga due to BuildFailureException --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 658cd54a..c7f55220 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1118,7 +1118,7 @@ packages: - netwire - netwire-input - netwire-input-glfw - - yoga < 0.0.0.3 # `gcc' failed in phase `C Compiler'. (Exit code: 1) https://github.com/Mokosha/yoga-hs/issues/2 + - yoga < 0 # `gcc' failed in phase `C Compiler'. (Exit code: 1) https://github.com/Mokosha/yoga-hs/issues/2 - freetype2 - HCodecs From 7a37348547c7c04e54bc58920b32cfa434072d94 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 11 Oct 2018 16:13:04 +0900 Subject: [PATCH 27/31] reenable https stack --- build-constraints.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7f55220..e7b15cff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3698,7 +3698,6 @@ packages: - DAV < 0 - DRBG < 0 - HTF < 0 - - HTTP < 0 - HaTeX < 0 - HandsomeSoup < 0 - HaskellNet < 0 @@ -3824,9 +3823,6 @@ packages: - approximate < 0 - arrow-list < 0 - asif < 0 - - asn1-encoding < 0 - - asn1-parse < 0 - - asn1-types < 0 - async-pool < 0 - atom-conduit < 0 - authenticate-oauth < 0 @@ -3854,7 +3850,6 @@ packages: - bson-lens < 0 - bugsnag-haskell < 0 - cabal-install < 0 - - cabal-rpm < 0 - cabal2nix < 0 - cachix < 0 - cachix-api < 0 @@ -3888,7 +3883,6 @@ packages: - compressed < 0 - conduit-connection < 0 - configuration-tools < 0 - - connection < 0 - consul-haskell < 0 - containers-unicode-symbols < 0 - country < 0 @@ -3896,7 +3890,6 @@ packages: - cprng-aes < 0 - cql-io < 0 - credential-store < 0 - - criterion < 0 - crypto-cipher-tests < 0 - crypto-cipher-types < 0 - crypto-enigma < 0 @@ -3956,7 +3949,6 @@ packages: - fay-base < 0 - fay-dom < 0 - fb < 0 - - fedora-haskell-tools < 0 - feed < 0 - file-modules < 0 - filecache < 0 @@ -4058,12 +4050,9 @@ packages: - hsx-jmacro < 0 - hsyslog-udp < 0 - http-client-openssl < 0 - - http-client-tls < 0 - - http-conduit < 0 - http-media < 0 - http-reverse-proxy < 0 - http-streams < 0 - - httpd-shed < 0 - hunit-dejafu < 0 - hw-json < 0 - hworker < 0 @@ -4097,8 +4086,6 @@ packages: - jmacro-rpc-snap < 0 - jose < 0 - jose-jwt < 0 - - js-flot < 0 - - js-jquery < 0 - json-feed < 0 - json-rpc-client < 0 - json-rpc-server < 0 @@ -4184,7 +4171,6 @@ packages: - papillon < 0 - parallel-io < 0 - partial-order < 0 - - pem < 0 - perf < 0 - persistent < 0 - persistent-iproute < 0 @@ -4323,7 +4309,6 @@ packages: - stack < 0 - statestack < 0 - static-text < 0 - - statistics < 0 - stm-containers < 0 - stm-hamt < 0 - store < 0 @@ -4356,9 +4341,7 @@ packages: - tibetan-utils < 0 - timer-wheel < 0 - timerep < 0 - - tls < 0 - tls-debug < 0 - - tls-session-manager < 0 - transformers-lift < 0 - triplesec < 0 - turtle < 0 @@ -4371,7 +4354,6 @@ packages: - users < 0 - users-postgresql-simple < 0 - users-test < 0 - - vector-binary-instances < 0 - vector-sized < 0 - vector-space < 0 - vectortiles < 0 @@ -4387,7 +4369,6 @@ packages: - wai-slack-middleware < 0 - wai-transformers < 0 - wai-websockets < 0 - - warp-tls < 0 - warp-tls-uid < 0 - wave < 0 - web-plugins < 0 @@ -4406,10 +4387,6 @@ packages: - ws < 0 - wss-client < 0 - wuss < 0 - - x509 < 0 - - x509-store < 0 - - x509-system < 0 - - x509-validation < 0 - xml-html-qq < 0 - xmonad-contrib < 0 - xmonad-extras < 0 From f6c264d96cd5b5d797e2e04d0878aaab360279d9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 11 Oct 2018 23:27:26 +0900 Subject: [PATCH 28/31] redisable cabal-rpm --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7b15cff..404c8143 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1264,7 +1264,7 @@ packages: - HaskellNet-SSL "Jens Petersen @juhp": - - cabal-rpm + # - cabal-rpm - fedora-haskell-tools - rpmbuild-order - simple-cmd From 62d64727c8aa8d8e803fbb3b55d5322ca30f3820 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Thu, 11 Oct 2018 12:23:19 -0700 Subject: [PATCH 29/31] add decidable to stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 404c8143..763bbbbc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1863,6 +1863,7 @@ packages: - backprop - bins - configurator-export + - decidable - emd - hamilton - hmatrix-backprop From 4e770e90d27b097146ff891021fc0e1b1660216e Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 11 Oct 2018 19:29:51 -0400 Subject: [PATCH 30/31] Add upper bound for statistics, #4047 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 404c8143..1cb3b6d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4481,6 +4481,9 @@ packages: - stache - neat-interpolation < 0.3.2.3 + # https://github.com/commercialhaskell/stackage/issues/4047 + - statistics < 0.15 + # end of packages # Package flags are applied to individual packages, and override the values of From b654f1f11cb566d1a5c61cb76928c4b04df80ae9 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 11 Oct 2018 20:44:08 -0400 Subject: [PATCH 31/31] Install gcc-7 for yoga --- debian-bootstrap.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 842bcaf4..b128b0e0 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -290,5 +290,11 @@ apt-add-repository multiverse \ && apt-get update \ && apt-get install -y nvidia-cuda-dev +# newer gcc version for yoga +add-apt-repository ppa:ubuntu-toolchain-r/test \ + && apt-get update \ + && apt-get install gcc-7 \ + && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 --slave /usr/bin/g++ g++ /usr/bin/g++-7 + export CLANG_PURE_LLVM_LIB_DIR=/usr/lib/llvm-3.9/lib; export CLANG_PURE_LLVM_INCLUDE_DIR=/usr/lib/llvm-3.9/include;