From 7cfa1e61bfed5b147a0963b5e03eef7fc86101db Mon Sep 17 00:00:00 2001 From: falsifian Date: Sun, 31 Jan 2021 04:56:16 +0000 Subject: [PATCH] --- ...PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/bugs/__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue.mdwn b/doc/bugs/__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue.mdwn index cb350e2185..54e3b61d1e 100644 --- a/doc/bugs/__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue.mdwn +++ b/doc/bugs/__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue.mdwn @@ -2,6 +2,7 @@ Without this patch, building on OpenBSD fails with a type error in `Utility/DirW I'm running OpenBSD current. This patch is against master (commit 7d18153955). +``` diff --git a/Utility/DirWatcher/Kqueue.hs b/Utility/DirWatcher/Kqueue.hs index 4a1c55ae9..0c84f67c1 100644 --- a/Utility/DirWatcher/Kqueue.hs @@ -15,3 +16,4 @@ index 4a1c55ae9..0c84f67c1 100644 findDirContents :: DirMap -> FilePath -> [FilePath] findDirContents dirmap dir = concatMap absolutecontents $ search +``` -- 2.30.2