From 07b58620283df482f56b5a992539906727355e3f Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 13:25:18 +0100 Subject: [PATCH 1/4] Adding marvin --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0f97ae5..f13b9283 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2308,8 +2308,8 @@ packages: "Suhail Shergill @suhailshergill": - extensible-effects - # "Justus Adam @JustusAdam": - - mustache + "Justus Adam @JustusAdam": + - marvin "Cindy Wang @CindyLinz": - NoTrace From 88eb13563b8a3738a7f0b9ca5465f8272d0f5974 Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 13:26:50 +0100 Subject: [PATCH 2/4] Version constraints for marvin --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f13b9283..7f505ac5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2309,7 +2309,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin + - marvin >= 0.1.0 + - marvin-interpolate >= 1.0 "Cindy Wang @CindyLinz": - NoTrace From c4a75623ae51e37878d6a7156f31eba910e363ee Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 13:51:09 +0100 Subject: [PATCH 3/4] And I need mustache --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f505ac5..dd37b2c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2311,6 +2311,7 @@ packages: "Justus Adam @JustusAdam": - marvin >= 0.1.0 - marvin-interpolate >= 1.0 + - mustache "Cindy Wang @CindyLinz": - NoTrace From fc2e38220789d0383408bd644a27d5ab6b449864 Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 22:04:23 +0100 Subject: [PATCH 4/4] Higher version constraints on marvin --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd37b2c6..b9df0ccc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2309,8 +2309,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin >= 0.1.0 - - marvin-interpolate >= 1.0 + - marvin >= 0.1.4 + - marvin-interpolate >= 1.1 - mustache "Cindy Wang @CindyLinz":