From 4b782c85b707fd0023727c5d8990c5e3ee83fbe2 Mon Sep 17 00:00:00 2001 From: vivid-synth Date: Mon, 25 Apr 2016 22:04:42 -0400 Subject: [PATCH 1/2] Add 'vivid' and 'midair' --- build-constraints.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e3955e1..dcb2acfb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2122,6 +2122,11 @@ packages: "Braden Walters @meoblast001": - hakyll-sass + "Tom Murphy @amindfv" + - vivid + - midair + - nano-erl + # 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 @@ -2898,6 +2903,12 @@ github-users: haskell-servant: - jkarni - SoenkeHahn + vivid: + - vivid-synth + midair: + - vivid-synth + nano-erl: + - vivid-synth # end of github-users From c57e2e5ee9f6acd8306f086fff0bdc1dede365f6 Mon Sep 17 00:00:00 2001 From: vivid-synth Date: Tue, 26 Apr 2016 18:26:52 -0400 Subject: [PATCH 2/2] Fix yaml syntax error --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcb2acfb..1ac231f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2122,7 +2122,7 @@ packages: "Braden Walters @meoblast001": - hakyll-sass - "Tom Murphy @amindfv" + "Tom Murphy @amindfv": - vivid - midair - nano-erl