From 09b85591a40082f21d16aa097af4f3f84c682a30 Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Mon, 17 Aug 2015 16:25:14 +0200 Subject: [PATCH] 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