From 55f4a942f2a39dc39eeb57eabdf97144754dc39e Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Mon, 21 Aug 2017 17:46:25 +0200 Subject: [PATCH 001/515] Add haskell-src-exts-util --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a40e883..79035d09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -40,6 +40,7 @@ packages: - arrowp-qq - clr-marshal - clr-host + - haskell-src-exts-util - hexml-lens - hp2pretty - floatshow From 55a303020b7c13fe2deca982d99dec29dfbc33fc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 22 Aug 2017 09:40:17 +0300 Subject: [PATCH 002/515] Add back twitter-conduit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a40e883..a146b4ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2314,7 +2314,7 @@ packages: "Takahiro Himura @thimura": - lens-regex - # - twitter-conduit # Cabal 2.0 https://github.com/himura/twitter-conduit/issues/56 + - twitter-conduit - twitter-types - twitter-types-lens From 8be63d93bcc74f31aca40c6b3b2f7118a370cbe3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 22 Aug 2017 12:28:35 +0300 Subject: [PATCH 003/515] Add compact --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..86a09fce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -334,6 +334,7 @@ packages: - say - unliftio-core - unliftio + - compact - fsnotify - hinotify From c28d90de547d32b8ed5f35652be9d2ade993a371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Tue, 22 Aug 2017 11:15:21 -0300 Subject: [PATCH 004/515] Add distributed-process packages again. --- build-constraints.yaml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..7b8ac7b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2291,21 +2291,14 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - # - distributed-process # bounds: syb - # - 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 # via: distributed-process - # - distributed-static # https://github.com/haskell-distributed/rank1dynamic/issues/18 + - distributed-process + - distributed-process-simplelocalnet + - distributed-static - network-transport - # - network-transport-tcp # bounds: network-transport - # - network-transport-inmemory # bounds: network-transport - # - network-transport-composed # bounds: network-transport - # - rank1dynamic # https://github.com/haskell-distributed/rank1dynamic/issues/18 + - network-transport-tcp + - network-transport-inmemory + - network-transport-composed + - rank1dynamic "Alexander Vershilov @qnikst": [] From 33641aacafad76d2e5e9a6b3662e20bef1038bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Tue, 22 Aug 2017 11:17:51 -0300 Subject: [PATCH 005/515] Add distributed-process-tests and network-transport-tests --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b8ac7b4..71436a04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2292,9 +2292,11 @@ packages: "Facundo Domínguez @facundominguez": - distributed-process + - distributed-process-tests - distributed-process-simplelocalnet - distributed-static - network-transport + - network-transport-tests - network-transport-tcp - network-transport-inmemory - network-transport-composed From a533f9ecd47de41659c69a4d5bd89d37f8c77e0b Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Tue, 22 Aug 2017 23:19:40 +0200 Subject: [PATCH 006/515] Add xxhash-ffi --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..fc217a63 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2803,6 +2803,7 @@ packages: "Henri Verroken @hverr": - cache + - xxhash-ffi "Cliff Harvey @BlackBrane": - ansigraph From 6e08592e27579ed4af1d4ff1138e2467faee9e07 Mon Sep 17 00:00:00 2001 From: Simon Hafner Date: Wed, 23 Aug 2017 11:08:07 +0200 Subject: [PATCH 007/515] Added discrimination and dependencies --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..dbf971e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -518,6 +518,7 @@ packages: - constraints - contravariant - distributive + - discrimination - either - eq - ersatz @@ -549,6 +550,7 @@ packages: - prelude-extras - profunctor-extras - profunctors + - promises - reducers - reducers - reflection From 5ba6bcbf409410ccf999bb11e03c5e21b238f295 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Thu, 24 Aug 2017 12:29:30 +0900 Subject: [PATCH 008/515] re-add packages around relational-record. resolved by HDBC-2.4.0.2. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..2bf4b30d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2642,9 +2642,9 @@ packages: - th-data-compat - th-reify-compat - relational-query - # - relational-query-HDBC # GHC 8.2.1 - # - persistable-types-HDBC-pg # GHC 8.2.1 - # - relational-record # GHC 8.2.1 + - relational-query-HDBC + - persistable-types-HDBC-pg + - relational-record - text-ldap - debian-build - aeson-generic-compat From f717bc3e6053bee015c1e64e141fe179b6eadf5f Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Thu, 24 Aug 2017 12:41:03 +0200 Subject: [PATCH 009/515] Add wrecker, docker-build-cacher and mysql-haskell-nem --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..6f6fdbe9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,6 +3256,11 @@ packages: "Daniel Campoverde @alx741": - currencies + "José Lorenzo Rodríguez @lorenzo": + - wrecker + - docker-build-cacher + - mysql-haskell-nem + # 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 18890320d978568be0741b56e5672eca6617ba35 Mon Sep 17 00:00:00 2001 From: Agustin Camino Date: Thu, 24 Aug 2017 07:43:51 -0500 Subject: [PATCH 010/515] Add state-codes --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..d7239e8b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Agustin Camino @acamino": + - state-codes + "Sebastian Mihai Ardelean @ardeleanasm": - qchas From 0f10930971b2148666c045a67d162d3b3231ac3f Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 24 Aug 2017 17:33:57 +0100 Subject: [PATCH 011/515] unblock megaparsec --- build-constraints.yaml | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..4847c00b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -905,11 +905,11 @@ packages: "Simon Michael @simonmichael": # - darcs # bounds: graphviz < 2999.19 - - hledger - - hledger-lib + # - hledger # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 + # - hledger-lib # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 # - hledger-ui # bounds: brick # - hledger-web # GHC 8.2.1 via yesod-form - - hledger-api + # - hledger-api # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -1180,10 +1180,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 @@ -1324,7 +1324,7 @@ packages: - farmhash - pinch - sandman - - language-thrift + # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - cryptol @@ -2190,7 +2190,7 @@ packages: - cabal2nix - funcmp - hackage-db - - hledger-interest + # - hledger-interest # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 - hopenssl - hsdns - hsemail @@ -2250,7 +2250,7 @@ packages: - tagged-identity - req - req-conduit - # - cue-sheet # bounds: megaparsec + - cue-sheet - wave - flac - flac-picture @@ -3030,7 +3030,8 @@ packages: # - hip # via repa-algorithms "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + [] + # - hledger-iadd # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Roy Levien @orome": - crypto-enigma @@ -3119,7 +3120,8 @@ packages: - hasbolt "Michael Thomas @Michaelt293": - - isotope + [] + # - isotope # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Christopher A. Gorski @cgorski": - general-games @@ -3288,13 +3290,6 @@ packages: # https://github.com/fpco/stackage/issues/2663 - doctest < 0.12 - # https://github.com/fpco/stackage/issues/2666 - - megaparsec < 6 - - hspec-megaparsec < 1 - - dotenv < 0.4 - - inflections < 0.4 - # Unblock cue-sheet above when removing this bound - # https://github.com/fpco/stackage/issues/2714 - brick < 0.21 - word-wrap < 0.2 @@ -3314,6 +3309,10 @@ packages: # https://github.com/fpco/stackage/issues/2779 - xml-conduit < 1.6.0 + # https://github.com/fpco/stackage/issues/2797 + # - inflections < 0.4.0.0 + + # end of packages # Package flags are applied to individual packages, and override the values of From d01ed67bfddf7d8e80b4e3965d6bd35eaacf8891 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 24 Aug 2017 17:37:35 +0100 Subject: [PATCH 012/515] cross referenced avers suspensions to issue --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4847c00b..6640116d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1180,10 +1180,10 @@ packages: - pipes-network "Tomas Carnecky @wereHamster": - # - avers - # - avers-api - # - avers-api-docs - # - avers-server + # - avers # https://github.com/fpco/stackage/issues/2797 + # - avers-api # https://github.com/fpco/stackage/issues/2797 + # - avers-api-docs # https://github.com/fpco/stackage/issues/2797 + # - avers-server # https://github.com/fpco/stackage/issues/2797 - css-syntax - etcd - github-types From 6105b9bb3ce3f25dbdf0409abfcc1dcce81d51ce Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 24 Aug 2017 18:18:26 +0100 Subject: [PATCH 013/515] We should be able to reinstate avers now See https://github.com/wereHamster/avers/issues/1 --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6640116d..1a8d920c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1180,10 +1180,10 @@ packages: - pipes-network "Tomas Carnecky @wereHamster": - # - avers # https://github.com/fpco/stackage/issues/2797 - # - avers-api # https://github.com/fpco/stackage/issues/2797 - # - avers-api-docs # https://github.com/fpco/stackage/issues/2797 - # - avers-server # https://github.com/fpco/stackage/issues/2797 + - avers + - avers-api + - avers-api-docs + - avers-server - css-syntax - etcd - github-types From fa467d571f994f248753c479f2b7f63d5f9bad09 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 24 Aug 2017 19:00:04 +0100 Subject: [PATCH 014/515] hw-json0=-0.4.0.0 failing to build --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6640116d..9f3b5bef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2692,7 +2692,7 @@ packages: - hw-bits - hw-conduit - hw-diagnostics - - hw-json + # - hw-json # https://github.com/haskell-works/hw-json/issues/6 - hw-parser - hw-prim - hw-rankselect From ea0db664cedbfd631a5d193719f564e0d1516b29 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 24 Aug 2017 19:12:20 +0100 Subject: [PATCH 015/515] dotenv tests are failing --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f3b5bef..5d1ef6ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3581,6 +3581,7 @@ expected-test-failures: - distributed-process - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 - distributed-process-task + - dotenv # https://github.com/stackbuilders/dotenv-hs/issues/58 - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - fsnotify # Often runs out of inotify handles - hastache From 2e72c740fb3aab60a0135219612a87ed2416fb58 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 24 Aug 2017 23:55:47 +0200 Subject: [PATCH 016/515] Re-enable hOpenPGP and hopenpgp-tools. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d1ef6ec..f510d4c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -823,11 +823,11 @@ packages: - HandsomeSoup "Clint Adams @clinty": - # - hOpenPGP # via ixset-typed: via safecopy: bounds: vector + - hOpenPGP - openpgp-asciiarmor - MusicBrainz - DAV - # - hopenpgp-tools # via ixset-typed: via safecopy: bounds: vector + - hopenpgp-tools - opensource "Piyush P Kurur @piyush-kurur": From 5c0d5898136a248d69988f835602911d23fcbf89 Mon Sep 17 00:00:00 2001 From: John Ky Date: Mon, 21 Aug 2017 14:50:55 +1000 Subject: [PATCH 017/515] Add more hw-* libraries --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d1ef6ec..153d7869 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2689,13 +2689,19 @@ packages: # - xdcc # bounds: path "John Ky newhoggy@gmail.com @newhoggy": + - hw-balancedparens - hw-bits - hw-conduit - hw-diagnostics + - hw-excess + - hw-hedgehog + - hw-hspec-hedgehog + - hw-int # - hw-json # https://github.com/haskell-works/hw-json/issues/6 - hw-parser - hw-prim - hw-rankselect + - hw-rankselect-base - hw-succinct "Ismail Mustafa @ismailmustafa": From 09dc8b3b2211bc5f9c0bdc29bc5ec1cb59737611 Mon Sep 17 00:00:00 2001 From: Pi3r Date: Fri, 25 Aug 2017 11:24:38 +0200 Subject: [PATCH 018/515] Update build-constraints.yaml Add language-puppet (should work now that megaparsec has been upgraded to 6.1.1) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d1ef6ec..3855b7e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2229,7 +2229,7 @@ packages: - strict-base-types - withdependencies - hruby - # - language-puppet + - language-puppet - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From be8071e8eead4946c4c6183610de665cdfd2eebb Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Fri, 25 Aug 2017 19:52:21 +1000 Subject: [PATCH 019/515] Add gloss --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d1ef6ec..5b6a418b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -655,6 +655,10 @@ packages: "Trevor L. McDonell @tmcdonell": - accelerate + - gloss + - gloss-algorithms + - gloss-raster + - gloss-rendering "Liam O'Connor @liamoc": [] From 71a6b2d30bf51178f6f44fabb2f114900ffe6fe6 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Fri, 25 Aug 2017 14:11:51 +0200 Subject: [PATCH 020/515] Add NoHoed --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 921a2bdc..6bd8709e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -47,6 +47,7 @@ packages: - hexml-lens - hp2pretty - floatshow + - NoHoed - threepenny-editors - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 From 37a0ee244d6294e62b09630ccd1fd32ee7f70951 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Fri, 25 Aug 2017 13:32:38 +0100 Subject: [PATCH 021/515] haskell-src-exts-util < 0.2 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 921a2bdc..16165473 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1192,7 +1192,7 @@ packages: - avers - avers-api - avers-api-docs - - avers-server + - avers-server - css-syntax - etcd - github-types @@ -3322,6 +3322,8 @@ packages: # https://github.com/fpco/stackage/issues/2797 # - inflections < 0.4.0.0 + # https://github.com/fpco/stackage/issues/2804 + - haskell-src-exts-util < 0.2 # end of packages From 1cd6bac04491e08dbb992c0e15feb0f285099367 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 25 Aug 2017 21:46:12 +0900 Subject: [PATCH 022/515] add gi-ostree (haskell-gi/haskell-gi#122) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16165473..b6d3f966 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2776,6 +2776,7 @@ packages: # - gi-soup # via gi-gio compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - gi-javascriptcore == 3.0.* # - gi-webkit # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 + - gi-ostree - haskell-gi - haskell-gi-base From dc6057842f0495db24003145b0c574e4601c5569 Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Fri, 25 Aug 2017 19:21:16 +1000 Subject: [PATCH 023/515] Add repa --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6d3f966..442b6b4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -660,6 +660,9 @@ packages: "Trevor L. McDonell @tmcdonell": - accelerate + - repa + - repa-io + - repa-algorithms - gloss - gloss-algorithms - gloss-raster From 2005bf4dca620cd658e5c4ee2e1635674b783cbe Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Fri, 25 Aug 2017 20:19:55 +1000 Subject: [PATCH 024/515] Add cuda --- build-constraints.yaml | 5 +++++ debian-bootstrap.sh | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6d3f966..2bc3622a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -664,6 +664,11 @@ packages: - gloss-algorithms - gloss-raster - gloss-rendering + - cuda + - cublas + - cusparse + - cusolver + - nvvm "Liam O'Connor @liamoc": [] diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index a6edb296..9c592e4f 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -207,6 +207,24 @@ curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-l && rm libtensorflow.tar.gz \ && ldconfig +# Install CUDA toolkit +# The current version can be found at: https://developer.nvidia.com/cuda-downloads +CUDA_PKG=8.0.61-1 # update this on new version +CUDA_VER=${CUDA_PKG:0:3} +CUDA_APT=${CUDA_VER/./-} + +pushd /tmp \ + && wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \ + && dpkg -i cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \ + && apt-get update -qq \ + && apt-get install -y cuda-drivers cuda-core-${CUDA_APT} cuda-cudart-dev-${CUDA_APT} cuda-cufft-dev-${CUDA_APT} cuda-cublas-dev-${CUDA_APT} cuda-cusparse-dev-${CUDA_APT} cuda-cusolver-dev-${CUDA_APT} \ + && rm cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \ + && export CUDA_PATH=/usr/local/cuda-${CUDA_VER} \ + && export LD_LIBRARY_PATH=${CUDA_PATH}/nvvm/lib64:${LD_LIBRARY_PATH} \ + && export LD_LIBRARY_PATH=${CUDA_PATH}/lib64:${LD_LIBRARY_PATH} \ + && export PATH=${CUDA_PATH}/bin:${PATH} \ + && popd + ## non-free repo for mediabus-fdk-aac #apt-add-repository multiverse \ # && apt-get update \ From a8f8f340eb9003fecec47f154d13b7c3ab2bd216 Mon Sep 17 00:00:00 2001 From: John Ky Date: Sun, 27 Aug 2017 16:58:37 +1000 Subject: [PATCH 025/515] New hw-xml library. Re-enable hw-json library, which should now build --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6d3f966..951655d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2701,12 +2701,13 @@ packages: - hw-hedgehog - hw-hspec-hedgehog - hw-int - # - hw-json # https://github.com/haskell-works/hw-json/issues/6 + - hw-json - hw-parser - hw-prim - hw-rankselect - hw-rankselect-base - hw-succinct + - hw-xml "Ismail Mustafa @ismailmustafa": - handwriting From 3f2758631aad82e2b9bc5a01fb719e62d15ff0fe Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 27 Aug 2017 18:24:43 +0300 Subject: [PATCH 026/515] Expect tests to succeed haskell-foundation/foundation#381 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6d3f966..858cbb94 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3737,7 +3737,6 @@ expected-test-failures: - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - flat # https://github.com/Quid2/flat/issues/1 - - foundation # https://github.com/haskell-foundation/foundation/issues/381 - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 From e75226269206284c8cb5ccab0df5967826a51d9b Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sun, 27 Aug 2017 23:43:38 +0700 Subject: [PATCH 027/515] =?UTF-8?q?Allow=20=E2=80=98stache=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 858cbb94..a6e0f5e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1922,7 +1922,7 @@ packages: - dotenv - hapistrano - inflections - # - stache # GHC 8.2.1 + - stache # - twitter-feed # GHC 8.2.1 "Sergey Alirzaev @l29ah": @@ -2266,7 +2266,7 @@ packages: - lame - path - forma - # - stache # GHC 8.2.1 + - stache - parser-combinators "Thomas Bereknyei ": From e4f46caf3039960e62aaa8f7ac291dcc860e2ae9 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 27 Aug 2017 21:37:35 +0100 Subject: [PATCH 028/515] mysql-haskell and gi-gio still blocking --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f182bb86..1f2980a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -205,7 +205,7 @@ packages: - binary-parsers - binary-ieee754 - word24 - # - mysql-haskell # bounds: memory + # - mysql-haskell # 3 packages out of bounds: https://github.com/winterland1989/mysql-haskell/issues/16 # - mysql-haskell-openssl # bounds: tcp-streams - data-has @@ -2788,7 +2788,7 @@ packages: # - gi-soup # via gi-gio compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - gi-javascriptcore == 3.0.* # - gi-webkit # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-ostree + - gi-ostree < 0 # dependent on gi-gio - haskell-gi - haskell-gi-base @@ -3206,7 +3206,7 @@ packages: "Naushadh @naushadh": [] - # - persistent-mysql-haskell # bounds: tcp-streams + # - persistent-mysql-haskell # bounds: tcp-streams (see mysql-haskell) "Moritz Schulte @mtesseract": - async-refresh @@ -3285,7 +3285,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - docker-build-cacher - - mysql-haskell-nem + # - mysql-haskell-nem : blocked on mysql-haskell # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 4a45413cfc28250bdb87863c4c34a53bfdc4905c Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 27 Aug 2017 23:13:41 +0100 Subject: [PATCH 029/515] remove bounds restriction on haskell-src-exts-util --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f2980a5..ff87d8e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3341,9 +3341,6 @@ packages: # https://github.com/fpco/stackage/issues/2797 # - inflections < 0.4.0.0 - # https://github.com/fpco/stackage/issues/2804 - - haskell-src-exts-util < 0.2 - # end of packages # Package flags are applied to individual packages, and override the values of From f753ea90226ef0d389eaa24bc40e9b9bebed7d74 Mon Sep 17 00:00:00 2001 From: Phil Ruffwind Date: Sat, 26 Aug 2017 02:27:31 -0400 Subject: [PATCH 030/515] Add blas-hs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff87d8e2..4d6fd334 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3287,6 +3287,9 @@ packages: - docker-build-cacher # - mysql-haskell-nem : blocked on mysql-haskell + "Phil Ruffwind @Rufflewind": + - blas-hs + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 76fae422fa9760907eafa2cc9a208bcd5f326b60 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 28 Aug 2017 09:17:05 +0100 Subject: [PATCH 031/515] Add hmatrix-morpheus --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff87d8e2..7e94bc14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3255,6 +3255,7 @@ packages: "Alexander Ignatyev @alexander-ignatyev": - astro - mltool + - hmatrix-morpheus "Edward Amsden @eamsden": - h2c From c27d848e89509abc0d75237d2dee0a9a4a38d5de Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Mon, 28 Aug 2017 07:58:06 -0500 Subject: [PATCH 032/515] Remove dotenv-hs from expected-test-failure --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff87d8e2..da65f331 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3609,7 +3609,6 @@ expected-test-failures: - distributed-process - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 - distributed-process-task - - dotenv # https://github.com/stackbuilders/dotenv-hs/issues/58 - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - fsnotify # Often runs out of inotify handles - hastache From 753c1bcd8b777b8ca4a14b79371e274b533e97b1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 09:47:02 -0700 Subject: [PATCH 033/515] Disable distributed-process* per haskell-distributed/distributed-static#17 --- build-constraints.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff87d8e2..7a3c5f19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2311,10 +2311,11 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - - distributed-process - - distributed-process-tests - - distributed-process-simplelocalnet - - distributed-static + # https://github.com/haskell-distributed/distributed-static/issues/17 + # - distributed-process + # - distributed-process-tests + # - distributed-process-simplelocalnet + # - distributed-static - network-transport - network-transport-tests - network-transport-tcp From e614423cc4930e2452e33705f622eca338d3448a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 10:45:10 -0700 Subject: [PATCH 034/515] Expect test failure for download per #2811 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a3c5f19..c87506c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3736,6 +3736,7 @@ expected-test-failures: - DRBG # https://github.com/TomMD/DRBG/issues/7 - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 + - download # https://github.com/fpco/stackage/issues/2811 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 From b9020812772bd66b98ab1bf35b64c6c32ae5a312 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 11:01:42 -0700 Subject: [PATCH 035/515] Expect test failure for foundation per haskell-foundation/foundation#394 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c87506c4..89433373 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3754,6 +3754,7 @@ expected-test-failures: - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - flat # https://github.com/Quid2/flat/issues/1 + - foundation # https://github.com/haskell-foundation/foundation/issues/394 - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 From 55db743aef6fe36fb0ce870e755fd861f5adafe4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 11:34:02 -0700 Subject: [PATCH 036/515] Expect test failure for stache per stackbuilders/stache#26 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89433373..a9b18c82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3766,6 +3766,7 @@ expected-test-failures: - picosat # https://github.com/fpco/stackage/pull/2382 - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 - raaz + - stache # https://github.com/stackbuilders/stache/issues/26 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 From bb1136fd056f8840af29d4ee2fd734884a83e787 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 11:38:43 -0700 Subject: [PATCH 037/515] Disable language-puppet per bartavelle/language-puppet#214 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9b18c82..5f77d16e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2249,7 +2249,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet + # - language-puppet # https://github.com/bartavelle/language-puppet/issues/214 - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From 6e36c33f51f8d3910bd00ddbf667702336465066 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 11:51:27 -0700 Subject: [PATCH 038/515] Disable hopenpgp-tools per #2812 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f77d16e..4945fffe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -847,7 +847,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools + # - hopenpgp-tools # https://github.com/fpco/stackage/issues/2812 - opensource "Piyush P Kurur @piyush-kurur": From 77cb293e9fa11696716a1ff9ac1e20c2dc4a75f9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 11:56:27 -0700 Subject: [PATCH 039/515] Skip benchmarks for xxhash per christian-marie/xxhash#4 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4945fffe..a8bddf1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3841,6 +3841,7 @@ expected-benchmark-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 + - xxhash # https://github.com/christian-marie/xxhash/issues/4 # end of expected-benchmark-failures From 5968522391e478f4fcd79ad565227ab8fc58bb75 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 12:17:56 -0700 Subject: [PATCH 040/515] Disable cuda packages per #2813 --- build-constraints.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8bddf1e..c0ee4b5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -670,11 +670,12 @@ packages: - gloss-algorithms - gloss-raster - gloss-rendering - - cuda - - cublas - - cusparse - - cusolver - - nvvm + # https://github.com/fpco/stackage/issues/2813 + # - cuda + # - cublas + # - cusparse + # - cusolver + # - nvvm "Liam O'Connor @liamoc": [] From 16d551237424244b6ef9ee3be7799524ce34b301 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 17:10:00 -0700 Subject: [PATCH 041/515] doctest bound reason: see #2814, closes #2663 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a284d4f9..c564c960 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3322,7 +3322,7 @@ packages: - Win32 == 2.5.4.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2663 + # https://github.com/fpco/stackage/issues/2814 - doctest < 0.12 # https://github.com/fpco/stackage/issues/2714 From 9edc83233eaebabd654e7003e6810a94327df550 Mon Sep 17 00:00:00 2001 From: Date: Tue, 29 Aug 2017 15:31:17 +0300 Subject: [PATCH 042/515] Add strict-concurrency. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c564c960..eb9e7872 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1672,6 +1672,7 @@ packages: - annotated-wl-pprint "Yitz Gale @ygale": + - strict-concurrency - timezone-series - timezone-olson From 9daf03a48fbf8369a913adbf5014d20f0d56c253 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 29 Aug 2017 12:53:54 -0700 Subject: [PATCH 043/515] Skip tests for sbv per #2814 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c564c960..d26350de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3324,6 +3324,8 @@ packages: "Stackage upper bounds": # https://github.com/fpco/stackage/issues/2814 - doctest < 0.12 + # Once unconstrained, remove the following skipped-tests + # - sbv # https://github.com/fpco/stackage/issues/2714 - brick < 0.21 @@ -3545,6 +3547,7 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. + - sbv # doctest >= 0.13 # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 From 836955c9fef2c9e85f95767ee7f6a36f3969e3e0 Mon Sep 17 00:00:00 2001 From: Daniel Campoverde Date: Tue, 29 Aug 2017 18:01:53 -0500 Subject: [PATCH 044/515] add alerts --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d26350de..c1629150 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3284,6 +3284,7 @@ packages: "Daniel Campoverde @alx741": - currencies + - alerts "José Lorenzo Rodríguez @lorenzo": - wrecker From 1b65608e588cab7fa45816eaf32328a2dd51931a Mon Sep 17 00:00:00 2001 From: Daniel Campoverde Date: Tue, 29 Aug 2017 19:14:11 -0500 Subject: [PATCH 045/515] add yesod-alerts --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89165f61..6b3f4d64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,6 +3286,7 @@ packages: "Daniel Campoverde @alx741": - currencies - alerts + - yesod-alerts "José Lorenzo Rodríguez @lorenzo": - wrecker From 3a6a9c0db667a7f4c8c4839d173a0e2e9bafafff Mon Sep 17 00:00:00 2001 From: Eitan Chatav Date: Tue, 29 Aug 2017 21:28:40 -0700 Subject: [PATCH 046/515] add eitan's package squeal-postgresql "Eitan Chatav @echatav": - squeal-postgresql --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89165f61..f007772a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3295,6 +3295,9 @@ packages: "Phil Ruffwind @Rufflewind": - blas-hs + "Eitan Chatav @echatav": + - squeal-postgresql + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From e51c1524722c943c4f9bfb9cf0d6319ff20db6fa Mon Sep 17 00:00:00 2001 From: Pi3r Date: Wed, 30 Aug 2017 09:54:24 +0200 Subject: [PATCH 047/515] Update build-constraints.yaml Following the fix of https://github.com/bartavelle/language-puppet/issues/214 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89165f61..6eccb395 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2251,7 +2251,7 @@ packages: - strict-base-types - withdependencies - hruby - # - language-puppet # https://github.com/bartavelle/language-puppet/issues/214 + - language-puppet - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From f86241786510a3fc7a3dc2e8e0367f9ef7aa2f66 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 11:44:58 -0700 Subject: [PATCH 048/515] Expect test failure of yahoo-finance-api per #2821 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31d3e060..c05aefa7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3760,6 +3760,7 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From d5f584bc7c5ca6046ab96d4b529a60892563ab0c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 13:13:17 -0700 Subject: [PATCH 049/515] Disable language-puppet per #2822 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c05aefa7..d77ca160 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2251,7 +2251,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet + # - language-puppet # https://github.com/fpco/stackage/issues/2822 - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From 479cfa3328562156c283cfdf21c82e871ad31c93 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:18:56 -0700 Subject: [PATCH 050/515] re-enable distributed-* per haskell-distributed/distributed-static#17 --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d77ca160..1f3e0d96 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2313,11 +2313,10 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - # https://github.com/haskell-distributed/distributed-static/issues/17 - # - distributed-process - # - distributed-process-tests - # - distributed-process-simplelocalnet - # - distributed-static + - distributed-process + - distributed-process-tests + - distributed-process-simplelocalnet + - distributed-static - network-transport - network-transport-tests - network-transport-tcp From e549ab4183057c69322e340bba6a9a2879592ce3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:31:43 -0700 Subject: [PATCH 051/515] Re-disable distributed-process* per haskell-distributed/distributed-process#312 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f3e0d96..751b766e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2313,9 +2313,10 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - - distributed-process - - distributed-process-tests - - distributed-process-simplelocalnet + # https://github.com/haskell-distributed/distributed-process/issues/312 + # - distributed-process + # - distributed-process-tests + # - distributed-process-simplelocalnet - distributed-static - network-transport - network-transport-tests From 47a931d4f0587b4052173cde6967bd93f51f7b35 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:39:57 -0700 Subject: [PATCH 052/515] Re-enable labels per chrisdone/labels#8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 751b766e..a48f12a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -472,7 +472,7 @@ packages: - xenstore "Chris Done @chrisdone": - - labels < 0 # compilation failure https://github.com/chrisdone/labels/issues/8 + - labels - ace - ical - check-email From 50b7a3398130979dba9ccee36ee813625d1b3d2f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:42:24 -0700 Subject: [PATCH 053/515] Expect tests to pass for stache per stackbuilders/stache#26 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a48f12a9..1ac3ffc0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3780,7 +3780,6 @@ expected-test-failures: - picosat # https://github.com/fpco/stackage/pull/2382 - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 - raaz - - stache # https://github.com/stackbuilders/stache/issues/26 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 From b996a7c74e8879c37eb41d5af2ddd615df0cb76d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 16:22:12 -0700 Subject: [PATCH 054/515] Bugfix debian-bootstrap for cuda, closes #2813 --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9c592e4f..9c59f1d0 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -220,7 +220,7 @@ pushd /tmp \ && apt-get install -y cuda-drivers cuda-core-${CUDA_APT} cuda-cudart-dev-${CUDA_APT} cuda-cufft-dev-${CUDA_APT} cuda-cublas-dev-${CUDA_APT} cuda-cusparse-dev-${CUDA_APT} cuda-cusolver-dev-${CUDA_APT} \ && rm cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \ && export CUDA_PATH=/usr/local/cuda-${CUDA_VER} \ - && export LD_LIBRARY_PATH=${CUDA_PATH}/nvvm/lib64:${LD_LIBRARY_PATH} \ + && export LD_LIBRARY_PATH=${CUDA_PATH}/nvvm/lib64:${LD_LIBRARY_PATH+x} \ && export LD_LIBRARY_PATH=${CUDA_PATH}/lib64:${LD_LIBRARY_PATH} \ && export PATH=${CUDA_PATH}/bin:${PATH} \ && popd From b276ce61b160a14b730a27af3d33e9444ed646b1 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Fri, 1 Sep 2017 00:16:25 -0700 Subject: [PATCH 055/515] added type-combinators-singletons library added type-combinators-singletons library, maintained by me. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ac3ffc0..059c9bf0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1762,6 +1762,7 @@ packages: - hamilton - prompt - tagged-binary + - type-combinators-singletons - typelits-witnesses - uncertain - vector-sized From e1d31dd044791616c6fe21be79a6cd728386313f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 1 Sep 2017 11:48:04 -0700 Subject: [PATCH 056/515] Re-enable cuda stuff, closes #2813 --- build-constraints.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 059c9bf0..f59e5e45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -670,12 +670,11 @@ packages: - gloss-algorithms - gloss-raster - gloss-rendering - # https://github.com/fpco/stackage/issues/2813 - # - cuda - # - cublas - # - cusparse - # - cusolver - # - nvvm + - cuda + - cublas + - cusparse + - cusolver + - nvvm "Liam O'Connor @liamoc": [] From e2c05bab2bd0397e0a65eb272ad34fa626b88329 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 1 Sep 2017 12:12:59 -0700 Subject: [PATCH 057/515] Bake cuda env vars into Dockerfile --- Dockerfile | 6 +++++- debian-bootstrap.sh | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56076512..710e7bbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,11 @@ FROM fpco/pid1:16.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 -ENV PATH /opt/ghc/8.2.1/bin:/usr/sbin:/usr/bin:/sbin:/bin + +# NOTE: also update debian-bootstrap.sh when cuda version changes +ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.2.1/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV CUDA_PATH /usr/local/cuda-8.0 +ENV LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:/usr/local/cuda-8.0/nvvm/lib64 ADD debian-bootstrap.sh /tmp/debian-bootstrap.sh RUN /tmp/debian-bootstrap.sh && rm /tmp/debian-bootstrap.sh diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9c59f1d0..d294a690 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -207,6 +207,7 @@ curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-l && rm libtensorflow.tar.gz \ && ldconfig +# NOTE: also update Dockerfile when cuda version changes # Install CUDA toolkit # The current version can be found at: https://developer.nvidia.com/cuda-downloads CUDA_PKG=8.0.61-1 # update this on new version From 8fcd1ecfae9de746227ee1a2b623e1f61d3bbb3e Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Fri, 1 Sep 2017 22:18:29 +0200 Subject: [PATCH 058/515] Add unordered-intmap --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f59e5e45..e595c985 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2138,6 +2138,7 @@ packages: - io-storage - oo-prototypes - pointedlist + - unordered-intmap - word-trie - xdg-basedir # - yi # Cabal 2.0.0.2 via yi-frontend-pango via pango From e5d31acd128ebfbb1117b256e155058e143cc4ac Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Sat, 2 Sep 2017 01:13:01 +0200 Subject: [PATCH 059/515] Add bordacount --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f59e5e45..37e62ad1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2828,6 +2828,7 @@ packages: # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": + - bordacount - cache - xxhash-ffi From 4456280fc666cd4f99e4a55c729659807c4b1396 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 1 Sep 2017 21:40:40 -0700 Subject: [PATCH 060/515] Add constraint "uri-teplater < 0.3" per #2826 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f59e5e45..2a93d541 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3355,6 +3355,9 @@ packages: # https://github.com/fpco/stackage/issues/2797 # - inflections < 0.4.0.0 + # https://github.com/fpco/stackage/issues/2826 + - uri-templater < 0.3 + # end of packages # Package flags are applied to individual packages, and override the values of From e89470866d3b2310ee8fc7b237c0c4022cae6bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Sat, 2 Sep 2017 08:55:19 +0200 Subject: [PATCH 061/515] Add back grouped-list. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a93d541..6d23ff51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -704,7 +704,7 @@ packages: - binary-list - byteset - Clipboard - # - grouped-list # GHC 8.2.1 + - grouped-list # GHC 8.2.1 - haskintex - HaTeX - hatex-guide < 0 From acdce69d1a74c6e078535f66ce7e2ddaf9b38948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Sat, 2 Sep 2017 08:59:03 +0200 Subject: [PATCH 062/515] Remove GHC comment on grouped-list package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d23ff51..ae855eed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -704,7 +704,7 @@ packages: - binary-list - byteset - Clipboard - - grouped-list # GHC 8.2.1 + - grouped-list - haskintex - HaTeX - hatex-guide < 0 From dd46124e9df52e37843d7db8feaea3d4db1ba02c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 2 Sep 2017 10:20:03 -0700 Subject: [PATCH 063/515] Re-enable distributed-process* per haskell-distributed/distributed-process#312 --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d0cb174..b08870b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2314,10 +2314,9 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - # https://github.com/haskell-distributed/distributed-process/issues/312 - # - distributed-process - # - distributed-process-tests - # - distributed-process-simplelocalnet + - distributed-process + - distributed-process-tests + - distributed-process-simplelocalnet - distributed-static - network-transport - network-transport-tests From e8086cf46cdca1f2f1f96fb610d931ddcbfe6860 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sat, 2 Sep 2017 14:48:10 -0700 Subject: [PATCH 064/515] Add `dhall-{bash,json,nix,text}` --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b08870b0..78abcbf6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -727,6 +727,10 @@ packages: - morte - bench - dhall + - dhall-bash + - dhall-json + - dhall-nix + - dhall-text "Andrew Thaddeus Martin @andrewthad": - yesod-table From 4bc1871e3bc57800afd4e252917df8de48ca82f5 Mon Sep 17 00:00:00 2001 From: Sam Quinn Date: Sun, 3 Sep 2017 00:09:04 -0500 Subject: [PATCH 065/515] add ghost-buster --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b08870b0..60376d47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3299,6 +3299,9 @@ packages: "Eitan Chatav @echatav": - squeal-postgresql + + "Sam Quinn @Lazersmoke": + - ghost-buster # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 7459e4f22c467ab9de8b4b1e4d0cc91761d635e7 Mon Sep 17 00:00:00 2001 From: Maarten Faddegon Date: Sun, 3 Sep 2017 18:09:02 +0200 Subject: [PATCH 066/515] add libgraph --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b08870b0..5de47c01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Maarten Faddegon @MaartenFaddegon": + - libgraph + "Agustin Camino @acamino": - state-codes From 8c7671e87d5fc416be675b6b87eb03720c25c847 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 3 Sep 2017 20:11:50 -0700 Subject: [PATCH 067/515] Add constraint "io-streams < 1.5" per #2832 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b08870b0..4a0485ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3359,6 +3359,9 @@ packages: # https://github.com/fpco/stackage/issues/2826 - uri-templater < 0.3 + # https://github.com/fpco/stackage/issues/2832 + - io-streams < 1.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 383972c177bd7b137f177ab50d70e339fef9128b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 3 Sep 2017 20:12:25 -0700 Subject: [PATCH 068/515] Add constraint "yi-rope < 0.9" per #2833 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a0485ba..a768d9ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3362,6 +3362,9 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 + # https://github.com/fpco/stackage/issues/2833 + - yi-rope < 0.9 + # end of packages # Package flags are applied to individual packages, and override the values of From 5a9f66167c319425b1403298ec40e32351ddc661 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 4 Sep 2017 11:53:18 -0700 Subject: [PATCH 069/515] enable hledger/-lib/-api with support for #2666 These packages now support megaparsec 6 and should be free of other dep issues. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e97edd3c..75ded5f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -932,11 +932,11 @@ packages: "Simon Michael @simonmichael": # - darcs # bounds: graphviz < 2999.19 - # - hledger # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 - # - hledger-lib # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 + - hledger + - hledger-lib # - hledger-ui # bounds: brick # - hledger-web # GHC 8.2.1 via yesod-form - # - hledger-api # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 + - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa From 5f72de2242a210c9969935374f2f7c66e0aed8a8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 5 Sep 2017 11:54:59 +0200 Subject: [PATCH 070/515] Mark bitx-bitcoin test suite as failing. See https://github.com/tebello-thejane/bitx.hs/issues/4. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75ded5f7..9c06ec5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3306,7 +3306,7 @@ packages: "Eitan Chatav @echatav": - squeal-postgresql - + "Sam Quinn @Lazersmoke": - ghost-buster @@ -3781,6 +3781,7 @@ expected-test-failures: - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 + - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From cfba2f1c2f69abc3e4a197deab7ebc1b85b2cd61 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 5 Sep 2017 20:23:56 -0700 Subject: [PATCH 071/515] re-enable hledger-ui --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c06ec5d..4aaaea63 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -934,7 +934,7 @@ packages: # - darcs # bounds: graphviz < 2999.19 - hledger - hledger-lib - # - hledger-ui # bounds: brick + - hledger-ui # - hledger-web # GHC 8.2.1 via yesod-form - hledger-api # - shelltestrunner # bounds: Diff, HUnit From cdaa071a42fe68623d5d5fe0cc627f85ff2f716f Mon Sep 17 00:00:00 2001 From: Joe Canero Date: Tue, 5 Sep 2017 20:52:06 -0400 Subject: [PATCH 072/515] add tile --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4aaaea63..0a04a5b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -194,6 +194,7 @@ packages: - median-stream # - stm-supply # GHC 8.2.1 via Unique - filter-logger + - tile "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt From 25106e559a398b05483438997bbcce9400a1458d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 5 Sep 2017 15:04:50 -0700 Subject: [PATCH 073/515] drop old hledger-lib benchmarks exclusion We didn't find out why these stopped working, but they run here with GHC 8.2.1 and I think it's likely they will run again on stackage by now. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0a04a5b6..e12288a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3941,9 +3941,6 @@ skipped-benchmarks: - extensible # via freer-effects https://github.com/fumieval/extensible/issues/12 - hw-bits # https://github.com/haskell-works/hw-bits/issues/8 - # GHC Bugs - - hledger-lib # https://github.com/fpco/stackage/issues/1587 - # Cyclic dependencies - cassava From 8d42525dca334f53d6dd548f81fd837926844575 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 5 Sep 2017 14:51:13 -0700 Subject: [PATCH 074/515] re-enable hledger-lib test suite The issue was fixed in 1.3.1. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e12288a6..a371491a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3794,7 +3794,6 @@ expected-test-failures: - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 - - hledger-lib # https://github.com/simonmichael/hledger/issues/596 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 From 5959b64d705e21ffb5c28ebccdd5b4b3569ed9fe Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 6 Sep 2017 14:10:02 +0200 Subject: [PATCH 075/515] Revert "re-enable hledger-lib test suite" This reverts commit 8d42525dca334f53d6dd548f81fd837926844575. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a371491a..e12288a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3794,6 +3794,7 @@ expected-test-failures: - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 + - hledger-lib # https://github.com/simonmichael/hledger/issues/596 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 From 6bb18720bab38571657a7abb1d9a9fddfd895926 Mon Sep 17 00:00:00 2001 From: Pierre Radermecker Date: Wed, 6 Sep 2017 13:58:58 +0200 Subject: [PATCH 076/515] Add language-puppet in skipped-haddocks --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e12288a6..ad915025 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2260,7 +2260,7 @@ packages: - strict-base-types - withdependencies - hruby - # - language-puppet # https://github.com/fpco/stackage/issues/2822 + - language-puppet # also in "skipped-haddocks" section - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose @@ -3911,6 +3911,11 @@ expected-haddock-failures: # end of expected-haddock-failures +# For packages with haddock issues +skipped-haddocks: +- language-puppet # https://github.com/fpco/stackage/issues/2822 +# end of skipped-haddocks + # 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 05182e5b1f45f47e60fb5ccbeed83aefc7e33048 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 6 Sep 2017 17:22:47 +0200 Subject: [PATCH 077/515] Revert "Revert "re-enable hledger-lib test suite"" This reverts commit 5959b64d705e21ffb5c28ebccdd5b4b3569ed9fe. Follows from https://github.com/fpco/stackage/pull/2835#issuecomment-327518053. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad915025..a7f2960c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3794,7 +3794,6 @@ expected-test-failures: - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 - - hledger-lib # https://github.com/simonmichael/hledger/issues/596 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 From b8dc3f18b4f58f0a9c008a43c588cf2c3c43e080 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Sep 2017 09:38:17 +0300 Subject: [PATCH 078/515] Reenable cabal-install --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7f2960c..04f9a065 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -263,7 +263,7 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - # - cabal-install # GHC 8.2.1 + - cabal-install - mega-sdist - case-insensitive - classy-prelude-yesod @@ -3629,6 +3629,9 @@ skipped-tests: - graphviz - wl-pprint-text + - hackage-security # Cabal 2.0 + - ed25519 # QuickCheck, hlint and more + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3983,6 +3986,8 @@ skipped-benchmarks: - graphviz - wl-pprint-text + - ed25519 # Criterion + # end of skipped-benchmarks From 6981a95ee408ea88de5f76d42f9e8334e6724821 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 6 Sep 2017 21:46:24 +0200 Subject: [PATCH 079/515] Remove constraint on Yampa. Please see https://github.com/fpco/stackage/issues/2772. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04f9a065..554039d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3355,9 +3355,6 @@ packages: # https://github.com/commercialhaskell/stack/issues/3345 - cassava < 0.5.1.0 - # https://github.com/fpco/stackage/issues/2772 - - Yampa < 0.10.6.1 - # https://github.com/fpco/stackage/issues/2778 - ansi-terminal < 0.7 From ccd21ac414a401b3759f71e68ed5deda50d07f69 Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Fri, 8 Sep 2017 11:18:08 +0800 Subject: [PATCH 080/515] Re-enable logging-effect --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 554039d4..1046f11c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1960,7 +1960,7 @@ packages: - network-carbon # - socket-io # via engine-io compilation-failure - tasty-rerun - # - logging-effect # GHC 8.2.1 + - logging-effect - reactive-banana "Antoni Silvestre @asilvestre": From 7775814ccecc1e783b1068f7cf40ede4a4539729 Mon Sep 17 00:00:00 2001 From: Tobias Dammers Date: Thu, 7 Sep 2017 21:09:38 +0200 Subject: [PATCH 081/515] Add yeshql --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1046f11c..2934289c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -173,6 +173,7 @@ packages: "Tobias Dammers @tdammers": - ginger + - yeshql "Yair Chuchem @yairchu": - List From decf62652cda4d9a5cffdd2c65a21b49e2b1d54b Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Fri, 8 Sep 2017 12:51:47 -0700 Subject: [PATCH 082/515] Add store back to stackage https://github.com/fpco/store/issues/117 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2934289c..feecfd0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -281,8 +281,8 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # via store compilation failure - - store < 0 # compilation failure + - stackage-curator + - store - stm-conduit - wai-websockets - warp-tls From 5659c2c3672732721440ed230ccc503e664963b6 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Tue, 29 Aug 2017 18:45:59 +0300 Subject: [PATCH 083/515] Add stackage2nix --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index feecfd0f..5ca64325 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3312,6 +3312,9 @@ packages: "Sam Quinn @Lazersmoke": - ghost-buster + "typeable.io ": + - stackage2nix + # 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 f18c67afea02d950019be94de3c9607c331dc5cc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 11:28:11 +0200 Subject: [PATCH 084/515] Re-enable vivid (now that 0.3.0.0 is out). Ping @amindfv! --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ca64325..17e44576 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2751,7 +2751,7 @@ packages: - postgresql-transactional "Tom Murphy @amindfv": - # - vivid # bounds: MonadRandom + - vivid # - midair # bounds: ghc, base - nano-erl @@ -4108,7 +4108,6 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From ab61529a42f2e450bb62a29bb8b49595685184ea Mon Sep 17 00:00:00 2001 From: Jeremy Huffman Date: Fri, 8 Sep 2017 22:01:01 -0400 Subject: [PATCH 085/515] Add higher-leveldb. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17e44576..cc47cfbc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3315,6 +3315,9 @@ packages: "typeable.io ": - stackage2nix + "Jeremy Huffman @jeremyjh": + - higher-leveldb + # 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 5507cffa9d706cb020051c72e81225f0032928bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Fri, 8 Sep 2017 23:26:32 -0400 Subject: [PATCH 086/515] add FindBin --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc47cfbc..273a3e79 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1277,6 +1277,7 @@ packages: - graph-wrapper - string-conversions - hspec-checkers + - FindBin "Jan Stolarek @jstolarek": - tasty-program From 83b84db1abbe93062d1273a7142f606f90f1a3f7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 11:51:01 +0200 Subject: [PATCH 087/515] Removed because it is was deprecated. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a3d768b4..28b27427 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ project information. In addition, we have the following repositories: * [stackage-server](https://github.com/fpco/stackage-server) [![Build Status](https://travis-ci.org/fpco/stackage-server.svg?branch=master)](https://travis-ci.org/fpco/stackage-server) * [stackage-curator](https://github.com/fpco/stackage-curator) [![Build Status](https://travis-ci.org/fpco/stackage-curator.svg?branch=master)](https://travis-ci.org/fpco/stackage-curator) -* [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) From aa890f08790884f39298042432443ab6de303987 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 19:48:57 +0200 Subject: [PATCH 088/515] Remove constraint from yi-rope. Closes https://github.com/fpco/stackage/issues/2833. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 273a3e79..81fa2040 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3378,9 +3378,6 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 - # https://github.com/fpco/stackage/issues/2833 - - yi-rope < 0.9 - # end of packages # Package flags are applied to individual packages, and override the values of From e36519cf5593c33ec3aad88b594de9451d8f0457 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 9 Sep 2017 10:16:59 -0700 Subject: [PATCH 089/515] re-enable hledger-web This should build now. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81fa2040..8a486e25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -937,7 +937,7 @@ packages: - hledger - hledger-lib - hledger-ui - # - hledger-web # GHC 8.2.1 via yesod-form + - hledger-web - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench From a50935dbe20889697e3482d15bb61e970333c058 Mon Sep 17 00:00:00 2001 From: Maarten Faddegon Date: Sat, 9 Sep 2017 19:56:32 +0200 Subject: [PATCH 090/515] add Hoed --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 273a3e79..e43a7cb3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,6 +9,7 @@ cabal-format-version: "1.24" packages: "Maarten Faddegon @MaartenFaddegon": - libgraph + - Hoed "Agustin Camino @acamino": - state-codes From aed3d6990ddafc1ed47e139abea9f2739ea86e0f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:24:12 +0200 Subject: [PATCH 091/515] Add constraint for llvm-hs (< 5.0.0). Please see https://github.com/llvm-hs/llvm-hs/issues/137. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a486e25..851f5156 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3378,6 +3378,9 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 + # https://github.com/llvm-hs/llvm-hs/issues/137 + - llvm-hs < 5.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 53021523a2fcf22a8dc0443040c6fbb18dab8507 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:36:15 +0200 Subject: [PATCH 092/515] Also pin llvm-hs-pure (4.1.0.0). As a result of aed3d6990ddafc1ed47e139abea9f2739ea86e0f. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 851f5156..b7190a41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3380,6 +3380,7 @@ packages: # https://github.com/llvm-hs/llvm-hs/issues/137 - llvm-hs < 5.0.0 + - llvm-hs-pure == 4.1.0.0 # end of packages From 3f76ec9d0ba98acf5932d08c38d41b712e9c4b9d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:40:32 +0200 Subject: [PATCH 093/515] Disable higher-leveldb for now (new package). Please see https://github.com/jeremyjh/higher-leveldb/issues/7. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7190a41..e4fbe13b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3317,7 +3317,8 @@ packages: - stackage2nix "Jeremy Huffman @jeremyjh": - - higher-leveldb + [] + # - higher-leveldb # https://github.com/jeremyjh/higher-leveldb/issues/7 # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 9f69e0bef3697e328e2206b3bc78a08e54b5f4a4 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:45:59 +0200 Subject: [PATCH 094/515] Expect test failure for yeshql. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4fbe13b..b4ad7d91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3795,6 +3795,7 @@ expected-test-failures: - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures + - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - commutative # https://github.com/athanclark/commutative/issues/4 From 096af824009947f6858cb23400d51f9e3cb7be0c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:47:18 +0200 Subject: [PATCH 095/515] Actually, just mark as expected test suite failure. Follows from 3f76ec9d0ba98acf5932d08c38d41b712e9c4b9d. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4ad7d91..ddf7e705 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3317,8 +3317,7 @@ packages: - stackage2nix "Jeremy Huffman @jeremyjh": - [] - # - higher-leveldb # https://github.com/jeremyjh/higher-leveldb/issues/7 + - higher-leveldb # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. @@ -3795,6 +3794,7 @@ expected-test-failures: - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures + - higher-leveldb # https://github.com/jeremyjh/higher-leveldb/issues/7 - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 From e9d5a8dda23118143ec4c36c705350eefed67955 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:52:37 +0200 Subject: [PATCH 096/515] Add upper bound for stackage-curator + stackage2nix. Please see https://github.com/fpco/stackage-curator/issues/46. Ping @4e6. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ddf7e705..152b60a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3382,6 +3382,10 @@ packages: - llvm-hs < 5.0.0 - llvm-hs-pure == 4.1.0.0 + # https://github.com/fpco/stackage-curator/issues/46 + - stackage-curator < 0.15.0.0 + - stackage2nix < 0.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From b2c8d1aa1b573d344789527db3c2bb3713161a37 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 21:02:57 +0200 Subject: [PATCH 097/515] Block stackage-curator/stackage2nix. Unfortunately, there is a build failure in stackage-curator and the lesser version has some compat problem which is related to the GHC version (I think!). So, I'm blocking for now. stackage2nix suffers the same fate since it relies on stackage-curator. Ping @4e6, @snoyman. --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 152b60a8..de8ec985 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -281,7 +281,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator - store - stm-conduit - wai-websockets @@ -3314,7 +3314,8 @@ packages: - ghost-buster "typeable.io ": - - stackage2nix + [] + # - stackage2nix "Jeremy Huffman @jeremyjh": - higher-leveldb @@ -3382,10 +3383,6 @@ packages: - llvm-hs < 5.0.0 - llvm-hs-pure == 4.1.0.0 - # https://github.com/fpco/stackage-curator/issues/46 - - stackage-curator < 0.15.0.0 - - stackage2nix < 0.3.0 - # end of packages # Package flags are applied to individual packages, and override the values of From c30fae635e4ed8b76b7e36d989ebdb917708686b Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Sun, 10 Sep 2017 07:52:19 +0200 Subject: [PATCH 098/515] Switch to LLVM 5 and remove constraints on llvm-hs and llvm-hs-pure --- build-constraints.yaml | 4 ---- debian-bootstrap.sh | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de8ec985..454646a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3379,10 +3379,6 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 - # https://github.com/llvm-hs/llvm-hs/issues/137 - - llvm-hs < 5.0.0 - - llvm-hs-pure == 4.1.0.0 - # end of packages # Package flags are applied to individual packages, and override the values of diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index d294a690..b9a6feaa 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -191,9 +191,9 @@ echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf # llvm-4.0 for llvm-hs (separate since it needs wget) wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ - && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ + && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main" \ && apt-get update \ - && apt-get install -y llvm-4.0 + && apt-get install -y llvm-5.0 # Install version 3 of the protobuf compiler. (The `protobuf-compiler` package only # supports version 2.) From bc1c290a10a138135d7561b1494dc919380117a0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 10 Sep 2017 13:39:35 +0200 Subject: [PATCH 099/515] Re-enable stackage-curator and therefore, stackage2nix. Cause fixed in https://github.com/fpco/stackage-curator/commit/0a9047c430db2053233a087fa7db8d6c33baffb7. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 454646a5..150a71e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -281,7 +281,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator + - stackage-curator - store - stm-conduit - wai-websockets @@ -3314,8 +3314,7 @@ packages: - ghost-buster "typeable.io ": - [] - # - stackage2nix + - stackage2nix "Jeremy Huffman @jeremyjh": - higher-leveldb From 016e1b1d452aff3214649d02a7e768c615157ed7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 10 Sep 2017 13:41:46 +0200 Subject: [PATCH 100/515] Test suite if fixed, re-enable for higher-leveldb. Closes https://github.com/jeremyjh/higher-leveldb/issues/7. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 150a71e7..ae077975 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3790,7 +3790,6 @@ expected-test-failures: - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures - - higher-leveldb # https://github.com/jeremyjh/higher-leveldb/issues/7 - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 From 0c7ad6906b815d87ecf467c42ede1142c1a7d32d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Sicard-Ram=C3=ADrez?= Date: Sun, 10 Sep 2017 22:46:02 -0500 Subject: [PATCH 101/515] Enabled Agda 2.5.3. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58c9bdd8..092d2703 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2033,8 +2033,7 @@ packages: - ipython-kernel # GHC 8 "Andrés Sicard-Ramírez @asr": - [] - # - Agda # GHC 8.2.1 + - Agda "James Cook @mokus0": - dependent-sum From 8fff76ac405078f0a4b63d7d56e65fb988c507ce Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 11 Sep 2017 10:52:44 +0200 Subject: [PATCH 102/515] Expect haddock failure for Agda (2.5.3). Please see https://github.com/agda/agda/issues/2748. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 092d2703..9cc45635 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3907,6 +3907,7 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 + - Agda # https://github.com/agda/agda/issues/2748 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 0c5202811d6c7d2aa1e2bcdbe84a384430fffd96 Mon Sep 17 00:00:00 2001 From: ncaq Date: Mon, 11 Sep 2017 19:44:24 +0900 Subject: [PATCH 103/515] added: string-transform --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9cc45635..aab28ed8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3134,6 +3134,7 @@ packages: "ncaq @ncaq": - haskell-import-graph + - string-transform - uniq-deep - yesod-form-bootstrap4 - yesod-recaptcha2 From 8611bc166af6d9a159e92366b62991d8107d81f1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 12 Sep 2017 11:59:57 +0200 Subject: [PATCH 104/515] Re-enable haddocks for Adga. Closes https://github.com/agda/agda/issues/2748#issuecomment-328804066. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9cc45635..092d2703 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3907,7 +3907,6 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 - - Agda # https://github.com/agda/agda/issues/2748 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 128d1a5c5c5661c98dd4f5bafccd53e6973e9366 Mon Sep 17 00:00:00 2001 From: Olaf Chitil Date: Tue, 12 Sep 2017 14:40:56 +0100 Subject: [PATCH 105/515] add package fpretty --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 092d2703..84bb074e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Olaf Chitil @OlafChitil": + - fpretty + "Maarten Faddegon @MaartenFaddegon": - libgraph - Hoed From b4d318947ac5612b9828c38f7143e18cbefd92d0 Mon Sep 17 00:00:00 2001 From: Tony Day Date: Wed, 13 Sep 2017 09:35:32 +1000 Subject: [PATCH 106/515] re-enable perf --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 092d2703..c6334150 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2993,8 +2993,7 @@ packages: "Tony Day @tonyday567": - numhask - numhask-range - # - chart-unit # bounds optparse-applicative - # - perf # bounds optparse-applicative + - perf - online "Iphigenia Df @iphydf": From e59c8fa44964ae159fc0ff65a540bddd52a7e212 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 13 Sep 2017 15:34:38 +0300 Subject: [PATCH 107/515] Upper bound for #2860 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 092d2703..33922a85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3378,6 +3378,9 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 + # https://github.com/fpco/stackage/issues/2860 + - language-c < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 7828dd3a6c10ee6b11a0afc2eaf15eb323ffc7fd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 13 Sep 2017 18:18:28 +0300 Subject: [PATCH 108/515] Expected test failure for perf #2859 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c81606a3..f27d92ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3860,6 +3860,8 @@ expected-test-failures: - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 + - perf # https://github.com/fpco/stackage/pull/2859 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From c09500768afc61a717e74e9c28c655ffffecfe70 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 13 Sep 2017 18:51:52 +0300 Subject: [PATCH 109/515] Upper bound for #2861 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f27d92ce..662226b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3384,6 +3384,9 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 + # https://github.com/fpco/stackage/issues/2861 + - swagger2 < 2.1.5 + # end of packages # Package flags are applied to individual packages, and override the values of From a1d07a8d944e6f620a9b257f1065a17f1830da0f Mon Sep 17 00:00:00 2001 From: Alexis King Date: Thu, 14 Sep 2017 10:14:35 -0700 Subject: [PATCH 110/515] Add monad-mock --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 662226b4..9edcc208 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2870,6 +2870,7 @@ packages: - bson "Alexis King @lexi-lambda": + - monad-mock - test-fixture - text-conversions - th-to-exp From edb7c01c4492186d5cc9a9497d2916bb1c5cef22 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 15 Sep 2017 07:45:44 +0300 Subject: [PATCH 111/515] Upper bound for #2863 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 662226b4..ad62c275 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3387,6 +3387,9 @@ packages: # https://github.com/fpco/stackage/issues/2861 - swagger2 < 2.1.5 + # https://github.com/fpco/stackage/issues/2863 + - file-embed < 0.0.10.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 26890fc727f60c5e28021ab34d597461794bf2cd Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Fri, 15 Sep 2017 10:14:19 -0700 Subject: [PATCH 112/515] Bloodhound 0.15.0.0 for GHC 8.2.1 I just cut bloodhound 0.15.0.0 which is now building against stackage nightlies. I'm working on katip. If this works out, @phadej, @scrive will need to raise upper bounds and make any adjustments needed and then they can be unblocked here too. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d328f4e..49d2c9b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -747,7 +747,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - # - bloodhound # GHC 8.2.1 + - bloodhound - esqueleto "Adam Bergmark @bergmark": From e4bddb32c598fa59b9db1a3e2d88d399d258b390 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Fri, 15 Sep 2017 12:03:54 -0700 Subject: [PATCH 113/515] Unblock katip and katip-elasticsearch katip-0.5.0.1 and katip-elasticsearch-0.4.0.1 now support GHC 8.2.1 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d328f4e..c822270b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2631,8 +2631,8 @@ packages: # - ua-parser # bounds aeson - hs-GeoIP - retry - # - katip # bounds aeson - # - katip-elasticsearch # via bloodhound: bounds: vector + - katip + - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple From 769c9e13d58a786a31bf4a68c2e270629f48fbca Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 16 Sep 2017 23:47:54 +0300 Subject: [PATCH 114/515] Upper bound for #2867 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d328f4e..1efaf65d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3391,6 +3391,9 @@ packages: # https://github.com/fpco/stackage/issues/2863 - file-embed < 0.0.10.1 + # https://github.com/fpco/stackage/issues/2867 + - data-fix < 0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 1d2136a3e219850ad09aa8fde66fdb9aa0a345c2 Mon Sep 17 00:00:00 2001 From: Michael Swan Date: Sun, 17 Sep 2017 00:45:18 -0500 Subject: [PATCH 115/515] add pcf-font and pcf-font-embed --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d328f4e..63d8ef44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2965,6 +2965,10 @@ packages: - lmdb - rdf + "Michael Swan @michael-swan": + - pcf-font + - pcf-font-embed + "Iago Abal ": - bv From ddcb22f38159c84d27c5e46f9f72a9fab8d2822a Mon Sep 17 00:00:00 2001 From: koral Date: Mon, 18 Sep 2017 19:34:00 +0200 Subject: [PATCH 116/515] Add dublincore-xml-conduit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54c299c1..c6447141 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1882,6 +1882,7 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - conduit-parse + - dublincore-xml-conduit - opml-conduit - rss-conduit < 0 # test runtime failure - imm < 0 # compilation failure via synthesizer-core From 744be39fdca7b52da8f69b02ee72d1d875810842 Mon Sep 17 00:00:00 2001 From: Evan Rutledge Borden Date: Mon, 18 Sep 2017 17:48:23 -0400 Subject: [PATCH 117/515] Resubmit validation to stackage Validation had overly aggressive upper bounds. These have been relaxed per https://github.com/qfpl/validation/issues/9. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54c299c1..438c1a44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ cabal-format-version: "1.24" packages: "Olaf Chitil @OlafChitil": - fpretty - + "Maarten Faddegon @MaartenFaddegon": - libgraph - Hoed @@ -2998,6 +2998,9 @@ packages: [] # - HDBC-mysql # GHC 8.2.1 + "Tony Morris @tonymorris": + - validation + "Tony Day @tonyday567": - numhask - numhask-range From 1e30da961e0ceb30dc5fac9a6aff7ec6b6be7730 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 19 Sep 2017 11:22:14 +0900 Subject: [PATCH 118/515] remove some packages which are not in Hackage new stackage-curator feature --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54c299c1..4cac2d46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: "Olaf Chitil @OlafChitil": - - fpretty + [] "Maarten Faddegon @MaartenFaddegon": - libgraph @@ -1910,7 +1910,6 @@ packages: - pipes-fastx # - pipes-illumina # via: pipes-bgzf - seqalign - - thermonuc - xlsior < 0 # compilation failure https://github.com/eurekagenomics/xlsior/issues/3 "John Lenz @wuzzeb": @@ -2076,7 +2075,7 @@ packages: # - euphoria # GHC 8.2.1 "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - - quadtree + [] "Brian Lewis brian@lorf.org @bsl": [] @@ -2144,7 +2143,6 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae - - compiler-errors - docopt - dynamic-state - dyre @@ -3014,7 +3012,6 @@ packages: - tce-conf "Jonathan Fischoff ": - - threads-extra - clock-extras - next-ref - tmp-postgres From 8b14ef67a691d30211ce82b3d54980c473b37333 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Tue, 19 Sep 2017 11:26:31 +0300 Subject: [PATCH 119/515] Re-enable hjsonschema --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cac2d46..b18f2391 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ cabal-format-version: "1.24" packages: "Olaf Chitil @OlafChitil": [] - + "Maarten Faddegon @MaartenFaddegon": - libgraph - Hoed @@ -2810,9 +2810,8 @@ packages: - directory-tree "Ian Grant Jeffries @seagreen": - [] - # - hjsonpointer # GHC 8.2.1 - # - hjsonschema # GHC 8.2.1 + - hjsonpointer + - hjsonschema "Drew Hess @dhess": - hpio From 25f7903d332e6c2f03c70a77201d9cc1adc8285d Mon Sep 17 00:00:00 2001 From: Hans-Peter Deifel Date: Wed, 20 Sep 2017 12:56:25 +0200 Subject: [PATCH 120/515] Re-add hledger-iadd and enable testsuite The new version 1.2.6 should build fine --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 444e5a3b..e9284530 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3072,8 +3072,7 @@ packages: # - hip # via repa-algorithms "Hans-Peter Deifel @hpdeifel": - [] - # - hledger-iadd # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 + - hledger-iadd "Roy Levien @orome": - crypto-enigma @@ -3816,7 +3815,6 @@ expected-test-failures: - foundation # https://github.com/haskell-foundation/foundation/issues/394 - haddock - heap # https://github.com/pruvisto/heap/issues/4 - - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 From 0979a0d797d2836b62a4181231dbcabfd238add9 Mon Sep 17 00:00:00 2001 From: phischu Date: Sat, 16 Sep 2017 19:59:23 +0200 Subject: [PATCH 121/515] Readd haskell-names --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 444e5a3b..7c926368 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2902,8 +2902,7 @@ packages: - language-fortran "Philipp Schuster @phischu": - [] - # - haskell-names # bounds: aeson + - haskell-names "Shao Cheng @TerrorJack": [] @@ -3781,7 +3780,6 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - 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 - matplotlib # https://github.com/fpco/stackage/issues/2365 - 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 82b759e5cc4e15ea06e5ee053846f1c6cbdf9613 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 21 Sep 2017 02:31:23 +0200 Subject: [PATCH 122/515] Remove some upper bounds. Closes #2826, #2863, #2867 --- build-constraints.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 444e5a3b..d0822625 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3374,12 +3374,6 @@ packages: # https://github.com/fpco/stackage/issues/2779 - xml-conduit < 1.6.0 - # https://github.com/fpco/stackage/issues/2797 - # - inflections < 0.4.0.0 - - # https://github.com/fpco/stackage/issues/2826 - - uri-templater < 0.3 - # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 @@ -3389,12 +3383,6 @@ packages: # https://github.com/fpco/stackage/issues/2861 - swagger2 < 2.1.5 - # https://github.com/fpco/stackage/issues/2863 - - file-embed < 0.0.10.1 - - # https://github.com/fpco/stackage/issues/2867 - - data-fix < 0.2 - # end of packages # Package flags are applied to individual packages, and override the values of From 48ac75a13e4c4d785a21effa3af45e9eb79f30b5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 21 Sep 2017 02:35:21 +0200 Subject: [PATCH 123/515] Upper bound for #2878 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0822625..6cd6e89a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3383,6 +3383,9 @@ packages: # https://github.com/fpco/stackage/issues/2861 - swagger2 < 2.1.5 + # https://github.com/fpco/stackage/issues/2878 + - hackage-db < 2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 9453f5345ca9f2c22d7ac554a1f31c3ab95431dd Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Thu, 21 Sep 2017 21:59:39 +1000 Subject: [PATCH 124/515] Add accelerate --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb286662..90767f22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -672,6 +672,13 @@ packages: "Trevor L. McDonell @tmcdonell": - accelerate + - accelerate-llvm + - accelerate-llvm-native + - accelerate-llvm-ptx + - accelerate-io + - accelerate-fft + - accelerate-blas + # - accelerate-bignum # wide-word-0.1.0.3. No maintainer. @erikd. Used by: test-suite - repa - repa-io - repa-algorithms @@ -679,6 +686,11 @@ packages: - gloss-algorithms - gloss-raster - gloss-rendering + - gloss-accelerate + - gloss-raster-accelerate + - colour-accelerate + - lens-accelerate + - mwc-random-accelerate - cuda - cublas - cusparse From 6687d4ce49dc320f79d71c3a9cbbe50918e66642 Mon Sep 17 00:00:00 2001 From: Olaf Chitil Date: Thu, 21 Sep 2017 18:15:49 +0100 Subject: [PATCH 125/515] Corrected upper-case spelling of FPretty --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84bb074e..357d9909 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: "Olaf Chitil @OlafChitil": - - fpretty + - FPretty "Maarten Faddegon @MaartenFaddegon": - libgraph From 421f2727636a49b62924b4f4c5ede8c3aecf7ba5 Mon Sep 17 00:00:00 2001 From: AndrewRademacher Date: Thu, 21 Sep 2017 15:13:27 -0500 Subject: [PATCH 126/515] Added mallard package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb286662..b2125056 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2458,6 +2458,7 @@ packages: - aeson-casing - graylog - parsec-numeric + - mallard "Callum Rogers @CRogers": - should-not-typecheck From 7f41ff76d8abc76c9b37f209aff490143e4f3379 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 22 Sep 2017 11:12:28 +0900 Subject: [PATCH 127/515] drop "swagger2 < 2.1.5" bound (#2861) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb286662..4df134ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3381,9 +3381,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2861 - - swagger2 < 2.1.5 - # https://github.com/fpco/stackage/issues/2878 - hackage-db < 2.0 From 396696a5a3740bb8901f4ab0a74bbae699f7b457 Mon Sep 17 00:00:00 2001 From: j-keck Date: Fri, 22 Sep 2017 08:33:43 +0200 Subject: [PATCH 128/515] add wreq-stringless --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4df134ed..f775bddc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Jürgen Keck @j-keck": + - wreq-stringless + "Olaf Chitil @OlafChitil": [] From 97b51d27748418af65c05c6f0bc7498b5669a8b0 Mon Sep 17 00:00:00 2001 From: AndrewRademacher Date: Fri, 22 Sep 2017 07:57:01 -0500 Subject: [PATCH 129/515] Added package hasql-optparse-applicative. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4df134ed..2cc19952 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1058,6 +1058,7 @@ packages: - cases - focus - hasql + - hasql-optparse-applicative - hasql-pool - list-t - mtl-prelude From 99dd3afce6d9fc77649e7bde6a7a90e893c83505 Mon Sep 17 00:00:00 2001 From: Jonas Carpay Date: Sat, 23 Sep 2017 16:57:43 +0200 Subject: [PATCH 130/515] add jonascarpay/apecs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4df134ed..808a7eab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2177,6 +2177,9 @@ packages: [] # - GPipe-GLFW # GHC 8.2.1 via GLFW-b + "Jonas Carpay @jonascarpay": + - apecs + "Csaba Hruska @csabahruska": [] # - lambdacube-ir # bounds: aeson From 90846de80e0845e8a22fa512db3ed1de96c7743d Mon Sep 17 00:00:00 2001 From: tobbebex Date: Sat, 23 Sep 2017 19:24:06 +0200 Subject: [PATCH 131/515] Update build-constraints.yaml GPipe 2.2.2 now supports GHC 8.2.1 and builds using latest stackage nightly --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4df134ed..734ee94a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2170,8 +2170,7 @@ packages: - yi-snippet "Tobias Bexelius @tobbebex": - [] - # - GPipe # GHC 8.2.1 + - GPipe "Patrick Redmond @plredmond": [] From b24cee534d8426bc138c58fca94f4c1789d8ae38 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 23 Sep 2017 08:51:17 -1000 Subject: [PATCH 132/515] re-enable hledger-interest Not my package, but I'm pretty sure this has been resolved. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4df134ed..40c5f588 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2225,7 +2225,7 @@ packages: - cabal2nix - funcmp - hackage-db - # - hledger-interest # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 + - hledger-interest - hopenssl - hsdns - hsemail From 566be11311441113aada9b8ae1e18fc5e8ca3818 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 17:54:07 +0900 Subject: [PATCH 133/515] marvin < 0.2.4 (#2894) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3deb8f2b..97ce2d8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3402,6 +3402,8 @@ packages: # https://github.com/fpco/stackage/issues/2878 - hackage-db < 2.0 + # https://github.com/fpco/stackage/issues/2894 + - marvin < 0.2.4 # end of packages # Package flags are applied to individual packages, and override the values of From 4d316a7d260c4e028b2f2471ae87387748926119 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 18:03:21 +0900 Subject: [PATCH 134/515] disable vector-builder benchmarks (#2896) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97ce2d8d..74e79394 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4008,6 +4008,7 @@ skipped-benchmarks: - refined - slave-thread - stm-containers + - vector-builder # @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070 - fgl - fgl-arbitrary From 86063564115bf6897b9a8a27a829f2a20824e44c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 18:04:22 +0900 Subject: [PATCH 135/515] cabal2nix < 2.6 due to hackage-db < 2.0 (#2878) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74e79394..8240c252 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3401,6 +3401,7 @@ packages: # https://github.com/fpco/stackage/issues/2878 - hackage-db < 2.0 + - cabal2nix < 2.6 # https://github.com/fpco/stackage/issues/2894 - marvin < 0.2.4 From 630a9f6f4eeaf74051d38463085ac3d45cb7edb9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 18:06:36 +0900 Subject: [PATCH 136/515] megaparsec < 6.2.0 (#2893) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8240c252..fe7d8b61 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3405,6 +3405,9 @@ packages: # https://github.com/fpco/stackage/issues/2894 - marvin < 0.2.4 + + # https://github.com/fpco/stackage/issues/2893 + - megaparsec < 6.2.0 # end of packages # Package flags are applied to individual packages, and override the values of From fda0882130bc8ee40fe3e43059ee5a02080a4768 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 18:09:50 +0900 Subject: [PATCH 137/515] irc-client < 1.0.0.0 (#2891) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fe7d8b61..8aca55ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3408,6 +3408,9 @@ packages: # https://github.com/fpco/stackage/issues/2893 - megaparsec < 6.2.0 + + # https://github.com/fpco/stackage/issues/2891 + - irc-client < 1.0.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 75f31ff46141ebaadb442eaf96521e1e9a370b3e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 18:17:00 +0900 Subject: [PATCH 138/515] swagger2 < 2.1.5 (#2895) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8aca55ee..d1b1f0a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3411,6 +3411,9 @@ packages: # https://github.com/fpco/stackage/issues/2891 - irc-client < 1.0.0.0 + + # https://github.com/fpco/stackage/issues/2895 + - swagger2 < 2.1.5 # end of packages # Package flags are applied to individual packages, and override the values of From 68297c61680e4fc55aa4b65e63d4c2e43b98960b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 20:20:04 +0900 Subject: [PATCH 139/515] try dropping hledger-api rather than swagger2 < 2.1.5 (#2895) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit src/Data/Swagger/Internal/ParamSchema.hs:296:21: error: Ambiguous occurrence ‘constructorTagModifier’ --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1b1f0a4..be181212 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -957,7 +957,7 @@ packages: - hledger-lib - hledger-ui - hledger-web - - hledger-api + # - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -3411,9 +3411,6 @@ packages: # https://github.com/fpco/stackage/issues/2891 - irc-client < 1.0.0.0 - - # https://github.com/fpco/stackage/issues/2895 - - swagger2 < 2.1.5 # end of packages # Package flags are applied to individual packages, and override the values of From f6b7135996870a36bac4a11c413e77b968649969 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 20:41:21 +0900 Subject: [PATCH 140/515] debian-bootstrap.sh: nvidia-cuda-dev for accelerate-llvm-ptx (#2880) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index b9a6feaa..e1ecdf13 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -126,6 +126,7 @@ apt-get install -y \ nettle-dev \ nodejs \ npm \ + nvidia-cuda-dev \ openjdk-8-jdk \ python-mpltoolkits.basemap \ python3-matplotlib \ From 2c5f15f811d06dfaaf62b28e0fe93d823cd2ffcd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 20:52:21 +0900 Subject: [PATCH 141/515] debian-bootstrap.sh: nvidia-cuda-dev is in multiverse --- debian-bootstrap.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index e1ecdf13..c27396c3 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -126,7 +126,6 @@ apt-get install -y \ nettle-dev \ nodejs \ npm \ - nvidia-cuda-dev \ openjdk-8-jdk \ python-mpltoolkits.basemap \ python3-matplotlib \ @@ -227,7 +226,7 @@ pushd /tmp \ && export PATH=${CUDA_PATH}/bin:${PATH} \ && popd -## non-free repo for mediabus-fdk-aac -#apt-add-repository multiverse \ -# && apt-get update \ -# && apt-get install -y libfdk-aac-dev +# non-free repo for mediabus-fdk-aac +apt-add-repository multiverse \ + && apt-get update \ + && apt-get install -y nvidia-cuda-dev From 46ed2916fb0f95ee4cd094ff2e2b81fc6badc0f8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 20:59:44 +0900 Subject: [PATCH 142/515] validation doctests fail (#2872) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index be181212..201d0d33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3013,8 +3013,8 @@ packages: [] # - HDBC-mysql # GHC 8.2.1 - "Tony Morris @tonymorris": - - validation +# "Tony Morris @tonymorris": +# - validation # https://github.com/fpco/stackage/pull/2872 "Tony Day @tonyday567": - numhask From f39214bbbd9f422995f61b656e60f4bfd27b4075 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 18 Aug 2017 07:33:55 +0200 Subject: [PATCH 143/515] Enable mole --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 201d0d33..9d5d898a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1240,7 +1240,7 @@ packages: - google-cloud - kraken - libinfluxdb - # - mole # via snap, heist, xmlhtml, + - mole - publicsuffix - rethinkdb-client-driver - snap-blaze From f2d2e1c7771789199aa5c74343ef73a7ba6cf458 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 02:00:28 +0900 Subject: [PATCH 144/515] disable shake-language-c for shake-0.16 (samplecount/shake-language-c#32) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 201d0d33..753a9511 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1147,7 +1147,8 @@ packages: - product-profunctors "Samplecount stefan@samplecount.com @kaoskorobase": - - shake-language-c + [] + # - shake-language-c # https://github.com/samplecount/shake-language-c/issues/32 "David Turner @davecturner": - alarmclock From 9cd875068e072a50dd0935d60490b73ab3fcbcdb Mon Sep 17 00:00:00 2001 From: Adam Curtis Date: Sun, 24 Sep 2017 13:18:20 -0400 Subject: [PATCH 145/515] Add webdriver and cond --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 753a9511..67cefbfc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3343,6 +3343,10 @@ packages: "Jeremy Huffman @jeremyjh": - higher-leveldb + + "Adam Curtis @kallisti-dev": + - webdriver + - cond # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 8eb07689d563a8b50e1dce6f5322f5bfba17fbf2 Mon Sep 17 00:00:00 2001 From: Yuji Yamamoto Date: Mon, 25 Sep 2017 09:09:25 +0900 Subject: [PATCH 146/515] Add th-strict-compat Hackage: https://hackage.haskell.org/package/th-strict-compat Repos: https://gitlab.com/igrep/th-strict-compat --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 753a9511..77506d5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2562,6 +2562,7 @@ packages: "Yuji Yamamoto @igrep": - yes-precure5-command + - th-strict-compat "Hans-Christian Esperer @hce": - avwx From 51e5afc1a85f2eae7acf035d0fd5c59bbf1eac2e Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 24 Sep 2017 21:20:24 -0400 Subject: [PATCH 147/515] Revert "Disable hopenpgp-tools per #2812" This reverts commit 6e36c33f51f8d3910bd00ddbf667702336465066. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 753a9511..27bf4374 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -875,7 +875,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - # - hopenpgp-tools # https://github.com/fpco/stackage/issues/2812 + - hopenpgp-tools - opensource "Piyush P Kurur @piyush-kurur": From a26b45444efb7f21a4a48a88b2e6d795ed501e1c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Sep 2017 04:02:15 +0200 Subject: [PATCH 148/515] Expect accelerate-blas tests to fail #2880 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 753a9511..4c6a3680 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3852,6 +3852,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 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 + - accelerate-blas # https://github.com/fpco/stackage/pull/2880 # Stackage upper bounds, re-enable these when their upper bound is removed From c5e4d9496028cfbb52524c4e5f31265c0f4a6b73 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Sep 2017 04:04:26 +0200 Subject: [PATCH 149/515] Remove upper bound and close #2894 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c6a3680..62a40466 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3404,9 +3404,6 @@ packages: - hackage-db < 2.0 - cabal2nix < 2.6 - # https://github.com/fpco/stackage/issues/2894 - - marvin < 0.2.4 - # https://github.com/fpco/stackage/issues/2893 - megaparsec < 6.2.0 From bef0429ca6962763023bb5f79105b37fafdc182e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Sep 2017 04:07:59 +0200 Subject: [PATCH 150/515] Remove outdated comment --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 62a40466..b58d9bcf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -254,7 +254,7 @@ packages: - once "David Johnson @dmjio": - - miso # GHC 8.2.1 + - miso - envy - s3-signer - google-translate # bounds: servant From 2622ae61e6a3906a9771088f346c2f8c0ca24d59 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Sep 2017 04:08:56 +0200 Subject: [PATCH 151/515] Disable servant-swagger tests #2879 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b58d9bcf..f3ea0b1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3850,6 +3850,7 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - accelerate-blas # https://github.com/fpco/stackage/pull/2880 + - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 # Stackage upper bounds, re-enable these when their upper bound is removed From 9143ebfb6e703030c8b70269c4ca689394930dd2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 12:39:07 +0900 Subject: [PATCH 152/515] disable avers-api-docs (wereHamster/avers#2) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3ea0b1a..7db2939a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1231,7 +1231,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - - avers-api-docs + # - avers-api-docs # https://github.com/wereHamster/avers/issues/2 - avers-server - css-syntax - etcd From cff7f453411020b5a1c6f7778380932dd72d7e6d Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Mon, 25 Sep 2017 03:49:59 +0000 Subject: [PATCH 153/515] Re-enable teardown package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 848e1cc9..a615d20e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -68,8 +68,8 @@ packages: "Roman Gonzalez @roman": [] + - teardown # - etc # GHC 8.2.1 via protolude - # - teardown # GHC 8.2.1 "Richard Cook @rcook": - hidden-char From 1a874bcb0bd3445611ed45ed5971b09afb55e0bf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 12:58:12 +0900 Subject: [PATCH 154/515] disable find-clumpiness (GregorySchwartz/find-clumpiness#3) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7db2939a..9c236c0c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2270,7 +2270,7 @@ packages: - tree-fun - random-tree - clumpiness - - find-clumpiness + # - find-clumpiness # https://github.com/GregorySchwartz/find-clumpiness/issues/3 - blosum # - convert-annotation # via inline-r compilation failure # - rank-product # GHC 8.2.1 via random-fu From eb5d13d035b21e60d1add456f55ada2f673df4bb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 13:02:22 +0900 Subject: [PATCH 155/515] disable miso for aeson-1.2.2.0 (#haskell-miso/miso#295) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c236c0c..848e1cc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -254,7 +254,7 @@ packages: - once "David Johnson @dmjio": - - miso + # - miso # aeson - https://github.com/haskell-miso/miso/issues/295 - envy - s3-signer - google-translate # bounds: servant From b729fba7ea9aa8c485dc8d825fe79f8b38b768ba Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 16:21:41 +0900 Subject: [PATCH 156/515] Revert "irc-client < 1.0.0.0 (#2891)" This reverts commit fda0882130bc8ee40fe3e43059ee5a02080a4768. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 848e1cc9..d719b574 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3406,9 +3406,6 @@ packages: # https://github.com/fpco/stackage/issues/2893 - megaparsec < 6.2.0 - - # https://github.com/fpco/stackage/issues/2891 - - irc-client < 1.0.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 090b5f865bdf3e7605d3312a197427a5d8808251 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 16:32:10 +0900 Subject: [PATCH 157/515] revert "megaparsec < 6.2.0" (#2893) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1537d913..138cddd4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3408,9 +3408,6 @@ packages: # https://github.com/fpco/stackage/issues/2878 - hackage-db < 2.0 - cabal2nix < 2.6 - - # https://github.com/fpco/stackage/issues/2893 - - megaparsec < 6.2.0 # end of packages # Package flags are applied to individual packages, and override the values of From 613aacfa74bae57304b9894a8e0893a294c909b5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 16:41:38 +0900 Subject: [PATCH 158/515] try dropping "hackage-db < 2.0" (#2878) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 138cddd4..03fc1dca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3404,10 +3404,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - - # https://github.com/fpco/stackage/issues/2878 - - hackage-db < 2.0 - - cabal2nix < 2.6 # end of packages # Package flags are applied to individual packages, and override the values of From 5de4f268ae6d7ba7726a8741cbba8d528d2b8227 Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Mon, 25 Sep 2017 17:47:10 +1000 Subject: [PATCH 159/515] Add wide-word With permission from @erikd: erikd/wide-word#1. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 848e1cc9..847db480 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -699,6 +699,7 @@ packages: - cusparse - cusolver - nvvm + - wide-word "Liam O'Connor @liamoc": [] From d3b33d31c96ed7e5f2db56537e81ff83607c90e0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 16:48:02 +0900 Subject: [PATCH 160/515] fix adding teardown --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a615d20e..2ec7ee86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -67,7 +67,6 @@ packages: # - discord-hs # bounds: req "Roman Gonzalez @roman": - [] - teardown # - etc # GHC 8.2.1 via protolude From cefd2401c223ae3997562bb0b741c6a668d42e9d Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Mon, 25 Sep 2017 18:19:46 +1000 Subject: [PATCH 161/515] Add accelerate-bignum --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 847db480..2ab80594 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -681,7 +681,7 @@ packages: - accelerate-io - accelerate-fft - accelerate-blas - # - accelerate-bignum # wide-word-0.1.0.3. No maintainer. @erikd. Used by: test-suite + - accelerate-bignum - repa - repa-io - repa-algorithms @@ -3778,6 +3778,7 @@ expected-test-failures: - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server + - accelerate-bignum # CUDA GPU # Test executable requires arguments - hpqtypes From 301c7e6fb2305f396b15e71087777af878d7ce27 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 22:20:01 +0900 Subject: [PATCH 162/515] add QuadTree, compiler-warnings, threads-extras fixing 1e30da9 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 64f4e45f..05fb04e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2092,7 +2092,7 @@ packages: # - euphoria # GHC 8.2.1 "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - [] + - QuadTree "Brian Lewis brian@lorf.org @bsl": [] @@ -2160,6 +2160,7 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae + - compiler-warnings - docopt - dynamic-state - dyre @@ -3035,6 +3036,7 @@ packages: "Jonathan Fischoff ": - clock-extras - next-ref + - threads-extras - tmp-postgres # - postgresql-simple-opts # bounds: optparse-applicative - pg-transact From 682d4087b96673e92ecd84385f71a0a254cd6eb7 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Mon, 25 Sep 2017 22:23:19 +0300 Subject: [PATCH 163/515] Add dom-parser --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05fb04e7..114e25c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3341,11 +3341,12 @@ packages: - ghost-buster "typeable.io ": + - dom-parser - stackage2nix "Jeremy Huffman @jeremyjh": - higher-leveldb - + "Adam Curtis @kallisti-dev": - webdriver - cond From 6b844b02f70dc6fc56d53af2e7f29c041df67d34 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 25 Sep 2017 17:11:29 -0700 Subject: [PATCH 164/515] Expect foundation tests to pass per https://github.com/haskell-foundation/foundation/issues/394#issuecomment-331815967 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05fb04e7..b880a9b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3822,7 +3822,6 @@ expected-test-failures: - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - flat # https://github.com/Quid2/flat/issues/1 - - foundation # https://github.com/haskell-foundation/foundation/issues/394 - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled From 04319dfa30cb312a5105c4f53b1401083920b401 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 26 Sep 2017 13:20:17 +0900 Subject: [PATCH 165/515] QuadTree needs older base and lens --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05fb04e7..8f3ba598 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2092,7 +2092,8 @@ packages: # - euphoria # GHC 8.2.1 "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - - QuadTree + [] + # - QuadTree # base and lens "Brian Lewis brian@lorf.org @bsl": [] From b6d451b183a30c34ea099b4fbbe3128aef6ca4bb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 12:14:31 +0200 Subject: [PATCH 166/515] Disable hopenpgp-tools #2899 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f3ba598..5d465004 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -874,7 +874,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools + - hopenpgp-tools < 0 # Compilation failure https://github.com/fpco/stackage/pull/2899#issuecomment-331836991 - opensource "Piyush P Kurur @piyush-kurur": @@ -3346,7 +3346,7 @@ packages: "Jeremy Huffman @jeremyjh": - higher-leveldb - + "Adam Curtis @kallisti-dev": - webdriver - cond From 8a4f8019a610345fe9942dcceb42dd7f7e4d5cdd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 12:19:23 +0200 Subject: [PATCH 167/515] Expect linear-accelerate tests to fail ekmett/linear-accelerate#10 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d465004..7ac427bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3815,6 +3815,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - linear-accelerate # https://github.com/ekmett/linear-accelerate/issues/10 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 816a2844454b708cc2254303ccaff71e9afa827a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 12:21:46 +0200 Subject: [PATCH 168/515] Expect tasty-discover tests to fail lwm/tasty-discover#123 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ac427bc..b6e5cf93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3816,6 +3816,7 @@ expected-test-failures: - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - linear-accelerate # https://github.com/ekmett/linear-accelerate/issues/10 + - tasty-discover # https://github.com/lwm/tasty-discover/issues/123 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 7b5eb1967b8e85563298efebabef502b3a0665a9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 12:26:53 +0200 Subject: [PATCH 169/515] Expect teardown tests to fail #2901 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6e5cf93..8601518b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3869,6 +3869,9 @@ expected-test-failures: - multiset - makefile + # Doctest failures + - teardown + # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 From e473577348a0d4884932c5de57b8735f24d5d033 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 12:36:26 +0200 Subject: [PATCH 170/515] Re-enable miso --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7b33bcf..eb9ec110 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -253,7 +253,7 @@ packages: - once "David Johnson @dmjio": - # - miso # aeson - https://github.com/haskell-miso/miso/issues/295 + - miso - envy - s3-signer - google-translate # bounds: servant From f4c88d5d311c3d89a6ea7501cc4121b01c3a5d97 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 13:56:05 +0200 Subject: [PATCH 171/515] Expect wide-word tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb9ec110..e5290203 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3800,6 +3800,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 - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 + - wide-word # https://github.com/erikd/wide-word/issues/2 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 2f2f8665b1e5edc02773418a66528d9cc63adfc3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 15:48:13 +0200 Subject: [PATCH 172/515] Re-enable linear-accelerate tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5290203..e7d3c669 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3820,7 +3820,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - linear-accelerate # https://github.com/ekmett/linear-accelerate/issues/10 - tasty-discover # https://github.com/lwm/tasty-discover/issues/123 # Compilation failures From 93e40de2da863049e0cb6e61fdcfa0570128f3a3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 26 Sep 2017 19:33:47 +0200 Subject: [PATCH 173/515] Re-enable tasty-discover tests. Fixed in https://github.com/lwm/tasty-discover/commit/03e7a8c2a38b14b0d45429c9c765a8b79e117973. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7d3c669..31288ecf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3820,7 +3820,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - tasty-discover # https://github.com/lwm/tasty-discover/issues/123 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From fe48d1e76ca9ad99c65c1eeb9e8f9169128149b1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 20:56:26 +0200 Subject: [PATCH 174/515] Revert "Re-enable linear-accelerate tests" This reverts commit 2f2f8665b1e5edc02773418a66528d9cc63adfc3. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31288ecf..d2d91f59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3820,6 +3820,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - linear-accelerate # https://github.com/ekmett/linear-accelerate/issues/10 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From fba7df03eff3b9887d1cb8672fbc61d43741069a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 21:20:27 +0200 Subject: [PATCH 175/515] Raise xml-conduit upper bound --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2d91f59..d9d9984a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3402,7 +3402,7 @@ packages: - ansi-terminal < 0.7 # https://github.com/fpco/stackage/issues/2779 - - xml-conduit < 1.6.0 + - xml-conduit < 1.7.0 # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 From c4f4ca25e4933c5a57788593702bd0ab4283351f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 21:23:27 +0200 Subject: [PATCH 176/515] Upper bound for #2906 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9d9984a..4946de86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3409,6 +3409,9 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 + + # https://github.com/fpco/stackage/issues/2906 + - uri-bytestring < 0.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 6506706f4a9a419f0813e1af971ba90e4b0af669 Mon Sep 17 00:00:00 2001 From: AndrewRademacher Date: Tue, 26 Sep 2017 20:42:11 -0500 Subject: [PATCH 177/515] Added GDAX interface library. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4946de86..6d27b5f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2480,6 +2480,7 @@ packages: - graylog - parsec-numeric - mallard + - gdax "Callum Rogers @CRogers": - should-not-typecheck From 84259bda19428530ac50acb292e0a0d8990e4231 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Sep 2017 12:57:50 +0300 Subject: [PATCH 178/515] Remove upper bounds and close #2779 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4946de86..204f70a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3401,9 +3401,6 @@ packages: # https://github.com/fpco/stackage/issues/2778 - ansi-terminal < 0.7 - # https://github.com/fpco/stackage/issues/2779 - - xml-conduit < 1.7.0 - # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 From 2f4c1c851ba62e57ffc286ac2aa7a0bb0d7fd082 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Wed, 27 Sep 2017 15:39:28 +0300 Subject: [PATCH 179/515] Add xml-isogen --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 204f70a0..905c8c31 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3346,6 +3346,7 @@ packages: "typeable.io ": - dom-parser - stackage2nix + - xml-isogen "Jeremy Huffman @jeremyjh": - higher-leveldb From ec2a2881247983e5e88c7b36857f506b4478a402 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 27 Sep 2017 22:42:04 +0200 Subject: [PATCH 180/515] Re-enable wide-word tests erikd/wide-word#2 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index daa26f24..794b758a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3802,7 +3802,6 @@ 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 - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 - - wide-word # https://github.com/erikd/wide-word/issues/2 # Assertion failures, these can be real bugs or just limitations # in the test cases. From ca5d150741d6f481d3e9c66bd29c7c43df1c1f30 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 27 Sep 2017 22:44:45 +0200 Subject: [PATCH 181/515] Re-enable shake-language-c #32 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 794b758a..1d406574 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1148,8 +1148,7 @@ packages: - product-profunctors "Samplecount stefan@samplecount.com @kaoskorobase": - [] - # - shake-language-c # https://github.com/samplecount/shake-language-c/issues/32 + - shake-language-c "David Turner @davecturner": - alarmclock From 755fcef971826828c90029a187740006b4acb263 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Sep 2017 02:59:47 +0200 Subject: [PATCH 182/515] Expect gdax tests to fail #2907 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d406574..2d51f140 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3779,6 +3779,7 @@ expected-test-failures: - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - accelerate-bignum # CUDA GPU + - gdax # Needs environment variables set # Test executable requires arguments - hpqtypes From 0ce48b6e677305fdf7bfe65024460bc47b21285e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Sep 2017 03:05:24 +0200 Subject: [PATCH 183/515] Disable xml-isogen #2908 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d51f140..4de50e7e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3346,7 +3346,7 @@ packages: "typeable.io ": - dom-parser - stackage2nix - - xml-isogen + # - xml-isogen # Compilation failure of dependency xml-conduit-writer https://github.com/fpco/stackage/pull/2908 "Jeremy Huffman @jeremyjh": - higher-leveldb From ae555cbf639390eb8b5e0af4a1a80b45bbd4ff2c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Sep 2017 03:14:19 +0200 Subject: [PATCH 184/515] Disable soap-* due to xml-conduit-writer compilation failure --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4de50e7e..8a493137 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1590,10 +1590,10 @@ packages: - cubicspline - maximal-cliques - "Alexander Bondarenko @wiz": - - soap - - soap-tls - - soap-openssl + "Alexander Bondarenko @wiz": [] + # - soap # compilation failure via xml-conduit-writer + # - soap-tls # compilation failure via xml-conduit-writer + # - soap-openssl # compilation failure via xml-conduit-writer "Andres Löh @kosmikus": - generics-sop From f9491d1893d3994641eee9506b7d0728e6f38f2a Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Fri, 29 Sep 2017 02:46:01 +0800 Subject: [PATCH 185/515] Make mintty build with Win32-2.5.x.x ghc-8.2.1 ships with Win32-2.5.4.1, and mintty should build with this version of Win32. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a493137..8c69921b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3504,7 +3504,7 @@ package-flags: time_pre_1_6: false mintty: - win32-2-5: false + win32-2-5: true cassava: pre-bytestring-0-10-4: false From 551ce8e8b872e7a38bfddd35dba5f8f0ae0d423f Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Fri, 29 Sep 2017 14:40:12 +1000 Subject: [PATCH 186/515] Add accelerate-examples --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a493137..19afd7d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -681,6 +681,7 @@ packages: - accelerate-fft - accelerate-blas - accelerate-bignum + - accelerate-examples - repa - repa-io - repa-algorithms From eaa451c9e0f384df7327ae19e9b4b0d4b41ee174 Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Fri, 29 Sep 2017 16:33:11 +1000 Subject: [PATCH 187/515] Expect linear-accelerate tests to pass ekmett/linear-accelerate#10 fixed in linear-accelerate-0.5.0.1 release --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a493137..e2ef838e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3821,7 +3821,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - linear-accelerate # https://github.com/ekmett/linear-accelerate/issues/10 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 028447df0e00a67b0959ef1e5e1233c02755eb31 Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Fri, 29 Sep 2017 16:42:07 +1000 Subject: [PATCH 188/515] Expect accelerate-blas tests to fail This just changes the reason the tests are expected to fail, since as of accelerate-blas-0.1.0.1 they will now at least build. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a493137..424f25ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3779,6 +3779,7 @@ expected-test-failures: - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - accelerate-bignum # CUDA GPU + - accelerate-blas # CUDA GPU - gdax # Needs environment variables set # Test executable requires arguments @@ -3852,7 +3853,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 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - accelerate-blas # https://github.com/fpco/stackage/pull/2880 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 # Stackage upper bounds, re-enable these when their upper bound is removed From ccabb4007433623f9a458426c5759886a92a30e7 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Fri, 29 Sep 2017 16:33:52 +0200 Subject: [PATCH 189/515] Added package nakadi-client --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a493137..0d147927 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3258,6 +3258,7 @@ packages: - type-level-integers - partial-order - async-timer + - nakadi-client "Simon Hafner @reactormonk": - uri-bytestring-aeson From 5518f4a4ddac373d6ea3a76a5546bb37de5f5c80 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 29 Sep 2017 22:07:11 +0200 Subject: [PATCH 190/515] Expect nakadi-client tests to fail #2913 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb8f9523..d0363c12 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3783,6 +3783,7 @@ expected-test-failures: - accelerate-bignum # CUDA GPU - accelerate-blas # CUDA GPU - gdax # Needs environment variables set + - nakadi-client # Needs environment variable set # Test executable requires arguments - hpqtypes From 1edb6edd36830e9013b5b200acbda4c497946fe6 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Fri, 29 Sep 2017 23:43:45 +0200 Subject: [PATCH 191/515] Added throttle-io-stream and conduit-throttle --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0363c12..96782a69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3260,6 +3260,8 @@ packages: - partial-order - async-timer - nakadi-client + - throttle-io-stream + - conduit-throttle "Simon Hafner @reactormonk": - uri-bytestring-aeson From b340cca55abf4fffd05337bf7fa8922f934c8940 Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Sun, 1 Oct 2017 10:55:27 +0200 Subject: [PATCH 192/515] Add lxd-client --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 96782a69..7acb07aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2865,6 +2865,7 @@ packages: "Henri Verroken @hverr": - bordacount - cache + - lxd-client - xxhash-ffi "Cliff Harvey @BlackBrane": From a85b06fad45b6e45888469d87c92189279adc309 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:05:43 +0200 Subject: [PATCH 193/515] Upper bounds for #2917 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 96782a69..c7238bf4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3414,6 +3414,11 @@ packages: # https://github.com/fpco/stackage/issues/2906 - uri-bytestring < 0.3.0 + + # https://github.com/fpco/stackage/issues/2917 + - hledger-lib < 1.4 + - hledger-ui < 1.4 + - hledger-web < 1.4 # end of packages # Package flags are applied to individual packages, and override the values of From 8feec6c99ccd6ab13a58957722c273e3755ca616 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:08:45 +0200 Subject: [PATCH 194/515] Another upper bound for #2917 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 347dbe13..3007c695 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,6 +3417,7 @@ packages: - uri-bytestring < 0.3.0 # https://github.com/fpco/stackage/issues/2917 + - hledger < 1.4 - hledger-lib < 1.4 - hledger-ui < 1.4 - hledger-web < 1.4 From 18217456422d2902e0f4e600100725d462900d44 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:13:00 +0200 Subject: [PATCH 195/515] Re-enable xml-conduit-writer dependents #2908, ae555cbf639390eb8b5e0af4a1a80b45bbd4ff2c --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3007c695..fef0e979 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1592,9 +1592,9 @@ packages: - maximal-cliques "Alexander Bondarenko @wiz": [] - # - soap # compilation failure via xml-conduit-writer - # - soap-tls # compilation failure via xml-conduit-writer - # - soap-openssl # compilation failure via xml-conduit-writer + - soap + - soap-tls + - soap-openssl "Andres Löh @kosmikus": - generics-sop @@ -3351,7 +3351,7 @@ packages: "typeable.io ": - dom-parser - stackage2nix - # - xml-isogen # Compilation failure of dependency xml-conduit-writer https://github.com/fpco/stackage/pull/2908 + - xml-isogen "Jeremy Huffman @jeremyjh": - higher-leveldb From 53e7ce8c50fa81c6eae0f07a560ccf09fbb67821 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:13:45 +0200 Subject: [PATCH 196/515] Fix syntax error --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fef0e979..19328e58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1591,7 +1591,7 @@ packages: - cubicspline - maximal-cliques - "Alexander Bondarenko @wiz": [] + "Alexander Bondarenko @wiz": - soap - soap-tls - soap-openssl From aed1da99ffda95232a6a2a4d273d08e8e4d3dff3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:23:04 +0200 Subject: [PATCH 197/515] Expect ip tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19328e58..c8366f38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3865,6 +3865,7 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 + - ip # Stackage upper bounds, re-enable these when their upper bound is removed From 6cbda2bf8ead363f297b4667db4f0bb132df948a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:25:40 +0200 Subject: [PATCH 198/515] Add issue for ip test failure --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8366f38..2b546da8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3865,7 +3865,7 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - - ip + - ip # https://github.com/andrewthad/haskell-ip/issues/17 # Stackage upper bounds, re-enable these when their upper bound is removed From afbc98a516a0fa8d8fa2762cf0fbf0bc1991919a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 1 Oct 2017 15:52:59 -0700 Subject: [PATCH 199/515] Bound Glob due to https://github.com/sol/hpack/issues/202 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b546da8..70e1c673 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3421,6 +3421,9 @@ packages: - hledger-lib < 1.4 - hledger-ui < 1.4 - hledger-web < 1.4 + + # https://github.com/sol/hpack/issues/202 + - Glob < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From 50423d1bf5843956611facabb1f506893b31285e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 1 Oct 2017 15:59:37 -0700 Subject: [PATCH 200/515] Skip tests for lxd-client due to #2919 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70e1c673..152cfb1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3907,6 +3907,7 @@ expected-test-failures: - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - perf # https://github.com/fpco/stackage/pull/2859 + - lxd-client # https://github.com/fpco/stackage/issues/2919 # end of expected-test-failures From 8ee3d73ef8b068a11c77c31e4ef6b9420038c763 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 1 Oct 2017 16:14:48 -0700 Subject: [PATCH 201/515] Upper bound fingertree since it fails reducers (#2920) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 152cfb1f..3ad975f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3424,6 +3424,9 @@ packages: # https://github.com/sol/hpack/issues/202 - Glob < 0.9.0 + + # https://github.com/fpco/stackage/issues/2920 + - fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of From e44a400ee911ab4cc0a89c8b91dcf847fb8c2112 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 1 Oct 2017 21:48:37 -0700 Subject: [PATCH 202/515] Another fix for #2920 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ad975f6..e4f89988 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3426,7 +3426,7 @@ packages: - Glob < 0.9.0 # https://github.com/fpco/stackage/issues/2920 - - fingertree < 0.1.2 + - reducers < 3.12.1 # end of packages # Package flags are applied to individual packages, and override the values of From c7abd42dbfe87beec846fb5f17ad5a6380b0f581 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 1 Oct 2017 21:53:29 -0700 Subject: [PATCH 203/515] Another fix (this should be the one) for #2920 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4f89988..3ad975f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3426,7 +3426,7 @@ packages: - Glob < 0.9.0 # https://github.com/fpco/stackage/issues/2920 - - reducers < 3.12.1 + - fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of From 9bcac0330c85c9acbdd7b7c5e084f957fc46eea7 Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Sun, 1 Oct 2017 18:59:43 +0200 Subject: [PATCH 204/515] Permanently skip tests for lxd-client (#2919) lxd-client needs LXD infrastructure, which is unavailable on Debian --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ad975f6..4cfb9181 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3799,6 +3799,7 @@ expected-test-failures: - accelerate-blas # CUDA GPU - gdax # Needs environment variables set - nakadi-client # Needs environment variable set + - lxd-client # Needs LXD, not available on debian # Test executable requires arguments - hpqtypes @@ -3910,7 +3911,6 @@ expected-test-failures: - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - perf # https://github.com/fpco/stackage/pull/2859 - - lxd-client # https://github.com/fpco/stackage/issues/2919 # end of expected-test-failures From e424cd4dc709397fcb57fcb804ff45132a3cb937 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Mon, 2 Oct 2017 23:48:54 +0100 Subject: [PATCH 205/515] Add strict-types --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cfb9181..f9f712f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -60,7 +60,7 @@ packages: - NoHoed - threepenny-editors - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - + - strict-types "Joshua Koike @jano017": [] From f65b2aa9b43b71ebff534f38c03bf19de373fcbd Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Oct 2017 10:40:43 -1000 Subject: [PATCH 206/515] allow revised hledger* 1.4 (fixes #2917) --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9f712f3..b0bf57d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3416,12 +3416,6 @@ packages: # https://github.com/fpco/stackage/issues/2906 - uri-bytestring < 0.3.0 - # https://github.com/fpco/stackage/issues/2917 - - hledger < 1.4 - - hledger-lib < 1.4 - - hledger-ui < 1.4 - - hledger-web < 1.4 - # https://github.com/sol/hpack/issues/202 - Glob < 0.9.0 From 383615f83dc580b70bd6f0f7bd4dfbd26f099659 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Oct 2017 10:38:16 -1000 Subject: [PATCH 207/515] re-enable hledger-api (resolves #2895) hledger-api 1.4 is out. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0bf57d4..55ca82e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -958,7 +958,7 @@ packages: - hledger-lib - hledger-ui - hledger-web - # - hledger-api + - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa From 4151645fc83afd2312bc9ce1a3a8ec80b857a4b3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 2 Oct 2017 18:10:28 -0700 Subject: [PATCH 208/515] Disable tests for hpio (#2926) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55ca82e4..b93ab065 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3934,6 +3934,7 @@ expected-benchmark-failures: - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 + - hpio # https://github.com/fpco/stackage/issues/2926 # end of expected-benchmark-failures From 1796d190717bea49f0d6d4df3e97154c34f7844c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 2 Oct 2017 18:12:35 -0700 Subject: [PATCH 209/515] Disable cryptol because of #2927 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b93ab065..d07bea0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1378,7 +1378,7 @@ packages: # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - - cryptol + # cryptol # https://github.com/fpco/stackage/issues/2927 - gitrev - persistent-refs From b211fd0bbe214deae0bfecd3e397ff8d7cb0c2e0 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 2 Oct 2017 18:16:19 -0700 Subject: [PATCH 210/515] hpio to skipped-tests (#2926) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d07bea0e..baa717e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3676,6 +3676,7 @@ skipped-tests: - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more + - hpio # https://github.com/fpco/stackage/issues/2926 # end of skipped-tests @@ -3934,7 +3935,6 @@ expected-benchmark-failures: - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 - - hpio # https://github.com/fpco/stackage/issues/2926 # end of expected-benchmark-failures From f9207b0f912cc178f51c5793d76e4c2668159d4e Mon Sep 17 00:00:00 2001 From: Sebastian Pulido Gomez Date: Tue, 3 Oct 2017 13:22:59 -0500 Subject: [PATCH 211/515] Adding scalendar library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index baa717e5..8ebdb552 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1967,6 +1967,7 @@ packages: - hapistrano - inflections - stache + - scalendar # - twitter-feed # GHC 8.2.1 "Sergey Alirzaev @l29ah": From 24782534c369dbc24ca3a6d890bb81890f59eadf Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 3 Oct 2017 17:39:41 -0700 Subject: [PATCH 212/515] Mark textmath's tests as failing (#2929) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ebdb552..10ad0c87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3890,6 +3890,7 @@ expected-test-failures: # Doctest failures - teardown + - texmath # https://github.com/fpco/stackage/issues/2929 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From b2971cf4af0322bca414bb1bfdbf6ecc42f1de4d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 3 Oct 2017 17:44:11 -0700 Subject: [PATCH 213/515] Close #2906 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10ad0c87..57306d64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3414,9 +3414,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2906 - - uri-bytestring < 0.3.0 - # https://github.com/sol/hpack/issues/202 - Glob < 0.9.0 From 4430e71bcf6580efbbe1a37167679df83998510b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 3 Oct 2017 21:13:02 -0700 Subject: [PATCH 214/515] Test issues that should be closed --- build-constraints.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 57306d64..6ebea747 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -569,7 +569,6 @@ packages: - profunctors - promises - reducers - - reducers - reflection - semigroupoid-extras - semigroupoids @@ -2596,7 +2595,7 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames < 0 # test compilation failure + - Frames # 0 # test compilation failure - hpp "Takayuki Muranushi @nushio3": @@ -3415,10 +3414,10 @@ packages: - language-c < 0.7 # https://github.com/sol/hpack/issues/202 - - Glob < 0.9.0 + # Glob < 0.9.0 # https://github.com/fpco/stackage/issues/2920 - - fingertree < 0.1.2 + # fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3887,7 +3886,7 @@ expected-test-failures: # Doctest failures - teardown - - texmath # https://github.com/fpco/stackage/issues/2929 + # texmath # https://github.com/fpco/stackage/issues/2929 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d @@ -3924,7 +3923,7 @@ expected-benchmark-failures: - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures - - Frames # https://github.com/acowley/Frames/issues/47 + # 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 - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 From 06174d90511bf500649ff32acdd1599fa4b288ce Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 3 Oct 2017 21:37:05 -0700 Subject: [PATCH 215/515] Undo changes adding broken packages --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ebea747..539a959d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,7 +2595,7 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames # 0 # test compilation failure + - Frames < 0 # test compilation failure - hpp "Takayuki Muranushi @nushio3": @@ -3417,7 +3417,7 @@ packages: # Glob < 0.9.0 # https://github.com/fpco/stackage/issues/2920 - # fingertree < 0.1.2 + - fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3923,7 +3923,7 @@ expected-benchmark-failures: - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures - # Frames # https://github.com/acowley/Frames/issues/47 + - 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 - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 From 6094cc51f6ac3edd4bb0d6e2dead9455e55264e4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 3 Oct 2017 21:57:34 -0700 Subject: [PATCH 216/515] Close #2929. Close https://github.com/sol/hpack/issues/202. Close #2918 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 539a959d..1461cbaa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3413,9 +3413,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/sol/hpack/issues/202 - # Glob < 0.9.0 - # https://github.com/fpco/stackage/issues/2920 - fingertree < 0.1.2 # end of packages @@ -3886,7 +3883,6 @@ expected-test-failures: # Doctest failures - teardown - # texmath # https://github.com/fpco/stackage/issues/2929 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From bd960e2f439d09eae9838024cc6c2e741101fe69 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 08:16:27 -0700 Subject: [PATCH 217/515] Close #2714. Move brick bount to 0.24, as per #2933 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1461cbaa..ae2fa9e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3394,9 +3394,8 @@ packages: # Once unconstrained, remove the following skipped-tests # - sbv - # https://github.com/fpco/stackage/issues/2714 - - brick < 0.21 - - word-wrap < 0.2 + # https://github.com/fpco/stackage/issues/2933 + - brick < 0.24 # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 From 851fad19b8252acf8c076104ebce49e285d71071 Mon Sep 17 00:00:00 2001 From: Deni Bertovic Date: Wed, 4 Oct 2017 01:27:33 +0200 Subject: [PATCH 218/515] Adds docker --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae2fa9e5..7fbd3b1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3360,6 +3360,9 @@ packages: - webdriver - cond + "Deni Bertovic @denibertovic, James Parker ": + - docker + # 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 368c987d8ddbd98a6325247378747d17f9cd9ef7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 08:19:53 -0700 Subject: [PATCH 219/515] Manually apply #2932. Closes #2932 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fbd3b1e..6f9be0fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3360,6 +3360,10 @@ packages: - webdriver - cond + "Naoto Shimazaki @igy": + - thread-hierarchy + - bitset-word8 + "Deni Bertovic @denibertovic, James Parker ": - docker From eb5a56874876e50d9844adbc3afbd073ec151d21 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 13:36:14 -0700 Subject: [PATCH 220/515] Mark docker as expected test failure (#2934) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f9be0fe..8d2a95a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3737,6 +3737,7 @@ expected-test-failures: - consul-haskell - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL + - docker # https://github.com/fpco/stackage/issues/2934 - dns # https://github.com/kazu-yamamoto/dns/issues/29 - drifter-postgresql # PostgreSQL - etcd # etcd https://github.com/fpco/stackage/issues/811 From 8e0054a9860e4f5d5e502074e1faf6d2d1996e24 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 13:37:57 -0700 Subject: [PATCH 221/515] Test fixes --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d2a95a6..2c3c7e65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,7 +2595,7 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames < 0 # test compilation failure + - Frames # 0 # test compilation failure - hpp "Takayuki Muranushi @nushio3": @@ -3420,7 +3420,7 @@ packages: - language-c < 0.7 # https://github.com/fpco/stackage/issues/2920 - - fingertree < 0.1.2 + # fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3926,7 +3926,7 @@ expected-benchmark-failures: - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures - - Frames # https://github.com/acowley/Frames/issues/47 + # 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 - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 From 197e858d3d6b5742d9f26ea74acd547cc25f727b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 13:51:25 -0700 Subject: [PATCH 222/515] Keep Frames as test failures --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c3c7e65..4f7a0d18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,7 +2595,7 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames # 0 # test compilation failure + - Frames - hpp "Takayuki Muranushi @nushio3": @@ -3926,7 +3926,7 @@ expected-benchmark-failures: - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures - # Frames # https://github.com/acowley/Frames/issues/47 + - 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 - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 From 160a599ef86d8bfb7a3098549f5f5810053eb236 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 13:52:31 -0700 Subject: [PATCH 223/515] Mark Frames as disabled tests too --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f7a0d18..65be9d19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3626,6 +3626,7 @@ skipped-tests: - pell # https://github.com/brunjlar/pell/issues/1 - wreq # https://github.com/bos/wreq/issues/107 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 + - Frames # https://github.com/acowley/Frames/issues/47 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From d90eec0bf7fb85dffd2a3c3f1e4e1824d1bee7f6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 13:52:59 -0700 Subject: [PATCH 224/515] Use proper issue number for Frames --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65be9d19..10a3fe16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3626,7 +3626,7 @@ skipped-tests: - pell # https://github.com/brunjlar/pell/issues/1 - wreq # https://github.com/bos/wreq/issues/107 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - - Frames # https://github.com/acowley/Frames/issues/47 + - Frames # https://github.com/acowley/Frames/issues/90 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From cf3ecbecc4e50fa5ccf157beedc29cdedb58f12f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 14:04:04 -0700 Subject: [PATCH 225/515] Remove commented bound on fingertree. Close #2920 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10a3fe16..5f0c2b74 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3418,9 +3418,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - - # https://github.com/fpco/stackage/issues/2920 - # fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of From f449cf67f2a5d453313e6849632698b8bf1a734b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 19:48:47 -0700 Subject: [PATCH 226/515] Test some expected test fails --- build-constraints.yaml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f0c2b74..1c9896db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3685,26 +3685,26 @@ expected-test-failures: # Intermittent failures or unreliable. These tests may pass when # re-enabled, but will eventually fail again. Only remove these # 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 - - 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 - - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - - fsnotify # Often runs out of inotify handles - - hastache - - 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 - - matplotlib # https://github.com/fpco/stackage/issues/2365 - - mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 + # 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 + # foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 + # fsnotify # Often runs out of inotify handles + # hastache + # 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 + # matplotlib # https://github.com/fpco/stackage/issues/2365 + # mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 # Timeouts # These tests sometimes take too long and hit the stackage build From 9643c6614f6911c6c1427d8ed9d2d73a203c26a1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 19:55:48 -0700 Subject: [PATCH 227/515] Disable the tests that failed, try again --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c9896db..ba00d52e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3688,21 +3688,21 @@ expected-test-failures: # 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 + - 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 # foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 # fsnotify # Often runs out of inotify handles - # hastache + - hastache # 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 + - 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 + - statistics # https://github.com/bos/statistics/issues/42 # matplotlib # https://github.com/fpco/stackage/issues/2365 # mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 From 11ac14e0c49bd08816103767c554c3ab57c7df33 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 20:09:12 -0700 Subject: [PATCH 228/515] Revert to the original --- build-constraints.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba00d52e..5f0c2b74 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3685,26 +3685,26 @@ expected-test-failures: # Intermittent failures or unreliable. These tests may pass when # re-enabled, but will eventually fail again. Only remove these # 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 + - 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 - # foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - # fsnotify # Often runs out of inotify handles + - distributed-process + - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 + - distributed-process-task + - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 + - fsnotify # Often runs out of inotify handles - hastache - # idris # https://github.com/fpco/stackage/issues/1382 - # ihaskell # https://github.com/gibiansky/IHaskell/issues/551 + - 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 + - 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 - # matplotlib # https://github.com/fpco/stackage/issues/2365 - # mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 + - matplotlib # https://github.com/fpco/stackage/issues/2365 + - mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 # Timeouts # These tests sometimes take too long and hit the stackage build From 533c6b13584cc99661e1397029c97d7fc443857b Mon Sep 17 00:00:00 2001 From: Anton Gushcha Date: Thu, 5 Oct 2017 09:34:38 +0300 Subject: [PATCH 229/515] Reenable aeson-injector > 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. [aeson-injector](http://hackage.haskell.org/package/aeson-injector) is now compatible with GHC 8.2.1 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f0c2b74..2628cfbb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2935,8 +2935,7 @@ packages: # - encoding-io # GHC 8.2.1 "Anton Gushcha @ncrashed": - [] - # - aeson-injector # GHC 8.2.1 + - aeson-injector "Rune K. Svendsen @runeks": [] From eead7408be667dbe470704774606975022a750e4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 5 Oct 2017 08:17:39 -0700 Subject: [PATCH 230/515] Bound hslua (#2936) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2628cfbb..91ef3250 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,6 +3417,9 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 + + # https://github.com/fpco/stackage/issues/2936 + - hslua < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From 41b17b3410fed47c9612d8e5a0d6b9e8920e55ba Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 5 Oct 2017 08:28:33 -0700 Subject: [PATCH 231/515] Test Frames --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91ef3250..fdbf8f4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3625,7 +3625,7 @@ skipped-tests: - pell # https://github.com/brunjlar/pell/issues/1 - wreq # https://github.com/bos/wreq/issues/107 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - - Frames # https://github.com/acowley/Frames/issues/90 + # Frames # https://github.com/acowley/Frames/issues/90 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From de08fd72e720966ae518622eab025a3a4655eb9f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 5 Oct 2017 08:33:06 -0700 Subject: [PATCH 232/515] Frames passes tests, close https://github.com/acowley/Frames/issues/90 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fdbf8f4d..47eb1395 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3625,7 +3625,6 @@ skipped-tests: - pell # https://github.com/brunjlar/pell/issues/1 - wreq # https://github.com/bos/wreq/issues/107 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - # Frames # https://github.com/acowley/Frames/issues/90 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From 4f79237b0a8a38d81e06128c0805c9511a70226f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 5 Oct 2017 09:20:02 -0700 Subject: [PATCH 233/515] Close #2936, hslua back in bounds --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47eb1395..b0148b9d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,9 +3417,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - - # https://github.com/fpco/stackage/issues/2936 - - hslua < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From cad0f9f84b342863c7674f935b5935213b911e18 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 6 Oct 2017 23:55:41 +0200 Subject: [PATCH 234/515] Re-enable ip tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0148b9d..a7e77377 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3864,7 +3864,6 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - - ip # https://github.com/andrewthad/haskell-ip/issues/17 # Stackage upper bounds, re-enable these when their upper bound is removed From 2d674d62d3b88db6490fc2a0d435b0c35a32c7ed Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 6 Oct 2017 18:16:04 -0700 Subject: [PATCH 235/515] Bound vty (#2937) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7e77377..82212577 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,6 +3417,9 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 + + # https://github.com/fpco/stackage/issues/2937 + - vty < 5.18 # end of packages # Package flags are applied to individual packages, and override the values of From 3eed26724f7ce03fb42bbc1980797f20b1d96120 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 6 Oct 2017 18:18:45 -0700 Subject: [PATCH 236/515] Relax bounds on brick (#2933, #2938). Close #2933 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 82212577..68897221 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3400,8 +3400,8 @@ packages: # Once unconstrained, remove the following skipped-tests # - sbv - # https://github.com/fpco/stackage/issues/2933 - - brick < 0.24 + # https://github.com/fpco/stackage/issues/2938 + - brick < 0.27 # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 From 53051ed6a998c2ef2336159b4d7dc450ab09a27d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 6 Oct 2017 20:50:05 -0700 Subject: [PATCH 237/515] Test glob --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68897221..b767da42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3420,6 +3420,8 @@ packages: # https://github.com/fpco/stackage/issues/2937 - vty < 5.18 + + - Glob < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From 6dc37d14dbd9f76b9009c8a9b4fad77372ca46a3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 6 Oct 2017 21:02:17 -0700 Subject: [PATCH 238/515] Add issue to Glob bound (#2939) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b767da42..b2e2fe64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3421,6 +3421,7 @@ packages: # https://github.com/fpco/stackage/issues/2937 - vty < 5.18 + # https://github.com/fpco/stackage/issues/2939 - Glob < 0.9.0 # end of packages From d886f126d4e179b8a814dcb8d6afaea4cd2f8497 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 7 Oct 2017 08:31:39 -0700 Subject: [PATCH 239/515] Testing --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2e2fe64..20ef3a9e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1377,7 +1377,7 @@ packages: # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - # cryptol # https://github.com/fpco/stackage/issues/2927 + - cryptol # https://github.com/fpco/stackage/issues/2927 - gitrev - persistent-refs @@ -3422,7 +3422,7 @@ packages: - vty < 5.18 # https://github.com/fpco/stackage/issues/2939 - - Glob < 0.9.0 + # Glob < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From 6a0db9a16e88f4c7b48b9ab18f81dff08bda8aae Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 7 Oct 2017 08:35:41 -0700 Subject: [PATCH 240/515] Keep the bound on Glob (#2939) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20ef3a9e..ce2e5ce0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3422,7 +3422,7 @@ packages: - vty < 5.18 # https://github.com/fpco/stackage/issues/2939 - # Glob < 0.9.0 + - Glob < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From bf3dac17b0af2e1ef90c16972b03b4b396d8d0e5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 7 Oct 2017 08:38:41 -0700 Subject: [PATCH 241/515] cryptol still fails --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce2e5ce0..b2e2fe64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1377,7 +1377,7 @@ packages: # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - - cryptol # https://github.com/fpco/stackage/issues/2927 + # cryptol # https://github.com/fpco/stackage/issues/2927 - gitrev - persistent-refs From 2fbd5ec5523f2cde4646baa68b2d55110b1e530c Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Sat, 7 Oct 2017 13:23:56 +0200 Subject: [PATCH 242/515] Updated GHC 8.2 compatibility The latest sparse-linear-algebra (0.2.9.8) removes the transitive dependency on MemoTrie and builds on GHC 8.2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2e2fe64..83637789 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -190,7 +190,7 @@ packages: # - packunused # bounds: optparse-applicative "Marco Zocca @ocramz": - - sparse-linear-algebra # GHC 8.2.1 via MemoTrie + - sparse-linear-algebra - matrix-market-attoparsec - network-multicast - xeno From eea8593a5979072d28381a661ac4f1d63b993dc5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 7 Oct 2017 12:08:24 -0700 Subject: [PATCH 243/515] Close #2937. Close #2938. hledger updated. --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83637789..1265d738 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3400,9 +3400,6 @@ packages: # Once unconstrained, remove the following skipped-tests # - sbv - # https://github.com/fpco/stackage/issues/2938 - - brick < 0.27 - # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 @@ -3418,9 +3415,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2937 - - vty < 5.18 - # https://github.com/fpco/stackage/issues/2939 - Glob < 0.9.0 # end of packages From be6a086158d3a809e926cc0bd56fa7221737b320 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 10:04:09 -0700 Subject: [PATCH 244/515] Bound pipes-category (#2944) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1265d738..2e2a8bda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,6 +3417,9 @@ packages: # https://github.com/fpco/stackage/issues/2939 - Glob < 0.9.0 + + # https://github.com/fpco/stackage/issues/2944 + - pipes-category < 0.3.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From e66d76ab1ecfc311bceff981fe8e2e67d871ac63 Mon Sep 17 00:00:00 2001 From: Hexirp Date: Sun, 8 Oct 2017 16:31:03 +0900 Subject: [PATCH 245/515] Add doctest-driver-gen --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e2a8bda..5ee731b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3365,6 +3365,9 @@ packages: "Deni Bertovic @denibertovic, James Parker ": - docker + + "Hexirp @Hexirp": + - doctest-driver-gen # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 3e35d3e7ce14a3059fdee06e885d89bd43707f3a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 10:12:19 -0700 Subject: [PATCH 246/515] Space fixes --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ee731b7..27dfe31c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3365,7 +3365,7 @@ packages: "Deni Bertovic @denibertovic, James Parker ": - docker - + "Hexirp @Hexirp": - doctest-driver-gen @@ -3422,7 +3422,7 @@ packages: - Glob < 0.9.0 # https://github.com/fpco/stackage/issues/2944 - - pipes-category < 0.3.0.0 + - pipes-category < 0.3.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From b6dc8b3bbe4d3928072f293910fff225a5e1887b Mon Sep 17 00:00:00 2001 From: David Johnson Date: Sat, 7 Oct 2017 14:20:08 -0700 Subject: [PATCH 247/515] Add stripe This should work now. `http-streams` has been updated. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27dfe31c..14526483 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -259,9 +259,9 @@ packages: - google-translate # bounds: servant - hackernews # GHC 8.2.1 # - ses-html # bounds: time 1.6 - # - stripe-haskell # via: stripe-http-streams - # - stripe-http-streams # via: http-streams - # - stripe-core # bounds: aeson 1.0 + - stripe-haskell + - stripe-http-streams + - stripe-core "Piotr Mlodawski @pmlodawski": - error-util From bc95f3763ada362d0c7ad5699c9fb08a14ebc410 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 10:50:13 -0700 Subject: [PATCH 248/515] Expect test failure on strip-http-streams (#2945) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14526483..d7be0bbf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3798,6 +3798,7 @@ expected-test-failures: - gdax # Needs environment variables set - nakadi-client # Needs environment variable set - lxd-client # Needs LXD, not available on debian + - stripe-http-streams # https://github.com/fpco/stackage/issues/2945, needs Stripe account # Test executable requires arguments - hpqtypes From 72908ae0868fd83cf3c864346327ed32abdabc26 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 10:53:54 -0700 Subject: [PATCH 249/515] Disable pipes-misc, pipes-fluid (#2946) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7be0bbf..5490907d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3149,8 +3149,8 @@ packages: - javascript-extras - l10n - pipes-category - - pipes-fluid - - pipes-misc + # pipes-fluid # blocked on pipes-misc + # pipes-misc # blocked due to https://github.com/fpco/stackage/issues/2946 - stm-extras "Siniša Biđin @sbidin": From 778833591270c4b6d6d15610658e80b67f5cb519 Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Sun, 8 Oct 2017 21:55:51 +0300 Subject: [PATCH 250/515] Add Serokell log-warper to stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5490907d..2e0d03a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3323,6 +3323,7 @@ packages: - listsafe "Serokell @serokell": + - log-warper - universum "Lorenz Moesenlechner @moesenle": From 983134a25913216c746751df4650a00181dee357 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Sun, 8 Oct 2017 12:21:06 -0700 Subject: [PATCH 251/515] ses-html updated (#2941) Include `ses-html` back into stackage --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e0d03a0..21cffd0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -258,7 +258,7 @@ packages: - s3-signer - google-translate # bounds: servant - hackernews # GHC 8.2.1 - # - ses-html # bounds: time 1.6 + - ses-html - stripe-haskell - stripe-http-streams - stripe-core From a7f13f2d10fa05f6f1026dd0dd2062e5561fc450 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 13:36:08 -0700 Subject: [PATCH 252/515] Remove bound on pipes-category. Close #2944 --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21cffd0f..a4718290 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3149,8 +3149,8 @@ packages: - javascript-extras - l10n - pipes-category - # pipes-fluid # blocked on pipes-misc - # pipes-misc # blocked due to https://github.com/fpco/stackage/issues/2946 + - pipes-fluid # blocked on pipes-misc + - pipes-misc # blocked due to https://github.com/fpco/stackage/issues/2946 - stm-extras "Siniša Biđin @sbidin": @@ -3421,9 +3421,6 @@ packages: # https://github.com/fpco/stackage/issues/2939 - Glob < 0.9.0 - - # https://github.com/fpco/stackage/issues/2944 - - pipes-category < 0.3.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 4e47d41ec982feb03f3e4bcc2288a57462176606 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 13:40:38 -0700 Subject: [PATCH 253/515] Close #2946, package builds now --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4718290..137b2a65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3149,8 +3149,8 @@ packages: - javascript-extras - l10n - pipes-category - - pipes-fluid # blocked on pipes-misc - - pipes-misc # blocked due to https://github.com/fpco/stackage/issues/2946 + - pipes-fluid + - pipes-misc - stm-extras "Siniša Biđin @sbidin": From 34dfb6cfbaa926176f7285d3317a19b3d8c1485a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 19:01:21 -0700 Subject: [PATCH 254/515] Validation --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 137b2a65..e760b79f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,8 +2958,7 @@ packages: - hocilib "Matthias Herrmann @2chilled": - [] - # - scrape-changes # cannot build because validation fails https://github.com/NICTA/validation/issues/9 + - scrape-changes "Daniel Mendler @minad": - quickcheck-special @@ -3019,8 +3018,8 @@ packages: [] # - HDBC-mysql # GHC 8.2.1 -# "Tony Morris @tonymorris": -# - validation # https://github.com/fpco/stackage/pull/2872 + "Tony Morris @tonymorris": + - validation "Tony Day @tonyday567": - numhask From 9b3f66ba8d9292d80add8d4d21c95608c44ff485 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 19:05:08 -0700 Subject: [PATCH 255/515] scrape-changes fails to build (#2948) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e760b79f..40d6e9e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,7 +2958,8 @@ packages: - hocilib "Matthias Herrmann @2chilled": - - scrape-changes + - [] + # scrape-changes # https://github.com/fpco/stackage/issues/2948 "Daniel Mendler @minad": - quickcheck-special From 5d54da2bc382e09b9c1dc68776f11686e30b0f92 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 19:07:14 -0700 Subject: [PATCH 256/515] validation tests failing to build (#2949) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40d6e9e0..e41f554f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3677,6 +3677,7 @@ skipped-tests: - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - hpio # https://github.com/fpco/stackage/issues/2926 + - validation # https://github.com/fpco/stackage/issues/2949 # end of skipped-tests From 181230a9ef51bcca73f384a80b9f647d5d446959 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 19:09:20 -0700 Subject: [PATCH 257/515] Fix syntax --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e41f554f..ead4d0da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,7 +2958,7 @@ packages: - hocilib "Matthias Herrmann @2chilled": - - [] + [] # scrape-changes # https://github.com/fpco/stackage/issues/2948 "Daniel Mendler @minad": From e5a1dee6d8cea1ee37cedba7e01e08ef27a78aec Mon Sep 17 00:00:00 2001 From: winterland Date: Mon, 9 Oct 2017 18:36:50 +0800 Subject: [PATCH 258/515] Update build-constraints.yaml --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ead4d0da..e4273c92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -208,7 +208,7 @@ packages: - hspec-golden-aeson # - servant-aeson-specs # bounds: servant - "Winter Land @winterland1989": + "Winter Han @winterland1989": - if - tcp-streams - tcp-streams-openssl @@ -216,9 +216,10 @@ packages: - binary-parsers - binary-ieee754 - word24 - # - mysql-haskell # 3 packages out of bounds: https://github.com/winterland1989/mysql-haskell/issues/16 - # - mysql-haskell-openssl # bounds: tcp-streams + - mysql-haskell + - mysql-haskell-openssl - data-has + - unboxed-ref "Harendra Kumar @harendra-kumar": - unicode-transforms From 337f5037e6c43e84fd8edbd79586bef07e50ef46 Mon Sep 17 00:00:00 2001 From: Naoto Shimazaki Date: Mon, 9 Oct 2017 17:08:49 +0900 Subject: [PATCH 259/515] add cisco-spark-api --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4273c92..a3e71846 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3364,6 +3364,7 @@ packages: "Naoto Shimazaki @igy": - thread-hierarchy - bitset-word8 + - cisco-spark-api "Deni Bertovic @denibertovic, James Parker ": - docker From bbf4e8ebbcff80c6d0d74ecf69f81d34e1edce0d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 19:19:04 -0700 Subject: [PATCH 260/515] Update blockers on neural (#2950) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3e71846..321c9619 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3311,7 +3311,7 @@ packages: - bno055-haskell "Lars Brünjes @brunjlar": - # - neural # https://github.com/fpco/stackage/issues/2735 + # neural # https://github.com/fpco/stackage/issues/2950 - pell "Matt Noonan @matt-noonan": From c3d1cc7047a93e1576394515573c1880bcf91722 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 9 Oct 2017 06:56:27 -0700 Subject: [PATCH 261/515] Remove Glob bound. close #2939 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 321c9619..2a622716 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3420,9 +3420,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - - # https://github.com/fpco/stackage/issues/2939 - - Glob < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From 5d3e5dec2653c68429bab55d41e4d7c02bee176d Mon Sep 17 00:00:00 2001 From: Vaclav Haisman Date: Tue, 10 Oct 2017 07:33:05 +0200 Subject: [PATCH 262/515] Add hs-bibutils. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a622716..08e2968b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3372,6 +3372,9 @@ packages: "Hexirp @Hexirp": - doctest-driver-gen + "Václav Haisman @wilx": + - hs-bibutils + # 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 8dd57607e829172df315d8c7ce98878e7ed9231d Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 10 Oct 2017 16:20:23 +0100 Subject: [PATCH 263/515] brick < 0.28 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08e2968b..4680ef77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3423,6 +3423,10 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 + + # https://github.com/fpco/stackage/issues/2954 + - brick < 0.28 + # end of packages # Package flags are applied to individual packages, and override the values of From a1fb913724882db76217e3f511bc355588c782de Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Tue, 10 Oct 2017 11:49:20 -0400 Subject: [PATCH 264/515] Re-added find-clumpiness. Fixed https://github.com/GregorySchwartz/find-clumpiness/issues/3. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4680ef77..14f32d28 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2273,7 +2273,7 @@ packages: - tree-fun - random-tree - clumpiness - # - find-clumpiness # https://github.com/GregorySchwartz/find-clumpiness/issues/3 + - find-clumpiness - blosum # - convert-annotation # via inline-r compilation failure # - rank-product # GHC 8.2.1 via random-fu From c6c1b4186f9958a196519e64cf7e7375100234ee Mon Sep 17 00:00:00 2001 From: Naushadh Date: Wed, 11 Oct 2017 18:10:21 -0400 Subject: [PATCH 265/515] Re-add mysql-haskell --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14f32d28..39c53814 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3251,8 +3251,8 @@ packages: - mnist-idx "Naushadh @naushadh": - [] - # - persistent-mysql-haskell # bounds: tcp-streams (see mysql-haskell) + # [] + - persistent-mysql-haskell "Moritz Schulte @mtesseract": - async-refresh From 99d953ab8ad8814e74fef5283edcecbf75d67bdc Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 12 Oct 2017 17:10:57 +0100 Subject: [PATCH 266/515] retrict llvm-hs and hasql packages --- build-constraints.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14f32d28..e1ab0c50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3424,8 +3424,12 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2954 - - brick < 0.28 + # https://github.com/fpco/stackage/issues/2957 + - llvm-hs < 5.1.0 + - llvm-hs-pure < 5.1.0 + + # https://github.com/fpco/stackage/issues/2958 + - hasql < 0.20 # end of packages From 1c4215a2c7db99127221d612803465af0cb6ba7c Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 12 Oct 2017 19:55:45 +0100 Subject: [PATCH 267/515] take out log-warper --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1ab0c50..e8783503 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3324,7 +3324,7 @@ packages: - listsafe "Serokell @serokell": - - log-warper + # - log-warper # https://github.com/serokell/log-warper/issues/25 - universum "Lorenz Moesenlechner @moesenle": From 0ee00c890c10331f338b17a1464aa6d42b9c4036 Mon Sep 17 00:00:00 2001 From: Naushadh Date: Thu, 12 Oct 2017 21:07:00 -0400 Subject: [PATCH 268/515] Commit to trigger travis. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39c53814..a1ed3bc6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3251,7 +3251,6 @@ packages: - mnist-idx "Naushadh @naushadh": - # [] - persistent-mysql-haskell "Moritz Schulte @mtesseract": From 38bb3257f365da948eeadc1eadc0afa939f86105 Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Fri, 13 Oct 2017 15:03:20 +0200 Subject: [PATCH 269/515] Add lxd-client-config --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97876e55..2b867c8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2867,6 +2867,7 @@ packages: - bordacount - cache - lxd-client + - lxd-client-config - xxhash-ffi "Cliff Harvey @BlackBrane": From 336ae6e095ff471b13cdc93eb69cc580a601f8df Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 13 Oct 2017 10:56:33 -0400 Subject: [PATCH 270/515] Add the eliminators package http://hackage.haskell.org/package/eliminators --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97876e55..390de9c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2012,6 +2012,7 @@ packages: - code-page - deriving-compat - echo + - eliminators - generic-deriving - hashmap - invariant From 73f564ce1959f8c8bcf8bbc0cc9dd2c7be9dbd44 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Sat, 14 Oct 2017 15:42:27 +0900 Subject: [PATCH 271/515] Add rakuten package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..abcea9c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -33,6 +33,7 @@ packages: "Nobutada Matsubara @matsubara0507": - chatwork + - rakuten "Pavol Klacansky @pavolzetor": - openexr-write From 74cdeb24313e4291d19d4c632d333003b130c0cf Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Mon, 16 Oct 2017 00:31:49 +0900 Subject: [PATCH 272/515] Add servant-rawm package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..138ef7eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2153,6 +2153,7 @@ packages: - pretty-simple - read-env-var - servant-checked-exceptions + - servant-rawm - servant-static-th - xml-html-qq - xml-indexed-cursor From 384f7d25a0f63aa105af62b520764e2381413710 Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Mon, 16 Oct 2017 05:53:03 -0600 Subject: [PATCH 273/515] extra packages --- build-constraints.yaml | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..1dfbe9ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1731,31 +1731,43 @@ packages: # - clash-ghc # GHC 8.2.1 "Athan Clark @athanclark": + - alternative-vector + - attoparsec-path + # - attoparsec-ip via: ip + # - attoparsec-uri via: attoparsec-ip - commutative + - composition-extra # - digestive-functors-lucid # via: digestive-functors + - every + - extractable-singleton + - follow-file + - HSet + # - nested-routes # via: HList - ltext < 0 # compilation failure: https://github.com/ltext/ltext/issues/22 - markup - # - nested-routes # via: HList + - monad-control-aligned + - monadoid + - n-tuple + - path-extra + - pred-trie + - pred-set - path-extra - poly-arity + - quickcheck-combinators + - rose-trees + - sets + - timemap + - tmapchan + - tmapmvar + - tries + - unit-constraint + - unfoldable-restricted - urlpath - wai-transformers # - wai-middleware-content-type # bounds: skylighting # - wai-middleware-verbs # bounds: skylighting - websockets-rpc - webpage - - composition-extra - - rose-trees - - sets - - timemap - - tries - - path-extra - - pred-trie - - pred-set - - HSet - - unit-constraint - - unfoldable-restricted - - quickcheck-combinators "Fumiaki Kinoshita @fumieval": - boundingboxes From 878aa252723e281f527bf512540837fc031faa76 Mon Sep 17 00:00:00 2001 From: Mikolaj Date: Fri, 13 Oct 2017 14:14:08 +0200 Subject: [PATCH 274/515] Take over sdl2-ttf from @rongcuid and add a few other packages See https://github.com/haskell-game/sdl2-ttf/issues/11 --- build-constraints.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..5895cfa0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,12 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Mikolaj Konarski @Mikolaj": + - sdl2-ttf + - assert-failure + - minimorph + - miniutter + "Jürgen Keck @j-keck": - wreq-stringless @@ -156,9 +162,6 @@ packages: "Romain Edelmann @redelmann": - distribution - "Rongcui Dong @rongcuid": - - sdl2-ttf - "Nikita Tchayka @nickseagull": - ramus From 90c720504ff3adf570c162214ba8ecd8b284b63e Mon Sep 17 00:00:00 2001 From: Matt Noonan Date: Tue, 17 Oct 2017 09:30:38 -0400 Subject: [PATCH 275/515] Add roles --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..e1cef238 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3317,6 +3317,7 @@ packages: "Matt Noonan @matt-noonan": - justified-containers + - roles "Levent Erkok @LeventErkok": - sbv From d566627274f40cf4d835a22b20e6c6abb824e95a Mon Sep 17 00:00:00 2001 From: Matt Noonan Date: Tue, 17 Oct 2017 10:44:33 -0400 Subject: [PATCH 276/515] Update bound on roles --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1cef238..e522aea0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3317,7 +3317,7 @@ packages: "Matt Noonan @matt-noonan": - justified-containers - - roles + - roles >= 0.2 "Levent Erkok @LeventErkok": - sbv From 343feaa266873043cb13db4bc461c5054de9a374 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Tue, 17 Oct 2017 16:58:26 -0400 Subject: [PATCH 277/515] MAINTAINERS.md: fix typo --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 207ac02b..c4ce607e 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -25,7 +25,7 @@ Note that the `master` branch is used for Stackage Nightly (not the `nightly` br 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: +If you want to make sure that the package builds against the newest versions of all dependencies you can do this: ``` $ cabal update $ ghc --version # Should give v8.0.2 From 5f2bf1990b55c31a7d2e2bd7f4e84d0db74ebe68 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Oct 2017 14:34:21 -0700 Subject: [PATCH 278/515] Add constraint "swagger2 < 2.2" per #2967 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..eec53f9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3432,6 +3432,9 @@ packages: # https://github.com/fpco/stackage/issues/2958 - hasql < 0.20 + # https://github.com/fpco/stackage/issues/2967 + - swagger2 < 2.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 7a01f00a68158ab864b4d2510fa7d66e5418d546 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Oct 2017 14:43:39 -0700 Subject: [PATCH 279/515] Add constraint per matt-noonan/justified-containers#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eec53f9c..7dedf09b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3435,6 +3435,9 @@ packages: # https://github.com/fpco/stackage/issues/2967 - swagger2 < 2.2 + # https://github.com/matt-noonan/justified-containers/issues/4 + - justified-containers < 0.2.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 00472fed138634d6104b6d9f317632cca413b0ac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Oct 2017 14:47:46 -0700 Subject: [PATCH 280/515] Expect test failure per hverr/haskell-lxd-client-config#1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7dedf09b..a6d9adc7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3833,6 +3833,7 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 + - lxd-client-config # https://github.com/hverr/haskell-lxd-client-config/issues/1 - matplotlib # https://github.com/fpco/stackage/issues/2365 - 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 41adcb710a2af2ea92431ceb03b381670ed2c4d0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Oct 2017 14:53:18 -0700 Subject: [PATCH 281/515] Block persistent-mysql-haskell per #2956 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a6d9adc7..c79f0f57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3253,7 +3253,8 @@ packages: - mnist-idx "Naushadh @naushadh": - - persistent-mysql-haskell + [] + # - persistent-mysql-haskell # build failure https://github.com/fpco/stackage/pull/2956 "Moritz Schulte @mtesseract": - async-refresh From 2ad6f55fe896d552ec51c80b14d47a4db0584f0e Mon Sep 17 00:00:00 2001 From: Naushadh Date: Tue, 17 Oct 2017 18:33:14 -0400 Subject: [PATCH 282/515] Re-enable persistent-mysql-haskell. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c79f0f57..a6d9adc7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3253,8 +3253,7 @@ packages: - mnist-idx "Naushadh @naushadh": - [] - # - persistent-mysql-haskell # build failure https://github.com/fpco/stackage/pull/2956 + - persistent-mysql-haskell "Moritz Schulte @mtesseract": - async-refresh From b3d1ad1f7ee1e3924cd9d4cd3c87ca100eac582d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Oct 2017 17:39:33 -0700 Subject: [PATCH 283/515] Expect tests to fail per cdepillabout/servant-rawm#2 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f659518d..0ae91f51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3867,6 +3867,7 @@ expected-test-failures: - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 + - servant-rawm # 0.2.0.1 https://github.com/cdepillabout/servant-rawm/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 From 23b25db50c91cbe8996941df692dc7f3eca4db0f Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Wed, 18 Oct 2017 11:40:42 +0200 Subject: [PATCH 284/515] Re-enable tests for lxd-client-config See hverr/haskell-lxd-client-config#1 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ae91f51..3f1b47d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3851,7 +3851,6 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - - lxd-client-config # https://github.com/hverr/haskell-lxd-client-config/issues/1 - matplotlib # https://github.com/fpco/stackage/issues/2365 - 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 33b81f1a04073f19054678bd2bff42b319fccd19 Mon Sep 17 00:00:00 2001 From: Tony Day Date: Thu, 19 Oct 2017 10:43:23 +1000 Subject: [PATCH 285/515] add chart-unit back in --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ae91f51..29bec10b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3047,6 +3047,7 @@ packages: - numhask-range - perf - online + - chart-unit "Iphigenia Df @iphydf": - data-msgpack From cd1aba088d68173c2676f5a3e7ad0f9fc104cc37 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 18 Oct 2017 22:14:47 -0700 Subject: [PATCH 286/515] Add constraint "either < 4.5" per #2971 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ae91f51..42ae02b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3456,6 +3456,9 @@ packages: # https://github.com/matt-noonan/justified-containers/issues/4 - justified-containers < 0.2.0.0 + # https://github.com/fpco/stackage/issues/2971 + - either < 4.5 + # end of packages # Package flags are applied to individual packages, and override the values of From fdb37f1cbaafb625bbd67dc439b0df7782b8f303 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 18 Oct 2017 22:27:43 -0700 Subject: [PATCH 287/515] Skip tests for trans deps of chart-unit --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fe1bf858..d35fb094 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3623,7 +3623,9 @@ skipped-tests: - bytestring-handle # QuickCheck 2.9 - case-insensitive # HUnit 1.6 - cryptohash-sha512 # tasty-quickcheck + - diagrams-solve # tasty-quickcheck - drawille # hspec 2.4 + - dual-tree # testing-feat per ghc < 4.10 - edit-distance # QuickCheck 2.10 - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 From 24e635e164808e01f0fd0878438ddd2d6fff8d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksey=20Kliger=20=28=CE=BBgeek=29?= Date: Thu, 19 Oct 2017 17:16:48 -0400 Subject: [PATCH 288/515] Add clang-compilation-database --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d35fb094..2c3356b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1182,6 +1182,7 @@ packages: - unbound-generics - indentation-core - indentation-parsec + - clang-compilation-database "Alois Cochard @aloiscochard": # - codex # bounds: http-client, directory From bae134d53cd527de42f07201f37a2ade4a486169 Mon Sep 17 00:00:00 2001 From: Deni Bertovic Date: Fri, 20 Oct 2017 14:48:16 +0200 Subject: [PATCH 289/515] Removes docker from expected test failures list See: https://github.com/fpco/stackage/issues/2934 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c3356b7..87890dda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3780,7 +3780,6 @@ expected-test-failures: - consul-haskell - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL - - docker # https://github.com/fpco/stackage/issues/2934 - dns # https://github.com/kazu-yamamoto/dns/issues/29 - drifter-postgresql # PostgreSQL - etcd # etcd https://github.com/fpco/stackage/issues/811 From 1fa46ac5bf58655fd6051dc09f7527a50aec919e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heikki=20Johannes=20Hild=C3=A9n?= Date: Fri, 20 Oct 2017 19:06:07 +0300 Subject: [PATCH 290/515] 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 2c3356b7..3fb4f929 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2460,7 +2460,7 @@ packages: "yihuang @yihuang": - tagstream-conduit - "Johannes Hilden @johanneshilden": + "Johannes Hilden @laserpants": - hashids "Joe Hermaszewski @expipiplus1": From 93abf3b70de7f9df5029d1aeeab107e7e2f8fd74 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 20 Oct 2017 10:22:59 -0700 Subject: [PATCH 291/515] Add constraint per commercialhaskell/hindent#453 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7883fc38..6cfbae5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3461,6 +3461,9 @@ packages: # https://github.com/fpco/stackage/issues/2971 - either < 4.5 + # https://github.com/commercialhaskell/hindent/issues/453 + - hindent < 5.2.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 496fafe1a1ffaa9292a4f862426965be89f41f4f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 20 Oct 2017 10:29:22 -0700 Subject: [PATCH 292/515] Add constraint on ip per athanclark/attoparsec-uri#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6cfbae5e..193e90b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3464,6 +3464,9 @@ packages: # https://github.com/commercialhaskell/hindent/issues/453 - hindent < 5.2.4 + # https://github.com/athanclark/attoparsec-uri/issues/1 + - ip < 1.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From b444fc7d99cac516e94cb34cfd4203c230889d7c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 20 Oct 2017 14:29:24 -0700 Subject: [PATCH 293/515] Expect tests to pass for servant-rawm per cdepillabout/servant-rawm#2 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 193e90b8..948da9b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3878,7 +3878,6 @@ expected-test-failures: - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - - servant-rawm # 0.2.0.1 https://github.com/cdepillabout/servant-rawm/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 From ab55cea7138c24131bc3be2f29fc5452c3f8c314 Mon Sep 17 00:00:00 2001 From: Christian Kjaer Laustsen Date: Sat, 21 Oct 2017 07:04:50 +0200 Subject: [PATCH 294/515] Add ghc-core and colorize-haskell packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 948da9b7..f82e3218 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3396,6 +3396,10 @@ packages: "Václav Haisman @wilx": - hs-bibutils + "Christian Kjær Laustsen @tehnix": + - ghc-core + - colorize-haskell + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 421dea3959f34e283d5016e24092f14f9441c50b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 21 Oct 2017 19:18:05 -0700 Subject: [PATCH 295/515] Add constraint "http-types < 0.10" per #2978 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f82e3218..f09d6d2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3471,6 +3471,9 @@ packages: # https://github.com/athanclark/attoparsec-uri/issues/1 - ip < 1.0.0 + # https://github.com/fpco/stackage/issues/2976 + - http-types < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From e5078cf99752f8539d9b9bc9dd975c81a9757432 Mon Sep 17 00:00:00 2001 From: Pete Bevin Date: Sun, 22 Oct 2017 11:47:03 -0400 Subject: [PATCH 296/515] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28b27427..55305e7d 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Build the package set --------------------- Generally only the stackage build server run by the stackage curator -team and people intrested in incorporating stackage snapshots into an +team and people interested 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), From f344193dee0fed66a75996b2cd0d4eb3519d0949 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 22 Oct 2017 18:46:30 -0700 Subject: [PATCH 297/515] Add constraint "conduit-extra < 1.2.0" per #2978 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f09d6d2b..fc5c941b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3474,6 +3474,9 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 + # https://github.com/fpco/stackage/issues/2978 + - conduit-extra < 1.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 6280275d74251d4e8de8eedcd5b8b10f670de93e Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Mon, 23 Oct 2017 21:04:48 -0400 Subject: [PATCH 298/515] add partial-semigroup package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..cafbe31d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3400,6 +3400,9 @@ packages: - ghc-core - colorize-haskell + "Chris Martin @chris-martin": + - partial-semigroup + # 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 84cadd87afa7ce761548c9580ec54cbbcbf1aa49 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Tue, 24 Oct 2017 11:40:36 +0300 Subject: [PATCH 299/515] hprotoc fix --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..4e9d2b77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1925,7 +1925,7 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - - hprotoc < 0 # compilation failure https://github.com/k-bx/protocol-buffers/issues/45 + - hprotoc - protocol-buffers-descriptor - ekg-core - digits From acf8f9459f8ddaba1e3ae966ec006c1458a9b88f Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Tue, 24 Oct 2017 07:31:14 -0500 Subject: [PATCH 300/515] Add monad-memo For https://github.com/lspitzner/brittany/issues/2. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..fb6ac446 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1661,6 +1661,7 @@ packages: # - gloss-rendering # Maintained by @benl23x5. # GHC 8.2.1 - gpolyline # Maintained by @fegu. # - lackey # GHC 8.2.1 + - monad-memo # Maintained by @EduardSergeev. # - octane # GHC 8.2.1 # - overloaded-records # Maintained by @trskop. # GHC 8.2.1 - postgresql-simple-migration # Maintained by @ameingast. From 590bb8ccf469d517710a934da51bbaef4e303c7b Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Tue, 24 Oct 2017 08:22:46 -0500 Subject: [PATCH 301/515] Re-enable gloss, gloss-rendering, and lackey --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..8d48cceb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1657,12 +1657,10 @@ packages: - ekg-statsd - flow - github-release - # - gloss # Maintained by @benl23x5. # GHC 8.2.1 - # - gloss-rendering # Maintained by @benl23x5. # GHC 8.2.1 + - gloss # Maintained by @benl23x5. + - gloss-rendering # Maintained by @benl23x5. - gpolyline # Maintained by @fegu. - # - lackey # GHC 8.2.1 - # - octane # GHC 8.2.1 - # - overloaded-records # Maintained by @trskop. # GHC 8.2.1 + - lackey - postgresql-simple-migration # Maintained by @ameingast. - ratel - ratel-wai From 870bf92a16b3043c7614827700f0d86a1b17ed09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heikki=20Johannes=20Hild=C3=A9n?= Date: Tue, 24 Oct 2017 17:22:34 +0300 Subject: [PATCH 302/515] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..d404f69a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2462,6 +2462,7 @@ packages: "Johannes Hilden @laserpants": - hashids + - fuzzyset "Joe Hermaszewski @expipiplus1": [] From 6b8c2e882036c66b174017f88a340271661fd00d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 00:29:57 +0900 Subject: [PATCH 303/515] servant-auth-cookie < 0.5.0.6 (#2976) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..85b3835c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3473,6 +3473,7 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 + - servant-auth-cookie < 0.5.0.6 # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 From ccd2c54e66dacc545708b2dabf9d31e3625d0845 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 11:04:34 +0900 Subject: [PATCH 304/515] katip-elasticsearch benchmark not compiling (Soostone/katip#74) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f4d1c8a..112dea92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4000,6 +4000,7 @@ expected-benchmark-failures: - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 + - katip-elasticsearch # https://github.com/Soostone/katip/issues/74 # end of expected-benchmark-failures @@ -4233,6 +4234,7 @@ tell-me-when-its-released: - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - freer-effects-0.3.0.1 # re-enable extensible benchmarks +- katip-elasticsearch-0.4.0.1 # re-enable benchmarks # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From a26fb3ce62ebb34d7b430834f0d602698f2e0a46 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 11:24:09 +0900 Subject: [PATCH 305/515] monad-memo-0.4.1 testsuite not compiling (EduardSergeev/monad-memo#3) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 112dea92..d373397e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3933,6 +3933,7 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 + - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 # Stackage upper bounds, re-enable these when their upper bound is removed From f0fc0e9f149b3de681ce20860ff12576760e27b9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 14:25:51 +0900 Subject: [PATCH 306/515] Drop "hasql < 0.20" (#2958) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d373397e..82333abd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3458,9 +3458,6 @@ packages: - llvm-hs < 5.1.0 - llvm-hs-pure < 5.1.0 - # https://github.com/fpco/stackage/issues/2958 - - hasql < 0.20 - # https://github.com/fpco/stackage/issues/2967 - swagger2 < 2.2 From a02cfdf9b5c21747d166a077c4f53c5e3c2aa74c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 14:31:09 +0900 Subject: [PATCH 307/515] monad-memo-0.4.1 benchmark not compiling (EduardSergeev/monad-memo#3) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 82333abd..a7f45459 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3999,6 +3999,7 @@ expected-benchmark-failures: - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 - katip-elasticsearch # https://github.com/Soostone/katip/issues/74 + - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 # end of expected-benchmark-failures From 2817f5cde6d463a8466a644715f7ee4b7ed317b1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 14:35:15 +0900 Subject: [PATCH 308/515] persistent-mysql-2.6.2 haddock failure (yesodweb/persistent#724) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7f45459..aa469da2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4025,6 +4025,7 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 + - persistent-mysql # https://github.com/yesodweb/persistent/issues/724 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From a0c29896c622d09ee6e0b66c4030bfa2f8915072 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 15:46:55 +0900 Subject: [PATCH 309/515] rose-trees failed to rebuild (athanclark/rose-trees#7) --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa469da2..5e3f0184 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1755,17 +1755,17 @@ packages: - monadoid - n-tuple - path-extra - - pred-trie + # - pred-trie # rose-trees https://github.com/athanclark/rose-trees/issues/7 - pred-set - path-extra - poly-arity - quickcheck-combinators - - rose-trees + # - rose-trees # https://github.com/athanclark/rose-trees/issues/7 - sets - timemap - tmapchan - tmapmvar - - tries + # - tries # rose-trees https://github.com/athanclark/rose-trees/issues/7 - unit-constraint - unfoldable-restricted - urlpath From a863a992f437b0614e27e9b18174331494138aac Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 17:24:13 +0900 Subject: [PATCH 310/515] drop llvm-hs bounds (#2957) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e3f0184..5e287186 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3454,10 +3454,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2957 - - llvm-hs < 5.1.0 - - llvm-hs-pure < 5.1.0 - # https://github.com/fpco/stackage/issues/2967 - swagger2 < 2.2 From a85bd98a700e06cfcb0fa069c122b1cf5393fbf4 Mon Sep 17 00:00:00 2001 From: Jon Schoning Date: Wed, 25 Oct 2017 11:20:38 -0500 Subject: [PATCH 311/515] add swagger-petstore --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bd1f69c..293e2470 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -383,6 +383,7 @@ packages: "Jon Schoning @jonschoning": - pinboard + - swagger-petstore "Jasper Van der Jeugt @jaspervdj": - blaze-html From 0003e37087d64886a1271ce646d7f4a27f315be0 Mon Sep 17 00:00:00 2001 From: Joe Canero Date: Wed, 25 Oct 2017 21:51:36 -0400 Subject: [PATCH 312/515] Update build-constraints.yaml Add mbtiles --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ba22af2..735ae35a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -206,6 +206,7 @@ packages: # - stm-supply # GHC 8.2.1 via Unique - filter-logger - tile + - mbtiles "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt From a536269c6625831172ae2989cc7b6d0dde7f6ff3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 26 Oct 2017 11:46:05 +0900 Subject: [PATCH 313/515] Revert "katip-elasticsearch benchmark not compiling (Soostone/katip#74)" This reverts commit ccd2c54e66dacc545708b2dabf9d31e3625d0845. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ba22af2..9c320cd4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3994,7 +3994,6 @@ expected-benchmark-failures: - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 - - katip-elasticsearch # https://github.com/Soostone/katip/issues/74 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 # end of expected-benchmark-failures @@ -4230,7 +4229,6 @@ tell-me-when-its-released: - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - freer-effects-0.3.0.1 # re-enable extensible benchmarks -- katip-elasticsearch-0.4.0.1 # re-enable benchmarks # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 4c49f26d0b5c1d4212eacd57da351818310bed98 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 26 Oct 2017 12:01:15 +0900 Subject: [PATCH 314/515] Revert "persistent-mysql-2.6.2 haddock failure (yesodweb/persistent#724)" This reverts commit 2817f5cde6d463a8466a644715f7ee4b7ed317b1. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c320cd4..36ca36b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4020,7 +4020,6 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 - - persistent-mysql # https://github.com/yesodweb/persistent/issues/724 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 6ba54dd658d1a69e4ba8fcb37e75fe404276d5e3 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Thu, 26 Oct 2017 13:56:53 +0900 Subject: [PATCH 315/515] Add servant-kotlin package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e46dedd5..81c36c34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -40,6 +40,7 @@ packages: "Nobutada Matsubara @matsubara0507": - chatwork - rakuten + - servant-kotlin "Pavol Klacansky @pavolzetor": - openexr-write From e3e463994cfaff2946d2dd4ca42990640aaa27e1 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sat, 28 Oct 2017 16:49:26 +0700 Subject: [PATCH 316/515] =?UTF-8?q?Add=20=E2=80=98modern-uri=E2=80=99?= 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 81c36c34..b45d5f98 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2339,6 +2339,7 @@ packages: - forma - stache - parser-combinators + - modern-uri "Thomas Bereknyei ": [] From 03e0612a7165d12a5be99cbc9cdd8c202d16f6e5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 28 Oct 2017 22:13:37 +0900 Subject: [PATCH 317/515] add fedora-haskell-tools --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b45d5f98..d1865265 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1209,6 +1209,7 @@ packages: # - stackage-query # via stackage-types compilation failure # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds aeson + - fedora-haskell-tools - libffi - xmonad-contrib - shelly From a1724ea553979618e61630d4b7ec4273c7fc680a Mon Sep 17 00:00:00 2001 From: Matt Noonan Date: Sat, 28 Oct 2017 11:22:06 -0400 Subject: [PATCH 318/515] Remove upper bound on justified-containers Failing test cases resolved in 0.2.0.1. See https://github.com/matt-noonan/justified-containers/issues/4 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1865265..55fef990 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3462,9 +3462,6 @@ packages: # https://github.com/fpco/stackage/issues/2967 - swagger2 < 2.2 - # https://github.com/matt-noonan/justified-containers/issues/4 - - justified-containers < 0.2.0.0 - # https://github.com/fpco/stackage/issues/2971 - either < 4.5 From 2f25514523cf11efea2dcc643f82bf5554d36f69 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Oct 2017 12:24:23 +0900 Subject: [PATCH 319/515] Revert "rose-trees failed to rebuild (athanclark/rose-trees#7)" This reverts commit a0c29896c622d09ee6e0b66c4030bfa2f8915072. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55fef990..e1da4361 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1759,17 +1759,17 @@ packages: - monadoid - n-tuple - path-extra - # - pred-trie # rose-trees https://github.com/athanclark/rose-trees/issues/7 + - pred-trie - pred-set - path-extra - poly-arity - quickcheck-combinators - # - rose-trees # https://github.com/athanclark/rose-trees/issues/7 + - rose-trees - sets - timemap - tmapchan - tmapmvar - # - tries # rose-trees https://github.com/athanclark/rose-trees/issues/7 + - tries - unit-constraint - unfoldable-restricted - urlpath From d17cd84f9f2f786fd03633679e78c731d06a76c9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Oct 2017 14:48:26 +0900 Subject: [PATCH 320/515] Revert "Add constraint on ip per athanclark/attoparsec-uri#1" This reverts commit 496fafe1a1ffaa9292a4f862426965be89f41f4f. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1da4361..2d347f16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3468,9 +3468,6 @@ packages: # https://github.com/commercialhaskell/hindent/issues/453 - hindent < 5.2.4 - # https://github.com/athanclark/attoparsec-uri/issues/1 - - ip < 1.0.0 - # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 From b2af6e9d955e66fed35aa96c750f2eda5b17f492 Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Mon, 30 Oct 2017 15:10:37 +0800 Subject: [PATCH 321/515] Add cabal-toolkit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d347f16..01e7c33d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,7 +2958,7 @@ packages: - haskell-names "Shao Cheng @TerrorJack": - [] + - cabal-toolkit # - simple-download # GHC 8.2.1 # - encoding-io # GHC 8.2.1 From 11d82d963ce232d971d2dcfb445dce9323e8d79e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Oct 2017 19:02:04 +0900 Subject: [PATCH 322/515] ip benchmark failing (andrewthad/haskell-ip#22) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d347f16..6d5862fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3994,6 +3994,7 @@ expected-benchmark-failures: - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 + - ip # https://github.com/andrewthad/haskell-ip/issues/22 # end of expected-benchmark-failures From 05d3030d8d719e9814e888ce71427366e13ebc0b Mon Sep 17 00:00:00 2001 From: Viacheslav Lotsmanov Date: Mon, 30 Oct 2017 15:54:51 +0500 Subject: [PATCH 323/515] Update build-constraints.yaml added **qm-interpolated-string** package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d5862fe..8dbbfe3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3410,6 +3410,9 @@ packages: "Chris Martin @chris-martin": - partial-semigroup + "Viacheslav Lotsmanov @unclechu": + - qm-interpolated-string + # 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 8c6e3b1d368391c58e2b50d2a6cefa445323d395 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Mon, 30 Oct 2017 14:27:53 +0000 Subject: [PATCH 324/515] Add basement, foundation, gauge in the maintained set Also add my own main packages to no-revisions --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d5862fe..ccd3ce2a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -465,6 +465,7 @@ packages: - parseargs "Vincent Hanquez @vincenthz": + - basement - bytedump - cipher-aes - cipher-rc4 @@ -477,6 +478,8 @@ packages: - cryptonite-openssl - crypto-pubkey-types - crypto-random-api + - foundation + - gauge - git - hit - memory @@ -4292,3 +4295,7 @@ no-revisions: - hjsonpointer - tls - mime-mail +- basement +- cryptonite +- foundation +- gauge From b0b2ec73e3dc5732c6a9ef632a6d1e4098bb5243 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 31 Oct 2017 20:23:38 -0400 Subject: [PATCH 325/515] Revert "Disable hopenpgp-tools #2899" This reverts commit b6d451b183a30c34ea099b4fbbe3128aef6ca4bb. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 48553a82..c6e3d8a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -883,7 +883,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools < 0 # Compilation failure https://github.com/fpco/stackage/pull/2899#issuecomment-331836991 + - hopenpgp-tools - opensource "Piyush P Kurur @piyush-kurur": @@ -3384,7 +3384,7 @@ packages: "Jeremy Huffman @jeremyjh": - higher-leveldb - + "Adam Curtis @kallisti-dev": - webdriver - cond From 4df76be7b0d253c6dc245dec3557f598d1d6d20f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 1 Nov 2017 10:52:30 +0900 Subject: [PATCH 326/515] enable pandoc and haddock-library-1.4.3 haddock-library-1.4.4 needs Cabal-2 --- build-constraints.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 48553a82..3539b1ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -415,9 +415,9 @@ packages: - blaze-html - blaze-markup # - cabal-dependency-licenses # Cabal 2.0.0.2 - # - hakyll # bounds: skylighting + # - hakyll # bounds: process time - stylish-haskell - # - patat # bounds: skylighting + # - patat # bounds: base - profiteur # GHC 8.2.1 via ghc-prof - psqueues - websockets @@ -2659,8 +2659,8 @@ packages: - pandoc-types < 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 - zip-archive - doctemplates - # - pandoc # bounds: skylighting - # - pandoc-citeproc # bounds: skylighting + - pandoc + # - pandoc-citeproc # bounds: xml-conduit "Karun Ramakrishnan @karun012": - doctest-discover @@ -3314,8 +3314,7 @@ packages: - conduit-algorithms "Alex Biehl @alexbiehl": - [] - # - haddock-library # cabal-version >= 2 + - haddock-library < 1.4.4 # cabal-version >= 2 # - haddock-api # cabal-version >= 2 # - haddock # cabal-version >= 2 From efb5aa94622ec53b31a13534a7b1f090894d6d4d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 1 Nov 2017 17:02:55 +0900 Subject: [PATCH 327/515] cmark-gfm benchmark compilation (kivikakk/cmark-gfm-hs#5) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3539b1ba..5466dee3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3994,6 +3994,7 @@ expected-benchmark-failures: - xxhash # https://github.com/christian-marie/xxhash/issues/4 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - ip # https://github.com/andrewthad/haskell-ip/issues/22 + - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 # end of expected-benchmark-failures From 4c281ff83236ca0d919970a081a1d2d73dfc855e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 1 Nov 2017 11:32:54 +0100 Subject: [PATCH 328/515] Add bounds for zm and mark model tests failing. Please see: * https://github.com/Quid2/model/issues/2 * https://github.com/Quid2/zm/issues/1 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fcff4956..fdfc9254 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3477,6 +3477,9 @@ packages: # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 + # https://github.com/Quid2/zm/issues/1 + - zm < 0.2.4 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3949,6 +3952,7 @@ expected-test-failures: # Doctest failures - teardown + - model # https://github.com/Quid2/model/issues/2 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From 279837337c180d5e1b26cbd88cdb9756a0319cd9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 1 Nov 2017 11:45:29 +0100 Subject: [PATCH 329/515] Actually block zm. There be bounds issues. Please see https://github.com/Quid2/zm/issues/1. --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fdfc9254..64c7af91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -50,7 +50,7 @@ packages: - opencv-extra < 0 # hard to install build tools "Pasqualino Assini @tittoassini": - - zm + # - zm # compilation failure https://github.com/Quid2/zm/issues/1 - flat - model @@ -3386,7 +3386,7 @@ packages: "Jeremy Huffman @jeremyjh": - higher-leveldb - + "Adam Curtis @kallisti-dev": - webdriver - cond @@ -3477,9 +3477,6 @@ packages: # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 - # https://github.com/Quid2/zm/issues/1 - - zm < 0.2.4 - # end of packages # Package flags are applied to individual packages, and override the values of From 64c318beb095eb152212f7483b3844989834bd2f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 2 Nov 2017 16:32:55 +0900 Subject: [PATCH 330/515] skylighting bounds are now okay --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b50d0454..b5121ba0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -622,8 +622,8 @@ packages: "Brent Yorgey @byorgey": - active - # - BlogLiterately # bounds: skylighting - # - BlogLiterately-diagrams # bounds: skylighting + # - BlogLiterately # bounds: base pandoc pandoc-citeproc + # - BlogLiterately-diagrams # bounds: pandoc # - diagrams # bounds: optparse-applicative # - diagrams-builder # GHC 8.2.1 # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file @@ -2183,7 +2183,7 @@ packages: - xml-html-qq - xml-indexed-cursor - yahoo-finance-api - # - yesod-markdown # bounds: skylighting + # - yesod-markdown # bounds: pandoc "Franklin Chen @FranklinChen": - Ebnf2ps @@ -2671,7 +2671,7 @@ packages: "Elie Genard @eliegenard": - turtle-options - mushu < 0 # compilation failure - # - hakyll-favicon # bounds: skylighting + # - hakyll-favicon # needs: hakyll "Ruey-Lin Hsu @petercommand": [] From c97e7a306fb2050c199c157f28719b988d648029 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 2 Nov 2017 16:33:25 +0900 Subject: [PATCH 331/515] re-enable wai-middleware-content-type and wai-middleware-verbs --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5121ba0..56319a3e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1777,8 +1777,8 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - # - wai-middleware-content-type # bounds: skylighting - # - wai-middleware-verbs # bounds: skylighting + - wai-middleware-content-type + - wai-middleware-verbs - websockets-rpc - webpage From f1bf378e225c115ed66ae7c6dce2d8751e2daf42 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 2 Nov 2017 11:56:41 +0100 Subject: [PATCH 332/515] Add upper bounds for tasty. Please see https://github.com/fpco/stackage/issues/2995. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56319a3e..c7241309 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3480,6 +3480,9 @@ packages: # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 + # https://github.com/fpco/stackage/issues/2995 + - tasty < 0.12 + # end of packages # Package flags are applied to individual packages, and override the values of From 3b3fb934eb1730e4b18c44021e703824f86ac0c3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 2 Nov 2017 12:56:06 +0100 Subject: [PATCH 333/515] Revert "re-enable wai-middleware-content-type and wai-middleware-verbs" This reverts commit c97e7a306fb2050c199c157f28719b988d648029. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7241309..2b72a11a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1777,8 +1777,8 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - - wai-middleware-content-type - - wai-middleware-verbs + # - wai-middleware-content-type # bounds: skylighting + # - wai-middleware-verbs # bounds: skylighting - websockets-rpc - webpage From a6a6916925560752fcc548df77dc072d4a91a18b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 2 Nov 2017 23:13:23 +0900 Subject: [PATCH 334/515] wai-middleware-content-type and wai-middleware-verbs fail to compile --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b72a11a..d80d896d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1777,8 +1777,8 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - # - wai-middleware-content-type # bounds: skylighting - # - wai-middleware-verbs # bounds: skylighting + # - wai-middleware-content-type # compilation errors + # - wai-middleware-verbs # compilation errors - websockets-rpc - webpage From 12edeb1021651c0f429195bc7232225fcec5c3c5 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Fri, 3 Nov 2017 12:39:24 +0100 Subject: [PATCH 335/515] Add butcher, czipwith, brittany --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d80d896d..e4bfa1b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3045,6 +3045,9 @@ packages: "Lennart Spitzner @lspitzner": - multistate - pqueue + - butcher ==1.1.1.0 + - czipwith + - brittany "Ryan Mulligan @ryantm": [] From de1532edd36010ad90b1644379979592703511e8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 3 Nov 2017 14:50:37 +0100 Subject: [PATCH 336/515] Mark pandoc for expected test failure. Please see https://github.com/jgm/pandoc/issues/4033. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4bfa1b7..ec7a8c89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3905,6 +3905,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - pandoc # https://github.com/jgm/pandoc/issues/4033 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From bde3f01aac87ec33ca05c6c35191469a69a9e7ff Mon Sep 17 00:00:00 2001 From: Douglas Burke Date: Fri, 3 Nov 2017 18:37:56 -0400 Subject: [PATCH 337/515] Add swish --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec7a8c89..f10dcae6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3418,6 +3418,9 @@ packages: "Viacheslav Lotsmanov @unclechu": - qm-interpolated-string + "Douglas Burke @DougBurke": + - swish + # 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 50fb5589f2c12731bd83272ce1b7d23005a67608 Mon Sep 17 00:00:00 2001 From: Jason Shipman Date: Sat, 4 Nov 2017 23:06:42 -0400 Subject: [PATCH 338/515] Add logging-effect-extra and logging-effect-extra-file --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec7a8c89..1feba32b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2633,9 +2633,8 @@ packages: - unicode-show "Jason Shipman @jship": - # on behalf of Boris Sukholitko @bosu - [] - # - pure-cdb # https://github.com/bosu/pure-cdb/issues/5 & via testing-feat + - logging-effect-extra + - logging-effect-extra-file "Suhail Shergill @suhailshergill": - extensible-effects From 6d1365b6138ded3e6301ec06baa061e39adcfc2b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Nov 2017 13:07:39 +0100 Subject: [PATCH 339/515] Revert "Mark pandoc for expected test failure." This reverts commit de1532edd36010ad90b1644379979592703511e8. As a result of https://github.com/jgm/pandoc/issues/4033#issuecomment-341952215. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f10dcae6..896a5001 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3908,7 +3908,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - pandoc # https://github.com/jgm/pandoc/issues/4033 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From bb53e210c390759fbcbcc31042379697b7c4bbf1 Mon Sep 17 00:00:00 2001 From: Walter Schulze Date: Sun, 5 Nov 2017 15:03:13 +0100 Subject: [PATCH 340/515] add katydid --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a93f95b..bf0dd3bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,6 +36,9 @@ packages: "Jacob Stanley @jystic": - hedgehog - hedgehog-quickcheck + + "Walter Schulze @awalterschulze": + - katydid "Nobutada Matsubara @matsubara0507": - chatwork From 735d8686261d1ae6689258893bd3e2a45bcb600d Mon Sep 17 00:00:00 2001 From: Jason Shipman Date: Sun, 5 Nov 2017 23:10:40 -0500 Subject: [PATCH 341/515] Add logging-effect-extra-handler --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf0dd3bd..95d678ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2638,6 +2638,7 @@ packages: "Jason Shipman @jship": - logging-effect-extra - logging-effect-extra-file + - logging-effect-extra-handler "Suhail Shergill @suhailshergill": - extensible-effects From b3d1cfa8a71ac02f3d91450db210f3d2547d8dd9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Nov 2017 08:10:05 +0200 Subject: [PATCH 342/515] Upper bound for #3001 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf0dd3bd..2529df60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3491,6 +3491,9 @@ packages: # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 + # https://github.com/fpco/stackage/issues/3001 + - brick < 0.29 + # end of packages # Package flags are applied to individual packages, and override the values of From 38df4442e32f2042e50f99d52c164668c3d26a6c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Nov 2017 11:01:54 +0200 Subject: [PATCH 343/515] Temporary block katydid/katydid-haskell#7 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f153894..f8ed013b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -38,7 +38,9 @@ packages: - hedgehog-quickcheck "Walter Schulze @awalterschulze": - - katydid + [] + # https://github.com/katydid/katydid-haskell/issues/7 + # - katydid "Nobutada Matsubara @matsubara0507": - chatwork From 4695da9f879e80836ba70d82913e15772cbfcac6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Nov 2017 12:44:57 +0200 Subject: [PATCH 344/515] Revert "Temporary block katydid/katydid-haskell#7" This reverts commit 38df4442e32f2042e50f99d52c164668c3d26a6c. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8ed013b..9f153894 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -38,9 +38,7 @@ packages: - hedgehog-quickcheck "Walter Schulze @awalterschulze": - [] - # https://github.com/katydid/katydid-haskell/issues/7 - # - katydid + - katydid "Nobutada Matsubara @matsubara0507": - chatwork From ba5e11841f7e43fedffedf4f6e3e289c574e071b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Nov 2017 14:54:53 +0200 Subject: [PATCH 345/515] Move arithmoi to @Bodigrim #2995 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f153894..f4a45fe2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1357,7 +1357,6 @@ packages: - log-postgres # Not a maintainer - - arithmoi - folds - friendly-time - hashable @@ -1386,6 +1385,9 @@ packages: - universe-instances-trans - universe-reverse-instances + "@Bodigrim": + - arithmoi + "Abhinav Gupta @abhinav": - farmhash - pinch From b3f67d7669eebc47c66fdac770f396d370d29607 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Nov 2017 13:50:50 +0000 Subject: [PATCH 346/515] Use userid to work around new Docker version --- automated/build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 9e2a6566..cef53613 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -30,6 +30,7 @@ DOT_STACKAGE_DIR=$ROOT/dot-stackage WORKDIR=$ROOT/$TAG/work EXTRA_BIN_DIR=$ROOT/extra-bin SSH_DIR=$ROOT/ssh-$SHORTNAME +USERID=$(id -u) mkdir -p \ "$CABAL_DIR" \ @@ -81,9 +82,9 @@ 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/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_PREBUILD="$ARGS_COMMON -u $USERID -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" +ARGS_UPLOAD="$ARGS_COMMON -u $USERID -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 From 44abe1def8f629382ccf4b34689dd84b3fa28384 Mon Sep 17 00:00:00 2001 From: Al Zohali Date: Mon, 6 Nov 2017 22:09:09 +0300 Subject: [PATCH 347/515] add cereal-time --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4a45fe2..ffc71a99 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2980,6 +2980,7 @@ packages: "Al Zohali @zohl": - servant-auth-cookie - dictionaries + - cereal-time "Joachim Fasting @joachifm": - libmpd From a5f61ccff99cd61b633946c802050df94c119270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Mon, 6 Nov 2017 16:24:52 -0300 Subject: [PATCH 348/515] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4a45fe2..fcd65dab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2390,6 +2390,7 @@ packages: - network-transport-tcp - network-transport-inmemory - network-transport-composed + - pthread - rank1dynamic "Alexander Vershilov @qnikst": From 11911c641f694440341e2f38e9df363acce5190d Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 6 Nov 2017 15:39:18 -0600 Subject: [PATCH 349/515] Re-enable microlens-aeson Seems to work fine with a recent nightly. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4a45fe2..f9e78313 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -904,8 +904,7 @@ packages: - disk-free-space "Colin Woodbury @fosskers": - [] - # - microlens-aeson # GHC 8.2.1 + - microlens-aeson # - versions # GHC 8.2.1 per megaparsec # - vectortiles # GHC 8.2.1 # - pipes-random # GHC 8.2.1 From fc1ce3bbd10b20480a3e0cbf74650e58676ea161 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 6 Nov 2017 15:40:40 -0600 Subject: [PATCH 350/515] Add influxdb https://github.com/maoe/influxdb-haskell/issues/48 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4a45fe2..32163303 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3166,6 +3166,7 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": + - influxdb - sensu-run - viewprof From 3bce6d4241057429221ed04cb57f6a1aef6a1354 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 7 Nov 2017 06:02:30 +0200 Subject: [PATCH 351/515] Upper bound for #3006 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a9ee552..204f869c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3500,6 +3500,9 @@ packages: # https://github.com/fpco/stackage/issues/3001 - brick < 0.29 + # https://github.com/fpco/stackage/issues/3006 + - unix-compat < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From b97ff7eeb872b93da996600f71fb3826860632b8 Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Tue, 7 Nov 2017 16:47:05 +0800 Subject: [PATCH 352/515] Add direct-rocksdb --- build-constraints.yaml | 1 + debian-bootstrap.sh | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 204f869c..0b7b6934 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2968,6 +2968,7 @@ packages: "Shao Cheng @TerrorJack": - cabal-toolkit + - direct-rocksdb # - simple-download # GHC 8.2.1 # - encoding-io # GHC 8.2.1 diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index c27396c3..19c02606 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -30,9 +30,12 @@ GHCVER=8.2.1 apt-get update apt-get install -y \ build-essential \ + cmake \ curl \ freeglut3-dev \ fsharp \ + g++ \ + gawk \ ghc-$GHCVER \ ghc-$GHCVER-dyn \ ghc-$GHCVER-htmldocs \ @@ -124,6 +127,7 @@ apt-get install -y \ minisat \ mono-mcs \ nettle-dev \ + ninja-build \ nodejs \ npm \ openjdk-8-jdk \ From 89a95acdc2d6b6703ac22acb2502f958dcb2b0ac Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 7 Nov 2017 08:31:24 -0500 Subject: [PATCH 353/515] Add criterion under my name I co-maintain `criterion`, so let's put that package under my name. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84bd5118..f1aecb6a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2039,6 +2039,7 @@ packages: - base-orphans - chaselev-deque - code-page + - criterion - deriving-compat - echo - eliminators From fd451de77e6e7dc39764a7fd479a6cfb85b00bde Mon Sep 17 00:00:00 2001 From: Adam Flott Date: Tue, 7 Nov 2017 11:26:21 -0500 Subject: [PATCH 354/515] Add milena --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1aecb6a..65318cf9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3430,6 +3430,9 @@ packages: "Douglas Burke @DougBurke": - swish + "Adam Flott @adamflott": + - milena + # 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 e857e82f3db53c65f264959c74f8eb3e3a41497e Mon Sep 17 00:00:00 2001 From: "HE, Tao" Date: Wed, 8 Nov 2017 13:12:23 +0800 Subject: [PATCH 355/515] Remove upper bound constraints on hindent. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65318cf9..88186ade 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3488,9 +3488,6 @@ packages: # https://github.com/fpco/stackage/issues/2971 - either < 4.5 - # https://github.com/commercialhaskell/hindent/issues/453 - - hindent < 5.2.4 - # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 From dcf7b9ebbb6e0f09c4719014ed889cbbca272a0b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 09:18:00 +0200 Subject: [PATCH 356/515] Temporary block for #3012 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65318cf9..19d39dee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2968,7 +2968,7 @@ packages: "Shao Cheng @TerrorJack": - cabal-toolkit - - direct-rocksdb + # - direct-rocksdb # https://github.com/fpco/stackage/issues/3012 # - simple-download # GHC 8.2.1 # - encoding-io # GHC 8.2.1 From fc588fb56f8fadd5bb2232678a95fd2984526300 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 09:19:13 +0200 Subject: [PATCH 357/515] Expect test failure for milena --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19d39dee..54f419b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3981,6 +3981,9 @@ expected-test-failures: - teardown - model # https://github.com/Quid2/model/issues/2 + # Requires running server + - milena + # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 From 895821b1afcb49bc854c95dabc17e3f3bd2d3939 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 11:02:15 +0200 Subject: [PATCH 358/515] Revert "Temporary block for #3012" This reverts commit dcf7b9ebbb6e0f09c4719014ed889cbbca272a0b. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54f419b7..18d4092b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2968,7 +2968,7 @@ packages: "Shao Cheng @TerrorJack": - cabal-toolkit - # - direct-rocksdb # https://github.com/fpco/stackage/issues/3012 + - direct-rocksdb # - simple-download # GHC 8.2.1 # - encoding-io # GHC 8.2.1 From be1963af85c425c819a7c25e05737c7c29ba1f8a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 11:06:06 +0200 Subject: [PATCH 359/515] Upper bounds for #3013 --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18d4092b..1ff54279 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3507,6 +3507,13 @@ packages: # https://github.com/fpco/stackage/issues/3006 - unix-compat < 0.5 + # https://github.com/fpco/stackage/issues/3013 + - servant < 0.12 + - servant-client < 0.12 + - servant-server < 0.12 + - servant-docs < 0.11.1 + - servant-foreign < 0.10.2 + # end of packages # Package flags are applied to individual packages, and override the values of From b062443778c0e31d137080ffc314b761be841e48 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 13:21:44 +0200 Subject: [PATCH 360/515] Upper bounds for #3014 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f8c4a3f..be7d0931 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3511,6 +3511,10 @@ packages: - servant-docs < 0.11.1 - servant-foreign < 0.10.2 + # https://github.com/fpco/stackage/issues/3014 + - hspec-wai < 0.9 + - hspec-wai-json < 0.9 + # end of packages # Package flags are applied to individual packages, and override the values of From 9c5af1a82bf960fa29eecffcd6d7c2689281ef3e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 16:55:19 +0200 Subject: [PATCH 361/515] Add back pandoc-citeproc and close #2994 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index be7d0931..0ddb6354 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2669,7 +2669,7 @@ packages: - zip-archive - doctemplates - pandoc - # - pandoc-citeproc # bounds: xml-conduit + - pandoc-citeproc "Karun Ramakrishnan @karun012": - doctest-discover From fdf130f2ae9a46d7165dff236f87abd7d6755002 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Wed, 8 Nov 2017 23:18:28 +0200 Subject: [PATCH 362/515] Add ua-parser back Should be good --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ddb6354..2510a2ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2687,7 +2687,7 @@ packages: - string-conv - rng-utils # - rotating-log # GHC 8.2.1 - # - ua-parser # bounds aeson + - ua-parser - hs-GeoIP - retry - katip From aaab91a1f1a3e2972ba11530ac9b0d5e73a31efb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 9 Nov 2017 14:30:45 +0200 Subject: [PATCH 363/515] Skip tests and close #3014 --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ddb6354..1c43675d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3511,10 +3511,6 @@ packages: - servant-docs < 0.11.1 - servant-foreign < 0.10.2 - # https://github.com/fpco/stackage/issues/3014 - - hspec-wai < 0.9 - - hspec-wai-json < 0.9 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -3775,6 +3771,10 @@ skipped-tests: - hpio # https://github.com/fpco/stackage/issues/2926 - validation # https://github.com/fpco/stackage/issues/2949 + # https://github.com/fpco/stackage/issues/3014 + - servant-mock + - servant-server + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From b47c4260987b0fd925afe0e88ff4df5ac8f29301 Mon Sep 17 00:00:00 2001 From: tittoassini Date: Fri, 10 Nov 2017 11:43:41 +0100 Subject: [PATCH 364/515] Update build-constraints.yaml Dependencies problems solved in zm-0.3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..ff11323f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -53,7 +53,7 @@ packages: - opencv-extra < 0 # hard to install build tools "Pasqualino Assini @tittoassini": - # - zm # compilation failure https://github.com/Quid2/zm/issues/1 + - zm >= 0.3 - flat - model From 2a28c279b14613e926671a5a9eb5dc58cbef91f5 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Sat, 11 Nov 2017 00:08:13 +0530 Subject: [PATCH 365/515] Add monad-recorder, xls --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..6c74697f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,7 +36,7 @@ packages: "Jacob Stanley @jystic": - hedgehog - hedgehog-quickcheck - + "Walter Schulze @awalterschulze": - katydid @@ -231,7 +231,9 @@ packages: - unboxed-ref "Harendra Kumar @harendra-kumar": + - monad-recorder - unicode-transforms + - xls "Aleksey Uimanov @s9gf4ult": # - postgresql-query # compilation error From 36b6d4f78e699a0f0a4c8f845a1da1261d45fdb7 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Fri, 10 Nov 2017 15:20:49 -0700 Subject: [PATCH 366/515] Add ekg-cloudwatch, smtp-mail, and liboath-hs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..2900f1ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2064,6 +2064,9 @@ packages: "Matt Parsons @parsonsmatt": - monad-logger-prefix - monad-metrics + - ekg-cloudwatch + - smtp-mail + - liboath-hs "Matthew Pickering @mpickering": - refact From 871c3d324923e9d44d528cd61ffb2d2bcea65cd5 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sat, 11 Nov 2017 09:29:37 -0600 Subject: [PATCH 367/515] Re-enable Chart-diagrams Plus its dependencies. --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..88ea7fa6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -635,7 +635,6 @@ packages: # - diagrams-core # GHC 8.2.1 via dual-tree # - diagrams-gtk # bounds: optparse-applicative # - diagrams-lib # GHC 8.2.1 via diagrams-core - # - diagrams-postscript # GHC 8.2.1 via diagrams-core # - diagrams-rasterific # bounds: optparse-applicative # - diagrams-svg # bounds: optparse-applicative # - dual-tree # via testing-feat @@ -1665,7 +1664,10 @@ packages: - autoexporter - bento - bmp # Maintained by @benl23x5. - - ekg-statsd + - Chart # Maintained by @timbod7. + - Chart-diagrams # Maintained by @timbod7. + - diagrams-postscript # Maintained by @byorgey. + - ekg-statsd # Maintained by @tibbe. - flow - github-release - gloss # Maintained by @benl23x5. @@ -1679,6 +1681,7 @@ packages: - ratel - ratel-wai - rattletrap + - statestack # Maintained by @byorgey. - strive - wuss @@ -2697,7 +2700,6 @@ packages: - tuple - OneTuple # - SVGFonts # GHC 8.2.1 via diagrams-core - # - Chart-diagrams # bounds optparse-applicative "Aaron Levin @aaronmblevin": [] From 482eb4ea282d42243723a0655a6fc17c93d23e5c Mon Sep 17 00:00:00 2001 From: Csongor Kiss Date: Sat, 11 Nov 2017 18:23:42 +0000 Subject: [PATCH 368/515] Add generic-lens --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..144b4eb7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3432,6 +3432,9 @@ packages: "Adam Flott @adamflott": - milena + + "Csongor Kiss @kcsongor": + - generic-lens # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 061923e5ad9322c0088aadd85b15ae89efd0efda Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 08:53:50 +0200 Subject: [PATCH 369/515] Additional upper bounds for #3013 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..0cf6482a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3510,6 +3510,8 @@ packages: - servant-server < 0.12 - servant-docs < 0.11.1 - servant-foreign < 0.10.2 + - slack-web < 0.2.0.2 + - servant-client-core < 0.12 # end of packages From a082a62311af0ee740a60b28619f299524141c87 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 08:56:15 +0200 Subject: [PATCH 370/515] Upper bound for #3022 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cf6482a..b30754a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3513,6 +3513,9 @@ packages: - slack-web < 0.2.0.2 - servant-client-core < 0.12 + # https://github.com/fpco/stackage/issues/3022 + - req < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 6f6df2e38243562f9ea901d6ef1aaf3a0a9ec188 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 08:57:11 +0200 Subject: [PATCH 371/515] Extra upper bound for #2978 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b30754a8..77cf6234 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3494,6 +3494,7 @@ packages: # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 + - cassava-conduit < 0.4.0.1 # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 From ec400215176086986600a71ec9bd96f45ab770d2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 15:17:51 +0200 Subject: [PATCH 372/515] Extra servant upper bound --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e7ddbc1..7ef26013 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3520,6 +3520,7 @@ packages: - servant-foreign < 0.10.2 - slack-web < 0.2.0.2 - servant-client-core < 0.12 + - alerta < 0.1.0.6 # https://github.com/fpco/stackage/issues/3022 - req < 0.5 From 03d7ecec02b47008af1a4a0c89a9a275190b9505 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 15:21:20 +0200 Subject: [PATCH 373/515] Add flag for alerta #3013 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ef26013..cb6f66ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3520,7 +3520,6 @@ packages: - servant-foreign < 0.10.2 - slack-web < 0.2.0.2 - servant-client-core < 0.12 - - alerta < 0.1.0.6 # https://github.com/fpco/stackage/issues/3022 - req < 0.5 @@ -3624,6 +3623,9 @@ package-flags: cassava: pre-bytestring-0-10-4: false + alerta: + servant-client-core: false + # end of package-flags # Special configure options for individual packages From d4db4f1c8424fb259d3929c8db28127f13221d28 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 15:24:12 +0200 Subject: [PATCH 374/515] Remove upper bound and close #3001 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb6f66ca..eb6dea82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,9 +3506,6 @@ packages: # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 - # https://github.com/fpco/stackage/issues/3001 - - brick < 0.29 - # https://github.com/fpco/stackage/issues/3006 - unix-compat < 0.5 From 032759d0d9cebc573f278a3b6095fe2b07292af8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 17:07:40 +0200 Subject: [PATCH 375/515] Block liboath-hs #3019 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb6dea82..86fc9b16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2071,7 +2071,7 @@ packages: - monad-metrics - ekg-cloudwatch - smtp-mail - - liboath-hs + # - liboath-hs # https://github.com/fpco/stackage/pull/3019#issuecomment-343743664 "Matthew Pickering @mpickering": - refact From e80da8cc33932f98395c519c1442642b8f5f72d7 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Sun, 12 Nov 2017 08:50:43 -0700 Subject: [PATCH 376/515] Add liboath-dev C dependency --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 19c02606..5445405d 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -92,6 +92,7 @@ apt-get install -y \ libmysqlclient-dev \ libncurses-dev \ libnfc-dev \ + liboath-dev \ libnotify-dev \ libopenal-dev \ libpango1.0-dev \ From 7400c4401144ea5bc8161889e6ef64152eff2471 Mon Sep 17 00:00:00 2001 From: Csongor Kiss Date: Sun, 12 Nov 2017 16:02:54 +0000 Subject: [PATCH 377/515] Skip tests for inspection-testing `inspection-testing` depends on an outdated version of `generic-lens` --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 144b4eb7..700b5fb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3684,6 +3684,7 @@ skipped-tests: - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 - extensible-effects # HUnit 1.6 + - inspection-testing # generic-lens 0.4.0.1 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 From 288ca9188805a861cbb138df0d23ff2cd03a1249 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 12 Nov 2017 15:46:27 -0800 Subject: [PATCH 378/515] Limit shelly --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 13ffb702..dd3dcdd3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3524,6 +3524,9 @@ packages: # https://github.com/fpco/stackage/issues/3022 - req < 0.5 + # https://github.com/fpco/stackage/issues/3024 + - shelly < 1.6.8.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 3796b735dc2b7d118911f4867e299e17d30a11ba Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 12 Nov 2017 16:16:37 -0800 Subject: [PATCH 379/515] Disable config-ini test #3025 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd3dcdd3..03c2ffeb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3954,6 +3954,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 6a6f23d3de60c2d04b7e55dcf85fcdccd181305f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 12 Nov 2017 16:18:59 -0800 Subject: [PATCH 380/515] Disable tests for zm due to #3026 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03c2ffeb..430bd2b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3987,6 +3987,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 + - zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From f8a6abd98fb61bb11f70e3a1e9fd2b1372edb810 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 13 Nov 2017 05:25:07 +0200 Subject: [PATCH 381/515] Add back liboath-hs --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 430bd2b5..c1a99fd6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2071,7 +2071,7 @@ packages: - monad-metrics - ekg-cloudwatch - smtp-mail - # - liboath-hs # https://github.com/fpco/stackage/pull/3019#issuecomment-343743664 + - liboath-hs "Matthew Pickering @mpickering": - refact From 2669f28b0ccf9cfc7c6f0f94b8177c5af039230f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 13 Nov 2017 05:27:04 +0200 Subject: [PATCH 382/515] Remove skipped test for inspection-testing --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c1a99fd6..bf2d1d0a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3700,7 +3700,6 @@ skipped-tests: - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 - extensible-effects # HUnit 1.6 - - inspection-testing # generic-lens 0.4.0.1 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 From d56685cf067c83bae8016736455527dfa4ef4582 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 13 Nov 2017 16:58:21 -0800 Subject: [PATCH 383/515] Remove cryptohash-.. forks from tell-me-when-its-released since maintainer doesn't want to be notified and update test/benchmark dependencies anyway --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf2d1d0a..f69af65d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4290,9 +4290,6 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 -- cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 -- cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - freer-effects-0.3.0.1 # re-enable extensible benchmarks # Packages which should be hidden after registering, to avoid module name From 9d5ae6692dd65554b7bf00e41bafa39d2500fce5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 13 Nov 2017 16:59:35 -0800 Subject: [PATCH 384/515] Also attempt zm --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f69af65d..b2633804 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3986,7 +3986,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - zm # https://github.com/fpco/stackage/issues/3026 + # zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 5795d47ba0759fac9ca7eb18b6ec337288b18947 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 13 Nov 2017 14:11:38 +0100 Subject: [PATCH 385/515] Add json-autotype to Stackage Cc: @mgajda --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2633804..acf2f884 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2298,6 +2298,7 @@ packages: - nix-paths - streamproc - titlecase + - json-autotype "Mark Fine @markfine": - postgresql-schema From 0e57ef8efbcaac4f0840bd0548075ca539bbb524 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 13 Nov 2017 17:36:36 -0800 Subject: [PATCH 386/515] zm still fails, need to fix it --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index acf2f884..3cb938a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3987,7 +3987,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - # zm # https://github.com/fpco/stackage/issues/3026 + - zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 4cce6bd6244f1a3a2de24ca0d9586d03490632d3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 13 Nov 2017 17:50:42 -0800 Subject: [PATCH 387/515] Revert "Add json-autotype to Stackage" This reverts commit 5795d47ba0759fac9ca7eb18b6ec337288b18947. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cb938a7..f69af65d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2298,7 +2298,6 @@ packages: - nix-paths - streamproc - titlecase - - json-autotype "Mark Fine @markfine": - postgresql-schema From ed0e8732cbed01054ef8fc9ebaa737e1442e382e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 16:38:48 -0800 Subject: [PATCH 388/515] Add json-autotype #3027 #3028 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f69af65d..3cb938a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2298,6 +2298,7 @@ packages: - nix-paths - streamproc - titlecase + - json-autotype "Mark Fine @markfine": - postgresql-schema From bcdae8f9f48140dc58703b2bceb9374cc8f88f8b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 16:39:03 -0800 Subject: [PATCH 389/515] Test config-ini test fix. #3025 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cb938a7..d03b3cc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3954,7 +3954,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - config-ini # https://github.com/fpco/stackage/issues/3025 + # config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 6a9a40fead9b40445ba59332e199fca6fb354c77 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 16:39:37 -0800 Subject: [PATCH 390/515] Hide pretty-class and prettyclass due to conflict with pretty (and themselves). Should unblock zm #3026 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d03b3cc9..dc806cb3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4331,6 +4331,8 @@ hide: - binary-ieee754 # conflicts with data-binary-ieee754 - rerebase # conflicts with base - matrices # conflicts with matrix +- pretty-class # conflicts with pretty and prettyclass +- prettyclass # conflicts with pretty and pretty-class # Cryptonite deprecations - cipher-aes From a55d2f039ae99fe7e333575020f0e00bdccfbebb Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 16:39:57 -0800 Subject: [PATCH 391/515] Test zm #3026 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc806cb3..d9c58b95 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3987,7 +3987,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - zm # https://github.com/fpco/stackage/issues/3026 + # zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 34de3702ffa8438701bc09661af354930e61e081 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 17:05:23 -0800 Subject: [PATCH 392/515] Remove lower bound on zm --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9c58b95..da883375 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -53,7 +53,7 @@ packages: - opencv-extra < 0 # hard to install build tools "Pasqualino Assini @tittoassini": - - zm >= 0.3 + - zm - flat - model From 0a50cb516b87e4871b5c23407d73c01dd950a9b5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 17:06:09 -0800 Subject: [PATCH 393/515] config-ini tests not fixed --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index da883375..0746e816 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3954,7 +3954,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - # config-ini # https://github.com/fpco/stackage/issues/3025 + - config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From fab1c7d897c3f9dff3775f65744b606daea1b889 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 19:37:07 -0800 Subject: [PATCH 394/515] Reenable zm but with tests failing --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0746e816..f29820aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3987,7 +3987,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - # zm # https://github.com/fpco/stackage/issues/3026 + - zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 91a5382271c82a0285db6fdf2a053f939c19ead1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 19:37:32 -0800 Subject: [PATCH 395/515] Check config-ini again #3025 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f29820aa..2de61777 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3954,7 +3954,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - config-ini # https://github.com/fpco/stackage/issues/3025 + # config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From b5959c4a9d1e42dbc26a32cca099533bc8a3553b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 19:42:13 -0800 Subject: [PATCH 396/515] Config-ini still failing #3025 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2de61777..f29820aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3954,7 +3954,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - # config-ini # https://github.com/fpco/stackage/issues/3025 + - config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From b586c17938510676c5ecebf4b329be313749c7dd Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 08:34:16 -0800 Subject: [PATCH 397/515] Limit amazonka #3030 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f29820aa..81f72092 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3528,6 +3528,9 @@ packages: # https://github.com/fpco/stackage/issues/3024 - shelly < 1.6.8.5 + # https://github.com/fpco/stackage/issues/3030 + - amazonka < 1.5 + # end of packages # Package flags are applied to individual packages, and override the values of From e607430f6e395b15d8a29a2777845b6df7a74bab Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 09:06:16 -0800 Subject: [PATCH 398/515] Properly handle #3030 --- build-constraints.yaml | 88 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81f72092..5ad3638c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3530,6 +3530,94 @@ packages: # https://github.com/fpco/stackage/issues/3030 - amazonka < 1.5 + - amazonka-core < 1.5 + - amazonka-s3 < 1.5 + - amazonka-test < 1.5 + - amazonka-apigateway < 1.5 + - amazonka-application-autoscaling < 1.5 + - amazonka-appstream < 1.5 + - amazonka-autoscaling < 1.5 + - amazonka-budgets < 1.5 + - amazonka-certificatemanager < 1.5 + - amazonka-cloudformation < 1.5 + - amazonka-cloudfront < 1.5 + - amazonka-cloudhsm < 1.5 + - amazonka-cloudsearch < 1.5 + - amazonka-cloudsearch-domains < 1.5 + - amazonka-cloudtrail < 1.5 + - amazonka-cloudwatch < 1.5 + - amazonka-cloudwatch-events < 1.5 + - amazonka-cloudwatch-logs < 1.5 + - amazonka-codebuild < 1.5 + - amazonka-codecommit < 1.5 + - amazonka-codedeploy < 1.5 + - amazonka-codepipeline < 1.5 + - amazonka-cognito-identity < 1.5 + - amazonka-cognito-idp < 1.5 + - amazonka-cognito-sync < 1.5 + - amazonka-config < 1.5 + - amazonka-datapipeline < 1.5 + - amazonka-devicefarm < 1.5 + - amazonka-directconnect < 1.5 + - amazonka-discovery < 1.5 + - amazonka-dms < 1.5 + - amazonka-ds < 1.5 + - amazonka-dynamodb < 1.5 + - amazonka-dynamodb-streams < 1.5 + - amazonka-ec2 < 1.5 + - amazonka-ecr < 1.5 + - amazonka-ecs < 1.5 + - amazonka-efs < 1.5 + - amazonka-elasticache < 1.5 + - amazonka-elasticbeanstalk < 1.5 + - amazonka-elasticsearch < 1.5 + - amazonka-elastictranscoder < 1.5 + - amazonka-elb < 1.5 + - amazonka-elbv2 < 1.5 + - amazonka-emr < 1.5 + - amazonka-gamelift < 1.5 + - amazonka-glacier < 1.5 + - amazonka-health < 1.5 + - amazonka-iam < 1.5 + - amazonka-importexport < 1.5 + - amazonka-inspector < 1.5 + - amazonka-iot < 1.5 + - amazonka-iot-dataplane < 1.5 + - amazonka-kinesis < 1.5 + - amazonka-kinesis-analytics < 1.5 + - amazonka-kinesis-firehose < 1.5 + - amazonka-kms < 1.5 + - amazonka-lambda < 1.5 + - amazonka-lightsail < 1.5 + - amazonka-marketplace-analytics < 1.5 + - amazonka-marketplace-metering < 1.5 + - amazonka-ml < 1.5 + - amazonka-opsworks < 1.5 + - amazonka-opsworks-cm < 1.5 + - amazonka-pinpoint < 1.5 + - amazonka-polly < 1.5 + - amazonka-rds < 1.5 + - amazonka-redshift < 1.5 + - amazonka-rekognition < 1.5 + - amazonka-route53 < 1.5 + - amazonka-route53-domains < 1.5 + - amazonka-sdb < 1.5 + - amazonka-servicecatalog < 1.5 + - amazonka-ses < 1.5 + - amazonka-shield < 1.5 + - amazonka-sms < 1.5 + - amazonka-snowball < 1.5 + - amazonka-sns < 1.5 + - amazonka-sqs < 1.5 + - amazonka-ssm < 1.5 + - amazonka-stepfunctions < 1.5 + - amazonka-storagegateway < 1.5 + - amazonka-sts < 1.5 + - amazonka-support < 1.5 + - amazonka-swf < 1.5 + - amazonka-waf < 1.5 + - amazonka-workspaces < 1.5 + - amazonka-xray < 1.5 # end of packages From 94b1e845d7aef88c93beba8b92e321880a3b50ec Mon Sep 17 00:00:00 2001 From: Bogdan Neterebskii Date: Wed, 15 Nov 2017 09:52:58 +0300 Subject: [PATCH 399/515] add cast library --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ad3638c..fde6f20e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3444,6 +3444,9 @@ packages: "Csongor Kiss @kcsongor": - generic-lens + "Bogdan Neterebskii @ozzzzz": + - cast + # 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 9159d2a8d6c6d1cea1ea83f269c5a5d13c047384 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 16:21:16 -0800 Subject: [PATCH 400/515] Space fix --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fde6f20e..b4d9863c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3440,7 +3440,7 @@ packages: "Adam Flott @adamflott": - milena - + "Csongor Kiss @kcsongor": - generic-lens From 7ebb572610c48e9a03303da39caae0d673f84b1a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 16:21:56 -0800 Subject: [PATCH 401/515] Another try at config-ini --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4d9863c..f03ff254 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4048,7 +4048,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - config-ini # https://github.com/fpco/stackage/issues/3025 + # config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 691a45f06dd65d39f4dc12b37b2ee7d52e2707a2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 18:00:36 -0800 Subject: [PATCH 402/515] Close #3025 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f03ff254..fd1fd98a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4048,7 +4048,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - # config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 2cdc6d8c597864de826fbdb53476aa3fe56f4898 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 18:01:32 -0800 Subject: [PATCH 403/515] Try zm tests again --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd1fd98a..dd0aae5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4080,7 +4080,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - zm # https://github.com/fpco/stackage/issues/3026 + # zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From f61cd8185d3391c1c59125836302a7c237253c45 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 18:03:03 -0800 Subject: [PATCH 404/515] Close #3026 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd0aae5c..81347d65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4080,7 +4080,6 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - # zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 64f6a1f8cf48b6e7011b8dcca40f1a2cabeba585 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 18:04:45 -0800 Subject: [PATCH 405/515] Test hpio --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81347d65..4d7b275a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3882,7 +3882,7 @@ skipped-tests: - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - - hpio # https://github.com/fpco/stackage/issues/2926 + # hpio # https://github.com/fpco/stackage/issues/2926 - validation # https://github.com/fpco/stackage/issues/2949 # https://github.com/fpco/stackage/issues/3014 From 5dcb5899de5f2eaaa0c504b19a5715dbfefe9e70 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 18:22:32 -0800 Subject: [PATCH 406/515] Add back zm to test failures #3026 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d7b275a..1967878d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4080,6 +4080,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 + - zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From fdec69ece515c3e6282c397012ef3f3f74c54305 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 Nov 2017 08:39:01 -0800 Subject: [PATCH 407/515] Try zm again --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1967878d..a8cf9164 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4080,7 +4080,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - zm # https://github.com/fpco/stackage/issues/3026 + # zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From f8456a2586dc7bd73de0dcf8d73a60108ca2abea Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 Nov 2017 09:46:26 -0800 Subject: [PATCH 408/515] zm and hpio tests are still failing, giving up --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8cf9164..fd1fd98a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3882,7 +3882,7 @@ skipped-tests: - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - # hpio # https://github.com/fpco/stackage/issues/2926 + - hpio # https://github.com/fpco/stackage/issues/2926 - validation # https://github.com/fpco/stackage/issues/2949 # https://github.com/fpco/stackage/issues/3014 @@ -4080,7 +4080,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - # zm # https://github.com/fpco/stackage/issues/3026 + - zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 23c6ca1ace40f37733b514f961b29da4e7a52272 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Thu, 16 Nov 2017 22:08:13 +0700 Subject: [PATCH 409/515] =?UTF-8?q?Add=20=E2=80=98mmark=E2=80=99=20and=20?= =?UTF-8?q?=E2=80=98mmark-ext=E2=80=99?= 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 fd1fd98a..dcdfaf78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2358,6 +2358,8 @@ packages: - stache - parser-combinators - modern-uri + - mmark + - mmark-ext "Thomas Bereknyei ": [] From 2ee27e4da483197be37b964f77ceeac58a3c7c91 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 Nov 2017 13:53:18 -0800 Subject: [PATCH 410/515] Close #3022 (req upper bound removed) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcdfaf78..611d8768 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3527,9 +3527,6 @@ packages: - slack-web < 0.2.0.2 - servant-client-core < 0.12 - # https://github.com/fpco/stackage/issues/3022 - - req < 0.5 - # https://github.com/fpco/stackage/issues/3024 - shelly < 1.6.8.5 From 777b4dea0998bc1ac4683e03993987c4d154a754 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 Nov 2017 16:40:11 -0800 Subject: [PATCH 411/515] Remove upper bound on servan-auth-cookie due to #2976 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 611d8768..19845d82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,7 +3506,6 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - - servant-auth-cookie < 0.5.0.6 # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 From cb376c6049f0896bcd0e4ffc2a30aa6063d5233d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 Nov 2017 16:48:52 -0800 Subject: [PATCH 412/515] Revert "Remove upper bound on servan-auth-cookie due to #2976" This reverts commit 777b4dea0998bc1ac4683e03993987c4d154a754. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19845d82..611d8768 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,6 +3506,7 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 + - servant-auth-cookie < 0.5.0.6 # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 From 1273f62fd43ff5c2689754e703c95f51de93a3d6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Nov 2017 17:24:45 +0900 Subject: [PATCH 413/515] re-enable hackage-mirror --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 611d8768..4418add2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -350,7 +350,7 @@ packages: - th-lift - quickcheck-assertions - # - hackage-mirror # via: aws + - hackage-mirror - wai-middleware-consul - wai-middleware-crowd - monad-logger-json From af000f30c2a2e7ec898a57174fc43cf3de44c670 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Nov 2017 17:27:02 +0900 Subject: [PATCH 414/515] try enabling git-annex with skipped dbus tests --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4418add2..2ef7160a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -898,7 +898,7 @@ packages: - naqsha "Joey Hess @joeyh": - # - git-annex # GHC 8.2.1 via aws + - git-annex # - github-backup # bounds: github - concurrent-output - mountpoints @@ -3815,6 +3815,7 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - chell # via chell-quickcheck - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) + - dbus # via chell-quickcheck - language-ecmascript # via testing-feat - options # QuickCheck via chell-quickcheck - path # via genvalidity genvalidity-property From d12dffeaa2d15c6ffcf9d4771ba869692de54914 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 17 Nov 2017 08:16:00 -0800 Subject: [PATCH 415/515] Disable hackage-mirror as it fails to build (#3033) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ef7160a..e31d0361 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -350,7 +350,7 @@ packages: - th-lift - quickcheck-assertions - - hackage-mirror + # hackage-mirror # https://github.com/fpco/stackage/issues/3033 - wai-middleware-consul - wai-middleware-crowd - monad-logger-json From 8d16fe9a6a6179c12670dadcb24cf9d885405abc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 17 Nov 2017 08:39:38 -0800 Subject: [PATCH 416/515] Update blocker on idris (#2856) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e31d0361..3a9d6e56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1214,7 +1214,7 @@ packages: # - cabal-rpm # GHC 8.2.1 # - stackage-query # via stackage-types compilation failure # - cabal-sort # BLOCKED directory 1.3 - # - idris # bounds aeson + # - idris # bounds optparse-applicative, https://github.com/fpco/stackage/pull/2856 - fedora-haskell-tools - libffi - xmonad-contrib From 27d066c40216448675e4bc2d584567521f33795d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 17 Nov 2017 08:40:05 -0800 Subject: [PATCH 417/515] Attempt a build with tree-diff as there are no more bounds blockers (#2887) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a9d6e56..97e0e18f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1348,6 +1348,7 @@ packages: # - tdigest-Chart # bounds: optparse-applicative - these - time-parsers + - tree-diff # - waitra # GHC 8.2.1 # scrive/log From 1836b1dcc6df62158e9e9c037cb71a0fda36d2ab Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 18 Nov 2017 21:41:03 -0800 Subject: [PATCH 418/515] Attempt taggy-lens --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97e0e18f..e988b66b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2734,7 +2734,7 @@ packages: "Alp Mestanogullari @alpmestan": - taggy < 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 - # - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 + - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 "Alex McLean @yaxu": - tidal From 54cf4c31626a564b8a5dc59cf91a21ea19f6b079 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 18 Nov 2017 21:45:21 -0800 Subject: [PATCH 419/515] Attempt taggy too --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e988b66b..33ed26d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,7 +2733,7 @@ packages: # - reedsolomon # bounds: vector "Alp Mestanogullari @alpmestan": - - taggy < 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 + - taggy # 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 "Alex McLean @yaxu": From 0e793f25170c36655da47b2d0c44d14308627a35 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 18 Nov 2017 21:48:20 -0800 Subject: [PATCH 420/515] This didn't work, reverting --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33ed26d0..97e0e18f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,8 +2733,8 @@ packages: # - reedsolomon # bounds: vector "Alp Mestanogullari @alpmestan": - - taggy # 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 - - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 + - taggy < 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 + # - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 "Alex McLean @yaxu": - tidal From 7cdb6028cbf85ddb35db30343f28f1e96ed47219 Mon Sep 17 00:00:00 2001 From: A1 Date: Sat, 18 Nov 2017 21:30:42 +0300 Subject: [PATCH 421/515] add errors-ext --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97e0e18f..3a5a8069 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3621,7 +3621,8 @@ packages: - amazonka-waf < 1.5 - amazonka-workspaces < 1.5 - amazonka-xray < 1.5 - + "Warlock @A1-Triard": + - errors-ext # end of packages # Package flags are applied to individual packages, and override the values of From ca5fde528e09f30714aa4a14653c4f24e22db9e4 Mon Sep 17 00:00:00 2001 From: A1 Date: Sat, 18 Nov 2017 21:32:15 +0300 Subject: [PATCH 422/515] add errors-ext --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a5a8069..17ba8c75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3621,8 +3621,10 @@ packages: - amazonka-waf < 1.5 - amazonka-workspaces < 1.5 - amazonka-xray < 1.5 + "Warlock @A1-Triard": - errors-ext + # end of packages # Package flags are applied to individual packages, and override the values of From 49e47572880104f3e856c62b880a8c0258c12c01 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Nov 2017 14:52:42 +0900 Subject: [PATCH 423/515] reenable cabal-rpm --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17ba8c75..36563dee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1211,11 +1211,12 @@ packages: - HaskellNet-SSL "Jens Petersen @juhp": - # - cabal-rpm # GHC 8.2.1 + - cabal-rpm + - fedora-haskell-tools # - stackage-query # via stackage-types compilation failure + # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds optparse-applicative, https://github.com/fpco/stackage/pull/2856 - - fedora-haskell-tools - libffi - xmonad-contrib - shelly From 575c59153e6f8d9860c24358cc5c879fd2b8fe0e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Nov 2017 11:35:53 +0530 Subject: [PATCH 424/515] uncomment cabal-install for Mikhail --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36563dee..ae512a57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2723,7 +2723,7 @@ packages: "Mikhail Glushenkov @23Skidoo": - Cabal - # - cabal-install # GHC 8.2.1 + - cabal-install - pointful "Lennart Kolmodin @kolmodin": From f730ead14bb9b69295c1af5b43513ced69d8e319 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Nov 2017 11:36:17 +0530 Subject: [PATCH 425/515] try re-enabling gtk2hs-buildtools --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae512a57..c6e26aee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -338,7 +338,7 @@ packages: - executable-path - foreign-store - formatting - # - gtk2hs-buildtools # Cabal 2.0.0.2 + - gtk2hs-buildtools # Cabal 2.0.0.2 - happy - hybrid-vectors - indents From 078051522aeaced67388b4786f6a0719dac99d84 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Nov 2017 11:49:54 +0530 Subject: [PATCH 426/515] reenable cairo, glib, and pango --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6e26aee..a5d03db0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1220,13 +1220,13 @@ packages: - libffi - xmonad-contrib - shelly - # - cairo # Cabal 2.0.0.2 + - cairo # - gio # Cabal 2.0.0.2 - # - glib # Cabal 2.0.0.2 - # - gtk # Cabal 2.0.0.2 - # - gtk3 # Cabal 2.0.0.2 + - glib + # - gtk # via gio + # - gtk3 # via gio # - gtksourceview3 # Cabal 2.0.0.2 - # - pango # Cabal 2.0.0.2 + - pango # - webkitgtk3 # Cabal 2.0.0.2 # - webkitgtk3-javascriptcore # Cabal 2.0.0.2 - ghcjs-codemirror From df6a14118ed9d59f50cb3d7e5d6a8d4e3132709f Mon Sep 17 00:00:00 2001 From: Tung Dao Date: Sun, 19 Nov 2017 15:08:19 +0700 Subject: [PATCH 427/515] add time-locale-vietnamese --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5d03db0..103355a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3451,6 +3451,9 @@ packages: "Bogdan Neterebskii @ozzzzz": - cast + "Tung Dao @tungd": + - time-locale-vietnamese + # 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 9f781ae0a14135cabc2472398c728484e60515a9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 19 Nov 2017 12:02:32 +0200 Subject: [PATCH 428/515] Remove no longer supported package --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5d03db0..772f96cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -350,7 +350,6 @@ packages: - th-lift - quickcheck-assertions - # hackage-mirror # https://github.com/fpco/stackage/issues/3033 - wai-middleware-consul - wai-middleware-crowd - monad-logger-json From 8d26d7a3feb433ca93158fb73899a8bd69c08d37 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Nov 2017 16:00:37 -0800 Subject: [PATCH 429/515] Try shelly again' --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 772f96cc..04dbd179 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3529,7 +3529,7 @@ packages: - servant-client-core < 0.12 # https://github.com/fpco/stackage/issues/3024 - - shelly < 1.6.8.5 + # shelly < 1.6.8.5 # https://github.com/fpco/stackage/issues/3030 - amazonka < 1.5 From ed0204bd638f4df7c66eff2bf4a6b62d8197ae75 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Nov 2017 17:33:25 -0800 Subject: [PATCH 430/515] Close #3024 for good and also run tests on shelly --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04dbd179..83f6b7fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3528,9 +3528,6 @@ packages: - slack-web < 0.2.0.2 - servant-client-core < 0.12 - # https://github.com/fpco/stackage/issues/3024 - # shelly < 1.6.8.5 - # https://github.com/fpco/stackage/issues/3030 - amazonka < 1.5 - amazonka-core < 1.5 @@ -3846,7 +3843,7 @@ skipped-tests: - intero # https://github.com/commercialhaskell/intero/issues/462 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - reroute # https://github.com/agrafix/Spock/issues/130 - - shelly # https://github.com/yesodweb/Shelly.hs/issues/150 + # shelly # https://github.com/yesodweb/Shelly.hs/issues/150 # Missing foreign library - symengine # symengine From 92e47d3ca5e2e4c32a3237d1ea00ef54de12f415 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Nov 2017 17:36:27 -0800 Subject: [PATCH 431/515] Tests for shelly are still failing --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83f6b7fa..a8e9f309 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3843,7 +3843,7 @@ skipped-tests: - intero # https://github.com/commercialhaskell/intero/issues/462 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - reroute # https://github.com/agrafix/Spock/issues/130 - # shelly # https://github.com/yesodweb/Shelly.hs/issues/150 + - shelly # https://github.com/yesodweb/Shelly.hs/issues/150 # Missing foreign library - symengine # symengine From fcac947b541c7d7720f11e6e714a67ef974d9c3a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 20 Nov 2017 16:51:57 +0100 Subject: [PATCH 432/515] Move errors-ext above 'dummy maintainers' --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8e9f309..df9bd37c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3450,6 +3450,9 @@ packages: "Bogdan Neterebskii @ozzzzz": - cast + "Warlock @A1-Triard": + - errors-ext + # 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 @@ -3619,9 +3622,6 @@ packages: - amazonka-workspaces < 1.5 - amazonka-xray < 1.5 - "Warlock @A1-Triard": - - errors-ext - # end of packages # Package flags are applied to individual packages, and override the values of From 90aad7b852295c246816b00e6725fad95f0c4c32 Mon Sep 17 00:00:00 2001 From: Christopher Reichert Date: Mon, 20 Nov 2017 15:11:46 -0600 Subject: [PATCH 433/515] Enable wai-middleware-throttle --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index df9bd37c..3be30e77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1892,7 +1892,7 @@ packages: - bencode - hsebaysdk - dockerfile - # - wai-middleware-throttle # GHC 8.2.1 via token-bucket + - wai-middleware-throttle - yesod-auth-basic "Alcides Viamontes @alcidesv": From eb115f3bed036d49327f92227efde68716c0bd9b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 10:06:05 +0100 Subject: [PATCH 434/515] Add token-bucket to skipped-tests --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index df9bd37c..c7b3c087 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3857,6 +3857,7 @@ skipped-tests: - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 + - token-bucket - uuid - uuid-types # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 From 56322d1b89fa52a481444862aa32dfbe4a2cd2b8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 10:50:46 +0100 Subject: [PATCH 435/515] Expect test failures for packages with hlint test suite failures --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4c2d335..ed3ada65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4126,6 +4126,15 @@ expected-test-failures: - perf # https://github.com/fpco/stackage/pull/2859 + # Linting failures (these may break every time HLint gets updated so keep them disabled) + # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites + - atom-conduit + - conduit-parse + - dublincore-xml-conduit + - folds + - opml-conduit + - xml-conduit-parse + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 322323df3272928cfd1a1f39f03018024fa7a5e6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 22:37:21 +0100 Subject: [PATCH 436/515] Disable moesocks and stackage2nix due to compilation failures previously unnoticed due to a bug in stackage-curator --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed3ada65..9096c834 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2306,7 +2306,7 @@ packages: - sbp "Jinjing Wang @nfjinjing": - - moesocks + - moesocks < 0 # compilation failure against aeson 1.2.3.0 "Gregory W. Schwartz @GregorySchwartz": - fasta @@ -3404,7 +3404,7 @@ packages: "typeable.io ": - dom-parser - - stackage2nix + - stackage2nix < 0 # compilation failure - xml-isogen "Jeremy Huffman @jeremyjh": From 038c93df86981ee38843c3f5eeca45e34e717bae Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 22:39:56 +0100 Subject: [PATCH 437/515] Skip lzma tests due to bounds --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9096c834..21a6969e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3857,6 +3857,7 @@ skipped-tests: - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 + - lzma - token-bucket - uuid - uuid-types From 03dcf1f7bd5f89e24f95c1b832b948895349a85c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 23:05:18 +0100 Subject: [PATCH 438/515] Expect HTTP tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21a6969e..d052733a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4124,6 +4124,7 @@ expected-test-failures: - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 + - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - perf # https://github.com/fpco/stackage/pull/2859 From d2de4b31af58282416e7f163cdff0627c0ea11a6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 23:10:02 +0100 Subject: [PATCH 439/515] Expect hslua and yesod-core tests to fail --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d052733a..28c9a7bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4084,6 +4084,7 @@ expected-test-failures: - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - zm # https://github.com/fpco/stackage/issues/3026 + - perf # https://github.com/fpco/stackage/pull/2859 # Stackage upper bounds, re-enable these when their upper bound is removed @@ -4125,8 +4126,8 @@ expected-test-failures: - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - - - perf # https://github.com/fpco/stackage/pull/2859 + - hslua # Undiagnosed: expected: OK, but got: ErrFile + - yesod-core # uncaught exception: WaiTestFailure (WaiTestFailure "Expected status code 200, but received 413") # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites From 34b50d9b189859ce583a4ba3cdb21c8b0f435be3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 23:18:40 +0100 Subject: [PATCH 440/515] Expect hslua-module-text tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28c9a7bf..a0f442b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4127,6 +4127,7 @@ expected-test-failures: - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - hslua # Undiagnosed: expected: OK, but got: ErrFile + - hslua-module-text # Undiagnosed: error while running lua tests, expected: OK, but got: ErrFile - yesod-core # uncaught exception: WaiTestFailure (WaiTestFailure "Expected status code 200, but received 413") # Linting failures (these may break every time HLint gets updated so keep them disabled) From 88a1c26f9d6352f56b31310f80f25d064737fa03 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 23:46:13 +0100 Subject: [PATCH 441/515] upgrade to GHC 8.2.2 --- .travis.yml | 2 +- check | 2 +- debian-bootstrap.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 691ef7c3..f66c4a58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ addons: - libgmp-dev env: -- GHCVER=8.2.1 +- GHCVER=8.2.2 install: # Download and unpack the stack executable diff --git a/check b/check index 79e7a39f..4189690a 100755 --- a/check +++ b/check @@ -3,4 +3,4 @@ # Convenience script for checking constraints locally cd `dirname $0` -exec stack exec --resolver ghc-8.2.1 stackage-curator check +exec stack exec --resolver ghc-8.2.2 stackage-curator check diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 5445405d..9eab0cf2 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,7 +25,7 @@ add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://down add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main' add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main' -GHCVER=8.2.1 +GHCVER=8.2.2 apt-get update apt-get install -y \ From 53f043dc80563288c7980528343780c57e2f7f8e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 22 Nov 2017 11:15:25 +0200 Subject: [PATCH 442/515] Remove yesod-core from expected test failures See https://github.com/yesodweb/wai/pull/654#issuecomment-346288807 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a0f442b6..aeb9dc20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4128,7 +4128,6 @@ expected-test-failures: - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - hslua # Undiagnosed: expected: OK, but got: ErrFile - hslua-module-text # Undiagnosed: error while running lua tests, expected: OK, but got: ErrFile - - yesod-core # uncaught exception: WaiTestFailure (WaiTestFailure "Expected status code 200, but received 413") # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites From f7762084589bc3ad142dc3cdcae9173002196e97 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 22 Nov 2017 18:28:59 +0100 Subject: [PATCH 443/515] skylighting upper bound for #3039 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aeb9dc20..58612541 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3622,6 +3622,9 @@ packages: - amazonka-workspaces < 1.5 - amazonka-xray < 1.5 + # https://github.com/fpco/stackage/issues/3039 + - skylighting < 0.4.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 810a2d34c23b00a642b189de4ac3acd793b31d17 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 22 Nov 2017 18:59:34 +0100 Subject: [PATCH 444/515] Re-enable moesocks 322323df3272928cfd1a1f39f03018024fa7a5e6 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58612541..7eed4809 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2306,7 +2306,7 @@ packages: - sbp "Jinjing Wang @nfjinjing": - - moesocks < 0 # compilation failure against aeson 1.2.3.0 + - moesocks "Gregory W. Schwartz @GregorySchwartz": - fasta From 3c9de314faef01c7e0f8c4baf83c4a2661f98a7a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 22 Nov 2017 19:06:46 +0100 Subject: [PATCH 445/515] Disable intero, closes #3037 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7eed4809..4b887957 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -518,7 +518,7 @@ packages: - descriptive - wrap - path - - intero + # - intero # ghc-8.2.2 - weigh # - haskell-docs # BLOCKED haddock-api GHC 8.0.2 - structured-haskell-mode From a63b9d9c5635544371f0f5aa87e1e9f820332b23 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 22 Nov 2017 21:44:44 +0200 Subject: [PATCH 446/515] Update PATH --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 710e7bbe..146edda4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV HOME /home/stackage ENV LANG en_US.UTF-8 # NOTE: also update debian-bootstrap.sh when cuda version changes -ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.2.1/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.2.2/bin:/usr/sbin:/usr/bin:/sbin:/bin ENV CUDA_PATH /usr/local/cuda-8.0 ENV LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:/usr/local/cuda-8.0/nvvm/lib64 From 47b32c5c4378ee0f45dd7ab51f263883fb369c76 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 22 Nov 2017 21:46:10 +0200 Subject: [PATCH 447/515] Clarify how to upgrade GHC versions --- CURATORS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 9c069fed..fb424315 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -204,6 +204,9 @@ 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. +You'll need to update both the `PATH` in `Dockerfile` and the `GHCVER` variable +in `debian-bootstrap.sh`. + ### 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 From 0234d91c22eabb4478087e986b34ae609bb9801c Mon Sep 17 00:00:00 2001 From: koral Date: Wed, 22 Nov 2017 23:13:50 +0100 Subject: [PATCH 448/515] Expect test success on atom-conduit --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b887957..47a76dae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4134,7 +4134,6 @@ expected-test-failures: # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites - - atom-conduit - conduit-parse - dublincore-xml-conduit - folds From 6886dd9acf1639aab1e93bd15fd7b6c4276b8878 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 23 Nov 2017 11:13:23 +0100 Subject: [PATCH 449/515] Re-enable fixed tests/benchs/haddocks --- build-constraints.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47a76dae..cb79ed2f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4034,13 +4034,11 @@ expected-test-failures: - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - - 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. - DRBG # https://github.com/TomMD/DRBG/issues/7 - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - download # https://github.com/fpco/stackage/issues/2811 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 @@ -4070,21 +4068,18 @@ expected-test-failures: - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - picosat # https://github.com/fpco/stackage/pull/2382 - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 - - raaz - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 - threads - thyme # https://github.com/liyang/thyme/issues/50 - tls # https://github.com/vincenthz/hs-tls/issues/247 - - tries # https://github.com/athanclark/tries/issues/2 - unicode-transforms # https://github.com/harendra-kumar/unicode-transforms/issues/15 - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - vty # https://github.com/jtdaugherty/vty/issues/132 - 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 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - zm # https://github.com/fpco/stackage/issues/3026 - perf # https://github.com/fpco/stackage/pull/2859 @@ -4092,7 +4087,6 @@ expected-test-failures: # Stackage upper bounds, re-enable these when their upper bound is removed # Recursive deps https://github.com/fpco/stackage/issues/1818 - - 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 @@ -4120,13 +4114,10 @@ expected-test-failures: - haskell-docs # GHC bug - hosc # GHC 8.2.1 (?) - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - - servant # https://github.com/haskell-servant/servant/issues/698 - - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 - postgresql-simple-queue # same issue as before, see also https://github.com/fpco/stackage/issues/2592 as that will fix both - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 - - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - hslua # Undiagnosed: expected: OK, but got: ErrFile @@ -4146,14 +4137,9 @@ expected-test-failures: # benchmarks, and therefore failures are only for building, not running. expected-benchmark-failures: # 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 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure @@ -4163,7 +4149,6 @@ expected-benchmark-failures: - dbus # No issue tracker, sent e-mail to maintainer - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 - thyme # https://github.com/liyang/thyme/issues/50 - - tls # https://github.com/vincenthz/hs-tls/issues/247 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 @@ -4197,9 +4182,6 @@ expected-haddock-failures: - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 - # Haddock bugs - - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 - # Runs out of memory - store From 23f6c5d3ecec500fd9228728da57b3ea6d360075 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 23 Nov 2017 16:44:53 +0100 Subject: [PATCH 450/515] Re-enable some more tests --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb79ed2f..8903f0ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3994,7 +3994,6 @@ expected-test-failures: - postgresql-typed # PostgreSQL - purescript # git 128 https://github.com/purescript/purescript/issues/2292 - redis-io - - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 - rethinkdb - rethinkdb-client-driver - riak @@ -4008,7 +4007,6 @@ expected-test-failures: - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - accelerate-bignum # CUDA GPU - - accelerate-blas # CUDA GPU - gdax # Needs environment variables set - nakadi-client # Needs environment variable set - lxd-client # Needs LXD, not available on debian @@ -4046,7 +4044,6 @@ expected-test-failures: - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - shikensu # https://github.com/icidasset/shikensu/issues/5 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 @@ -4081,7 +4078,6 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - zm # https://github.com/fpco/stackage/issues/3026 - perf # https://github.com/fpco/stackage/pull/2859 # Stackage upper bounds, re-enable these when their upper bound is removed @@ -4104,6 +4100,7 @@ expected-test-failures: # Doctest failures - teardown - model # https://github.com/Quid2/model/issues/2 + - zm # https://github.com/fpco/stackage/issues/3026 # Requires running server - milena From 6a496d99100721f189a1f3280a08d8365691b0e0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 23 Nov 2017 17:00:45 +0100 Subject: [PATCH 451/515] Disable git-annex --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8903f0ab..f4a5f9e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -897,7 +897,7 @@ packages: - naqsha "Joey Hess @joeyh": - - git-annex + - git-annex < 0 # compilation failure # - github-backup # bounds: github - concurrent-output - mountpoints From 52ae59704495aceec2f448c2e4fc112da379c367 Mon Sep 17 00:00:00 2001 From: Bob Long Date: Thu, 23 Nov 2017 16:13:27 +0000 Subject: [PATCH 452/515] add yesod-csp --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4a5f9e7..293420ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3453,6 +3453,9 @@ packages: "Warlock @A1-Triard": - errors-ext + "Bob Long @bobjflong": + - yesod-csp + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From d58d26c981bf7a9b5b7e521f61d8fd06df1bdf10 Mon Sep 17 00:00:00 2001 From: koral Date: Thu, 23 Nov 2017 21:38:19 +0100 Subject: [PATCH 453/515] Expect test success on conduit-parse, dublincore-xml-conduit, opml-conduit, xml-conduit-parse --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 293420ee..ac4acecd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4125,11 +4125,7 @@ expected-test-failures: # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites - - conduit-parse - - dublincore-xml-conduit - folds - - opml-conduit - - xml-conduit-parse # end of expected-test-failures From 2e873a64e962136c4195cf18161efa2f3affe227 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 16:30:19 +0100 Subject: [PATCH 454/515] Re-enable hslua and hslua-module-text tests d2de4b31af58282416e7f163cdff0627c0ea11a6 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac4acecd..b359dcc2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4120,8 +4120,6 @@ expected-test-failures: - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - - hslua # Undiagnosed: expected: OK, but got: ErrFile - - hslua-module-text # Undiagnosed: error while running lua tests, expected: OK, but got: ErrFile # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites From 9ac79ae4770e7830b9dc9f68311a374fffac1213 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 16:31:27 +0100 Subject: [PATCH 455/515] Re-enable git-annex 6a496d99100721f189a1f3280a08d8365691b0e0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b359dcc2..33160e8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -897,7 +897,7 @@ packages: - naqsha "Joey Hess @joeyh": - - git-annex < 0 # compilation failure + - git-annex # - github-backup # bounds: github - concurrent-output - mountpoints From 2119253fc0b6b128a5618f792ab1941edf45c496 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:09:41 +0100 Subject: [PATCH 456/515] Close #2967, Close #2971 in favor of #3044, and re-enable tdigest --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33160e8d..2279a520 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1344,7 +1344,7 @@ packages: - singleton-bool - spdx - splitmix - # - tdigest + - tdigest # - tdigest-Chart # bounds: optparse-applicative - these - time-parsers @@ -3505,11 +3505,8 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2967 - - swagger2 < 2.2 - - # https://github.com/fpco/stackage/issues/2971 - - either < 4.5 + # https://github.com/fpco/stackage/issues/3044 + - either < 4.5 # Latest ATOW is either-5 # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 From be0024e71369eb8803deda2a413dad9b409572f5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:11:47 +0100 Subject: [PATCH 457/515] Try to re-enable download and yahoo-finance-api tests #2811, #2821 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2279a520..8263957a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4037,7 +4037,6 @@ expected-test-failures: # in the test cases. - DRBG # https://github.com/TomMD/DRBG/issues/7 - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - - download # https://github.com/fpco/stackage/issues/2811 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 @@ -4047,7 +4046,6 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures From 8120db318d7265c5f3f5fe634af2305d6d0d01ea Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:17:55 +0100 Subject: [PATCH 458/515] Un-hide protolude and re-enable hpio tests, closes #2926 --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8263957a..2fe5de70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3886,14 +3886,12 @@ skipped-tests: - graphviz - wl-pprint-text + # Uncategorized, please categorize! - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - - hpio # https://github.com/fpco/stackage/issues/2926 - validation # https://github.com/fpco/stackage/issues/2949 - - # https://github.com/fpco/stackage/issues/3014 - - servant-mock - - servant-server + - servant-mock # https://github.com/fpco/stackage/issues/3014 + - servant-server # # https://github.com/fpco/stackage/issues/3014 # end of skipped-tests @@ -4383,7 +4381,6 @@ 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 - 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 From be8ebd99c9ae4eb97f34c7ac933d853457d35b0c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:20:20 +0100 Subject: [PATCH 459/515] Re-enable cryptol, closes #2927 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2fe5de70..f3f02715 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1396,7 +1396,7 @@ packages: # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - # cryptol # https://github.com/fpco/stackage/issues/2927 + - cryptol - gitrev - persistent-refs From a8bc1af0f14c34e5e69adf5d486b098499cf3581 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:27:58 +0100 Subject: [PATCH 460/515] Ping phadej for futurice issues #2814 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3f02715..cf6291e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4338,6 +4338,8 @@ github-users: - liskin - trskop - xkollar + futurice: + - phadej # end of github-users From 1802d506174ee07440f80fe591664a3ddf96da3a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:31:32 +0100 Subject: [PATCH 461/515] Disable http-api-data and tdigest tests, closes #2814 --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf6291e1..c93ed01c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3485,10 +3485,6 @@ packages: - Win32 == 2.5.4.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2814 - - doctest < 0.12 - # Once unconstrained, remove the following skipped-tests - # - sbv # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 @@ -3798,6 +3794,7 @@ skipped-tests: - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 - extensible-effects # HUnit 1.6 + - http-api-data # doctest 0.13 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 @@ -3807,6 +3804,7 @@ skipped-tests: - retry # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck + - tdigest # doctest 0.13 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck @@ -3829,7 +3827,6 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. - - sbv # doctest >= 0.13 # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 From c2c147393bf6bc2cfab978d6da9aa250e973afab Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:33:46 +0100 Subject: [PATCH 462/515] Re-enable validation tests, closes #2949 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c93ed01c..ac0f1300 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3886,7 +3886,6 @@ skipped-tests: # Uncategorized, please categorize! - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - - validation # https://github.com/fpco/stackage/issues/2949 - servant-mock # https://github.com/fpco/stackage/issues/3014 - servant-server # # https://github.com/fpco/stackage/issues/3014 From 7e91c74bb2f620fec06af6891f508c95912cc7ff Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:53:58 +0100 Subject: [PATCH 463/515] Disable cryptol #2927 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac0f1300..c603277b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1396,7 +1396,7 @@ packages: # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - - cryptol + - cryptol < 0 # Happy setup-depends https://github.com/fpco/stackage/issues/2927 - gitrev - persistent-refs From aeaf236545c8efa97b3478d32d0e46d0c8f14e38 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 20:00:02 +0100 Subject: [PATCH 464/515] Expect download tests to fail, #2811 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c603277b..7bb73687 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4031,6 +4031,7 @@ expected-test-failures: # in the test cases. - DRBG # https://github.com/TomMD/DRBG/issues/7 - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 + - download # https://github.com/fpco/stackage/issues/2811 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 From a1fd1d2461af1fbc4a569d740a7e74e306e6f010 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 20:39:08 +0100 Subject: [PATCH 465/515] persistent upper bound for #3046 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bb73687..16870a0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3621,6 +3621,9 @@ packages: # https://github.com/fpco/stackage/issues/3039 - skylighting < 0.4.4 + # https://github.com/fpco/stackage/issues/3046 + - persistent < 2.7.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 244c1029afd4bc1dc5962f6649facd6ae34e67ee Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 20:47:34 +0100 Subject: [PATCH 466/515] Re-disable yahoo-finance-api tests #2821 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16870a0e..41b1da70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4044,6 +4044,7 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures From 64598d28f2867e3f6d37fbac38fdc6bdb0293cc1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 22:24:30 +0100 Subject: [PATCH 467/515] Mass re-enabling --- build-constraints.yaml | 235 ++++++++++++++++++++--------------------- 1 file changed, 112 insertions(+), 123 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41b1da70..b2ba0ca0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -85,8 +85,7 @@ packages: - hidden-char "Vanessa McHale @vmchale": - [] - # - tibetan-utils # bounds: text-show + - tibetan-utils # bounds: text-show "Henning Thielemann @thielema": # - accelerate-arithmetic # via accelerate: bounds: base @@ -105,9 +104,9 @@ packages: - comfort-graph - concurrent-split - cutter - - data-accessor # GHC 8.2.1 + - data-accessor - data-accessor-mtl - - data-accessor-template # GHC 8.2.1 + - data-accessor-template - data-accessor-transformers - data-ref - dsp @@ -116,8 +115,8 @@ packages: - event-list - explicit-exception - fixed-length - - gnuplot # GHC 8.2.1 - - group-by-date # GHC 8.2.1 via c2hs + - gnuplot + - group-by-date - iff - interpolation - jack @@ -125,7 +124,7 @@ packages: - lazyio - markov-chain - midi - # - midi-music-box # GHC 8.2.1 via diagrams-lib + - midi-music-box # GHC 8.2.1 via diagrams-lib - mbox-utility - med-module - non-empty @@ -138,7 +137,7 @@ packages: - sample-frame-np - set-cover # - sound-collage # via synthesizer-core compilation failure - - sox # GHC 8.2.1 + - sox - soxlib # - split-record # via synthesizer-core compilation failure - spreadsheet @@ -154,7 +153,7 @@ packages: - unsafe - utility-ht - xml-basic - - youtube # GHC 8.2.1 + - youtube - prelude-compat - fft - carray @@ -178,8 +177,8 @@ packages: - newtype-generics "Joe M @joe9": - - logger-thread # GHC 8.2.1 via protolude - # - text-generic-pretty # GHC 8.2.1 via ixset-typed + - logger-thread + - text-generic-pretty # GHC 8.2.1 via ixset-typed "Li-yao Xia @Lysxia": - boltzmann-samplers @@ -202,12 +201,12 @@ packages: - matrix-market-attoparsec - network-multicast - xeno - # - plot-light # GHC 8.2.1 via palette + - plot-light # GHC 8.2.1 via palette "Joseph Canero @caneroj1": - sqlite-simple-errors - median-stream - # - stm-supply # GHC 8.2.1 via Unique + - stm-supply # GHC 8.2.1 via Unique - filter-logger - tile - mbtiles @@ -236,7 +235,7 @@ packages: - xls "Aleksey Uimanov @s9gf4ult": - # - postgresql-query # compilation error + - postgresql-query # compilation error - hreader - hset @@ -268,8 +267,8 @@ packages: - miso - envy - s3-signer - - google-translate # bounds: servant - - hackernews # GHC 8.2.1 + - google-translate + - hackernews - ses-html - stripe-haskell - stripe-http-streams @@ -338,7 +337,7 @@ packages: - executable-path - foreign-store - formatting - - gtk2hs-buildtools # Cabal 2.0.0.2 + - gtk2hs-buildtools - happy - hybrid-vectors - indents @@ -369,8 +368,8 @@ packages: - Win32-notify "Omari Norman @massysett": - - rainbow # GHC 8.2.1 via lens-simple - - rainbox # GHC 8.2.1 via lens-simple + - rainbow + - rainbox - anonymous-sums < 0 # compilation failure https://github.com/massysett/anonymous-sums/issues/1 - multiarg - prednote < 0 # test compilation failure @@ -398,7 +397,7 @@ packages: - ghcid - hexml - weeder - - profiterole # GHC 8.2.1 via ghc-prof + - profiterole "Alan Zimmerman @alanz": - ghc-exactprint @@ -422,7 +421,7 @@ packages: # - hakyll # bounds: process time - stylish-haskell # - patat # bounds: base - - profiteur # GHC 8.2.1 via ghc-prof + - profiteur - psqueues - websockets - websockets-snap @@ -438,7 +437,7 @@ packages: - hourglass-orphans - wai-slack-middleware - sysinfo - - xmonad-extras # GHC 8.2.1 via c2hs + - xmonad-extras "haskell-openal": - OpenAL @@ -463,7 +462,7 @@ packages: - HTF - xmlgen - stm-stats - # - large-hashable # via: safecopy, bounds, vector + - large-hashable # via: safecopy, bounds, vector "Bart Massey @BartMassey": - parseargs @@ -535,7 +534,7 @@ packages: "Edward Kmett @ekmett": - ad - adjunctions - # - approximate # GHC 8.2.1 via safecopy + - approximate # GHC 8.2.1 via safecopy - bifunctors - bits - bound @@ -544,7 +543,7 @@ packages: - comonad - comonads-fd - comonad-transformers - # - compensated # GHC 8.2.1 via safecopy + - compensated # GHC 8.2.1 via safecopy # - compressed # bounds: comonad, pointed - concurrent-supply - constraints @@ -559,7 +558,7 @@ packages: - graphs - groupoids - heaps - # - hyperloglog # GHC 8.2.1 via safecopy + - hyperloglog # GHC 8.2.1 via safecopy - hyphenation - integration - intervals @@ -568,7 +567,7 @@ packages: - lens - linear - linear-accelerate - # - log-domain # GHC 8.2.1 via safecopy + - log-domain # GHC 8.2.1 via safecopy - machines - monadic-arrays - monad-products @@ -628,16 +627,16 @@ packages: - active # - BlogLiterately # bounds: base pandoc pandoc-citeproc # - BlogLiterately-diagrams # bounds: pandoc - # - diagrams # bounds: optparse-applicative - # - diagrams-builder # GHC 8.2.1 + - diagrams # bounds: optparse-applicative + - diagrams-builder # GHC 8.2.1 # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file - # - diagrams-cairo # bounds: optparse-applicative & via pango - # - diagrams-contrib # GHC 8.2.1 via dual-tree - # - diagrams-core # GHC 8.2.1 via dual-tree + - diagrams-cairo # bounds: optparse-applicative & via pango + - diagrams-contrib # GHC 8.2.1 via dual-tree + - diagrams-core # GHC 8.2.1 via dual-tree # - diagrams-gtk # bounds: optparse-applicative - # - diagrams-lib # GHC 8.2.1 via diagrams-core + - diagrams-lib # GHC 8.2.1 via diagrams-core # - diagrams-rasterific # bounds: optparse-applicative - # - diagrams-svg # bounds: optparse-applicative + - diagrams-svg # bounds: optparse-applicative # - dual-tree # via testing-feat - force-layout - haxr @@ -722,7 +721,7 @@ packages: # - latex-formulae-image # BLOCKED directory 1.3 # - latex-formulae-pandoc # bounds: pandoc-types # - latex-formulae-hakyll # bounds: ghc, base - # - agda-snippets # bounds: ghc, base + # - agda-snippets # bounds: Agda, base # - agda-snippets-hakyll # bounds: ghc, base "Dan Burton @DanBurton": @@ -822,16 +821,15 @@ packages: # - hPDB-examples # GHC 8.2.1 # - homplexity # BLOCKED directory 1.3 # - wordpass # bounds: vector - # - json-autotype # bounds: aeson 1.0, lens + - json-autotype # bounds: aeson 1.0, lens - posix-realtime < 0 "Dom De Re @domdere": - cassava-conduit "Dominic Steinitz @idontgetoutmuch": - [] # - yarr # bounds template-haskell - # - random-fu # via: log-domain, safecopy, bounds: vector + - random-fu # via: log-domain, safecopy, bounds: vector "Ben Gamari @bgamari": - vector-fftw @@ -852,8 +850,8 @@ packages: - tasty-smallcheck - tasty-html - time-lens - - timezone-olson # GHC 8.2.1 - - timezone-series # GHC 8.2.1 + - timezone-olson + - timezone-series - traverse-with-class - tuples-homogenous-h98 @@ -905,12 +903,12 @@ packages: "Colin Woodbury @fosskers": - microlens-aeson - # - versions # GHC 8.2.1 per megaparsec + - versions # GHC 8.2.1 per megaparsec # - vectortiles # GHC 8.2.1 # - pipes-random # GHC 8.2.1 - # - repa # bounds: vector - # - repa-io # bounds: vector - # - repa-algorithms # bounds: vector + - repa # bounds: vector + - repa-io # bounds: vector + - repa-algorithms # bounds: vector # - kanji # bounds: ghc 8, base "Ketil Malde @ketil-malde": @@ -981,14 +979,14 @@ packages: "Dimitri Sabadie @phaazon": - al < 0 # Setup failure, needs old c2hs - event - - hid # GHC 8.2.1 via c2hs + - hid # - luminance # BLOCKED directory 1.3 # - luminance-samples # bounds: base - monad-journal # - msi-kb-backlit # bounds: ghc, base - smoothie # - tellbot # bounds: bifunctors, http-conduit, tagsoup - # - wavefront # bounds: vector + - wavefront # bounds: vector - zero "Thomas Schilling @nominolo": @@ -1001,7 +999,7 @@ packages: "Daniel Gröber @DanielG": [] # - ghc-mod # bounds: syb - # - cabal-helper # bounds: extra + # - cabal-helper # bounds: Cabal, process "Yann Esposito yogsototh @yogsototh": - human-readable-duration @@ -1070,7 +1068,7 @@ packages: - multimap - parallel-io - text-binary - # - Chart-cairo # Cabal 2.0.0.2 + - Chart-cairo # Cabal 2.0.0.2 - ghc-events - monad-extras # - stack < 9.9.9 # bounds: ghc, template-haskell @@ -1212,7 +1210,7 @@ packages: "Jens Petersen @juhp": - cabal-rpm - fedora-haskell-tools - # - stackage-query # via stackage-types compilation failure + - stackage-query # via stackage-types compilation failure # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds optparse-applicative, https://github.com/fpco/stackage/pull/2856 @@ -1247,7 +1245,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - # - avers-api-docs # https://github.com/wereHamster/avers/issues/2 + - avers-api-docs # https://github.com/wereHamster/avers/issues/2 - avers-server - css-syntax - etcd @@ -1266,14 +1264,13 @@ packages: - bcrypt "Jeffrey Rosenbluth @jeffreyrosenbluth": - [] - # - palette # GHC 8.2.1 - # - diagrams-canvas # bounds: optparse-applicative + - palette # GHC 8.2.1 + - diagrams-canvas # bounds: optparse-applicative # - diagrams-rasterific # bounds: optparse-applicative # - lucid-svg # GHC 8.2.1 # - diagrams-html5 # bounds: optparse-applicative # - static-canvas # GHC 8.2.1 - # - svg-builder # GHC 8.2.1 + - svg-builder # GHC 8.2.1 "Gabríel Arthúr Pétursson @polarina": - sdl2 @@ -1352,9 +1349,9 @@ packages: # - waitra # GHC 8.2.1 # scrive/log - # - log # via bloodhound: bounds: vector # GHC 8.2.1 + - log # via bloodhound: bounds: vector # GHC 8.2.1 - log-base - # - log-elasticsearch # via bloodhound: bounds: vector # GHC 8.2.1 + - log-elasticsearch # via bloodhound: bounds: vector # GHC 8.2.1 - log-postgres # Not a maintainer @@ -1621,11 +1618,11 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - # - plot # Cabal 2.0.0.2 & via pango + - plot # Cabal 2.0.0.2 & via pango # - plot-gtk # Cabal 2.0.0.2 # - plot-gtk3 # Cabal 2.0.0.2 - vector-buffer - # - hmatrix-repa # via repa: bounds: vector + - hmatrix-repa # via repa: bounds: vector "Noam Lewis @sinelaw": - xml-to-json @@ -1756,8 +1753,8 @@ packages: "Athan Clark @athanclark": - alternative-vector - attoparsec-path - # - attoparsec-ip via: ip - # - attoparsec-uri via: attoparsec-ip + - attoparsec-ip # via: ip + - attoparsec-uri # via: attoparsec-ip - commutative - composition-extra # - digestive-functors-lucid # via: digestive-functors @@ -1787,8 +1784,8 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - # - wai-middleware-content-type # compilation errors - # - wai-middleware-verbs # compilation errors + - wai-middleware-content-type # compilation errors + - wai-middleware-verbs # compilation errors - websockets-rpc - webpage @@ -1847,7 +1844,7 @@ packages: "Michael Xavier @MichaelXavier": # - angel # https://github.com/MichaelXavier/Angel/issues/52 - uri-bytestring - # - phash # Setup failure, can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 + - phash # Setup failure, can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - cron - tasty-tap - tasty-fail-fast @@ -1919,7 +1916,7 @@ packages: # - haddocset # GHC 8 "Kai Zhang @kaizhang": - - clustering + # - clustering # via Rlang-QQ - matrices "Michel Boucey @MichelBoucey": @@ -2013,7 +2010,7 @@ packages: "Oliver Charles @ocharles": - engine-io < 0 # compilation failure - diff3 - # - digestive-functors-aeson # bounds: aeson, lens # via: digestive-functors + # - digestive-functors-aeson # bounds: aeson, lens - via: digestive-functors - exhaustive - libsystemd-journal - network-carbon @@ -2089,7 +2086,6 @@ packages: # - 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 @@ -2100,9 +2096,9 @@ packages: - dependent-sum - dependent-sum-template - dependent-map - # - dice # via random-fu: via log-domain: via safecopy: bounds: vector + - dice # via random-fu: via log-domain: via safecopy: bounds: vector - hstatsd - # - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector + - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector "Timo von Holtz @tvh": - ekg-wai @@ -2129,7 +2125,7 @@ packages: - fmt "Takano Akio tak@anoak.io @takano-akio": - # - fast-builder # GHC 8.2.1 + - fast-builder # GHC 8.2.1 - filelock # - euphoria # GHC 8.2.1 @@ -2138,8 +2134,7 @@ packages: # - QuadTree # base and lens "Brian Lewis brian@lorf.org @bsl": - [] - # - bindings-GLFW # GHC 8.2.1 + - bindings-GLFW # GHC 8.2.1 # - GLFW-b # GHC 8.2.1 "Niklas Hambüchen mail@nh2.me @nh2": @@ -2160,7 +2155,7 @@ packages: "Michael Walker @barrucadu": - both - - concurrency # GHC 8.2.1 via atomic-primops + - concurrency - dpor - dejafu - async-dejafu @@ -2188,7 +2183,7 @@ packages: # - highlight # GHC 8.2.1 via regex-with-pcre # - ig # bounds: http-conduit, transformers - natural-transformation - # - opaleye-trans # GHC 8.2.1 + - opaleye-trans # GHC 8.2.1 - pretty-simple - read-env-var - servant-checked-exceptions @@ -2318,7 +2313,7 @@ packages: - find-clumpiness - blosum # - convert-annotation # via inline-r compilation failure - # - rank-product # GHC 8.2.1 via random-fu + - rank-product # GHC 8.2.1 via random-fu "Simon Marechal @bartavelle": - compactmap @@ -2328,7 +2323,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet # also in "skipped-haddocks" section + - language-puppet - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose @@ -2417,8 +2412,7 @@ packages: - twitter-types-lens "Robbin C. @robbinch": - [] - # - zim-parser # via: lzma + - zim-parser # via: lzma "David Wiltshire @dave77": # on behalf of Alexey Karakulov @w3rs @@ -2429,8 +2423,7 @@ packages: # - engine-io-yesod # bounds: ghc, base "Tim McGilchrist @tmcgilchrist": - [] - # - riak # bounds: aeson + - riak # bounds: aeson # - airship # bounds: mmorph "Yuras Shumovich @Yuras": @@ -2509,7 +2502,7 @@ packages: "Will Sewell @willsewell": - benchpress - # - pusher-http-haskell # GHC 8.2.1 + - pusher-http-haskell # GHC 8.2.1 "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore @@ -2561,18 +2554,18 @@ packages: # - hackage-whatsnew # bounds: directory 1.3 # - happstack-authenticate # via acid-state: via safecopy: bounds: vector # - happstack-clientsession # via safecopy: bounds: vector - # - happstack-hsp # GHC 8.2.1 via hsx2hs + - happstack-hsp # GHC 8.2.1 via hsx2hs - happstack-jmacro - happstack-server - happstack-server-tls - hsx-jmacro - # - ixset # via: syb-with-class, safecopy + - ixset # via: syb-with-class, safecopy - reform - reform-blaze - reform-hamlet - reform-happstack - reform-hsp - # - userid # via safecopy: bounds: vector + - userid # via safecopy: bounds: vector - web-plugins - web-routes - web-routes-boomerang @@ -2610,7 +2603,7 @@ packages: "Denis Redozubov @dredozubov": # - tracy # GHC 8.2.1 - hreader-lens - # - schematic # GHC 8.2.1 + - schematic # GHC 8.2.1 "Yuji Yamamoto @igrep": - yes-precure5-command @@ -2618,7 +2611,7 @@ packages: "Hans-Christian Esperer @hce": - avwx - # - wai-session-postgresql # GHC-8.2.1 + - wai-session-postgresql # GHC-8.2.1 "Haisheng Wu @freizl": - hoauth2 @@ -2664,7 +2657,7 @@ packages: - mustache "Cindy Wang @CindyLinz": - # - NoTrace # GHC 8.2.1 + - NoTrace # GHC 8.2.1 - linked-list-with-iterator "Jean-Philippe Bernardy @jyp": @@ -2677,7 +2670,7 @@ packages: - texmath - highlighting-kate - skylighting - - pandoc-types < 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 + - pandoc-types < 1.19 || > 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 - zip-archive - doctemplates - pandoc @@ -2708,7 +2701,7 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - # - SVGFonts # GHC 8.2.1 via diagrams-core + - SVGFonts # GHC 8.2.1 via diagrams-core "Aaron Levin @aaronmblevin": [] @@ -2811,7 +2804,7 @@ packages: "Stephen Diehl @sdiehl": - protolude - # - repline # GHC 8.2.1 + - repline # GHC 8.2.1 - picosat "Daishi Nakajima @nakaji_dayo": @@ -2948,9 +2941,9 @@ packages: - type-assertions "Patrick Chilton @chpatrick": - # - solga # https://github.com/chpatrick/solga/issues/9 - # - solga-swagger # GHC 8.2.1 via swagger2 - # - clang-pure # https://github.com/chpatrick/clang-pure/issues/10 + - solga # https://github.com/chpatrick/solga/issues/9 + - solga-swagger # GHC 8.2.1 via swagger2 + - clang-pure # https://github.com/chpatrick/clang-pure/issues/10 - webrtc-vad "Michal Konecny @michalkonecny": @@ -3008,8 +3001,7 @@ packages: - hocilib "Matthias Herrmann @2chilled": - [] - # scrape-changes # https://github.com/fpco/stackage/issues/2948 + - scrape-changes # https://github.com/fpco/stackage/issues/2948 "Daniel Mendler @minad": - quickcheck-special @@ -3055,8 +3047,7 @@ packages: - amazonka-s3-streaming "Ondrej Palkovsky @ondrap": - [] - # - json-stream # GHC 8.2.1 + - json-stream # GHC 8.2.1 "Philipp Balzarek ": - xml-picklers @@ -3069,8 +3060,7 @@ packages: - brittany "Ryan Mulligan @ryantm": - [] - # - HDBC-mysql # GHC 8.2.1 + - HDBC-mysql # GHC 8.2.1 "Tony Morris @tonymorris": - validation @@ -3150,7 +3140,7 @@ packages: "Alexey Kuleshevich @lehins": - wai-middleware-auth - # - hip # via repa-algorithms + - hip # via repa-algorithms "Hans-Peter Deifel @hpdeifel": - hledger-iadd @@ -3161,15 +3151,15 @@ packages: "Boldizsár Németh @nboldi": - instance-control - references - # - haskell-tools-ast # GHC 8.2.1 - # - haskell-tools-backend-ghc # GHC 8.2.1 - # - haskell-tools-rewrite # GHC 8.2.1 - # - haskell-tools-prettyprint # GHC 8.2.1 - # - haskell-tools-refactor # GHC 8.2.1 - # - haskell-tools-demo # bounds: websockets - # - haskell-tools-cli # GHC 8.2.1 - # - haskell-tools-daemon # GHC 8.2.1 - # - haskell-tools-debug # GHC 8.2.1 + - haskell-tools-ast # GHC 8.2.1 + - haskell-tools-backend-ghc # GHC 8.2.1 + - haskell-tools-rewrite # GHC 8.2.1 + - haskell-tools-prettyprint # GHC 8.2.1 + - haskell-tools-refactor # GHC 8.2.1 + - haskell-tools-demo # bounds: websockets + - haskell-tools-cli # GHC 8.2.1 + - haskell-tools-daemon # GHC 8.2.1 + - haskell-tools-debug # GHC 8.2.1 "David Fisher @ddfisher": - socket-activation @@ -3185,7 +3175,7 @@ packages: - viewprof "Dylan Simon @dylex": - # - postgresql-typed # GHC 8.2.1 + - postgresql-typed # GHC 8.2.1 - invertible # - ztail # GHC 8.2.1 @@ -3199,8 +3189,8 @@ packages: - glaze - glazier - glazier-pipes - # - glazier-react # https://github.com/louispan/glazier-react/issues/7 - # - glazier-react-widget # https://github.com/louispan/glazier-react/issues/7 + - glazier-react # https://github.com/louispan/glazier-react/issues/7 + - glazier-react-widget # https://github.com/louispan/glazier-react/issues/7 - javascript-extras - l10n - pipes-category @@ -3214,8 +3204,7 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - [] - # - minio-hs # GHC 8.2.1 via protolude + - minio-hs # GHC 8.2.1 via protolude "ncaq @ncaq": - haskell-import-graph @@ -3257,7 +3246,7 @@ packages: "Peter Trško @trskop": - between - connection-pool - # - freer-effects # https://github.com/IxpertaSolutions/freer-effects/issues/49 + - freer-effects # https://github.com/IxpertaSolutions/freer-effects/issues/49 - verbosity "Devon Hollowood @devonhollowood": @@ -3294,11 +3283,11 @@ packages: - proto-lens-arbitrary - proto-lens-optparse - proto-lens-protobuf-types - # - tensorflow # via: tensorflow-proto - # - tensorflow-core-ops # via: tensorflow-proto - # - tensorflow-opgen # via: tensorflow-proto - # - tensorflow-ops # bounds: tensorflow-proto - # - tensorflow-proto # compilation failure + - tensorflow # via: tensorflow-proto + - tensorflow-core-ops # via: tensorflow-proto + - tensorflow-opgen # via: tensorflow-proto + - tensorflow-ops # bounds: tensorflow-proto + - tensorflow-proto # compilation failure - tensorflow-test "Christof Schramm ": @@ -3363,7 +3352,7 @@ packages: - bno055-haskell "Lars Brünjes @brunjlar": - # neural # https://github.com/fpco/stackage/issues/2950 + # - neural # https://github.com/fpco/stackage/issues/2950 - pell "Matt Noonan @matt-noonan": @@ -3377,7 +3366,7 @@ packages: - listsafe "Serokell @serokell": - # - log-warper # https://github.com/serokell/log-warper/issues/25 + - log-warper # https://github.com/serokell/log-warper/issues/25 - universum "Lorenz Moesenlechner @moesenle": @@ -3391,7 +3380,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - docker-build-cacher - # - mysql-haskell-nem : blocked on mysql-haskell + - mysql-haskell-nem # blocked on mysql-haskell "Phil Ruffwind @Rufflewind": - blas-hs @@ -3819,7 +3808,7 @@ skipped-tests: # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - chell # via chell-quickcheck - - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) + # - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - dbus # via chell-quickcheck - language-ecmascript # via testing-feat - options # QuickCheck via chell-quickcheck From 435d43bcae7d7f3dcba01853def95deca10bc333 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 22:27:29 +0100 Subject: [PATCH 468/515] Remove upper bound and close #2860 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2ba0ca0..f10c7345 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3487,9 +3487,6 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 - # https://github.com/fpco/stackage/issues/2860 - - language-c < 0.7 - # https://github.com/fpco/stackage/issues/3044 - either < 4.5 # Latest ATOW is either-5 From 4e8573b78f4dd50343f73b69e28ae381e4e88bca Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Nov 2017 21:35:02 +0000 Subject: [PATCH 469/515] Remove some whitespace. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..24702c5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,7 +36,7 @@ packages: "Jacob Stanley @jystic": - hedgehog - hedgehog-quickcheck - + "Walter Schulze @awalterschulze": - katydid From 8ecfe16627058151334f4963de5710efe0549103 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Nov 2017 21:39:30 +0000 Subject: [PATCH 470/515] Remove extra line and whitespace. --- MAINTAINERS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index c4ce607e..fdfe75ab 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -45,7 +45,7 @@ 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 at +by making sure the latest version is listed at https://github.com/commercialhaskell/all-cabal-metadata/tree/master/packages/. ## Uploading a new package version @@ -56,7 +56,6 @@ If the new version doesn't compile then the package author should upload a fixed If a package's test suite is failing, the first job is to investigate why. If this is due to a bad interaction with versions of other packages in Stackage, then it is the responsibility of the maintainer to fix the test suite. In some situations, it is acceptable to not run the test suite. - ## Following dependency upgrades If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. From 603174c6009ecb9278965a38cfb9b87350660f75 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Nov 2017 21:50:45 +0000 Subject: [PATCH 471/515] Add note about notifications and throttling. --- MAINTAINERS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index fdfe75ab..07fdce3a 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -8,6 +8,19 @@ The idea behind Stackage is that, if all packages work with the newest versions Packages in Stackage are not patched: all package changes occur upstream in Hackage. +## Github and Notifications + +Stackage uses Github notifications to reduce overhead of contacting individual +package maintainers through various channels. As a package maintainer, you will +receive notifications for a number of reasons, package build failures of +different sorts, blockages and bounds issues, etc. + +Please note, Github does some throttling on the number people that can be +notified within one issue. This means that on issues created with a large +number of packages affected, maintainers may not receive a notification. This +is not ideal, but Stackage is largely a manual process and done on a best +effort basis. + ## Adding a package Anyone can add any package to Stackage but you may only add packages under your own name. It's highly encouraged that the actual package maintainer is also the Stackage maintainer, if that is not the case you should drop the package maintainer a note first. From d0fea09b187c6d9528f4e1c03975d59c5386c42a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 23:52:51 +0100 Subject: [PATCH 472/515] Re-disable some packages & tests --- build-constraints.yaml | 59 +++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 24 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f10c7345..b5809498 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -85,7 +85,7 @@ packages: - hidden-char "Vanessa McHale @vmchale": - - tibetan-utils # bounds: text-show + - tibetan-utils "Henning Thielemann @thielema": # - accelerate-arithmetic # via accelerate: bounds: base @@ -201,7 +201,7 @@ packages: - matrix-market-attoparsec - network-multicast - xeno - - plot-light # GHC 8.2.1 via palette + - plot-light < 0 # Compilation failure "Joseph Canero @caneroj1": - sqlite-simple-errors @@ -903,7 +903,7 @@ packages: "Colin Woodbury @fosskers": - microlens-aeson - - versions # GHC 8.2.1 per megaparsec + # - versions # test failure https://github.com/fosskers/versions/issues/9 # - vectortiles # GHC 8.2.1 # - pipes-random # GHC 8.2.1 - repa # bounds: vector @@ -1210,7 +1210,7 @@ packages: "Jens Petersen @juhp": - cabal-rpm - fedora-haskell-tools - - stackage-query # via stackage-types compilation failure + # - stackage-query # via stackage-types compilation failure # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds optparse-applicative, https://github.com/fpco/stackage/pull/2856 @@ -1245,7 +1245,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - - avers-api-docs # https://github.com/wereHamster/avers/issues/2 + - avers-api-docs < 0 # compilation failure https://github.com/wereHamster/avers/issues/2 - avers-server - css-syntax - etcd @@ -1784,8 +1784,8 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - - wai-middleware-content-type # compilation errors - - wai-middleware-verbs # compilation errors + - wai-middleware-content-type < 0 # compilation errors + - wai-middleware-verbs < 0 # compilation errors - websockets-rpc - webpage @@ -1844,7 +1844,7 @@ packages: "Michael Xavier @MichaelXavier": # - angel # https://github.com/MichaelXavier/Angel/issues/52 - uri-bytestring - - phash # Setup failure, can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 + # - phash # Missing C library pHash - https://github.com/MichaelXavier/phash/issues/5 - cron - tasty-tap - tasty-fail-fast @@ -2423,7 +2423,8 @@ packages: # - engine-io-yesod # bounds: ghc, base "Tim McGilchrist @tmcgilchrist": - - riak # bounds: aeson + [] + # - riak # compilation failure via riak-protobuf # - airship # bounds: mmorph "Yuras Shumovich @Yuras": @@ -2502,7 +2503,7 @@ packages: "Will Sewell @willsewell": - benchpress - - pusher-http-haskell # GHC 8.2.1 + - pusher-http-haskell "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore @@ -2941,9 +2942,9 @@ packages: - type-assertions "Patrick Chilton @chpatrick": - - solga # https://github.com/chpatrick/solga/issues/9 - - solga-swagger # GHC 8.2.1 via swagger2 - - clang-pure # https://github.com/chpatrick/clang-pure/issues/10 + - solga < 0 # Compilation failure https://github.com/chpatrick/solga/issues/9 + # - solga-swagger # Compilation failure via swagger2 + - clang-pure < 0 # Compilation failure https://github.com/chpatrick/clang-pure/issues/10 - webrtc-vad "Michal Konecny @michalkonecny": @@ -3001,7 +3002,7 @@ packages: - hocilib "Matthias Herrmann @2chilled": - - scrape-changes # https://github.com/fpco/stackage/issues/2948 + - scrape-changes < 0 # Compilation failure https://github.com/fpco/stackage/issues/2948 "Daniel Mendler @minad": - quickcheck-special @@ -3189,8 +3190,8 @@ packages: - glaze - glazier - glazier-pipes - - glazier-react # https://github.com/louispan/glazier-react/issues/7 - - glazier-react-widget # https://github.com/louispan/glazier-react/issues/7 + - glazier-react < 0 # Compilation failure https://github.com/louispan/glazier-react/issues/7 + # - glazier-react-widget # via glazier-react-widget - javascript-extras - l10n - pipes-category @@ -3246,7 +3247,7 @@ packages: "Peter Trško @trskop": - between - connection-pool - - freer-effects # https://github.com/IxpertaSolutions/freer-effects/issues/49 + - freer-effects < 0 # Compilation failure https://github.com/IxpertaSolutions/freer-effects/issues/49 - verbosity "Devon Hollowood @devonhollowood": @@ -3283,11 +3284,11 @@ packages: - proto-lens-arbitrary - proto-lens-optparse - proto-lens-protobuf-types - - tensorflow # via: tensorflow-proto - - tensorflow-core-ops # via: tensorflow-proto - - tensorflow-opgen # via: tensorflow-proto - - tensorflow-ops # bounds: tensorflow-proto - - tensorflow-proto # compilation failure + # - tensorflow # compilation failure via: tensorflow-proto + # - tensorflow-core-ops # compilation failure via: tensorflow-proto + # - tensorflow-opgen # compilation failure via: tensorflow-proto + # - tensorflow-ops # compilation failure via: tensorflow-proto + - tensorflow-proto < 0 # compilation failure - tensorflow-test "Christof Schramm ": @@ -3462,6 +3463,13 @@ packages: # - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 # GHC 8.2.1 - cassava + # Packages without maintainers that cause compilation failures, + # this is to prevent us from including them by accident. They can + # be removed from this list if they are fixed. + "Unmaintained packages with compilation failures": + - riak-protobuf < 0 + - stackage-types < 0 + # 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 @@ -3951,8 +3959,8 @@ expected-test-failures: - gitson # https://github.com/myfreeweb/gitson/issues/1 - happy # Needs mtl in the user package DB - haskell-neo4j-client # neo4j with auth disabled - - haskell-tools-cli # https://github.com/haskell-tools/haskell-tools/issues/230 - - haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/231 + - haskell-tools-cli # https://github.com/haskell-tools/haskell-tools/issues/230 + - haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/231 - hasql # PostgreSQL - hasql-transaction # PostgreSQL - hedis @@ -4062,6 +4070,8 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - perf # https://github.com/fpco/stackage/pull/2859 + - tibetan-utils # https://github.com/vmchale/tibetan-utils/issues/1 + - haskell-tools-builtin-refactorings # Stackage upper bounds, re-enable these when their upper bound is removed @@ -4155,6 +4165,7 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 + - pusher-http-haskell # https://github.com/pusher-community/pusher-http-haskell/issues/60 # Runs out of memory - store From d97e05a407c3dc3563552719cbcc5888f25c29f7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 01:13:31 +0100 Subject: [PATCH 473/515] Add/fix github user names --- build-constraints.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5809498..330bd468 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1656,7 +1656,7 @@ packages: "Sven Bartscher sven.bartscher@weltraumschlangen.de @kritzefitz": - setlocale - "John Chee @chee1bot": + "John Chee @cheecheeo": [] # - cgi # GHC 8.2.1 @@ -2247,7 +2247,7 @@ packages: "Sebastian de Bellefon @Helkafen": - wai-middleware-metrics - "Stefan Berthold": + "Stefan Berthold @ZjMNZHgG5jMXw": [] # - smallcaps # GHC 8.2.1 @@ -2680,7 +2680,7 @@ packages: "Karun Ramakrishnan @karun012": - doctest-discover - "Elie Genard @eliegenard": + "Elie Genard @elaye": - turtle-options - mushu < 0 # compilation failure # - hakyll-favicon # needs: hakyll @@ -2704,7 +2704,7 @@ packages: - OneTuple - SVGFonts # GHC 8.2.1 via diagrams-core - "Aaron Levin @aaronmblevin": + "Aaron Levin @aaronlevin": [] # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client @@ -2808,7 +2808,7 @@ packages: - repline # GHC 8.2.1 - picosat - "Daishi Nakajima @nakaji_dayo": + "Daishi Nakajima @nakaji-dayo": - api-field-json-th # - yesod-job-queue # bounds cron @@ -3082,7 +3082,7 @@ packages: - hsinstall - tce-conf - "Jonathan Fischoff ": + "Jonathan Fischoff @jfischoff": - clock-extras - next-ref - threads-extras @@ -3095,7 +3095,7 @@ packages: "Bernie Pope @bjpop": - language-python < 0 # compilation failure https://github.com/bjpop/language-python/issues/35 - "Mahdi Dibaiee ": + "Mahdi Dibaiee @mdibaiee": - picedit - mathexpr # - sibe # GHC 8.2.1 via stemmer From 0b033f36d1a6590345f37aa8c0133bbefaff196e Mon Sep 17 00:00:00 2001 From: Hardy Jones Date: Sat, 25 Nov 2017 16:21:46 -0800 Subject: [PATCH 474/515] Re-enable servant-ruby and wai-middleware-rollbar --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 330bd468..3dfd1568 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3264,9 +3264,8 @@ packages: - ziptastic-core "Hardy Jones @joneshf": - [] - # - servant-ruby # GHC 8.2.1 - # - wai-middleware-rollbar # GHC 8.2.1 + - servant-ruby + - wai-middleware-rollbar "Andrey Mokhov @snowleopard": - algebraic-graphs From 68086b476e2b1799c3dd1ed7eac317f5d4ab08d8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 01:24:08 +0100 Subject: [PATCH 475/515] Remove packages that have already been disabled --- build-constraints.yaml | 625 +++++------------------------------------ 1 file changed, 65 insertions(+), 560 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 330bd468..558a3771 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -48,18 +48,11 @@ packages: "Pavol Klacansky @pavolzetor": - openexr-write - "Bas van Dijk @basvandijk": - - opencv < 0 # hard to install build tools - - opencv-extra < 0 # hard to install build tools - "Pasqualino Assini @tittoassini": - zm - flat - model - "Timo Koepke @koepket": - - hinterface < 0 # compilation failure https://github.com/lindenbaum/hinterface/issues/2 - "Jose Iborra @pepeiborra": - arrowp-qq - clr-marshal @@ -73,13 +66,8 @@ packages: - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - strict-types - "Joshua Koike @jano017": - [] - # - discord-hs # bounds: req - "Roman Gonzalez @roman": - teardown - # - etc # GHC 8.2.1 via protolude "Richard Cook @rcook": - hidden-char @@ -88,17 +76,12 @@ packages: - tibetan-utils "Henning Thielemann @thielema": - # - accelerate-arithmetic # via accelerate: bounds: base - # - accelerate-fftw # via accelerate: bounds: base - # - accelerate-fourier # via accelerate: bounds: base - # - accelerate-utility # via accelerate: bounds: base - alsa-core - alsa-pcm - alsa-seq - apportionment - audacity - bibtex - # - board-games # GHC 8.2.1 via cgi - buffer-pipe - calendar-recycling - comfort-graph @@ -124,7 +107,7 @@ packages: - lazyio - markov-chain - midi - - midi-music-box # GHC 8.2.1 via diagrams-lib + - midi-music-box - mbox-utility - med-module - non-empty @@ -136,17 +119,12 @@ packages: - sample-frame - sample-frame-np - set-cover - # - sound-collage # via synthesizer-core compilation failure - sox - soxlib - # - split-record # via synthesizer-core compilation failure - spreadsheet - stm-split - storable-record - storablevector - - synthesizer-core < 0 # test compilation failure - # - synthesizer-dimensional # via synthesizer-core compilation failure - # - synthesizer-midi # via synthesizer-core compilation failure - tagchup - tfp - unicode @@ -178,7 +156,7 @@ packages: "Joe M @joe9": - logger-thread - - text-generic-pretty # GHC 8.2.1 via ixset-typed + - text-generic-pretty "Li-yao Xia @Lysxia": - boltzmann-samplers @@ -193,20 +171,17 @@ packages: "Luke Murphy @lwm": - tasty-discover - # - lentil # bounds: optparse-applicative & via terminal-progress-bar - # - packunused # bounds: optparse-applicative "Marco Zocca @ocramz": - sparse-linear-algebra - matrix-market-attoparsec - network-multicast - xeno - - plot-light < 0 # Compilation failure "Joseph Canero @caneroj1": - sqlite-simple-errors - median-stream - - stm-supply # GHC 8.2.1 via Unique + - stm-supply - filter-logger - tile - mbtiles @@ -214,7 +189,6 @@ packages: "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - hspec-golden-aeson - # - servant-aeson-specs # bounds: servant "Winter Han @winterland1989": - if @@ -235,7 +209,7 @@ packages: - xls "Aleksey Uimanov @s9gf4ult": - - postgresql-query # compilation error + - postgresql-query - hreader - hset @@ -249,16 +223,11 @@ packages: "Nicolas Mattia @nmattia": - makefile - "Michael Litchard @mlitchard": - [] - # - point-octree # GHC 8.2.1 - "Siddharth Bhat @bollu": - symengine "alpheccar @alpheccar": - HPDF - - hbayes < 0 # compilation failure https://github.com/alpheccar/hbayes/issues/3 "Dmitry Bogatov ": - once @@ -277,7 +246,6 @@ packages: "Piotr Mlodawski @pmlodawski": - error-util - signal - # - ghc-session # bounds: GHC 8 "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit @@ -288,7 +256,6 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - - keter < 0 # compilation failure https://github.com/snoyberg/keter/issues/170 - markdown - mime-mail - mime-mail-ses @@ -303,13 +270,11 @@ packages: - stm-conduit - wai-websockets - warp-tls - - yackage < 0 # compilation failure - yesod - yesod-auth - authenticate-oauth - yesod-bin - yesod-eventsource - # - yesod-fay # via: fay - yesod-gitrepo - yesod-newsfeed - yesod-sitemap @@ -342,7 +307,6 @@ packages: - hybrid-vectors - indents - language-c - - lhs2tex < 0 # compilation failure https://github.com/kosmikus/lhs2tex/issues/55 - persistent-mongoDB - pretty-class - th-expand-syns @@ -370,13 +334,10 @@ packages: "Omari Norman @massysett": - rainbow - rainbox - - anonymous-sums < 0 # compilation failure https://github.com/massysett/anonymous-sums/issues/1 - multiarg - - prednote < 0 # test compilation failure - cartel - Earley - ofx - - pinchot < 0 # compilation failure - accuerr - timelens - non-empty-sequence @@ -405,7 +366,6 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - # - HaRe # via: ghc-mod "Alfredo Di Napoli @adinapoli": - mandrill @@ -417,10 +377,7 @@ packages: "Jasper Van der Jeugt @jaspervdj": - blaze-html - blaze-markup - # - cabal-dependency-licenses # Cabal 2.0.0.2 - # - hakyll # bounds: process time - stylish-haskell - # - patat # bounds: base - profiteur - psqueues - websockets @@ -462,7 +419,7 @@ packages: - HTF - xmlgen - stm-stats - - large-hashable # via: safecopy, bounds, vector + - large-hashable "Bart Massey @BartMassey": - parseargs @@ -507,19 +464,15 @@ packages: - hostname-validate - ini - lucid - # - osdkeys # via libnotify # Cabal 2.0.0.2 - pdfinfo - present - pure-io - - scrobble < 0 # compilation failure against time 1.6 - sourcemap - hindent - descriptive - wrap - path - # - intero # ghc-8.2.2 - weigh - # - haskell-docs # BLOCKED haddock-api GHC 8.0.2 - structured-haskell-mode "Alberto G. Corona @agocorona": @@ -534,7 +487,7 @@ packages: "Edward Kmett @ekmett": - ad - adjunctions - - approximate # GHC 8.2.1 via safecopy + - approximate - bifunctors - bits - bound @@ -543,8 +496,7 @@ packages: - comonad - comonads-fd - comonad-transformers - - compensated # GHC 8.2.1 via safecopy - # - compressed # bounds: comonad, pointed + - compensated - concurrent-supply - constraints - contravariant @@ -558,7 +510,7 @@ packages: - graphs - groupoids - heaps - - hyperloglog # GHC 8.2.1 via safecopy + - hyperloglog - hyphenation - integration - intervals @@ -567,7 +519,7 @@ packages: - lens - linear - linear-accelerate - - log-domain # GHC 8.2.1 via safecopy + - log-domain - machines - monadic-arrays - monad-products @@ -625,19 +577,13 @@ packages: "Brent Yorgey @byorgey": - active - # - BlogLiterately # bounds: base pandoc pandoc-citeproc - # - BlogLiterately-diagrams # bounds: pandoc - - diagrams # bounds: optparse-applicative - - diagrams-builder # GHC 8.2.1 - # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file - - diagrams-cairo # bounds: optparse-applicative & via pango - - diagrams-contrib # GHC 8.2.1 via dual-tree - - diagrams-core # GHC 8.2.1 via dual-tree - # - diagrams-gtk # bounds: optparse-applicative - - diagrams-lib # GHC 8.2.1 via diagrams-core - # - diagrams-rasterific # bounds: optparse-applicative - - diagrams-svg # bounds: optparse-applicative - # - dual-tree # via testing-feat + - diagrams + - diagrams-builder + - diagrams-cairo + - diagrams-contrib + - diagrams-core + - diagrams-lib + - diagrams-svg - force-layout - haxr - MonadRandom @@ -647,35 +593,21 @@ packages: - JuicyPixels - FontyFruity - Rasterific - - svg-tree < 0 # haddocks never finish https://github.com/Twinside/svg-tree/issues/11 - # - rasterific-svg # via svg-tree haddock loop https://github.com/Twinside/svg-tree/issues/11 - # - asciidiagram # via svg-tree haddock loop https://github.com/Twinside/svg-tree/issues/11 "Patrick Brisbin @pbrisbin": - gravatar - "Paul Harper @benekastah": - [] - # - yesod-auth-oauth2 # bounds: aeson-1.0, http-client, load-env - "Felipe Lessa @meteficha": - # - country-codes # bounds: tagsoup - fb - # - fb-persistent # bounds: persistent - - mangopay < 0 # compilation failure against aeson - nonce - serversession - # - serversession-backend-acid-state # via acid-state: via safecopy: bounds: vector - serversession-backend-persistent - serversession-backend-redis - # - serversession-frontend-snap # via snap - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus - # - yesod-auth-account-fork # bounds: persistent - yesod-auth-fb - yesod-fb - # - yesod-mangopay # bounds: wai-logger, vector, hjsmin "Alexander Altman @pthariensflame": # Maintaining on behalf of @roelvandijk: @@ -713,19 +645,7 @@ packages: - nvvm - wide-word - "Liam O'Connor @liamoc": - [] - # - patches-vector # bounds: QuickCheck, edit-distance-vector, hspec - # - composition-tree # bounds: QuickCheck - # - dixi # bounds: aeson, lens, time, [...] - # - latex-formulae-image # BLOCKED directory 1.3 - # - latex-formulae-pandoc # bounds: pandoc-types - # - latex-formulae-hakyll # bounds: ghc, base - # - agda-snippets # bounds: Agda, base - # - agda-snippets-hakyll # bounds: ghc, base - "Dan Burton @DanBurton": - - hspec-jenkins < 0 # compilation failure https://github.com/worksap-ate/hspec-jenkins/issues/3 - yesod-gitrev - basic-prelude - composition @@ -744,7 +664,6 @@ packages: - grouped-list - haskintex - HaTeX - - hatex-guide < 0 - include-file - matrix - pcre-light @@ -815,21 +734,14 @@ packages: "Michal J. Gajda @mgajda": - iterable - # - Octree # GHC 8.2.1 - FenwickTree - # - hPDB # GHC 8.2.1 - # - hPDB-examples # GHC 8.2.1 - # - homplexity # BLOCKED directory 1.3 - # - wordpass # bounds: vector - - json-autotype # bounds: aeson 1.0, lens - - posix-realtime < 0 + - json-autotype "Dom De Re @domdere": - cassava-conduit "Dominic Steinitz @idontgetoutmuch": - # - yarr # bounds template-haskell - - random-fu # via: log-domain, safecopy, bounds: vector + - random-fu "Ben Gamari @bgamari": - vector-fftw @@ -869,15 +781,8 @@ packages: "Joachim Breitner @nomeata": - circle-packing - # - arbtt # via terminal-progress-bar - # - ghc-heap-view # GHC 8.2.1 - # - tttool # GHC 8.2.1 - # - gipeda # via cassava: bounds: vector - # - list-fusion-probe # GHC 8.2.1 - haskell-spacegoo - tasty-expected-failure - # - RepLib # GHC 8.2.1 - # - unbound # GHC 8.2.1 "Aditya Bhargava @egonSchiele": - HandsomeSoup @@ -896,38 +801,26 @@ packages: "Joey Hess @joeyh": - git-annex - # - github-backup # bounds: github - concurrent-output - mountpoints - disk-free-space "Colin Woodbury @fosskers": - microlens-aeson - # - versions # test failure https://github.com/fosskers/versions/issues/9 - # - vectortiles # GHC 8.2.1 - # - pipes-random # GHC 8.2.1 - - repa # bounds: vector - - repa-io # bounds: vector - - repa-algorithms # bounds: vector - # - kanji # bounds: ghc 8, base + - repa + - repa-io + - repa-algorithms "Ketil Malde @ketil-malde": - biocore - biofasta - biofastq - - biosff < 0 # 0.3.7.1 compilation failure - blastxml - bioace - biopsl - - samtools < 0 # compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 - seqloc - bioalign - BlastHTTP - # Outdated dependencies: - # biostockholm memexml RNAwolf Biobase BiobaseDotP - # BiobaseFR3D BiobaseInfernal BiobaseMAF BiobaseTrainingData - # BiobaseTurner BiobaseXNA BiobaseVienna" - # BiobaseTypes BiobaseFasta MC-Fold-DP "Florian Eggenhofer @eggzilla": - ClustalParser @@ -935,16 +828,13 @@ packages: - Genbank - RNAlien - Taxonomy - - TaxonomyTools < 0 # compilation failure - ViennaRNAParser "Silk ": - aeson-utils - arrow-list - attoparsec-expr - # - bumper # GHC 8.2.1 - code-builder - # - fay-builder # via: fay - generic-aeson - generic-xmlpickler - hxt-pickle-utils @@ -963,13 +853,11 @@ packages: - uri-encode "Simon Michael @simonmichael": - # - darcs # bounds: graphviz < 2999.19 - hledger - hledger-lib - hledger-ui - hledger-web - hledger-api - # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -977,16 +865,11 @@ packages: - io-manager "Dimitri Sabadie @phaazon": - - al < 0 # Setup failure, needs old c2hs - event - hid - # - luminance # BLOCKED directory 1.3 - # - luminance-samples # bounds: base - monad-journal - # - msi-kb-backlit # bounds: ghc, base - smoothie - # - tellbot # bounds: bifunctors, http-conduit, tagsoup - - wavefront # bounds: vector + - wavefront - zero "Thomas Schilling @nominolo": @@ -994,12 +877,6 @@ packages: "Boris Buliga @d12frosted": - io-choice - # - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5 - - "Daniel Gröber @DanielG": - [] - # - ghc-mod # bounds: syb - # - cabal-helper # bounds: Cabal, process "Yann Esposito yogsototh @yogsototh": - human-readable-duration @@ -1044,7 +921,6 @@ packages: "Pavel Krajcevski @Mokosha": - netwire - netwire-input - # - netwire-input-glfw # GHC 8.2.1 via GLFW-b - yoga - freetype2 @@ -1055,7 +931,6 @@ packages: - bytestring-trie - data-accessor - data-accessor-mtl - - file-location < 0 - fuzzcheck - here - hlibgit2 @@ -1068,10 +943,9 @@ packages: - multimap - parallel-io - text-binary - - Chart-cairo # Cabal 2.0.0.2 + - Chart-cairo - ghc-events - monad-extras - # - stack < 9.9.9 # bounds: ghc, template-haskell - optparse-simple - hpack @@ -1103,7 +977,6 @@ packages: - Spock-core - Spock-api - Spock-api-server - # - Spock-digestive # via: digestive-functors - Spock-worker - graph-core - hvect @@ -1114,8 +987,6 @@ packages: - users-test - validate-input - ignore - # - elm-bridge # bounds: aeson - # - digestive-bootstrap # via: digestive-functors, digestive-functors-blaze - blaze-bootstrap - dataurl - psql-helpers @@ -1127,16 +998,12 @@ packages: - highjson - highjson-swagger - highjson-th - # - superrecord # GHC 8.2.1 via bookkeeper - fileplow "Joey Eremondi @JoeyEremondi": - aeson-pretty - digest - # - elm-build-lib # via: elm-compiler - # - elm-compiler # bounds: aeson, binary, transformers, [...] - elm-core-sources - # - elm-package # bounds: HTTP, binary # via: elm-compiler, [...] - language-glsl - prettyclass - QuasiText @@ -1147,13 +1014,6 @@ packages: - yesod-form-richtext - ghcjs-perch - "Sebastian Nagel @ch1bo": - - hdevtools < 0 # Compilation failure https://github.com/hdevtools/hdevtools/issues/57 - - "Andrey Chudnov @achudnov": - [] - # - language-ecmascript # via testing-feat - "Tom Ellis @tomjaguarpaw": - opaleye - product-profunctors @@ -1178,9 +1038,7 @@ packages: - servant-cassava "Alexandr Ruchkin @mvoidex": - # - hdocs # GHC 8.2.1 via haddock-api 2.18.1 - hformat - # - hsdev # bounds: mmorph - simple-log - text-region @@ -1191,10 +1049,7 @@ packages: - clang-compilation-database "Alois Cochard @aloiscochard": - # - codex # bounds: http-client, directory - machines-binary - # - machines-process # GHC 8.2.1 - # - sarsi # bound: cryptonite # on behalf of Bryan O'Sullivan @bos: - wreq @@ -1210,42 +1065,28 @@ packages: "Jens Petersen @juhp": - cabal-rpm - fedora-haskell-tools - # - stackage-query # via stackage-types compilation failure - # - cabal-sort # BLOCKED directory 1.3 - # - idris # bounds optparse-applicative, https://github.com/fpco/stackage/pull/2856 - libffi - xmonad-contrib - shelly - cairo - # - gio # Cabal 2.0.0.2 - glib - # - gtk # via gio - # - gtk3 # via gio - # - gtksourceview3 # Cabal 2.0.0.2 - pango - # - webkitgtk3 # Cabal 2.0.0.2 - # - webkitgtk3-javascriptcore # Cabal 2.0.0.2 - ghcjs-codemirror - ghcjs-dom - jsaddle - # - leksah-server # bounds: ghc, base - # - ltk # bounds: ghc, base - vado - # - vcsgui # via: gi-gtk-hs compilation failure - vcswrapper "Renzo Carbonara @k0001": - network-simple - pipes-aeson - pipes-attoparsec - # - pipes-binary # bounds: binary, pipes, transformers - pipes-network "Tomas Carnecky @wereHamster": - avers - avers-api - - avers-api-docs < 0 # compilation failure https://github.com/wereHamster/avers/issues/2 - avers-server - css-syntax - etcd @@ -1264,13 +1105,9 @@ packages: - bcrypt "Jeffrey Rosenbluth @jeffreyrosenbluth": - - palette # GHC 8.2.1 - - diagrams-canvas # bounds: optparse-applicative - # - diagrams-rasterific # bounds: optparse-applicative - # - lucid-svg # GHC 8.2.1 - # - diagrams-html5 # bounds: optparse-applicative - # - static-canvas # GHC 8.2.1 - - svg-builder # GHC 8.2.1 + - palette + - diagrams-canvas + - svg-builder "Gabríel Arthúr Pétursson @polarina": - sdl2 @@ -1293,7 +1130,6 @@ packages: - http-media "Greg V @myfreeweb": - # - gitson # GHC 8.2.1 via flock - pcre-heavy - http-link-header - microformats2-parser @@ -1342,16 +1178,14 @@ packages: - spdx - splitmix - tdigest - # - tdigest-Chart # bounds: optparse-applicative - these - time-parsers - tree-diff - # - waitra # GHC 8.2.1 # scrive/log - - log # via bloodhound: bounds: vector # GHC 8.2.1 + - log - log-base - - log-elasticsearch # via bloodhound: bounds: vector # GHC 8.2.1 + - log-elasticsearch - log-postgres # Not a maintainer @@ -1367,13 +1201,9 @@ packages: # Regex packages by Chris Kuklewicz - regex-base - regex-compat - - regex-dfa < 0 # 0.91 Compilation failure due to -Werror - - regex-parsec < 0 # 0.90 Compilation failure due to -Werror - regex-pcre - regex-posix - regex-tdfa - # - regex-tdfa-utf8 # bounds: ghc, base - - regex-tre < 0 # 0.91 Compilation failure due to -Werror # Universe - universe @@ -1390,10 +1220,8 @@ packages: - farmhash - pinch - sandman - # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - - cryptol < 0 # Happy setup-depends https://github.com/fpco/stackage/issues/2927 - gitrev - persistent-refs @@ -1618,16 +1446,13 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - - plot # Cabal 2.0.0.2 & via pango - # - plot-gtk # Cabal 2.0.0.2 - # - plot-gtk3 # Cabal 2.0.0.2 + - plot - vector-buffer - - hmatrix-repa # via repa: bounds: vector + - hmatrix-repa "Noam Lewis @sinelaw": - xml-to-json - xml-to-json-fast - # - resolve-trivial-conflicts # bounds: optparse-applicative - wl-pprint # not a maintainer - hxt-curl @@ -1641,29 +1466,16 @@ packages: - system-argv0 - markdown-unlit - "Mateusz Kowalczyk @Fuuzetsu": - - aeson-schema < 0 # bounds: QuickCheck, aeson # compilation failure for 0.4.1.1 - - H < 0 # via inline-r compilation failure - - inline-r < 0 # compilation failure - - "David Fox @ddssff": - - debian < 0 # GHC bug: https://github.com/ddssff/debian-haskell/issues/6 - - cabal-debian < 0 # compilation failure - "Stefan Saasen @juretta": - jwt "Sven Bartscher sven.bartscher@weltraumschlangen.de @kritzefitz": - setlocale - "John Chee @cheecheeo": - [] - # - cgi # GHC 8.2.1 - "Taylor Fausak @tfausak": - autoexporter - bento - - bmp # Maintained by @benl23x5. + - bmp - Chart # Maintained by @timbod7. - Chart-diagrams # Maintained by @timbod7. - diagrams-postscript # Maintained by @byorgey. @@ -1675,8 +1487,6 @@ packages: - gpolyline # Maintained by @fegu. - lackey - monad-memo # Maintained by @EduardSergeev. - # - octane # GHC 8.2.1 - # - overloaded-records # Maintained by @trskop. # GHC 8.2.1 - postgresql-simple-migration # Maintained by @ameingast. - ratel - ratel-wai @@ -1711,12 +1521,6 @@ packages: - pipes-mongodb - servant-elm - skeletons - # - streaming-wai # bounds: mmorph - - "Smirnov Alexey @chemist": - [] - # - snmp # bounds: ghc, base - # - agentx # bounds: ghc, base "David Raymond Christiansen @david-christiansen": - annotated-wl-pprint @@ -1743,27 +1547,18 @@ packages: - ghc-typelits-extra - ghc-typelits-knownnat - ghc-typelits-natnormalise - # - clash-prelude # GHC 8.2.1 - # - clash-lib # GHC 8.2.1 - # - clash-vhdl # GHC 8.2.1 - # - clash-verilog # GHC 8.2.1 - # - clash-systemverilog # GHC 8.2.1 - # - clash-ghc # GHC 8.2.1 "Athan Clark @athanclark": - alternative-vector - attoparsec-path - - attoparsec-ip # via: ip - - attoparsec-uri # via: attoparsec-ip + - attoparsec-ip + - attoparsec-uri - commutative - composition-extra - # - digestive-functors-lucid # via: digestive-functors - every - extractable-singleton - follow-file - HSet - # - nested-routes # via: HList - - ltext < 0 # compilation failure: https://github.com/ltext/ltext/issues/22 - markup - monad-control-aligned - monadoid @@ -1784,8 +1579,6 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - - wai-middleware-content-type < 0 # compilation errors - - wai-middleware-verbs < 0 # compilation errors - websockets-rpc - webpage @@ -1801,7 +1594,6 @@ packages: "Peter Harpending @pharpend": - editor-open - exceptional - # - optparse-helper # GHC 8.2.1 - pager - semiring-simple @@ -1813,9 +1605,6 @@ packages: - lens-simple - lens-family-core - lens-family - # - streaming # bounds: mmorph - # - streaming-bytestring # bounds: mmorph - # - streaming-utils # bounds: mmorph "Justin Le @mstksg": - auto @@ -1836,15 +1625,9 @@ packages: - serf - uri-templater - librato - # - 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 - # - phash # Missing C library pHash - https://github.com/MichaelXavier/phash/issues/5 - cron - tasty-tap - tasty-fail-fast @@ -1857,32 +1640,18 @@ packages: "Sam Rijs @srijs": - ndjson-conduit - # - attoparsec-trans # bounds: transformers - operational-class - result - "Anupam Jain @ajnsit": - [] - # - wai-routes # GHC 8.2.1 - "Daniel Patterson @dbp": - # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors - hworker - - hworker-ses < 0 # 0.1.1.0 compilation failure - fn - # - fn-extra # via: digestive-functors "Mathieu Boespflug @mboes": - # - ihaskell-inline-r # via: ihaskell, ihaskell-blaze - cassette - choice - distributed-closure - - H < 0 # compilation failure - - inline-r < 0 # compilation failure - jni - - jvm < 0 # compilation failure - # - sparkle # bounds: mmorph - # - streaming-binary # bounds: mmorph - th-lift "Christopher Reichert @creichert": @@ -1892,31 +1661,10 @@ packages: - wai-middleware-throttle - yesod-auth-basic - "Alcides Viamontes @alcidesv": - [] - # - second-transfer # bounds: GHC 8 - "Hirotomo Moriwaki @philopon": - # - 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 - # - haddocset # GHC 8 "Kai Zhang @kaizhang": - # - clustering # via Rlang-QQ - matrices "Michel Boucey @MichelBoucey": @@ -1933,8 +1681,6 @@ packages: - conduit-parse - dublincore-xml-conduit - opml-conduit - - rss-conduit < 0 # test runtime failure - - imm < 0 # compilation failure via synthesizer-core - timerep - xml-conduit-parse @@ -1958,12 +1704,9 @@ packages: "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx - # - pipes-illumina # via: pipes-bgzf - seqalign - - xlsior < 0 # compilation failure https://github.com/eurekagenomics/xlsior/issues/3 "John Lenz @wuzzeb": - - yesod-auth-account < 0 # test compilation failure - yesod-static-angular - hspec-webdriver - webdriver-angular @@ -1972,12 +1715,6 @@ packages: - b9 - type-spec - pretty-types - # - mediabus # GHC 8.2.1 - # - mediabus-fdk-aac # needs non-free libfdk-aac-dev - # - mediabus-rtp # GHC 8.2.1 - - "Will Thompson @wjt": - - bustle < 0 # compilation failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 "Jakub Fijałkowski @jakubfijalkowski": - hlibsass @@ -1993,14 +1730,12 @@ packages: "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write - # - cassava-megaparsec # via cassava: bounds: vector - dbcleaner - dotenv - hapistrano - inflections - stache - scalendar - # - twitter-feed # GHC 8.2.1 "Sergey Alirzaev @l29ah": - monad-peel @@ -2008,13 +1743,10 @@ packages: - Network-NineP "Oliver Charles @ocharles": - - engine-io < 0 # compilation failure - diff3 - # - digestive-functors-aeson # bounds: aeson, lens - via: digestive-functors - exhaustive - libsystemd-journal - network-carbon - # - socket-io # via engine-io compilation-failure - tasty-rerun - logging-effect - reactive-banana @@ -2076,18 +1808,7 @@ packages: - apply-refact "Andrew Gibiansky @gibiansky": - # - 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 - # - ghc-parser # GHC 8 - - ipython-kernel # GHC 8 + - ipython-kernel "Andrés Sicard-Ramírez @asr": - Agda @@ -2096,9 +1817,9 @@ packages: - dependent-sum - dependent-sum-template - dependent-map - - dice # via random-fu: via log-domain: via safecopy: bounds: vector + - dice - hstatsd - - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector + - misfortune "Timo von Holtz @tvh": - ekg-wai @@ -2125,17 +1846,11 @@ packages: - fmt "Takano Akio tak@anoak.io @takano-akio": - - fast-builder # GHC 8.2.1 + - fast-builder - filelock - # - euphoria # GHC 8.2.1 - - "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - [] - # - QuadTree # base and lens "Brian Lewis brian@lorf.org @bsl": - - bindings-GLFW # GHC 8.2.1 - # - GLFW-b # GHC 8.2.1 + - bindings-GLFW "Niklas Hambüchen mail@nh2.me @nh2": - hidapi @@ -2143,16 +1858,10 @@ packages: - loop - netpbm - network-house - # - posix-paths # GHC 8.2.1 - reinterpret-cast # As dependencies of packages above - attoparsec-binary - "Brandon Martin @codedmart": - [] - # - engine-io-wai # bounds websockets - # - rethinkdb # GHC 8.2.1 - "Michael Walker @barrucadu": - both - concurrency @@ -2180,10 +1889,8 @@ packages: - from-sum - hailgun - hailgun-simple - # - highlight # GHC 8.2.1 via regex-with-pcre - # - ig # bounds: http-conduit, transformers - natural-transformation - - opaleye-trans # GHC 8.2.1 + - opaleye-trans - pretty-simple - read-env-var - servant-checked-exceptions @@ -2192,7 +1899,6 @@ packages: - xml-html-qq - xml-indexed-cursor - yahoo-finance-api - # - yesod-markdown # bounds: pandoc "Franklin Chen @FranklinChen": - Ebnf2ps @@ -2209,9 +1915,7 @@ packages: - unordered-intmap - word-trie - xdg-basedir - # - yi # Cabal 2.0.0.2 via yi-frontend-pango via pango - yi-core - # - yi-frontend-pango # Cabal 2.0.0.2 via pango - yi-frontend-vty - yi-fuzzy-open - yi-ireader @@ -2228,29 +1932,15 @@ packages: "Tobias Bexelius @tobbebex": - GPipe - "Patrick Redmond @plredmond": - [] - # - GPipe-GLFW # GHC 8.2.1 via GLFW-b - "Jonas Carpay @jonascarpay": - apecs - "Csaba Hruska @csabahruska": - [] - # - lambdacube-ir # bounds: aeson - # - lambdacube-gl # bounds: aeson, time # via: lambdacube-ir - # - lambdacube-compiler # bounds: aeson, megaparsec # via: lambdacube-ir - "Spencer Janssen @spencerjanssen": - Xauth "Sebastian de Bellefon @Helkafen": - wai-middleware-metrics - "Stefan Berthold @ZjMNZHgG5jMXw": - [] - # - smallcaps # GHC 8.2.1 - "Gregory Collins @gregorycollins": - hashtables - io-streams @@ -2260,16 +1950,11 @@ packages: - http-common - http-streams - "Devan Stormont @stormont": - [] - # - forecast-io # bounds: aeson 1.0 - "Sean Hunt @ivan-m": - fgl - # - fgl-arbitrary # bounds: QuickCheck - graphviz - wl-pprint-text - servant-pandoc @@ -2312,8 +1997,7 @@ packages: - clumpiness - find-clumpiness - blosum - # - convert-annotation # via inline-r compilation failure - - rank-product # GHC 8.2.1 via random-fu + - rank-product "Simon Marechal @bartavelle": - compactmap @@ -2325,8 +2009,6 @@ packages: - hruby - language-puppet - tar-conduit - # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp - # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose "Mark Karpov @mrkkrp": - megaparsec @@ -2357,15 +2039,6 @@ packages: - mmark - mmark-ext - "Thomas Bereknyei ": - [] - # - multiplate # bounds: transformers - - "Sumit Sahrawat @sumitsahrawat": - [] - # - plot-gtk-ui # Cabal 2.0.0.2 - # - calculator # bounds: ghc, base - "Emmanuel Touzery @emmanueltouzery": - app-settings - hsexif @@ -2373,7 +2046,6 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - - smsaero < 0 # compilation failure against aeson https://github.com/GetShopTV/smsaero/issues/12 - swagger2 - servant-swagger @@ -2400,11 +2072,6 @@ packages: - pthread - rank1dynamic - "Alexander Vershilov @qnikst": - [] - # - imagemagick # https://github.com/qnikst/imagemagick/issues/41 - # - network-transport-zeromq # bounds: ghc # via: distributed-process-tests - "Takahiro Himura @thimura": - lens-regex - twitter-conduit @@ -2412,21 +2079,12 @@ packages: - twitter-types-lens "Robbin C. @robbinch": - - zim-parser # via: lzma + - zim-parser "David Wiltshire @dave77": # on behalf of Alexey Karakulov @w3rs - hashable-time - "Tim Baumann @timjb": - [] - # - engine-io-yesod # bounds: ghc, base - - "Tim McGilchrist @tmcgilchrist": - [] - # - riak # compilation failure via riak-protobuf - # - airship # bounds: mmorph - "Yuras Shumovich @Yuras": - pdf-toolbox-core - pdf-toolbox-content @@ -2446,8 +2104,6 @@ packages: - pathwalk "John Galt @centromere": - # - cacophony # GHC 8.2.1 - # - pipes-cacophony # GHC 8.2.1 - blake2 - nfc @@ -2459,17 +2115,8 @@ packages: - inline-c-cpp - ekg - "Emin Karayel @ekarayel": - [] - # - sync-mht # bounds: ghc, base - "Michael Schröder @mcschroeder": - ctrie - # - ttrie # GHC 8.2.1 via atomic-primops - - "Greg Weber @gregwebs": - [] - # - base-noprelude # cabal-version >= 2 "Andrew Lelechenko @Bodigrim": - exp-pairs @@ -2485,22 +2132,6 @@ packages: - hashids - fuzzyset - "Joe Hermaszewski @expipiplus1": - [] - # - exact-real # bounds: ghc, base - - "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - [] - # - Cartesian # bounds: lens - # - Michelangelo # bounds: lens # via: Wavefront - - "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 - pusher-http-haskell @@ -2536,7 +2167,6 @@ packages: - pkcs10 "David Luposchainsky @quchen": - # - binary-typed # https://github.com/quchen/binary-typed/issues/42 - pgp-wordlist - show-prettyprint - prettyprinter @@ -2547,26 +2177,18 @@ packages: "Jeremy Shaw @stepcut": - boomerang - # - clckwrks # via acid-state: via safecopy: bounds: vector - # - clckwrks-cli # via acid-state: via safecopy: bounds: vector - # - clckwrks-plugin-page # via acid-state: via safecopy: bounds: vector - # - clckwrks-plugin-media # via acid-state: via safecopy: bounds: vector - # - clckwrks-theme-bootstrap # via clckwrks: via acid-state: via safecopy: bounds: vector - # - hackage-whatsnew # bounds: directory 1.3 - # - happstack-authenticate # via acid-state: via safecopy: bounds: vector - # - happstack-clientsession # via safecopy: bounds: vector - - happstack-hsp # GHC 8.2.1 via hsx2hs + - happstack-hsp - happstack-jmacro - happstack-server - happstack-server-tls - hsx-jmacro - - ixset # via: syb-with-class, safecopy + - ixset - reform - reform-blaze - reform-hamlet - reform-happstack - reform-hsp - - userid # via safecopy: bounds: vector + - userid - web-plugins - web-routes - web-routes-boomerang @@ -2579,19 +2201,13 @@ packages: "Pedro Tacla Yamada @yamadapc": - ascii-progress - drawille - # - extract-dependencies # via: package-description-remote - file-modules - frontmatter - read-editor - # - hspec-setup # bounds: haskell-src-exts - # - hzulip # bounds: aeson, stm-conduit - list-prompt - # - memoization-utils # bounds: time - package-description-remote - projectroot - questioner - # - stack-run-auto # GHC 8.2.1 via extract-dependencies - - hpack-convert < 0 - language-dockerfile "Pascal Hartig @passy": @@ -2602,9 +2218,8 @@ packages: - open-browser "Denis Redozubov @dredozubov": - # - tracy # GHC 8.2.1 - hreader-lens - - schematic # GHC 8.2.1 + - schematic "Yuji Yamamoto @igrep": - yes-precure5-command @@ -2612,7 +2227,7 @@ packages: "Hans-Christian Esperer @hce": - avwx - - wai-session-postgresql # GHC-8.2.1 + - wai-session-postgresql "Haisheng Wu @freizl": - hoauth2 @@ -2624,11 +2239,9 @@ packages: - dawg-ord "Amit Levy @alevy": - - postgresql-orm < 0 # 0.5.0 compilation failure - simple - simple-templates - simple-session - # - simple-postgresql-orm # compilation failure via: postgresql-orm "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. @@ -2658,7 +2271,7 @@ packages: - mustache "Cindy Wang @CindyLinz": - - NoTrace # GHC 8.2.1 + - NoTrace - linked-list-with-iterator "Jean-Philippe Bernardy @jyp": @@ -2682,17 +2295,10 @@ packages: "Elie Genard @elaye": - turtle-options - - mushu < 0 # compilation failure - # - hakyll-favicon # needs: hakyll - - "Ruey-Lin Hsu @petercommand": - [] - # - MASMGen # bounds: ghc, base "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv - rng-utils - # - rotating-log # GHC 8.2.1 - ua-parser - hs-GeoIP - retry @@ -2702,11 +2308,7 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - - SVGFonts # GHC 8.2.1 via diagrams-core - - "Aaron Levin @aaronlevin": - [] - # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client + - SVGFonts "Aaron Levin @aaronmblevin": - free-vl @@ -2722,14 +2324,6 @@ packages: "Lennart Kolmodin @kolmodin": - binary-bits - "Nicolas Trangez @NicolasT": - [] - # - reedsolomon # bounds: vector - - "Alp Mestanogullari @alpmestan": - - taggy < 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 - # - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 - "Alex McLean @yaxu": - tidal @@ -2757,17 +2351,10 @@ packages: - unification-fd - unix-bytestring - "Carlo Hamalainen @carlohamalainen": - [] - # - ghc-imported-from # bounds: process-streaming # via: ghc-mod - "Fraser Tweedale @frasertweedale": - concise - jose - "Yutaka Nishimura @ynishi": - - atndapi < 0 # compilation failure https://github.com/ynishi/atndapi/issues/1 - "Yoshikuni Jujo @YoshikuniJujo": - zot - yjtools @@ -2781,7 +2368,6 @@ packages: "Jan Gerlinger @JanGe": - irc-dcc - # - xdcc # bounds: path "John Ky newhoggy@gmail.com @newhoggy": - hw-balancedparens @@ -2805,22 +2391,17 @@ packages: "Stephen Diehl @sdiehl": - protolude - - repline # GHC 8.2.1 + - repline - picosat "Daishi Nakajima @nakaji-dayo": - api-field-json-th - # - yesod-job-queue # bounds cron - - "Braden Walters @meoblast001": - - hakyll-sass < 0 # compilation failure "Patrick Thomson @helium": - postgresql-transactional "Tom Murphy @amindfv": - vivid - # - midair # bounds: ghc, base - nano-erl "Toshio Ito @debug-ito": @@ -2830,8 +2411,6 @@ packages: - wikicfp-scraper - wild-bind - wild-bind-x11 - # - wild-bind-indicator # Cabal 2.0.0.2 - # - wild-bind-task-x11 # Cabal 2.0.0.2 "Cies Breijs @cies": - htoml @@ -2847,28 +2426,15 @@ packages: - eventful-sql-common - eventful-sqlite - eventful-test-helpers - - oanda-rest-api < 0 # test compilation failure - stratosphere - sum-type-boilerplate - "Alexey Rodiontsev @klappvisor": - [] - # - telegram-api # bounds: aeson, servant - "Iñaki García Etxebarria @garetxe": - gi-atk - gi-cairo - - gi-gdk < 0 # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - # - gi-gdkpixbuf # via gi-gio compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-gio < 0 # compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - gi-glib - gi-gobject - # - gi-gtk # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-pango < 0 # compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - # - gi-soup # via gi-gio compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - gi-javascriptcore == 3.0.* - # - gi-webkit # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-ostree < 0 # dependent on gi-gio - haskell-gi - haskell-gi-base @@ -2885,8 +2451,6 @@ packages: "Richard Eisenberg @goldfirere": - th-desugar - singletons - - units < 0 # compilation failure - # - units-defs # via units compilation failure - HUnit-approx - units-parser @@ -2901,7 +2465,6 @@ packages: "Pavel Ryzhov @paulrzcz": - hquantlib - HSvm - # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": - bordacount @@ -2912,7 +2475,6 @@ packages: "Cliff Harvey @BlackBrane": - ansigraph - # - quantum-random # BLOCKED directory 1.3 "Tebello Thejane @tebello-thejane": - bitx-bitcoin @@ -2922,9 +2484,6 @@ packages: - fast-digits - bit-stream - "Greg Hurrell @wincent": - - docvim < 0 # compilation failure: https://github.com/wincent/docvim/issues/30 - "Ashley Yakeley @AshleyYakeley": - countable - witness @@ -2942,9 +2501,6 @@ packages: - type-assertions "Patrick Chilton @chpatrick": - - solga < 0 # Compilation failure https://github.com/chpatrick/solga/issues/9 - # - solga-swagger # Compilation failure via swagger2 - - clang-pure < 0 # Compilation failure https://github.com/chpatrick/clang-pure/issues/10 - webrtc-vad "Michal Konecny @michalkonecny": @@ -2962,10 +2518,7 @@ packages: "Dominic Orchard @dorchard": - array-memoize - # - camfort # https://github.com/camfort/camfort/issues/102 - codo-notation - - fortran-src < 0 # OOM https://github.com/fpco/stackage/issues/2232 - - ixmonad < 0 # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - language-fortran "Philipp Schuster @phischu": @@ -2974,16 +2527,10 @@ packages: "Shao Cheng @TerrorJack": - cabal-toolkit - direct-rocksdb - # - simple-download # GHC 8.2.1 - # - encoding-io # GHC 8.2.1 "Anton Gushcha @ncrashed": - aeson-injector - "Rune K. Svendsen @runeks": - [] - # - bitcoin-payment-channel # bounds: QuickCheck, aeson 1.0 # via: haskoin-core - "Al Zohali @zohl": - servant-auth-cookie - dictionaries @@ -3001,9 +2548,6 @@ packages: - heatshrink - hocilib - "Matthias Herrmann @2chilled": - - scrape-changes < 0 # Compilation failure https://github.com/fpco/stackage/issues/2948 - "Daniel Mendler @minad": - quickcheck-special - writer-cps-mtl @@ -3044,11 +2588,10 @@ packages: - vector-mmap "Alex Mason @Axman6": - # - foldl-statistics # bounds: foldl - amazonka-s3-streaming "Ondrej Palkovsky @ondrap": - - json-stream # GHC 8.2.1 + - json-stream "Philipp Balzarek ": - xml-picklers @@ -3061,7 +2604,7 @@ packages: - brittany "Ryan Mulligan @ryantm": - - HDBC-mysql # GHC 8.2.1 + - HDBC-mysql "Tony Morris @tonymorris": - validation @@ -3087,25 +2630,15 @@ packages: - next-ref - threads-extras - tmp-postgres - # - postgresql-simple-opts # bounds: optparse-applicative - pg-transact - hspec-pg-transact - postgresql-simple-queue - "Bernie Pope @bjpop": - - language-python < 0 # compilation failure https://github.com/bjpop/language-python/issues/35 - "Mahdi Dibaiee @mdibaiee": - picedit - mathexpr - # - sibe # GHC 8.2.1 via stemmer - termcolor - "Alexis Williams @typedrat": - [] - # - stb-image-redux # bounds: vector - # - wavefront-obj # GHC 8.2.1 - "XT @xtendo-org": - rawfilepath @@ -3133,15 +2666,11 @@ packages: - line "Hannes Saffrich @m0rphism": - # - dmenu # GHC 8.2.1 - # - dmenu-pmount # GHC 8.2.1 - # - dmenu-pkill # GHC 8.2.1 - # - dmenu-search # GHC 8.2.1 - printcess "Alexey Kuleshevich @lehins": - wai-middleware-auth - - hip # via repa-algorithms + - hip "Hans-Peter Deifel @hpdeifel": - hledger-iadd @@ -3152,15 +2681,15 @@ packages: "Boldizsár Németh @nboldi": - instance-control - references - - haskell-tools-ast # GHC 8.2.1 - - haskell-tools-backend-ghc # GHC 8.2.1 - - haskell-tools-rewrite # GHC 8.2.1 - - haskell-tools-prettyprint # GHC 8.2.1 - - haskell-tools-refactor # GHC 8.2.1 - - haskell-tools-demo # bounds: websockets - - haskell-tools-cli # GHC 8.2.1 - - haskell-tools-daemon # GHC 8.2.1 - - haskell-tools-debug # GHC 8.2.1 + - 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 "David Fisher @ddfisher": - socket-activation @@ -3176,9 +2705,8 @@ packages: - viewprof "Dylan Simon @dylex": - - postgresql-typed # GHC 8.2.1 + - postgresql-typed - invertible - # - ztail # GHC 8.2.1 "Louis Pan @louispan": - alternators @@ -3190,8 +2718,6 @@ packages: - glaze - glazier - glazier-pipes - - glazier-react < 0 # Compilation failure https://github.com/louispan/glazier-react/issues/7 - # - glazier-react-widget # via glazier-react-widget - javascript-extras - l10n - pipes-category @@ -3205,7 +2731,7 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - - minio-hs # GHC 8.2.1 via protolude + - minio-hs "ncaq @ncaq": - haskell-import-graph @@ -3233,10 +2759,6 @@ packages: "Pavel Yakovlev @zmactep": - hasbolt - "Michael Thomas @Michaelt293": - [] - # - isotope # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 - "Christopher A. Gorski @cgorski": - general-games @@ -3247,15 +2769,12 @@ packages: "Peter Trško @trskop": - between - connection-pool - - freer-effects < 0 # Compilation failure https://github.com/IxpertaSolutions/freer-effects/issues/49 - verbosity "Devon Hollowood @devonhollowood": - search-algorithms "Chris Dornan @cdornan": - # - regex # GHC 8.2.1 - # - regex-with-pcre # GHC 8.2.1 - sort - regex-pcre-text @@ -3263,11 +2782,6 @@ packages: - ziptastic-client - ziptastic-core - "Hardy Jones @joneshf": - [] - # - servant-ruby # GHC 8.2.1 - # - wai-middleware-rollbar # GHC 8.2.1 - "Andrey Mokhov @snowleopard": - algebraic-graphs @@ -3284,11 +2798,6 @@ packages: - proto-lens-arbitrary - proto-lens-optparse - proto-lens-protobuf-types - # - tensorflow # compilation failure via: tensorflow-proto - # - tensorflow-core-ops # compilation failure via: tensorflow-proto - # - tensorflow-opgen # compilation failure via: tensorflow-proto - # - tensorflow-ops # compilation failure via: tensorflow-proto - - tensorflow-proto < 0 # compilation failure - tensorflow-test "Christof Schramm ": @@ -3331,8 +2840,6 @@ packages: "Alex Biehl @alexbiehl": - haddock-library < 1.4.4 # cabal-version >= 2 - # - haddock-api # cabal-version >= 2 - # - haddock # cabal-version >= 2 "Mark Hopkins @mjhopkins": - alerta @@ -3353,7 +2860,6 @@ packages: - bno055-haskell "Lars Brünjes @brunjlar": - # - neural # https://github.com/fpco/stackage/issues/2950 - pell "Matt Noonan @matt-noonan": @@ -3367,7 +2873,7 @@ packages: - listsafe "Serokell @serokell": - - log-warper # https://github.com/serokell/log-warper/issues/25 + - log-warper - universum "Lorenz Moesenlechner @moesenle": @@ -3381,7 +2887,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - docker-build-cacher - - mysql-haskell-nem # blocked on mysql-haskell + - mysql-haskell-nem "Phil Ruffwind @Rufflewind": - blas-hs @@ -3394,7 +2900,6 @@ packages: "typeable.io ": - dom-parser - - stackage2nix < 0 # compilation failure - xml-isogen "Jeremy Huffman @jeremyjh": From a013b0d60e54147881f7f4b6a4f52fdaf39855b5 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Sat, 25 Nov 2017 23:30:06 -0500 Subject: [PATCH 476/515] Re-add ztail, now updated for ghc 8.2.2 compat --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 558a3771..3999faac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2707,6 +2707,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - invertible + - ztail "Louis Pan @louispan": - alternators From 47304c12d1b1c0c8b8b123d7b01a8908ce89d1cf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 26 Nov 2017 12:32:25 +0200 Subject: [PATCH 477/515] Extra upper bound for #3044 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 558a3771..8635e508 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3002,6 +3002,7 @@ packages: # https://github.com/fpco/stackage/issues/3044 - either < 4.5 # Latest ATOW is either-5 + - rebase < 1.2 # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 From 69011427207be3a2c73f700d6218a20717d0444a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 26 Nov 2017 12:32:53 +0200 Subject: [PATCH 478/515] Remove stm-conduit from my packages --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8635e508..06157533 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -267,7 +267,6 @@ packages: - persistent-template - stackage-curator - store - - stm-conduit - wai-websockets - warp-tls - yesod From acf794d988b48a39f063952a5fada32a6d59d402 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:02:04 +0100 Subject: [PATCH 479/515] Move maintainership of shelly to @psibi https://github.com/yesodweb/Shelly.hs/pull/158 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06157533..7cac9cd7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -394,6 +394,7 @@ packages: - wai-slack-middleware - sysinfo - xmonad-extras + - shelly "haskell-openal": - OpenAL @@ -1067,7 +1068,6 @@ packages: - libffi - xmonad-contrib - - shelly - cairo - glib - pango From befde7d5efaa82d4bdbf84c4e5d122868df578a6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:06:16 +0100 Subject: [PATCH 480/515] Remove upper bound and close #3006 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7cac9cd7..6afd36c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3014,9 +3014,6 @@ packages: # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 - # https://github.com/fpco/stackage/issues/3006 - - unix-compat < 0.5 - # https://github.com/fpco/stackage/issues/3013 - servant < 0.12 - servant-client < 0.12 From 022761c6bf94b74591b8ff1affedc11f625f99d6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:09:03 +0100 Subject: [PATCH 481/515] Add posix-paths again --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6afd36c5..70f80c9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1858,6 +1858,7 @@ packages: - netpbm - network-house - reinterpret-cast + - posix-paths # As dependencies of packages above - attoparsec-binary From b2259c9730c0e567012b75bf24b333cbbaa98101 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:16:23 +0100 Subject: [PATCH 482/515] Remove yahoo-finance-api #2821 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c029137..e988a7d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1898,7 +1898,6 @@ packages: - servant-static-th - xml-html-qq - xml-indexed-cursor - - yahoo-finance-api "Franklin Chen @FranklinChen": - Ebnf2ps @@ -3546,7 +3545,6 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures From b9b145ec2a0366b610451ef15be12fb70a810e08 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:31:18 +0100 Subject: [PATCH 483/515] MAINTAINERS: Improve add package instructions --- MAINTAINERS.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 07fdce3a..0f6ad71b 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -25,8 +25,7 @@ effort basis. 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`. +To add your package you can edit [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) directly on github or fork the project. There's a section called `packages`. To add a set of packages, you would add: "My Name @mygithubuser": @@ -34,16 +33,16 @@ To add a set of packages, you would add: - package2 - package3 -Note that the `master` branch is used for Stackage Nightly (not the `nightly` branch, which is used for the nightly docker builder imagine). +Note that you should edit on the `master` branch (and not the `nightly` branch, which is used for the nightly docker builder image). 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 dependencies you can do this: ``` $ cabal update -$ ghc --version # Should give v8.0.2 -$ cabal get PACKAGE-VERSION # e.g. aeson-0.11.2.1 -$ cd PACKAGE-VERSION +$ ghc --version # Should be the same as the latest nightly, it's in the title of https://www.stackage.org/nightly +$ cabal get PACKAGE +$ cd PACKAGE-* $ 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 From 2ad9eac29fa19825d3882f870c0762f086d63e3b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:33:23 +0100 Subject: [PATCH 484/515] Move github notification section below adding packages --- MAINTAINERS.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 0f6ad71b..2aab0941 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -8,19 +8,6 @@ The idea behind Stackage is that, if all packages work with the newest versions Packages in Stackage are not patched: all package changes occur upstream in Hackage. -## Github and Notifications - -Stackage uses Github notifications to reduce overhead of contacting individual -package maintainers through various channels. As a package maintainer, you will -receive notifications for a number of reasons, package build failures of -different sorts, blockages and bounds issues, etc. - -Please note, Github does some throttling on the number people that can be -notified within one issue. This means that on issues created with a large -number of packages affected, maintainers may not receive a notification. This -is not ideal, but Stackage is largely a manual process and done on a best -effort basis. - ## Adding a package Anyone can add any package to Stackage but you may only add packages under your own name. It's highly encouraged that the actual package maintainer is also the Stackage maintainer, if that is not the case you should drop the package maintainer a note first. @@ -60,6 +47,19 @@ recommend waiting an hour before opening the PR. You can verify this by making sure the latest version is listed at https://github.com/commercialhaskell/all-cabal-metadata/tree/master/packages/. +## Github and Notifications + +Stackage uses Github notifications to reduce overhead of contacting individual +package maintainers through various channels. As a package maintainer, you will +receive notifications for a number of reasons, package build failures of +different sorts, blockages and bounds issues, etc. + +Please note, Github does some throttling on the number people that can be +notified within one issue. This means that on issues created with a large +number of packages affected, maintainers may not receive a notification. This +is not ideal, but Stackage is largely a manual process and done on a best +effort basis. + ## Uploading a new package version When a new version of a package in Stackage is uploaded to Hackage, we automatically try to include it in Stackage (unless the new version is considered experimental). That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and open a GitHub issue ticket to resolve the issue. From d81fb0c0c66c9a9a0dde96ebaee1f738599c48ab Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:38:38 +0100 Subject: [PATCH 485/515] Remove mention of "experimental" releases, we have no such checks --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 2aab0941..c2b5c9cb 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -62,7 +62,7 @@ effort basis. ## Uploading a new package version -When a new version of a package in Stackage is uploaded to Hackage, we automatically try to include it in Stackage (unless the new version is considered experimental). That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and open a GitHub issue ticket to resolve the issue. +When a new version of a package in Stackage is uploaded to Hackage, we automatically try to include it in Stackage. That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and open a GitHub issue ticket to resolve the issue. If the new version doesn't compile then the package author should upload a fixed version. From 4e593300f8ab0d421907feca6618a1226162df08 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 15:57:42 +0100 Subject: [PATCH 486/515] Rephrasing/updating of MAINTAINERS.md --- MAINTAINERS.md | 101 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 69 insertions(+), 32 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index c2b5c9cb..fac083ad 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -12,28 +12,32 @@ Packages in Stackage are not patched: all package changes occur upstream in Hack 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 you can edit [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) directly on github or fork the project. There's a section called `packages`. -To add a set of packages, you would add: +To add your package you can edit [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) directly on github or fork the project. There's a section called `packages` where you would add yourself and your packages: "My Name @mygithubuser": - package1 - package2 - package3 -Note that you should edit on the `master` branch (and not the `nightly` branch, which is used for the nightly docker builder image). +If your library depends on a C library, please add it to the `debian-bootstrap.sh` script. -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 +After doing that commit with a message like "add foo-bar" and send a pull request. + +The continuous integration job will do some checks to see if your package's dependencies are up-to-date. + +The CI job notably doesn't compile packages, run tests, build documentation, or find missing C libraries. +If you want to be proactive or if CI fails, you can make sure that your package builds against the newest versions of all dependencies like this: -If you want to make sure that the package builds against the newest versions of all dependencies you can do this: ``` -$ cabal update $ ghc --version # Should be the same as the latest nightly, it's in the title of https://www.stackage.org/nightly +$ cabal update $ cabal get PACKAGE $ cd PACKAGE-* $ 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 +$ cabal haddock ``` **NB** Please use commit messages like "add foo-bar" or "add johndev's packages" @@ -70,42 +74,70 @@ If a package's test suite is failing, the first job is to investigate why. If th ## Following dependency upgrades -If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. +If a new version of a dependency is released your package may fail to +build or tests may fail. In most cases we will add an upper bound on +the dependency so that your package remains in nightly. We'll also +create a github issue pinging you with the bounds issues or give build +logs showing failures. It's then up to you to modify your package. -If a package is not modified in a timely manner, it may be temporarily -removed from Stackage by the curator team, at which point it is your -responsibility to add it back in via a new pull request. We typically -use fairly long windows on this, but at a minimum: +We recommend that you also follow the dependencies of your packages on +[Packdeps](http://packdeps.haskellers.com/) (typically using the RSS +feeds) as well as that often gives you notice ahead of stackage +issues. There are cases where we will not notice a new release of a +package because of other upper bounds that are in place. -* If restrictive version bounds are the only problem, we will give at - least a week to respond. +If a package is not updated in time, it may be temporarily removed +from Stackage by the curator team. We strive to notify you when this +happens. If it does you are always welcome to file another pull +request to add it back. + +We typically use fairly long windows before disabling packages, but it +is decided on a case-by-case basis. + +* If restrictive version bounds are the only problem, we will give + maintainers at least a week to respond. * If there are real breaking changes, the curator team will retain more discretion on how long a window to give before dropping - packages. Historically, this has usually waited until the cutting of + packages. +* We usually drop all upper bounds and disable packages when we create a new Long Term Support (LTS) major version. +* There are rare cases where an upper bound or build failure are hard + to deal with so then we may disable -**NOTE** Previously, this maintainer agreement put a time limit on -maintainers, requiring a certain level of responsiveness for -modifications to be made. We have explicitly removed that: anyone is -free to add a package to Stackage regardless of responsiveness -guarantees. However, as stated above, we may elect to temporarily -remove a package if it is not updated in a timely manner. +**NOTE** Previously we had stricter time limits, but we decided to +remove that: Anyone is free to add a package to Stackage regardless of +responsiveness guarantees. However, as stated above, we may elect to +temporarily remove a package if it is not updated in a timely manner. -## Failing to meet the time limits +## Delays -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. +Maintainers are humans, humans get sick/have babies/go on +holiday. Sometimes a dependency upgrade is extra time consuming. -The soft time limits are intended to prevent people being inconvenienced because of problems in other packages. Where such inconvenience happens, we will drop the offending packages from Stackage. While upper bounds are sometimes a temporary solution, they are against the ethos of Stackage, so will not be kept for longer periods. +Consider finding a co-maintainer with access to SCM and Hackage to +help you out. + +We appreciate if you notify us of any expected delays in the Github +issues, some kind soul might decide to help out. ## 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: +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 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 +* We will typically do a sweep through the Stackage upper bounds and + remove blocking packages. We prefer to do it this way rather than + ask other maintainers to backport fixes. + * 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 disabled -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. +If your package ends up being temporarily disabled 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 @@ -119,8 +151,13 @@ If you would like to get your package added to an existing LTS Haskell major release (e.g., if `lts-8.9` is out, you would want your package to appear in `lts-8.10`), please do the following in addition to the steps above: +* Check that your package can be built with that LTS major version (e.g. `stack build --test --bench --haddock --resolver lts-8.10`) * 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-8) -* Provide a list of packages you would like added, and if relevant, any upper bounds on those packages -* Be patient! The LTS releases are less frequent than Nightly and by their nature more conservative, and therefore adding new packages is a more manual process. The Stackage curators will try to get to your issue as soon as possible, but it may take some time. -* To add a package to more than one LTS version please file separate tickets for each major LTS release, since they will typically be built and added at different times. + * Specify the LTS major versions you would like your packages to go into (e.g. lts-8) + * Provide a list of packages you would like added + * If relevant, mention any upper bounds that are needed on those packages +* Be patient! The LTS releases are less frequent than Nightly. The + Stackage curators will try to get to your issue as soon as possible, + but it may take some time. +* We gradually stop maintainng old LTS major versions, so your + request may take longer or be declined if it's for an old LTS. From 4e27a1329f02d9761d48585afa31865e3a303036 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 16:07:55 +0100 Subject: [PATCH 487/515] Add @qnikst & stm-conduit --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e988a7d0..df727711 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2955,6 +2955,9 @@ packages: "Bob Long @bobjflong": - yesod-csp + "Alexander Vershilov @qnikst": + - stm-conduit + # 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 73ced1ca3ef0cb65767b873f9a24c25b076fa959 Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Sun, 26 Nov 2017 11:36:36 -0800 Subject: [PATCH 488/515] Update build-constraints.yaml --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index df727711..ac645a6a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -810,6 +810,10 @@ packages: - repa - repa-io - repa-algorithms + - versions + - kanji + - pipes-random + - vectortiles "Ketil Malde @ketil-malde": - biocore From f4ab83eb4299b89f9851a6b1cb1b995fdf91670e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Sun, 26 Nov 2017 21:00:25 +0100 Subject: [PATCH 489/515] Re-add ttrie The package got disabled via atomic-primops, which is back now. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index df727711..85caa0c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2116,6 +2116,7 @@ packages: "Michael Schröder @mcschroeder": - ctrie + - ttrie "Andrew Lelechenko @Bodigrim": - exp-pairs From fcdf3fb77ba0759b34ba9750d52415a27fdac0f3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 27 Nov 2017 08:01:18 +0200 Subject: [PATCH 490/515] Build with Stack, LTS Haskell and GHC --- MAINTAINERS.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index fac083ad..d565be90 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -26,7 +26,20 @@ After doing that commit with a message like "add foo-bar" and send a pull reques The continuous integration job will do some checks to see if your package's dependencies are up-to-date. The CI job notably doesn't compile packages, run tests, build documentation, or find missing C libraries. -If you want to be proactive or if CI fails, you can make sure that your package builds against the newest versions of all dependencies like this: +If you want to be proactive or if CI fails, you can make sure that your package builds against the latest nightly: + +``` +$ stack build --resolver nightly --haddock --test --bench --no-run-benchmarks +``` + +Or, if some dependencies haven't made it into Stackage Nightly yet: + +``` +$ rm -f stack.yaml && stack init --resolver nightly --solver +``` + +Or, alternatively, with `cabal` (may end up using older dependency +versions): ``` $ ghc --version # Should be the same as the latest nightly, it's in the title of https://www.stackage.org/nightly @@ -139,6 +152,13 @@ If your package ends up being temporarily disabled 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. +Note that it is _not_ a goal of LTS Haskell to track the latest +version of GHC. If you want the latest and greatest, Stackage Nightly +is your best bet. In particular, LTS Haskell will often—but not +always—avoid upgrading to the first point release of GHC +releases (e.g., 8.2.1) to allow further testing and to get the +benefits of the first bugfix release (e.g., 8.2.2). + ## Adding a package to an LTS snapshot The steps above affect the Stackage Nightly builds, but do not directly affect From 51f13eb9329e58ca1ce10439e940fbfb3d3805ba Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 27 Nov 2017 09:09:22 +0200 Subject: [PATCH 491/515] Better Stack instructions using tarball --- MAINTAINERS.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index d565be90..ded7a119 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -29,13 +29,12 @@ The CI job notably doesn't compile packages, run tests, build documentation, or If you want to be proactive or if CI fails, you can make sure that your package builds against the latest nightly: ``` -$ stack build --resolver nightly --haddock --test --bench --no-run-benchmarks -``` - -Or, if some dependencies haven't made it into Stackage Nightly yet: - -``` +# Build from the tarball on Hackage to check for missing files +$ stack unpack yourpackage && cd yourpackage-* +# Generate a pristine stack.yaml, adding any missing extra-deps $ rm -f stack.yaml && stack init --resolver nightly --solver +# Build, generate docs, test, and build benchmarks +$ stack build --resolver nightly --haddock --test --bench --no-run-benchmarks ``` Or, alternatively, with `cabal` (may end up using older dependency From 26a075c4e404f7fbdff087502aa9046c9db1590c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 27 Nov 2017 13:32:54 +0200 Subject: [PATCH 492/515] Mention Packdeps --- MAINTAINERS.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index ded7a119..52f316de 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -37,8 +37,19 @@ $ rm -f stack.yaml && stack init --resolver nightly --solver $ stack build --resolver nightly --haddock --test --bench --no-run-benchmarks ``` -Or, alternatively, with `cabal` (may end up using older dependency -versions): +This approach works well, but has two limitations you should be aware +of: + +* It won't notify you of restrictive upper bounds in your package if + Stackage has the same upper bounds. For that reason, we recommend + using [Packdeps](http://packdeps.haskellers.com/) (see "Following + dependency upgrades" below). +* If the latest Stackage Nightly is missing some of the latest + packages, your build above may succeed whereas the Travis job may + fail. Again: Packdeps will help you detect this situation. + +Alternatively, you can build with `cabal`. Note that this may end up +using older dependency versions: ``` $ ghc --version # Should be the same as the latest nightly, it's in the title of https://www.stackage.org/nightly From 7d6d97c04f1816043b0983279a1e0f1d3b9dfa2a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 27 Nov 2017 22:06:41 +0100 Subject: [PATCH 493/515] Skip OpenGLRaw benchmarks --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index df727711..e2965500 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3721,6 +3721,7 @@ skipped-benchmarks: # Timeouts - gogol-youtube + - OpenGLRaw # Maintainers who don't want to update benchmarks # Only re-enable if requested. From a6fe830006b9901540d76f389d80b9fd4a54e239 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 27 Nov 2017 22:08:24 +0100 Subject: [PATCH 494/515] Skip pandoc & git-annex benchmarks as well --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e2965500..500d8686 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3721,7 +3721,11 @@ skipped-benchmarks: # Timeouts - gogol-youtube + + # Very resource intensive - OpenGLRaw + - pandoc + - git-annex # Maintainers who don't want to update benchmarks # Only re-enable if requested. From 3fa0bde60ebfb91e0bba25ba74f298b907ac5433 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 27 Nov 2017 22:31:44 +0100 Subject: [PATCH 495/515] Skip approximate haddocks --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 500d8686..69ba9089 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3684,6 +3684,7 @@ expected-haddock-failures: # For packages with haddock issues skipped-haddocks: - language-puppet # https://github.com/fpco/stackage/issues/2822 +- approximate # end of skipped-haddocks # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 0ed472620c42a98122b785f4802ccc8d23954258 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 27 Nov 2017 22:56:45 +0100 Subject: [PATCH 496/515] persistent-sqlite upper bound for #3046 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69ba9089..9973673b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3127,6 +3127,7 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 + - persistent-sqlite < 2.6.3.2 # end of packages From 6b0ab59efc2c31bab101f14212135b292b5612fc Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Wed, 29 Nov 2017 15:50:55 +0000 Subject: [PATCH 497/515] hscolour-1.24.3 fails to build (#3057) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9973673b..b05f61e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3129,6 +3129,9 @@ packages: - persistent < 2.7.2 - persistent-sqlite < 2.6.3.2 + # https://github.com/fpco/stackage/issues/3057 + - hscolour <1.24.3 + # end of packages # Package flags are applied to individual packages, and override the values of From ad6111b7e39b692a6b3d6c6997c1f87db430e6e0 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Fri, 1 Dec 2017 10:11:08 +1100 Subject: [PATCH 498/515] Add riak and airship --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b05f61e5..0cbb4e41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,6 +2958,10 @@ packages: "Alexander Vershilov @qnikst": - stm-conduit + "Tim McGilchrist @tmcgilchrist": + - riak + - airship + # 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 @@ -2979,7 +2983,6 @@ packages: # this is to prevent us from including them by accident. They can # be removed from this list if they are fixed. "Unmaintained packages with compilation failures": - - riak-protobuf < 0 - stackage-types < 0 # If you want to make sure a package is removed from stackage, @@ -3501,7 +3504,6 @@ expected-test-failures: - 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 - shake # Needs ghc on $PATH with some installed haskell packages From 5eb4ff882ba8a466c3bea4ef9c490200b6cf127a Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Mon, 4 Dec 2017 00:40:14 +0100 Subject: [PATCH 499/515] Reintroduce a number of previously disable packages. Reintroduced: - H - inline-java - inline-r - jvm --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b05f61e5..cc2073d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1650,7 +1650,11 @@ packages: - cassette - choice - distributed-closure + - H + - inline-java + - inline-r - jni + - jvm - th-lift "Christopher Reichert @creichert": From 7434e1be6b41abd8c8a62ba3c140897516e3bf75 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 4 Dec 2017 17:15:51 +0200 Subject: [PATCH 500/515] Non parallel builds --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b05f61e5..dabd093c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3958,3 +3958,8 @@ no-revisions: - cryptonite - foundation - gauge + +# Do not build these packages in parallel with others. Useful for high memory +# usage. +non-parallel-builds: +- pandoc From a4a76672bf80ab07db1fce2677bf33e5aeada9b8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 15:35:14 -0800 Subject: [PATCH 501/515] Add constraints on req and req-conduit per #3061 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dabd093c..c0c4b1ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3132,6 +3132,10 @@ packages: # https://github.com/fpco/stackage/issues/3057 - hscolour <1.24.3 + # https://github.com/fpco/stackage/issues/3061 + - req < 1.0.0 + - req-conduit < 1.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 8ba598144e3a44a6653e3eebd0b681c048f52708 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 15:37:48 -0800 Subject: [PATCH 502/515] Unconstrain skylighting, closes #3039 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0c4b1ac..8a99fa37 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3122,9 +3122,6 @@ packages: - amazonka-workspaces < 1.5 - amazonka-xray < 1.5 - # https://github.com/fpco/stackage/issues/3039 - - skylighting < 0.4.4 - # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - persistent-sqlite < 2.6.3.2 From 08a31dfd96c89bd0487987a518133ddc7580ecde Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 15:51:01 -0800 Subject: [PATCH 503/515] Skip tests for cabal-install per #2995 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a99fa37..ee81afeb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,6 +3021,8 @@ packages: # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 + # When tasty constraint is lifted: + # don't forget to unskip tests for cabal-install # https://github.com/fpco/stackage/issues/3013 - servant < 0.12 @@ -3287,6 +3289,8 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: + # Bleeding edge dependencies + - cabal-install # tasty 0.12 # https://github.com/fpco/stackage/issues/2995 # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. From 24b92c87e356755389ea5dc151dfa62ffd08b947 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 15:52:12 -0800 Subject: [PATCH 504/515] Add constraint "tasty-hunit < 0.10" per #3062 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee81afeb..0b481bc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3135,6 +3135,9 @@ packages: - req < 1.0.0 - req-conduit < 1.0.0 + # https://github.com/fpco/stackage/issues/3062 + - tasty-hunit < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From 7236423ad54a9005cb9b14f0f58f2ad884771dbd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 15:54:31 -0800 Subject: [PATCH 505/515] Add constraint "vty < 5.19" per #3063 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b481bc9..4b9c54a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3138,6 +3138,9 @@ packages: # https://github.com/fpco/stackage/issues/3062 - tasty-hunit < 0.10 + # https://github.com/fpco/stackage/issues/3063 + - vty < 5.19 + # end of packages # Package flags are applied to individual packages, and override the values of From 5d69cd6e1decad6375f9a48ac32c5880f728b653 Mon Sep 17 00:00:00 2001 From: stites Date: Mon, 4 Dec 2017 18:56:20 -0500 Subject: [PATCH 506/515] add gym-http-api --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dabd093c..ab872599 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,6 +2958,9 @@ packages: "Alexander Vershilov @qnikst": - stm-conduit + "Sam Stites @stites": + - gym-http-api + # 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 ecc7e930c60cfa5ba4dcebd8d67e4ed613b82148 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 22:01:21 -0800 Subject: [PATCH 507/515] Add constraint "basic-prelude < 0.7" per #3065 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b9c54a7..2818ea42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3141,6 +3141,9 @@ packages: # https://github.com/fpco/stackage/issues/3063 - vty < 5.19 + # https://github.com/fpco/stackage/issues/3065 + - basic-prelude < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 15e49af565e4b023115e9be7d1779018ae4bd6ff Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 22:27:03 -0800 Subject: [PATCH 508/515] Revert "Add constraint "basic-prelude < 0.7" per #3065" This reverts commit ecc7e930c60cfa5ba4dcebd8d67e4ed613b82148. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2818ea42..4b9c54a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3141,9 +3141,6 @@ packages: # https://github.com/fpco/stackage/issues/3063 - vty < 5.19 - # https://github.com/fpco/stackage/issues/3065 - - basic-prelude < 0.7 - # end of packages # Package flags are applied to individual packages, and override the values of From 5647896e8d509609c17890ad25c5712df14d01b9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 5 Dec 2017 22:01:38 -0800 Subject: [PATCH 509/515] Add constraint "vinyl < 0.7.0" per #3069 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b9c54a7..212d938b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3141,6 +3141,9 @@ packages: # https://github.com/fpco/stackage/issues/3063 - vty < 5.19 + # https://github.com/fpco/stackage/issues/3069 + - vinyl < 0.7.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 3fa86937a58664b2f9bbf0295bd71b047449a2ad Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 5 Dec 2017 22:33:50 -0800 Subject: [PATCH 510/515] Skip benchmarks for ttrie per unmaintained deps --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 282c39eb..0377ec86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3736,6 +3736,7 @@ skipped-benchmarks: - binary-parsers # criterion 1.2 - cryptohash-sha512 # criterion 1.2 - pipes # optparse-applicative 0.13 + - ttrie # criterion-plus and th-pprint - unordered-containers # criterion 1.2 # Transitive outdated dependencies From 313dc7cd3c55ea6dad1ed51af596b523acc15d13 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 5 Dec 2017 22:58:16 -0800 Subject: [PATCH 511/515] Disable riak per riak-haskell-client/riak-haskell-client#98 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0377ec86..eddad300 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2971,7 +2971,7 @@ packages: - time-locale-vietnamese "Tim McGilchrist @tmcgilchrist": - - riak + # - riak # https://github.com/riak-haskell-client/riak-haskell-client/issues/98 - airship "Sam Stites @stites": From e6baffd74e8294aa9dc20a0519b63d40dfa6f33d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 5 Dec 2017 23:10:25 -0800 Subject: [PATCH 512/515] Re-add constraint "basic-prelude < 0.7" per #3065 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eddad300..dd236dd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3162,6 +3162,9 @@ packages: # https://github.com/fpco/stackage/issues/3069 - vinyl < 0.7.0 + # https://github.com/fpco/stackage/issues/3065 + - basic-prelude < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From b9fc6916ffd75688e4a64ce9c48eebf7ba524b63 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 6 Dec 2017 00:15:53 -0800 Subject: [PATCH 513/515] Expect conduit-throttle tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd236dd0..c0000344 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3593,6 +3593,7 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - commutative # https://github.com/athanclark/commutative/issues/4 + - conduit-throttle # waiting on https://github.com/snoyberg/conduit/pull/335 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - flat # https://github.com/Quid2/flat/issues/1 - haddock From cba016bff2c136bd9aa4a7730a4615991b84a9cd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 6 Dec 2017 10:50:18 +0200 Subject: [PATCH 514/515] Revert "Expect conduit-throttle tests to fail" This reverts commit b9fc6916ffd75688e4a64ce9c48eebf7ba524b63. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0000344..dd236dd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3593,7 +3593,6 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - commutative # https://github.com/athanclark/commutative/issues/4 - - conduit-throttle # waiting on https://github.com/snoyberg/conduit/pull/335 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - flat # https://github.com/Quid2/flat/issues/1 - haddock From bb086dbf2e4ffe8452eb3d89628255b70b16068e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 6 Dec 2017 10:50:27 +0200 Subject: [PATCH 515/515] Revert "Re-add constraint "basic-prelude < 0.7" per #3065" This reverts commit e6baffd74e8294aa9dc20a0519b63d40dfa6f33d. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd236dd0..eddad300 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3162,9 +3162,6 @@ packages: # https://github.com/fpco/stackage/issues/3069 - vinyl < 0.7.0 - # https://github.com/fpco/stackage/issues/3065 - - basic-prelude < 0.7 - # end of packages # Package flags are applied to individual packages, and override the values of