fix unused module import warnings when building on windows
This commit is contained in:
parent
81ec673f9b
commit
868942e19b
6 changed files with 9 additions and 7 deletions
|
@ -10,7 +10,6 @@
|
|||
module Utility.Env.Set where
|
||||
|
||||
#ifdef mingw32_HOST_OS
|
||||
import qualified System.Environment as E
|
||||
import qualified System.SetEnv
|
||||
import Utility.Env
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue