From b0fc8efeba9f13db972a9035ffb67ac2599ed5df Mon Sep 17 00:00:00 2001 From: Edward Amsden Date: Sat, 8 Jul 2017 12:09:32 -0400 Subject: [PATCH 1/5] add bno055-haskell --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b26f2448..86282061 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3137,6 +3137,9 @@ packages: - astro - mltool + "Edward Amsden @eamsden": + - bno055-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 af95fa8a656ec5ea5fc29ca6118924df32c8b445 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Sun, 9 Jul 2017 17:54:12 +0900 Subject: [PATCH 2/5] add chatwork --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b26f2448..00f956fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Nobutada Matsubara @matsubara0507": + - chatwork + "Pavol Klacansky @pavolzetor": - openexr-write From ee32b6c35f9160d3a193073b84ff2951c8b93493 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 9 Jul 2017 14:37:05 +0100 Subject: [PATCH 3/5] pin hoauth2 (#2640) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b26f2448..2bc664f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3285,6 +3285,9 @@ packages: # https://github.com/fpco/stackage/issues/2636 - hashable < 1.2.6.1 + # https://github.com/fpco/stackage/issues/2640 + - hoauth2 < 1.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 737282201fb8702c7301c2a9bebe37c3b89f0501 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 9 Jul 2017 09:35:37 -0700 Subject: [PATCH 4/5] Test teardown fixture --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bc664f7..339b0f10 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3550,7 +3550,7 @@ skipped-tests: - store # wrong package.yaml file - - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # teardown # https://github.com/roman/Haskell-teardown/issues/1 # waiting for QuickCheck == 2.10.* - integer-logarithms From b88ae65e505bc8cac034d12d794777bf39b61711 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 9 Jul 2017 09:48:52 -0700 Subject: [PATCH 5/5] Revert "Test teardown fixture" This reverts commit 737282201fb8702c7301c2a9bebe37c3b89f0501. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 339b0f10..2bc664f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3550,7 +3550,7 @@ skipped-tests: - store # wrong package.yaml file - # teardown # https://github.com/roman/Haskell-teardown/issues/1 + - teardown # https://github.com/roman/Haskell-teardown/issues/1 # waiting for QuickCheck == 2.10.* - integer-logarithms