From 95b40c4d02a73a1f6573bb3fb54700be58ad2a67 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Tue, 4 Apr 2017 15:40:07 -0700 Subject: [PATCH] HDBC-mysql: fix package name capitalization I noticed https://www.stackage.org/package/HDBC-mysql doesn't list this package in any snapshots, but I've had it in the build-constraints.yaml file for a long time. I'm guessing it is because the capitalization was wrong, but maybe someone with more knowledge of Stackage can confirm that, or tell me why it's not in any snapshot. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e90f1af..a17222d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2770,7 +2770,7 @@ packages: - pqueue "Ryan Mulligan @ryantm": - - hdbc-mysql + - HDBC-mysql "Tony Day @tonyday567": []