(no commit message)
authorfalsifian <falsifian@web>
Sun, 31 Jan 2021 04:56:16 +0000 (04:56 +0000)
committeradmin <admin@branchable.com>
Sun, 31 Jan 2021 04:56:16 +0000 (04:56 +0000)
doc/bugs/__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue.mdwn

index cb350e21858188c9db8edc24d0479afb2fb12dac..54e3b61d1e1375e9c6fd877728c8400d804abab6 100644 (file)
@@ -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
+```