From 5d660a582400e9c3fe0f476cbaefae70da390d66 Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Mon, 17 Aug 2015 16:03:37 +0200 Subject: [PATCH 1/3] Added the GLFW bindings of Brian Lewis I hope @bsl doesn't mind me proposing these two packages for inclusion. Is this already enough to appear on Stackage Nightly? --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2c44f7a..1c04b018 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1292,6 +1292,10 @@ packages: "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - quadtree + + "Brian Lewis brian@lorg.org @bsl": + - bindings-glfw + - glfw-b "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From 756442574346dc4b966b07b460fd06eac51ee4b6 Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Mon, 17 Aug 2015 16:05:26 +0200 Subject: [PATCH 2/3] Fixed a typo in Brians mail address --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c04b018..0b23aa10 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1293,7 +1293,7 @@ packages: "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - quadtree - "Brian Lewis brian@lorg.org @bsl": + "Brian Lewis brian@lorf.org @bsl": - bindings-glfw - glfw-b From 09b85591a40082f21d16aa097af4f3f84c682a30 Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Mon, 17 Aug 2015 16:25:14 +0200 Subject: [PATCH 3/3] Correct casing for package names I didn't realize package names are case-sensitive. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b23aa10..f4ac7755 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1294,8 +1294,8 @@ packages: - quadtree "Brian Lewis brian@lorf.org @bsl": - - bindings-glfw - - glfw-b + - bindings-GLFW + - GLFW-b "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537