squash compiler warnings on Windows
This commit is contained in:
parent
6a97896b47
commit
06db8e0bd9
8 changed files with 33 additions and 13 deletions
2
Creds.hs
2
Creds.hs
|
@ -15,7 +15,9 @@ import Utility.FileMode
|
|||
import Crypto
|
||||
import Types.Remote (RemoteConfig, RemoteConfigKey)
|
||||
import Remote.Helper.Encryptable (remoteCipher, embedCreds)
|
||||
#ifndef mingw32_HOST_OS
|
||||
import Utility.Env (setEnv)
|
||||
#endif
|
||||
|
||||
import System.Environment
|
||||
import qualified Data.ByteString.Lazy.Char8 as L
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue