windows build fix

This commit is contained in:
Joey Hess 2020-01-01 13:05:23 -04:00
parent 39c91f91a9
commit 999a6f0541
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -8,7 +8,9 @@
{-# LANGUAGE CPP #-} {-# LANGUAGE CPP #-}
module Utility.Daemon ( module Utility.Daemon (
#ifndef mingw32_HOST_OS
daemonize, daemonize,
#endif
foreground, foreground,
checkDaemon, checkDaemon,
stopDaemon, stopDaemon,