From c351c5daed9a36df7ac7a4414234e91a77143392 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Tue, 11 Apr 2017 16:39:39 +0200 Subject: [PATCH 1/2] add async-refresh, async-refresh-tokens, partial-order, type-level-integers --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 132b040f..98e835be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2986,6 +2986,12 @@ packages: "Naushadh @naushadh": - persistent-mysql-haskell + "Moritz Schulte @mtesseract": + - async-refresh + - async-refresh-tokens + - partial-order + - type-level-integers + # 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 730c871af99484c98fca735f9c772d860890f6be Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Tue, 11 Apr 2017 17:06:59 +0200 Subject: [PATCH 2/2] Removed partial-order --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98e835be..39981357 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2989,7 +2989,6 @@ packages: "Moritz Schulte @mtesseract": - async-refresh - async-refresh-tokens - - partial-order - type-level-integers # If you stop maintaining a package you can move it here.