(no commit message)
authorjwodder <jwodder@web>
Tue, 22 Jun 2021 13:21:17 +0000 (13:21 +0000)
committeradmin <admin@branchable.com>
Tue, 22 Jun 2021 13:21:17 +0000 (13:21 +0000)
doc/bugs/Build_fails_on_Windows_as_of_commit_4b1b9d7a8.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/Build_fails_on_Windows_as_of_commit_4b1b9d7a8.mdwn b/doc/bugs/Build_fails_on_Windows_as_of_commit_4b1b9d7a8.mdwn
new file mode 100644 (file)
index 0000000..4a180eb
--- /dev/null
@@ -0,0 +1,4 @@
+As of commit 4b1b9d7a8, trying to build git-annex on Windows fails because of a missing function argument and a missing import, both in `Annex/Init.hs`.  [This patch](https://raw.githubusercontent.com/datalad/git-annex/master/patches/20210622-4b1b9d7a8-fix-windows.patch) fixes both problems.
+
+[[!meta author=jwodder]]
+[[!tag projects/datalad]]