From 43d66bd8b5c2d02059d449d48a59fea728ba9cc4 Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Sun, 24 Feb 2019 15:45:50 +0800 Subject: [PATCH 1/4] Remove constraints for tomland --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 162c4169..74eb0008 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -370,7 +370,7 @@ packages: - plot-light - mapquest-api - datasets - - lucid-extras + - lucid-extras "Joseph Canero @caneroj1": - sqlite-simple-errors @@ -3435,7 +3435,7 @@ packages: - first-class-patterns - relude - summoner < 0 - - tomland < 1.0.0 # https://github.com/commercialhaskell/stackage/issues/4297 + - tomland - typerep-map "Lorenz Moesenlechner @moesenle": @@ -4777,7 +4777,6 @@ skipped-tests: - speedy-slice - static-text - structs - - tomland - universum - unordered-containers - unordered-intmap @@ -5032,7 +5031,6 @@ expected-test-failures: - doctest-discover # 0.1.0.9 https://github.com/karun012/doctest-discover/issues/22 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - summoner # https://github.com/kowainik/summoner/issues/270 - - tomland # https://github.com/kowainik/tomland/issues/141 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 297f688fc83139842f24de59b54f954a2665b113 Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Sun, 24 Feb 2019 16:07:59 +0800 Subject: [PATCH 2/4] Add shellmet --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 162c4169..6ef2261a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3434,6 +3434,7 @@ packages: - co-log < 0 - first-class-patterns - relude + - shellmet - summoner < 0 - tomland < 1.0.0 # https://github.com/commercialhaskell/stackage/issues/4297 - typerep-map From 001ef682ac4d7d6c486d8e949dceda041692f9c7 Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Sun, 24 Feb 2019 21:29:30 +0300 Subject: [PATCH 3/4] Remove Earley from expected test failures It was fixed in https://github.com/ollef/Earley/pull/43 Fixes #4193 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 162c4169..ff55078b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5055,7 +5055,6 @@ expected-test-failures: - hpack-dhall # https://github.com/BlockScope/hpack-dhall/issues/25 # Compilation failures - - Earley # https://github.com/commercialhaskell/stackage/issues/4193 - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - async-timer # https://github.com/mtesseract/async-timer/issues/8 From 3a11080d67209acb4935050f77d8f35cf1e3b687 Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Sun, 24 Feb 2019 21:51:56 +0300 Subject: [PATCH 4/4] Build status badge for Stack from Azure not Travis Stack replaced Travis CI with Azure pipelines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dce237ee..e68ec5ce 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository is for package authors and maintainers to get their packages int If you simply want to use Stackage as an end user, please follow the instructions on [https://www.stackage.org/](https://www.stackage.org). We strongly recommend using the Haskell tool stack for doing builds, which -includes built-in Stackage support: [stack](https://github.com/commercialhaskell/stack) [![Build Status](https://travis-ci.org/commercialhaskell/stack.svg?branch=master)](https://travis-ci.org/commercialhaskell/stack). +includes built-in Stackage support: [stack](https://github.com/commercialhaskell/stack) [![Build Status](https://dev.azure.com/commercialhaskell/stack/_apis/build/status/commercialhaskell.stack?branchName=master)](https://dev.azure.com/commercialhaskell/stack/_build/latest?definitionId=1?branchName=master). Add your package