fix build with old ghc
This commit is contained in:
parent
1b4425bbc2
commit
cfa6932dcc
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ import GHC.IO.Handle.FD
|
||||||
#if ! MIN_VERSION_process(1,4,2)
|
#if ! MIN_VERSION_process(1,4,2)
|
||||||
import System.Posix.IO (handleToFd)
|
import System.Posix.IO (handleToFd)
|
||||||
#endif
|
#endif
|
||||||
|
import Control.Applicative
|
||||||
|
import Prelude
|
||||||
|
|
||||||
multicastReceiveEnv :: String
|
multicastReceiveEnv :: String
|
||||||
multicastReceiveEnv = "GIT_ANNEX_MULTICAST_RECEIVE"
|
multicastReceiveEnv = "GIT_ANNEX_MULTICAST_RECEIVE"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue