Skip to content

Commit

Permalink
Warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
  • Loading branch information
ezyang committed Aug 16, 2016
1 parent 125388f commit 825f48e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cabal/Distribution/Compat/Environment.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import qualified System.Environment as System
import System.Environment (lookupEnv)
#if __GLASGOW_HASKELL__ >= 708
import System.Environment (unsetEnv)
#else
import Foreign.C.Error (throwErrnoIf_)
#endif
#else
import Distribution.Compat.Exception (catchIO)
Expand Down

0 comments on commit 825f48e

Please sign in to comment.