From df687cd71c15c9df9476b1b60495d29a276a815c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 13 Oct 2015 12:45:07 -0400 Subject: [PATCH] add Win32-extras This is a dependency of git-annex on Windows, and won't otherwise be included since deps are resolved for linux and not windows. Per https://github.com/commercialhaskell/stack/issues/1158 I put it under my name, although I don't maintain the package, because I can't speak for the authors of Win32-extras regarding putting it in stackage, and it's so far only included because git-annex uses it. Hopefully this is ok. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d91730db..f50084ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -571,6 +571,7 @@ packages: "Joey Hess ": - git-annex < 5.20150731 + - Win32-extras "Ketil Malde": - biocore @@ -1666,6 +1667,7 @@ skipped-builds: - hfsevents - Win32 - Win32-notify + - Win32-extras # By skipping a test suite, we do not pull in the build dependencies